Re: [qooxdoo-devel] buttons and the pressed state

2007-09-19 Thread Jim Hunter
Using the addState is working perfect. But thanks for the other tip. Jim On 9/18/07, Alex Back <[EMAIL PROTECTED]> wrote: > > Hi Jim, > > Jim Hunter wrote: > > It never fails, you can work on something forever and not figure it out > but > > the minute you post a question you see the answer. The

Re: [qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Alex Back
Hi Jim, Jim Hunter wrote: > It never fails, you can work on something forever and not figure it out but > the minute you post a question you see the answer. The way to add state to > a button is with addState() method, DOH! The only thing I did discover was > that the older constants that I had a

Re: [qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Sebastian Werner
Some things are really easy, are they? ;) Sebastian Am 19.09.2007 um 01:16 schrieb Jim Hunter: It never fails, you can work on something forever and not figure it out but the minute you post a question you see the answer. The way to add state to a button is with addState() method, DOH! Th

Re: [qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Jim Hunter
It never fails, you can work on something forever and not figure it out but the minute you post a question you see the answer. The way to add state to a button is with addState() method, DOH! The only thing I did discover was that the older constants that I had a note on do not work and all you nee

[qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Jim Hunter
I may just be brain dead but I can't find a way to present a button in the 'pressed' position? What I have is a toolbar with a button to bring up a filter dialog. And if the filter is active, I want the filter button to stay 'pressed'. Then once the button is clicked again, I can see that it is 'pr