TonyNoteSeptember2005

From GumTree

26th August 2005

Jython scripting with GumTree UI Currently the way to setup scripting support for GumTree is a bit confusing.... Imagine you have a Java class in plugin au.gov.ansto.bragg.gumnix.hrpd that can be driven by Jython, you have to do 2 things:

  • Add au.gov.ansto.bragg.gumnix.hrpd as a dependency to org.gumtree.dra.ui (...I don't like this)
  • Add <your workspace path>\org.gumtree.dra.ui\bin;<your workspace path>\au.gov.ansto.bragg.gumnix.hrpd\bin to bootsstrap entries in your launch configuration.


7th August 2005

  • GumTree Platform support balloon dialog with simple line graph (1D plot) (http://www.novocode.com/swt/)
  • 3D Vis can be activated via Jython terminal
  • I'm currently working on dynamic intro page (based on current instrument and role)


5th August 2005

  • GumTree Platform has now been completely decoupled from ISAW and Ptplot
  • 1D Plot can be copied to Windows clipboard
  • GumTree is scriptable from Jython!! All sounds good!!