Groups again & again... bug report ?

2001-07-19 Thread jbv
Hi again, I've kept experimenting with on-the-fly grouping / ungrouping of controls via script, and ran into some problems... I have 50 images (10 rows of 5, equally spaced & sized). Users are supposed to choose some of these images. When choosen, each image appears with borderwidth=3, while oth

Set bordercolor

2001-07-19 Thread jbv
I'm also having problems changing bordercolor of images... I don't have my scripts with me right now (I'm sending this message from home) but AFAIR I used the following scripting : set bordercolor of image id 1349 to "red" but it remained black. Even trying to set this property in the Prope

Re: Socket Script Use?

2001-07-19 Thread andu
Deltanet wrote: > > Hello All > > Hello All... > > I've been trying to get two projects to talk by having a script sent from > one project take affect in the other project. For example, it may look > something like this: > > Open Connnection to "10.1.1.5" over port 80 > sendAndRun "Put" &&

Re: Can I get some help..

2001-07-19 Thread Braintree Athletics
A Oliver wrote: > Can I get some help.. I have a script playing a movie, when a button is > > clicked.. When it is finished playing the movie I would like it to go > to > another card or stack.. Either of which is easiest to do.. If your movie plays to the very end - this script will work. (

RE: Can I get some help..

2001-07-19 Thread Monte Goulding
check out the playStopped message > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of A Oliver > Sent: Friday, 20 July 2001 11:43 AM > To: [EMAIL PROTECTED] > Subject: Can I get some help.. > > > Can I get some help.. I have a script playing a movie,

Can I get some help..

2001-07-19 Thread A Oliver
Can I get some help.. I have a script playing a movie, when a button is clicked.. When it is finished playing the movie I would like it to go to another card or stack.. Either of which is easiest to do.. Archives: http://www.mail-archive.com/metacard@lists.runrev.com/ Info: http://www.xwo

RE: State icons -- missing rollover?

2001-07-19 Thread Monte Goulding
> That was me. Sorry for the mixup Monte > tereza > > Archives: http://www.mail-archive.com/metacard@lists.runrev.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Socket Script Use?

2001-07-19 Thread Deltanet
Hello All Hello All... I've been trying to get two projects to talk by having a script sent from one project take affect in the other project. For example, it may look something like this: Open Connnection to "10.1.1.5" over port 80 sendAndRun "Put" && quote &"This is some text from the oth

Re: State icons -- missing rollover?

2001-07-19 Thread Tereza Snyder
on 07.18.01 8:24 PM, Monte Goulding wrote: > > >> >> The READ ME for 2.4 sez: >> >>> Buttons now have a wider range of icon properties to make state-based >>> display easier. The full set is: armedIcon, disabledIcon, hilitedIcon, >>> icon, and visitedIcon. >> >> No rollover? I'm assuming t

Re: Draw a Line

2001-07-19 Thread Geoff Canyon
At 10:07 PM -0600 7/18/01, Nelson Zink wrote: >How might one draw a red line of medium width from say 100,100 to 200,200? Use something like: on mouseup create invisible grc "testLine" --in group "someGroup" set the rect of it to 100,100,200,104 set the foreColor of it to red set the li