Kevin,
I tested using "reset cursors" in a preOpen handler (and a startup
handler) - it had no effect on MacOS and Windows systems.
However, I am not certain that openStack or preOpenStack is getting executed
in all cases when used within a Standalone application. It seems like
startup is getting executed with standalone applications and
openStack/preOpenStack is getting executed in the development environment.
So I have added this:
on preOpenStack
if the environment = "development" then
send startup
end if
end preOpenStack
Then the following code exists within my on startup handler to bring up the
modal dialog:
modal "License Window"
David Simpson
----- Original Message -----
From: "Kevin Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 27, 2002 10:52 AM
Subject: Re: cursor disappearing under modal dialog - on windows standalone
> On 27/1/02 5:25 am, David Simpson <[EMAIL PROTECTED]> wrote:
>
> > Thanks for the suggestion, I tried it, but still got the same results on
> > Windows and MacOS systems.
>
> Out of interest, how are you opening the dialog, and does the problem go
> away if you run "reset cursors" in the openStack handler?
>
> Kevin
>
> Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/>
> Runtime Revolution Limited - Power to the Developer!
> Tel: +44 (0) 870 747 1165. Fax: +44 (0)1639 830 707.
>
> _______________________________________________
> improve-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/improve-revolution
_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution