Joel de Guzman

Results 505 comments of Joel de Guzman

Good point. What do you suggest? `margin_right` sounds kinda awkward. `left_align` sounds OK. Either way, this change will involve a lot of work on current apps using it. How about...

OK, but how about vtile, htile, etc.? Also, in english, you call it "right margin" (a noun) No one calls it "margin right", unless it is a phrase: "margin at...

> `namespace::sub_namespace::func`, `struct.inner_struct.member`, `element.margin.top = ...`, `element.margin.right = ...`). It would probably be cool to have this syntax: `margin.right`, `align.left`, `align.left.top`

> > `namespace::sub_namespace::func`, `struct.inner_struct.member`, `element.margin.top = ...`, `element.margin.right = ...`). > > It would probably be cool to have this syntax: `margin.right`, `align.left`, `align.left.top` Yes, that can be done, I...

> > It would probably be cool to have this syntax: `margin.right`, `align.left`, `align.left.top` > > Yes, that can be done, I think. I think I like this syntax a...

Now that more users are already using elements, if we do this, it is time to use the [[deprecated]] feature. It is also probably time to have a stabilized version,...

Good catch! I'll look into it ASAP.

This is best done using platform code; Probably outside the scope of the library? I'm not sure.

All platforms have those. It might be good to abstract this in a cross-platform API, but I am not sure where to draw the line which elements should support. How...

> True, I was thinking more about providing such platform-abstracted API so one can easily create a custom widget and do something like `w.on_click = os_modal_save_as()`. Agreed. Probably worth looking...