Author | Topic: tdspin/xbpspinbutton | |
---|---|---|
Donald Keating | tdspin/xbpspinbutton on Fri, 06 Jul 2012 11:46:53 -0400 Hi Y'all, Need some help with two poblems with tdspin, please. This code works as epected producing a non-editable object. oSCALE:= tdspin(6.5,48,{-1,5},oDA,,.F.,,,,,,,,1.1) oSCALE:lwrap:= .F. Why doesn't this change it to editable? oSCALE:editable:= .T. Why does this code return positive no matter what happens. Even if the object is not touched. oSCALE:changed Thanks for any and sll suggestions. >don< | |
Donald Keating | Re: tdspin/xbpspinbutton on Fri, 06 Jul 2012 16:05:47 -0400 OK, the oSCALE:editable:= .T. works. I hadn't checked it closely enough. But, still don't understand why oSCALE:changed always returns positive. Anyone have any ideas? Thanks, >don< On Fri, 6 Jul 2012 11:46:53 -0400, Donald Keating wrote: > Hi Y'all, > > Need some help with two poblems with tdspin, please. > > This code works as epected producing a non-editable object. > oSCALE:= tdspin(6.5,48,{-1,5},oDA,,.F.,,,,,,,,1.1) > oSCALE:lwrap:= .F. > > Why doesn't this change it to editable? > oSCALE:editable:= .T. > > Why does this code return positive no matter what happens. Even if the > object is not touched. > oSCALE:changed > > Thanks for any and sll suggestions. > > >don< |