Re: Up and running!

2001-12-29 Thread Andre Rombauts
Just one point: it seems to be slow in loop; I'm wondering if this is real compiling... I think that accessing libraries slows down the program. Am I Can you give an example of the type of loop you're using that is slow? In fact I just investigating before starting a real application. I

Re: Two questions

2001-12-29 Thread Richard D. Miller
Geoff: Your suggestion seems to make a lot of sense, conceptually. One main thing I'm not clear on (I'm on a Mac). Unlike OMO, for example, when I set the stack height in Rev to something beyond the depth of the screen, I don't get a scroll bar in the card window...the window just extends down

Update from Runtime Revolution

2001-12-29 Thread Kevin Miller
Hello, I hope you had a great Christmas! Best wishes for the New Year from everyone at Runtime Revolution. Network Issues -- As you may have noticed, the runrev.com server was inaccessible for a few days. We are back up now, I do apologize for any inconvenience. There was a

Re: Loop slow? (was: Up and running!)

2001-12-29 Thread Geoff Canyon
At 1:10 PM +0100 12/29/01, Andre Rombauts wrote: Of course this is quicker: the loop is performed 'outside' the screen display process. But you can hear clearly the 2 beep: the loop takes some time to run... on mouseUp set the text of field info to empty beep repeat with k = 32 to 129

Re: message box vanishes

2001-12-29 Thread Geoff Canyon
At 1:01 PM +0100 12/29/01, Andre Rombauts wrote: I'm using Win and Mac versions as I'll have to develop on both platforms (and on Linux, later on...). on Mac everything is fine (...). On Win the message box cannot be displayed anymore. What could have happened? What could have lead to this

Re: Two questions

2001-12-29 Thread Richard D. Miller
Geoff: Your suggestion seems to make a lot of sense, conceptually. One main thing I'm not clear on (I'm on a Mac). Unlike OMO, for example, when I set the stack height in Rev to something beyond the depth of the screen, I don't get a scroll bar in the card window...the window just extends down

Re: First impressions (never mind that previous post)

2001-12-29 Thread Geoff Canyon
At 10:52 AM -0500 12/29/01, Victor Eijkhout wrote: I would like to know though what I'm doing that Revolution crashes so often. Post descriptions of what you're doing, perhaps with scripts. regards, Geoff ___ use-revolution mailing list [EMAIL

Re: message box vanishes

2001-12-29 Thread William T. Simmons
André, That could be due to the message box having been moved outside of the visible screen area. I've done that myself sometimes with Rev and with other apps. Perhaps you can try scripting a test stack to make the message box appear at specified coordinates to where you could then drag it to a

create command jumps from run to edit mode

2001-12-29 Thread Victor Eijkhout
If I'm developing a stack in Rev, issuing the create command makes Rev jump from run to edit mode. For example, I have a button with script on mouseup create field test end mouseup I click on the hand, I click on the button, and now the pointer is the active tool. What's happening here? --

Re: Scripts do not get saved with crash

2001-12-29 Thread Jeanne A. E. DeVoto
At 7:47 AM -0800 12/29/2001, Victor Eijkhout wrote: If I save my stack, and then Revolution crashes (which it does every 5 minutes), the changes I last made do somehow not get saved. Or maybe changes to the main stack script get saved, but not the ones to a button script. Did you save the stack

Re: Listing AudioClips in a stack

2001-12-29 Thread Jeanne A. E. DeVoto
At 2:55 PM -0800 12/28/2001, Mike Brown wrote: Does anybody know a method for viewing or calling up a list of all the audioclips in a stack? I need a script that will do this from within my project (Not The Application Overview). function listOfAudioClips put empty into clipsList repeat

[INFO] SMTP Client Socket v1.2 POP3 Client Socket v1.0

2001-12-29 Thread Shao Sean
I have released an update to my SMTP Client Socket. New features and updates: - added a new socket pointer parameter to allow for mutliple socket access with the one code - changed the smtpClient_data function into four functions to allow for sending message in chunks (also streams files from raw