Changeset 17 for trunk/gui/apps/driver


Ignore:
Timestamp:
Jun 11, 2005, 9:56:37 PM (19 years ago)
Author:
mmc
Message:

Added a capability to MainWin? to syncCutBuffer with the
application. The VNC Java client uses the cutbuffer
instead of the selection for Copy/Paste? to desktop, and
this mechanism keeps the two in sync so Copy/Paste? works
properly. Also, added Cut/Copy/Paste? menus to the right
mouse button of various widgets.

Fixed 3D plotting to work with the vtkCutter so it works
better. Also, added support for 3D meshes in addition
to clouds. Meshes store connectivity, so they are better
at representing holes in data. Fixed the 3D plotter so
that rotate is more intuitive, and added lights so you can
see your data better at any angle.

Fixed the loader so that it can load elements with the ""
value, and so that it doesn't duplicate entries found
more than once by *.xml pattern matching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r13 r17  
    4444option add *TemperatureGauge.textBackground white
    4545option add *Switch.textBackground white
     46
     47switch $tcl_platform(platform) {
     48    unix - windows {
     49        event add <<PopupMenu>> <ButtonPress-3>
     50    }
     51    macintosh {
     52        event add <<PopupMenu>> <Control-ButtonPress-1>
     53    }
     54}
    4655
    4756#
Note: See TracChangeset for help on using the changeset viewer.