HTMLtext property

2002-11-17 Thread Andre Rombauts
Title: HTMLtext property When setting the HTMLtext property a field is blocked: Im not able to move scrollbars or to type text even if thoses properties are set. Why? Is there a way to avoid this? Andr

Re: Script Analysis

2002-11-17 Thread Jan Schenkel
--- Scott Raney [EMAIL PROTECTED] wrote: On Sat, 16 Nov 2002 Jan Schenkel [EMAIL PROTECTED] wrote: And while we're at it: a 'threshold' value we can set in the variable watcher to kick in the debugger when that variable reaches a certain value. Again, a 'deep in the engine' change,

Re: HTMLtext property

2002-11-17 Thread Jan Schenkel
--- Andre Rombauts [EMAIL PROTECTED] wrote: When setting the HTMLtext property a field is Œblocked¹: I¹m not able to move scrollbars or to type text even if thoses properties are set. Why? Is there a way to avoid this? André Hi Andre, The problem is in the redraw ; but you can solve

Re: HTMLtext property

2002-11-17 Thread yves COPPE
Title: Re: HTMLtext property When setting the HTMLtext property a field is 'blocked': I'm not able to move scrollbars or to type text even if thoses properties are set. Why? Is there a way to avoid this? André Try Lock the screen and then unlock simply add at the end of your script : lock

Re: Script Analysis

2002-11-17 Thread Jan Schenkel
--- Scott Raney [EMAIL PROTECTED] wrote: On Sat, 16 Nov 2002 Jan Schenkel [EMAIL PROTECTED] wrote: How would you do a 'cold' check of the following script-snippet and tell what is going to happen? on myObfuscatedHandler pParam1, pParam2, pParam3 This is known as The Halting Problem in

Re: backColor of image

2002-11-17 Thread Jeanne A. E. DeVoto
At 6:12 AM -0800 11/13/02, paolo mazza wrote: on MouseUp set the backgroundcolor of image image1 to 0,0,0 end MouseUp This button change the BackColor property of image1 but the image does not change at all. Why? An image has a backcolor or not? From the docs for backgroundColor: The

Re: relative scrolling in a group

2002-11-17 Thread Jeanne A. E. DeVoto
At 5:25 PM -0800 11/11/02, Alex Rice wrote: I have complex group with a vertical scrollbar. How can I scroll to make a particular object visible, instead of hardcoding the vscroll pixels like this set the vscroll of grp reportGroup to 475 I want to do something like this set the vscroll of grp

Re: Several questions about the Menu Mgr

2002-11-17 Thread Jeanne A. E. DeVoto
At 8:06 PM -0800 11/12/02, Gareth Jones wrote: Now, about the other questions: can I specify a keyboard equivalent of a menu item that needs Command+Shiftkey+letter or a Function key (e.g. F2)? You can write handlers to trap these keypresses (see the functionKey and commandKey messages), but

Re: why the hell does this not work??????

2002-11-17 Thread Jeanne A. E. DeVoto
At 5:32 AM -0800 11/15/02, Oliver Hardt wrote: and this is the problem: the answer question dialogue ONLY pops up, when i run the stack from within RunRev UI (i.e., i start RR, and then use the File menu to open the stack). it *doesn't* pop up, when i simply double click the stack icon on

Re: Open Program with RR

2002-11-17 Thread Jeanne A. E. DeVoto
At 2:49 PM -0800 11/14/02, erik hansen wrote: put mainstacks() yields a long list with Home at the top Transcript Dictionary (TD) has no listing for Home and go stack stack Home causes nothing to happen. what exactly IS Home in RR? The home stack is the licensing stack (the main stack of the

How can I empty the clipboard?

2002-11-17 Thread Andre Rombauts
Title: How can I empty the clipboard? If I use: on mouseUp put empty into field Dummy select the text of field Dummy copy end mouseUp The clipboard is not emptied because no text was selected since the field Dummy is empty... So how do I proceed?... Andr Rombauts

Re: How can I empty the clipboard?

2002-11-17 Thread Jan Schenkel
--- Andre Rombauts [EMAIL PROTECTED] wrote: If I use: on mouseUp put empty into field Dummy select the text of field Dummy copy end mouseUp The clipboard is not emptied because no text was selected since the field ³Dummy is empty... So how do I proceed?... André

Re: How can I empty the clipboard?

2002-11-17 Thread Andre Rombauts
Le 17/11/2002 17:42, Jan Schenkel à [EMAIL PROTECTED] a écrit: There's no real way of doing that as far as I know. Besides, it's not really user-friendly is it? The question is: what are you trying to accomplish? Just set the clipboard to nodata when starting an new session in a text editor

Inconsistent variable behavior... help?

2002-11-17 Thread Mark Swindell
Here's an example of some odd behavior I'm experiencing in a stack I'm working on. On one card the below script works fine and does the desired behavior. I switch cards and get the message can't find card. Yet the variables apparently contain correct values on both cards. I'm stumped. (The

Re: Several questions about the Menu Mgr

2002-11-17 Thread Gareth Jones
Thanks again for this, Jeanne. Of course, since I'm mocking up a program's menus, the important thing for me is having the shortcut appear to the right of the menu item :-(. However, I'm clipping out your handler for future use. -Gareth At 8:06 PM -0800 11/12/02, Gareth Jones wrote: Now,

Inappropriate Interface Behaviour during mouseDown

2002-11-17 Thread Igor Couto
Hail Revolution Masters! I have encountered a problem with the way Revolution implements mouseLeave/mouseEnter messages during mouseDown - well, actually, with the fact that it does NOT send these messages during mouseDown, therefore making the interface behave in an inappropriate manner. I'll

Re: The RR programming model

2002-11-17 Thread Gerard Cote
Hi Judy, My name is Gerard Cote. I'm from Quebec City in Canada. Since I'm also a newcomer to RunRev and plans to learn and test it soon as a tool for my own teaching (college level), I'll be glad to help you test your instructional modules, if you want me to do so. So you'll get one more

graph and fonction

2002-11-17 Thread Grudet
Please what are the instructions for dysplaying graph functions in a stack How can i do to plot points and line on a stack by programming Thanks for help

Re: Inappropriate Interface Behaviour during mouseDown

2002-11-17 Thread Ken Ray
Igor, If a user presses down a button, and then moves away, the button should not remain highlighted once the cursor moves beyond the button's boundaries. In my checking, it doesn't. If you make a standard button (so that it includes the autohilite property), if you mouseDown on the button it

Re: swf files? (OT)

2002-11-17 Thread Terry Judd
Do you really see such an importance for shockwave like for flash? Imho the filesize is to big. Flash is a killer because of its small size... Sometimes I think MM will let it die slowly together with Director and blow Flash then up with a Pro version up to a new Director... Not really.

Re: graph and fonction

2002-11-17 Thread Wilhelm Sanke
On Sun, 17 Nov 2002, [EMAIL PROTECTED] wrote Please what are the instructions for dysplaying graph functions in a stack How can i do to plot points and line on a stack by programming Thanks for help Hello, here is an example to draw functions from a stack used to introduce students: -

Re: Inappropriate Interface Behaviour during mouseDown

2002-11-17 Thread Igor de Oliveira Couto
Dear Revolution Folks, Thank you for your feedback to: If a user presses down a button, and then moves away, the button should not remain highlighted once the cursor moves beyond the button's boundaries. From Ken Ray: In my checking, it doesn't. If you make a standard button (so that it

Re: graph and fonction

2002-11-17 Thread Sarah
Will these scripts will work, they will be quite slow as they drag from point to point. A faster way is to create a single polygon object and set it's points to your coordinates. on mouseUp -- this creates a graphic to show the chart. if there is not a grc Chart then create grc Chart

Re: Inconsistent variable behavior... help?

2002-11-17 Thread Sarah
What happens if you surround the card name with quotes? put field wordsAvailable into fld gMyName of grp WordsAvailableGroup of \ cd quote gMySound quote of stack defaults Maybe you are using bay as a variable name as well as a card name so it is looking for the wrong card. Sarah On Monday,

Re: Inconsistent variable behavior... help?

2002-11-17 Thread Mark Swindell
on 11/17/02 10:38 AM, Howard Bornstein at [EMAIL PROTECTED] wrote: put the number of cd gMySound of stack defaults returns: Can't find card I set up a little stack called Defaults with a card called bay and set a global gMySound = bay When I executed this statement: put the number of cd

talk/voice service?

2002-11-17 Thread Oliver Hardt
hello: does anybody know about a way to have RR 'say' numbers, i.e. have a stack pronounce numbers. the numbers vary, so prerecording 'chunks' and later assembling them might be too big of a hassle. thanks for your help. best, olli. ___