I have a button, which is placed at the bottom of the card window. A group script moves this button as the window is resized.
In RR 2.1.x, as I am under OS X, I had to add a "scroll" in order to place exactly my button: ===== on resizestack NL,NH put the scroll of this stack into scr set width of me to NL set height of me to NH +scr set width of fld "ladate" to NL set right of btn "index" to NL-5 set right of btn "cal" to NL -5 set width of fld "lanote" to NL set height of fld "lanote" to NH -32 +scr set bottom of btn "oreille" to NH -1 -- +scr -- the button disppears under RR 2.5 ! end resizestack ===== But this make the button disappear under RR 2.5 Note that I take account of the scroll for the group also... -- _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
