Re: Move many buttons all at same time

2011-01-22 Thread Malte Brill
Hi Josep, a few questions if I may: why the outer repeat loop? What is in fld f_punts ? How exactly do you want your objects to move? aeMoveTo moves objects from their current position to the endposition you specify. All the best, Malte ___

RevLets and local disk access

2011-01-22 Thread Mark Schonewille
Hi, Most of the time when I test a revlet by one of my fellow programmers here on the list, I notice that the revlet asks permission for local disk access. I wonder why. Any sane person would not continue loading the revlet, because you don't want to grant a stranger access to the files on

Re: usb driver problem

2011-01-22 Thread -=JB=-
What are the parameters they list you need for the serial port if you want the hardware to connect using a mac? The stack I sent you can set every parameter I saw in Rev when I wrote it so I can easily alter the code to set the serialcontrolstring using the parameters they provide you instead of

OT: Test for supporting Website (iOS App)

2011-01-22 Thread Harald Müller
Hi all, the next update of one of my apps will make use of a website to upload pictures are linked to his facebook-stream afterwords. In PHP I want to use a Server-Variable to detect the Browser language. Could one of go to the following link an check whether the text is shown in english?

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Ludovic Thébault
Le 22 janv. 2011 à 14:57, Harald Müller a écrit : In PHP I want to use a Server-Variable to detect the Browser language. Could one of go to the following link an check whether the text is shown in english? http://www.reshuffle.de/?fb1387220606time77733402912 It's in german for me (from

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Noel Fields
It is showing German for myself also. - Noel On 1/22/2011 7:01 AM, Ludovic Thébault wrote: Le 22 janv. 2011 à 14:57, Harald Müller a écrit : In PHP I want to use a Server-Variable to detect the Browser language. Could one of go to the following link an check whether the text is shown in

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Harald Müller
Thanks! Am 22.01.2011 um 15:10 schrieb Noel Fields: It is showing German for myself also. - Noel On 1/22/2011 7:01 AM, Ludovic Thébault wrote: Le 22 janv. 2011 à 14:57, Harald Müller a écrit : In PHP I want to use a Server-Variable to detect the Browser language. Could one of go to

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Harald Müller
Could you please take another look whether it is now shown in english? Am 22.01.2011 um 15:01 schrieb Ludovic Thébault: Le 22 janv. 2011 à 14:57, Harald Müller a écrit : In PHP I want to use a Server-Variable to detect the Browser language. Could one of go to the following link an check

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Harald Müller
Thanks! Am 22.01.2011 um 15:26 schrieb Ludovic Thébault: Le 22 janv. 2011 à 15:21, Harald Müller a écrit : Could you please take another look whether it is now shown in english? not again ___ use-livecode mailing list

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Pierre Sahores
Well shown in english there. Le 22 janv. 2011 à 15:21, Harald Müller a écrit : Could you please take another look whether it is now shown in english? Am 22.01.2011 um 15:01 schrieb Ludovic Thébault: Le 22 janv. 2011 à 14:57, Harald Müller a écrit : In PHP I want to use a

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Thomas McGrath III
I would post wether it is a 'Free' app or paid and if so how much. 2Cents... -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jan 22, 2011, at 12:14 PM, Ludovic Thébault wrote: Le 22 janv. 2011 à 18:01, Pierre Sahores a écrit : Well shown in english there. For

Re: Changiing the height of a stack

2011-01-22 Thread Peter Haworth
You're missing the point. I was responding to a prior post that said locklocation does not affect how a stack grows when its height changes, not whether it applies to a card or not. Pete Haworth On Jan 22, 2011, at 6:15 AM, Robert Brenstein wrote: On 21.01.11 at 19:20 -0800 Pete (Molly's

Re: Live LiveCode Coding Event #7

2011-01-22 Thread Björnke von Gierke
Alright, just a quick reminder that we will start in about an hour. Unfortunately, Rob had a major run in with an evil staircase, and therefore had to cancel his presentation. He's already recouping, and promised to do his talk some other weekend. All the best to him. On 20 Jan 2011, at

Datagrid question

2011-01-22 Thread Peter Haworth
I've put together a mouseDown handler that displays a stack window immediately below a datagrid column when the user right clicks on that column. Right now it's in the group script of the datagrid. The dg manual says there is a default header behavior property so set that to the id of a

Re: pinging or else network devices from livecode

2011-01-22 Thread Robert Brenstein
On 21.01.11 at 17:46 -0800 Bob Sneidar apparently wrote: Once you ping an address you can shell to get the arp table. Use arp -a. BTW have you looked at Spiceworks? They have an incredible scan engine that gets just about anything with a management protocol. AND it's FREE! Bob I just

Re: pinging or else network devices from livecode

2011-01-22 Thread Robert Brenstein
On 22.01.11 at 01:28 + Alex Tweedly apparently wrote: You can't do ping directly from LC - LC only supports UDP and TCP sockets, not ICMP or raw. You could do it via shell - but too many devices may not respond to ping. Do you want to find all active IP addresses on your own subnet, or

Re: revFontLoad Question

2011-01-22 Thread Marty Knapp
Thanks Stephen - I appreciate the input. Marty Inside the bundle is exactly the place where apple WANTS you to put such things. That's what it was designed for, as against the Windows method of all the files alongside. The idea is user convenience for installing and uninstalling. Nice and

Re: revFontLoad Question

2011-01-22 Thread Mark Schonewille
Hi Marty, Mac OS X 10.5 and later might detect the usage of your font, before your script gets a chance to load that font. If that happens, the user will see a system dialog window, asking whether to allow your application to use that font. This might also happen, if your application writes

[ANN] TimeMachine

2011-01-22 Thread Roger Guay
My goal for TimeMachine was to explore a truer perspective of the timescales of events relative to the enormous 13.7 billion year age of the universe. As an example, the entire history of human existence is like 7 seconds on a clock scaled to 14 billion years. TimeMachine will allow you to

Re: Changiing the height of a stack

2011-01-22 Thread J. Landman Gay
On 1/22/11 5:38 PM, Peter Haworth wrote: ...you said: But lockloc doesn't restrict that for any object. I took that to mean that lockloc doesn't lock the top left of any object which is not what the dictionary says. It wouldn't be the first time I've found inaccuracies in the dictionary

Re: usb driver problem

2011-01-22 Thread Thomas McGrath III
Found some more information on this from the Arduino Forums. It seems to me that the disconnect connect in HT is similar to what I have been doing by hand. And that HT is doing some kind of buffering due to incorrect Flow Control Settings. But how can I test this in LC??? When my program

Re: usb driver problem

2011-01-22 Thread Thomas McGrath III
The serialControlString seems to be the only way to set things for the serial port connection. Which of these might effect Buffering or cause the port to hang. The possible settings are as follows: * BAUD=number: the port's baud rate * PARITY=N, O, or E: no parity, odd parity, or even parity *

Re: usb driver problem

2011-01-22 Thread stephen barncard
Also in the 80's I used this hardware device that worked well for my tape copy project at AM studios the CY233 intelligent controller chiphttp://www.controlchips.com/cy233.htm . On 23 January 2011 01:11, stephen barncard stephenrevoluti...@barncard.comwrote: thanks Jerry, I started to explain

Re: File Suffix

2011-01-22 Thread stephen barncard
And the old 4 char 'creator codes' would run out at 456976 ! On 23 January 2011 01:17, Paul Looney supp...@ahsomme.com wrote: Cal, Another consideration: Three characters allows for approximately 17,576 combinations (26*26*26). Apple's App Store alone already has over 300,000 apps, and

Re: File Suffix

2011-01-22 Thread Paul Looney
Stephen, More like 7,311,616 characters. The creator codes could be small characters or caps (except Apple reserved all lower case for itself). Paul Looney On Jan 22, 2011, at 11:25 PM, stephen barncard wrote: And the old 4 char 'creator codes' would run out at 456976 ! On 23 January 2011