Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

View buttons

 [1/2] from: inetw3:mindspring at: 1-Aug-2001 11:23


Hello all, Does anyone know how to script a button so its' visual state is down, not up? view layout [ b: button "down" edge [ ...... effect [down]]] ... This is does not work, it's not supported. i would like to save the button to-image that's parsed out of an global script and idon't want to have to set the feel or engage func to do this. Any ideas?

 [2/2] from: fsievert::uos::de at: 2-Aug-2001 10:32


You must change the redraw - feel - function. This is a hack: view layout [button "Test" feel [reverse select second :redraw 'pick]] CU, Frank On Wed, 1 Aug 2001, Daniel Murrill wrote: