MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: GUIKit - ScrollPane Tables within Wizard

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52924] Re: GUIKit - ScrollPane Tables within Wizard
  • From: paulw at cwgsy.net
  • Date: Fri, 17 Dec 2004 05:18:34 -0500 (EST)
  • References: <cpp06v$aif$1@smc.vnet.net><cpriiv$quq$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I agree that the documentation is fairly vague, however you have to
remember that this software is still in it's infancy. You can get all
the info you need on different widgets by using
GUIInformation[yourwidgetname] and
yourwidgetname@PropertyValue[{obj,var}].

If you need to access more fundamental info on the working, search
within Java manuals/websites as these cover the working behind the
scenes which will usually help you figure out how the objects work.

Another thing i find useful is to check on variable values. For
example, AutoResize in Java uses "AUTO_RESIZE_SUBSEQUENT_COLUMNS",
"AUTO_RESIZE_NEXT_COLUMN", "AUTO_RESIZE_OFF", whereas Mathematioca uses
2,1,0 for the same values.


  • Prev by Date: Scientific Word
  • Next by Date: Re: Mouse wheel under Linux w/ 4.2/5.0
  • Previous by thread: Re: GUIKit - ScrollPane Tables within Wizard
  • Next by thread: Re: Re: GUIKit - ScrollPane Tables within Wizard