On 12/21/04 5:09 PM, J. Landman Gay wrote:
On 12/21/04 7:07 AM, Frank D. Engel, Jr. wrote:
The best solution I have found is to figure out the size as on Windows/UNIX (go into the menu builder and set the menu bar to display in the window, then use the property inspector on the stack window to check the height), and set the height to this in the preOpenStack handler. No platform checks, no visible resize -- it just works.
Followup: it didn't work.
The height I want -- that is, the height of the scrolled stack plus the menu bar height -- is 404. (This is the same as the card height.) I hard coded it like this:
on preOpenStack set the height of this stack to 404 end preOpenStack
Built an app. It still got cut off. Blech. :(
Wait, wait! It DOES work. I had a typo the first time. Yay!
-- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
