Using FLsetVal_i may work better with FLbutton, although it is i-rate only. On Monday 30 January 2006 22:50, Ben McAllister wrote: > FLsetVal 1, 0, gkihbut1 > > where gkihbut1 is the handle to my button control, and 0 is the value > for when the button is off. > > Here's the line in the global section of my orchestra that intitalizes > said button: > > > gkloop1,gihbut1 FLbutton " ", 1, 0, 3, 20, 20, 190, > 135+$tabsYoffset, 0, 5, 0, 1, 0, 1 > > > In the output, I get: > WARNING: (fl_setWidgetValuei): not implemented yet; exp=1 > > and a crash or blue screen (depending on which machine I'm testing on) > when I try to trigger this bit of code that setVal's the button. You > guessed it, I'm running windows. Any chance this is an easy fix?