Is there any kind of standardized way of dealing with "GUI widgets" in miniwindows, or is it just a blank canvas that you need to manage yourself?
For instance, I might want to create a text list in a widget that is basically just an output box to which I append lines. My understanding is that I would have to do this myself.
It gets more complicated with things like combo boxes, or automatic insertion of MXP-like hyperlink popup windows. You need to manage the clicks yourself and all of that.
Is there any plan to allow for standard widgets of the sort? Without going to the level of a full GUI toolkit, it might be nice to have some kind of standard support. It could perhaps all even be implemented in a scripting language.
For instance, I might want to create a text list in a widget that is basically just an output box to which I append lines. My understanding is that I would have to do this myself.
It gets more complicated with things like combo boxes, or automatic insertion of MXP-like hyperlink popup windows. You need to manage the clicks yourself and all of that.
Is there any plan to allow for standard widgets of the sort? Without going to the level of a full GUI toolkit, it might be nice to have some kind of standard support. It could perhaps all even be implemented in a scripting language.