Re: Problem with the correct cursor showing up

2005-11-30 Thread Stgoldberg
Thanks, Jacquie - Your solution worked perfectly.   You are the true master 
of the Standalone Settings (among other things).
Steve Goldberg
In a message dated 11/29/05 4:47:49 PM, 
[EMAIL PROTECTED] writes:


> 
> [EMAIL PROTECTED] wrote:
> > I tried using   cursor ID 28 instead of "hand" but the problem persists.  
> 
> I found time to do a test. Setting the cursor to "hand" works okay for
> me in a standalone as long as I make sure to include the cursors in the
> standalone settings dialog before building. Choose "Standalone settings"
> from the File menu, uncheck the default option that automtically looks
> for resources to include, and instead manually include the ones you
> need. Make sure the "cursors" checkbox is selected, since it isn't
> checked by default. Also include any other libraries or dialogs you need
> from the two scrolling fields, then build the app. You shouldn't have
> any problems if you do it this way.
> 
> --
> Jacqueline Landman Gay         |     [EMAIL PROTECTED]
> HyperActive Software           |     http://www.hyperactivesw.com
> 
> 

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Problem with the correct cursor showing up

2005-11-29 Thread J. Landman Gay

[EMAIL PROTECTED] wrote:
I tried using   cursor ID 28 instead of "hand" but the problem persists.   


I found time to do a test. Setting the cursor to "hand" works okay for 
me in a standalone as long as I make sure to include the cursors in the 
standalone settings dialog before building. Choose "Standalone settings" 
from the File menu, uncheck the default option that automtically looks 
for resources to include, and instead manually include the ones you 
need. Make sure the "cursors" checkbox is selected, since it isn't 
checked by default. Also include any other libraries or dialogs you need 
from the two scrolling fields, then build the app. You shouldn't have 
any problems if you do it this way.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Problem with the correct cursor showing up

2005-11-29 Thread Stgoldberg
I tried using   cursor ID 28 instead of "hand" but the problem persists.   
The "watch" cursor still shows up instead of "hand" in the standalone.   Has 
anyone else experienced this? I'm using Mac OS 10.3.9 and revolution 2.6.1.   
Temporarily I'm trying to work around the problem by hiliting the border of the 
object when the cursor is over it, rather than changing the cursor.   However, 
this would seem to be a problem that needs to be addressed. I'm open to any 
other suggestions.   Thanks.
Steve Goldberg

In a message dated 11/28/05 3:44:49 PM, 
[EMAIL PROTECTED] writes:


> > Hope someone can help with the following problem.   I want to program a
> > button so that the cursor changes to "hand" on MouseEnter and changes back 
> to
> > "Arrow" on mouseLeave.   I inserted the following script (using Macintosh 
> OS X
> > Panther):
> >
> > on MouseEnter
> >   set the cursor to hand
> >   set the lockcursor to true
> > end MouseEnter
> >
> > on mouseLeave
> >   set the cursor to arrow
> > end mouseLeave
> >
> > While this works in the unbuilt program, once it is built the cursor show 
> up
> > as "Watch" rather than "Hand"   on both Macintosh and   Windows.   Anyone 
> have
> > a suggestion?   Thanks.
> 
> RR has changed the cursor IDs a couple of times and I've lost track of
> what's what. In the most current version, the cursor ID for "hand" is
> 28. What happens if instead of using the constant "hand" you use the
> actual ID of 28? That is, "set the cursor to 28".
> 
> --
> Jacqueline Landman Gay         |     [EMAIL PROTECTED]
> HyperActive Software           |     http://www.hyperactivesw.com
> 

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution