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).
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
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
"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
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
"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
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