GUIKit Wizard Frame Sizing Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg69496] GUIKit Wizard Frame Sizing Problem
- From: Jeff Schultz <jeschult at vt.edu>
- Date: Thu, 14 Sep 2006 06:55:46 -0400 (EDT)
All,
The code below executes correctly on my Mac but on a windows machine
produces a runtime error which say =B3PreferredSize=B2 is not writable. I've
tried numerous workarounds with no success. This problem is causing me
significant headache on a GUIKit application which works nicely on both
platforms except for this problem.
GUIRun[Widget["WizardFrame", {"PreferredSize" -> Widget["Dimension",
{"width" -> 850, "height" -> 750}]}, Name -> "Frame"]];
Thanks,
Jeff Schultz