[flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread shemeshkale
hi, i m using flex1.5 ! i need a third state in the checkbox, so i'll have 3 states to choose from: 1- checked. 2- un-checked. 3- SEMI-checked = could be represented by a circle inside the checkbox rectangle. how do i do this? does flex2 have this built in? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 10:18, shemeshkale wrote: how do i do this? Sub-class the checkbox control, at a guess, and override the get/set selected methods as well as exposing a 'state' variable. -- Tom Chiverton This email is sent for and

RE: [flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread Barry Beattie
please forgive me for butting in but I'd argue that checkboxes don't have third states... by design. I mean, have you ever seen a MS Windows tri-state chrckbox (or radio button)? perhaps one within dreamweaver/Flexbuilder 1.0? There's one with focus, sure, but semi-on? my point is that users are

Re: [flexcoders] third state of checkbox - flex 1.5

2006-07-31 Thread Tom Chiverton
On Monday 31 July 2006 11:22, Barry Beattie wrote: I mean, have you ever seen a MS Windows tri-state chrckbox (or radio button)? perhaps one within dreamweaver/Flexbuilder 1.0? There's one with focus, sure, but semi-on? I see these fairly often when using Check boxes on tree controls. The