modal stack

2004-05-09 Thread Webmaster - Dreamscape Software
When I try to do the following command... on doRestoreImage modal jcRestoreImage end doRestoreImage ...it only functions about 50% of the time. At first, destroyStack and destroyWindow were set to false. So I set them to true and the problem still exists. I tried the script watcher and it

mouseControl

2004-05-09 Thread Webmaster - Dreamscape Software
I have a group with 32x32 fields. I want to be able to click 1 of the fields, and move the mouse around (while the mouse button is still down) and have the group test what field the mouse is currently over. I can get the mouseControl function to do this, but only if the mouse is not down, and I

imageData

2004-05-09 Thread Webmaster - Dreamscape Software
I'm a little confused about imageData. How would I create an image, using imageData, with whatever colors I wanted for each pixel? Ex: If the new image was 5 pixels by 5 pixels, with each pixel being some color that the user chooses, how do I handle imageData to build the final image? Derek

Re: mouseControl

2004-05-09 Thread Klaus Major
Hi Webmaster - Dreamscape Software, (may i call you Derek? ;-) I have a group with 32x32 fields. I want to be able to click 1 of the fields, and move the mouse around (while the mouse button is still down) and have the group test what field the mouse is currently over. I can get the

Re: mouseControl

2004-05-09 Thread Webmaster - Dreamscape Software
Hi Webmaster - Dreamscape Software, (may i call you Derek? ;-) Yes, You may. on mousedown set the dragdata[text] to the number of the target ## or short name or... end mousedown on dragmove put the target ## into fld xyz ## or short name of the target or... end dragmove

Re: mouseControl

2004-05-09 Thread Klaus Major
Hi Derek, Hi Webmaster - Dreamscape Software, (may i call you Derek? ;-) Yes, You may. :-) on mousedown set the dragdata[text] to the number of the target ## or short name or... end mousedown on dragmove put the target ## into fld xyz ## or short name of the target or... end dragmove

Re: mouseControl

2004-05-09 Thread Derek Bump
I did try this, and it works, but a bit sluggish... function getPixel repeat with x=1 to (the number of fields in group iconEditorArea) if the mouseLoc is within (the rect of fld x of group iconEditorArea) then return x end if end repeat end getPixel And this function is

Re: Delete audioClip

2004-05-09 Thread Marian Petrides
To delete the clip, right-click (ctrl-click) on it in the Application Browser and choose delete from the resultant dropdown menu. Would using a .WAV file help keep the size down? FWIW, I personally still prefer to import all graphics and sounds into my stacks because then there is no chance

Re: modal stack

2004-05-09 Thread Derek Bump
In the examples in the Transcript Dictionary, modal is always followed by stack Have you tried 'modal stack jcRestoreImage'? Is jcRestoreImage a separate mainStack or a subStack? Ah, maybe that's it. jcRestoreImage is a subStack. Derek Bump Dreamscape Software

Re: Creating bulletin boards, chat rooms...

2004-05-09 Thread Richard K. Herz
My second version of a Rev chat/message board uses multiple socket connections to a single Rev engine/server stack instance. It was developed starting with Tuviah's SimpleChat, the very first (at the very bottom) contribution on Rev's web site user contributions page. The first client

Re: imageData

2004-05-09 Thread Derek Bump
Note this assumes you pass a list of the new colors in RGB format, one line per pixel. You might incorporate a different logic scheme, perhaps setting the new color based on the value of the original color. Hope this helps. That helped a great deal. After I implimented it, I realized that

Re: modal stack

2004-05-09 Thread Rob Cozens
jcRestoreImage is a subStack If it's a substack of the stack issuing the modal command, it should open every time. If it's a substack of another stack, its mainStack must also be open when the modal command is issued.. -- Rob Cozens CCW, Serendipity Software Company And I, which was two

Re: imageData

2004-05-09 Thread Rob Cozens
Once I renumbered them, the conversion came out great. I can now use this to work out the maskData problems I've been having. Thank you. My pleasure, Derek. ...and I learned something in the process myself. :{`) -- Rob Cozens CCW, Serendipity Software Company And I, which was two

Re: Data Protection (was: Another CGI question. Keeping an array over more than one Webpage

2004-05-09 Thread Pierre Sahores
Hello Alejandro and All, Le 9 mai 04, à 02:25, Alejandro Tejada a écrit : on Sat, 8 May 2004 00:39:58 +0200 Pierre Sahores wrote in response to Alejandro Tejada: By the way, talking about protection of data, Does exist a way to get the contents or the scripts of stacks opened directly in the

Re: Screen Resolution

2004-05-09 Thread Richard Gaskin
curry wrote: Getting past the ethics of switching and onto the practical aspects, I haven't tried it recently so I'm out of touch/out of date with the proper tools for it, but I noticed that last month there was a bit of discussion about it and a few suggestions were made. You can find those

How to ..Kiosk Application

2004-05-09 Thread hershrev
Hello every body , I'd need some elaboration on how to build a Kiosk solution. (for a touch screen. There was a discussion perviously on this topic but just the start.) The solution I'm targeting for is a take out (restaurant). A bit of detail , the owner must be able to add categories and

Re: Data Protection

2004-05-09 Thread Richard Gaskin
Pierre Sahores wrote: BTW : just a little off topic... Do you have any web docs entry points to share about streaming QT/MP4 contents in a one to many sheme, runnable in IPV4, without having to send a different stream to each conected user, something like binding the IPV6 broadcast address