Hello, I think I am still missing some rev basics.

I created a right click menu which is called in a mouseDown handler like
this (shortform):

On Mousedown

get mausMenue()

 

The function looks like this (shortform):

function mausMenue

popup stack "mausMenue"

 

This works like desired. But my first approach was like following:

On Mousedown

Send "mausMenue"

 

The handler looks like this (shortform):

on mausMenue

popup stack "mausMenue"

 

and this way my app freezes after the popup and cann only be killed with my
taskmanger.

 

I would like to understand, what the difference is and what my fault is why
the second approach doesn't work.

Any help appreciated

Tiemo

 

 

 

 

_______________________________________________
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

Reply via email to