Re: Inconsistent Revlet launch

2010-12-16 Thread Rick Rice
Jacqueline: It happens on both my laptop and my desktop. I have not been able to try this on a web site. I was wondering about the plugin, I'll give that a try. Thanks Rick On 16-Dec-10, at 7:33 PM, J. Landman Gay wrote: On 12/16/10 4:41 PM, Rick Rice wrote: Kla

Re: Inconsistent Revlet launch

2010-12-16 Thread Rick Rice
Klaus: I am almost 100% sure that I do not use any features that are not in version 4.0 This is really frustrating, almost infuriating, sometimes a revlet launches perfectly then it hangs then again it might launch. I need help. Rick On 16-Dec-10, at 8:57 AM, Klaus on-rev wrote: Hi Ric

Inconsistent Revlet launch

2010-12-16 Thread Rick Rice
Has anyone got any suggestions as to what I can do to deal with the following. I create a standalone revlet which may or may not run. The revlet might run as expected several times then fail to run and then if I launch it again it might run. If I launch a browser (Safari or Chrome) and th

Re: Cursors in a Revlet

2010-12-04 Thread Rick Rice
Peter: Thanks, I'll make the changes. Rick On 4-Dec-10, at 6:59 AM, Peter Brigham MD wrote: FYI, though I know little about revlets, if you are setting cursors on a stack running on the desktop (in the IDE or as a standalone), it will work much better to set the defaultCursor. I used

Re: Cursors in a Revlet

2010-12-04 Thread Rick Rice
John: That explains why it doesn't work, .. nuts. Thanks for the info. Rick On 3-Dec-10, at 3:05 PM, John Dixon wrote: Rick... You are not missing anything... the cursors are not included in the revlet when you compile it for the web, so they are not there to show

Cursors in a Revlet

2010-12-03 Thread Rick Rice
Once again I know I am mising something really simple. I use: on mouseEnter lock cursor set the cursor to hand end mouseEnter on mouseLeave unlock cursor end mouseLeave to, as the dictionary says - indicate to the user what kind of data the mouse pointer is over. It doesn't wo