Initial printing support added to iOS and Android... need to fix a few bugs... but the basics work... the major pieces are complete for 3.2.
Things left on my TODO lists for iOS and Android:
Group boxes - Currently implemented as normal boxes. Can we implement them natively with a title?
Window management - raise/lower/minimize. Should we modify the window list order with these?
Application icon - Currently set with platform resources, the API does nothing.
Default Font - Unimplemented on Android.... a way to override application default font.
Container - Add a way to implement multiple columns... might need a new API to configure this.
Container date and time columns not implemented on Android... only needed if we support multiple columns.
Control/Window reparenting - This is mainly used for MDI on other platforms... no MDI on iOS or Android.
Click Default - Automatically click a button when hitting ENTER. Not sure if this is needed on iOS/Android.
Tree/MDI/Taskbar - Things that completely don't exist on iOS/Android. Probably won't implement.
Most of these probably won't be done until after 3.2 if ever.
Things left on my TODO lists for iOS and Android:
Group boxes - Currently implemented as normal boxes. Can we implement them natively with a title?
Window management - raise/lower/minimize. Should we modify the window list order with these?
Application icon - Currently set with platform resources, the API does nothing.
Default Font - Unimplemented on Android.... a way to override application default font.
Container - Add a way to implement multiple columns... might need a new API to configure this.
Container date and time columns not implemented on Android... only needed if we support multiple columns.
Control/Window reparenting - This is mainly used for MDI on other platforms... no MDI on iOS or Android.
Click Default - Automatically click a button when hitting ENTER. Not sure if this is needed on iOS/Android.
Tree/MDI/Taskbar - Things that completely don't exist on iOS/Android. Probably won't implement.
Most of these probably won't be done until after 3.2 if ever.