Popup location and direction

2010-03-18 Thread Jeffrey Massung
Is there any way to force a popup to go in a certain direction? For example, if 
I have a popup button at the bottom of a stack, I'd like it to always appear 
above the popup button.

Jeff M.___
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: Popup location and direction

2010-03-18 Thread stephen barncard
From the docs:

* popup {stack | button} [at location]*

On 18 March 2010 12:14, Jeffrey Massung mass...@gmail.com wrote:

 Is there any way to force a popup to go in a certain direction? For
 example, if I have a popup button at the bottom of a stack, I'd like it to
 always appear above the popup button.

 Jeff M.___
 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




-- 
-
Stephen Barncard
currently in Fairhope AL
___
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: Popup location and direction

2010-03-18 Thread Jeffrey Massung

On Mar 18, 2010, at 12:27 PM, stephen barncard wrote:

 From the docs:
 
 * popup {stack | button} [at location]*

Yes, I know. But that only deals with location, not direction as well. I'd like 
the popup to only grow in the up direction or down direction (based on 
context) and only extend beyond the Y coordinate in the provided location 
assuming the popup was too big for the screen.

Jeff M.___
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: Popup location and direction

2010-03-18 Thread DunbarX
There is a constraint when the edge of the screen is nearby. A menu 
currently with a menuHistory of 1 will still open upward if the popup would 
otherwise drop below the screenrect. But I think you might have to roll your 
own; I 
do not see any property that deals with the direction of travel. I was 
surprised; in Rev, everything imaginable is already there somewhere.

Craig Newman
___
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