Re: Subwindow error

2005-06-10 Thread Dayakar
be > keyboard only? Otherwise you would not be trying to do this the hard way? > I'm not experienced with that kind of interface unfortunately, so there may > be some trick I don't know. > > But perhaps if you can describe why this behaviour is needed, it might be &g

Re: Subwindow error

2005-06-08 Thread Martin Baxter
>On Tue, June 7, 2005 10:35 pm, Martin Baxter said: > >Hello Martin, > >Thank you very much for your reply. > >[...] > >> I confess that I don't really understand the error either, but I did >> manage to get your script to work in the way I think you want. The error >> message occurs here after the

Re: Subwindow error

2005-06-07 Thread Dayakar N
On Tue, June 7, 2005 10:35 pm, Martin Baxter said: Hello Martin, Thank you very much for your reply. [...] > I confess that I don't really understand the error either, but I did > manage to get your script to work in the way I think you want. The error > message occurs here after the popup men

Re: Subwindow error

2005-06-07 Thread Martin Baxter
>Hello, > >I have coded the following script to the button "micron". > >on arrowKey theKey > if theKey is "down" then popup btn micron at 230,225 >end arrowKey > >on menuPick theItem > set the label of the btn "micron" to theItem > set the menuMode of btn "micron" to comboBox >end menuPick > >T

Subwindow error

2005-06-07 Thread Dayakar
Hello, I have coded the following script to the button "micron". on arrowKey theKey if theKey is "down" then popup btn micron at 230,225 end arrowKey on menuPick theItem set the label of the btn "micron" to theItem set the menuMode of btn "micron" to comboBox end menuPick The popup me