Re: [Freevo-devel] Planning to write a button widget for candy

2008-07-25 Thread Hans Meine
On Mittwoch 23 Juli 2008, Chandan Pitta wrote: > > IMHO this is better than having a fixed order I only do not like the > > attribute name "name". You can also not use anything that is used by a > > widget itself and not "style" (this is used to have several classes > > for the same XML node name).

Re: [Freevo-devel] Planning to write a button widget for candy

2008-07-23 Thread Dirk Meyer
Jason Tackaberry wrote: > Dirk Meyer wrote on 23/07/08 01:34 PM: >> Everytime I read something like this (also in my code) I do not like >> that fact that you have to use height for rectangle and a font size >> for the label. I guess label should also have a height and calculate >> the font size ba

Re: [Freevo-devel] Planning to write a button widget for candy

2008-07-23 Thread Jason Tackaberry
Dirk Meyer wrote on 23/07/08 01:34 PM: > Everytime I read something like this (also in my code) I do not like > that fact that you have to use height for rectangle and a font size > for the label. I guess label should also have a height and calculate > the font size based on it. I will think about

Re: [Freevo-devel] Planning to write a button widget for candy

2008-07-23 Thread Dirk Meyer
"Chandan Pitta" wrote: > On Wed, Jul 23, 2008 at 10:34 AM, Dirk Meyer <[EMAIL PROTECTED]> wrote: >> Everytime I read something like this (also in my code) I do not like >> that fact that you have to use height for rectangle and a font size >> for the label. I guess label should also have a height a

Re: [Freevo-devel] Planning to write a button widget for candy

2008-07-23 Thread Chandan Pitta
On Wed, Jul 23, 2008 at 10:34 AM, Dirk Meyer <[EMAIL PROTECTED]> wrote: > "Chandan Pitta" wrote: > > I am planning to write a button widget, but I need your advise before I > > start. So my plan is to create a button widget which has an "active > > background" widget and an "inactive background" w

Re: [Freevo-devel] Planning to write a button widget for candy

2008-07-23 Thread Dirk Meyer
"Chandan Pitta" wrote: > I am planning to write a button widget, but I need your advise before I > start. So my plan is to create a button widget which has an "active > background" widget and an "inactive background" widget and another widget > that becomes the label of the button. Cool. Let's ma

[Freevo-devel] Planning to write a button widget for candy

2008-07-23 Thread Chandan Pitta
I am planning to write a button widget, but I need your advise before I start. So my plan is to create a button widget which has an "active background" widget and an "inactive background" widget and another widget that becomes the label of the button. Example (I just typed this in the email so some