Re: when is an integer not an integer?

2008-07-30 Thread Terry Judd
Looks like it maxes out at (2^31)-1 Terry... On 30/7/08 3:39 PM, John Vokey [EMAIL PROTECTED] wrote: The statement: set the randomseed to x is not consistent. In both the Rev and MC documentation, x must be an integer. So, for example, set the randomseed to the seconds works in the sense

Re: when is an integer not an integer?

2008-07-30 Thread Mark Smith
Yes, seems like 'integer' in this case means 4 byte signed integer. Best, Mark On 30 Jul 2008, at 06:39, John Vokey wrote: The statement: set the randomseed to x is not consistent. In both the Rev and MC documentation, x must be an integer. So, for example, set the randomseed to the

Looking for programmer of externals

2008-07-30 Thread Mark Schonewille
Hello, About two years ago, I asked here for someone who would be able to help me writing an external. It appeared I just can't find the time to write externals, because I am too busy managing projects and programming in Revolution. I agreed to hire someone, but the person I was going to

Re: Delete a stack from memory - fails?

2008-07-30 Thread David Bovill
2008/7/29 Trevor DeVore [EMAIL PROTECTED] So what is a plugin developer to do? If using the short name of the stack in your object refs and the object no longer exists then you have to determine if: a) The object was deleted. b) The stack name was changed (with msgs locked) but the object

Semi-automatic Index generation?

2008-07-30 Thread David Bovill
Is there a resource/ index that any one knows of for plain uninteresting dull words. I want to take arbitrary chunks of text and search for interesting words - that is domain specific words that might be useful to links to create dictionary entries. This would mean creating a list of words and

Re: Semi-automatic Index generation?

2008-07-30 Thread Eric Chatonet
Bonjour David, Le 30 juil. 08 à 16:08, David Bovill a écrit : Is there a resource/ index that any one knows of for plain uninteresting dull words. I want to take arbitrary chunks of text and search for interesting words - that is domain specific words that might be useful to links to

Re: Delete a stack from memory - fails?

2008-07-30 Thread Trevor DeVore
On Jul 30, 2008, at 9:52 AM, David Bovill wrote: I guess - I have a lot of plugins that track objects and code. You are referring to using the namechanged message? I guess lockmessages also blocks front scripts Correct. If you are working in a controlled environment you can ensure

Re: Semi-automatic Index generation?

2008-07-30 Thread David Bovill
Thanks Eric! 2008/7/30 Eric Chatonet [EMAIL PROTECTED] Bonjour David, Le 30 juil. 08 à 16:08, David Bovill a écrit : Is there a resource/ index that any one knows of for plain uninteresting dull words. I want to take arbitrary chunks of text and search for interesting words - that is

OSX: revBrowser won't allow you to turn scrollbars back on

2008-07-30 Thread David Bovill
From the docs: Cross Platform Caution: Due to a limitation in the current browser implementation, the behavior of the scrollbars property is slightly different on Windows and OS X. In particular, under OS X, when navigating to a page for the first time after disabling scrollbars, revBrowser

[Ann] [de] German Revolutionboard is moving to a new host

2008-07-30 Thread Malte Brill
My apologies for a few words of german on this list... Hallo liebe deutschsprachige Rev User! Das revolutionboard befindet sich zur Zeit im Wartungsmodus, da wir den Provider wechseln. Bis der Umzug abgeschlossen ist können keine neuen Posts geschrieben werden. Die Web Adresse bleibt

list of USB drivers

2008-07-30 Thread -= JB =-
I can get a list of the available serial drivers by using the driverNames. How do I get a list of USB drivers? -=JB=- ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: list of USB drivers

2008-07-30 Thread -= JB =-
I realize my question below was not asked properly because I should have said USB devices and not drivers. Use the open driver command to communicate with usb devices, devices attached to a serial port other than the modem and printer port, and other peripheral devices. I would like to

Re: list of USB drivers

2008-07-30 Thread -= JB =-
Here is the answer: put the volumes -=JB=- On Jul 30, 2008, at 5:02 PM, -= JB =- wrote: I realize my question below was not asked properly because I should have said USB devices and not drivers. Use the open driver command to communicate with usb devices, devices attached to a serial

List of HyperCard Icons

2008-07-30 Thread Lynn Fredricks
Hi all, Has anyone exported all the icons from HyperCard? I do indeed have it, but its thriving quite nicely on an old SE 30 and rather inaccessible. What I am looking for is hopefully an export of the icons into a format that's a bit more modern - jpg, png, etc. Best regards, Lynn Fredricks

Re: list of USB drivers

2008-07-30 Thread -= JB =-
Maybe that is not the answer. I found out it shows network all the time when I use put the volumes. So how do I identify a list of USB devices? -=JB=- On Jul 30, 2008, at 5:08 PM, -= JB =- wrote: Here is the answer: put the volumes -=JB=- On Jul 30, 2008, at 5:02 PM, -= JB =- wrote:

AnimationEngine docs fixes and restored eBook download

2008-07-30 Thread Malte Brill
Hi, sorry for the delay. You can download the fixed documentation for animationEngine here: http://www.derbrill.de/downloads/animationengine29.zip The examples for drawIsoLine and drawIsoBox are working now. Also the download for the eBook has been restored. It can be found on the

Re: list of USB drivers

2008-07-30 Thread -= JB =-
This will provide some info about the USB on Mac OS X; on mouseUp put shell(system_profiler SPUSBDataType) into tProfile put tProfile end mouseUp -=JB=- On Jul 30, 2008, at 5:13 PM, -= JB =- wrote: Maybe that is not the answer. I found out it shows network all the time when I use