Luca / Frank,
Just wondering how the font and colour chooser are going?
Thanks
Nic
Hi Nic,
This is roughly the list:
It’s not strictly in order of implementation, rather in priority/urgency. Most of the items on the list are already started and at different stages and some can go in parallel or depend on each other.
The color picker’s issue is not the code, rather translating the theme for the inner layout from qooxdoo’s javascript approach to Wisej’s JSON theme files.
Best,
Luca
Hi Luca / Frank,
Just wondering where the colour and font choosers are in the roadmap?
Thanks
Nic
Yes, it’s the system dialogs item: file, font, color.
This is the color popup widget that is already built-in but not exposed as a Wisej control yet:
http://demo.qooxdoo.org/devel/demobrowser/#widget~ColorPopup.html
and this is the color selector:
http://demo.qooxdoo.org/devel/demobrowser/#widget~ColorSelector.html
The file dialog is a new composite widget that we’ll add right after the ListView since it needs it. The ListView uses the DataGridView for the details view. This was the forced order of implementation.
Best,
Luca