Re: [codenameone-discussions] Re: GUI designer

2019-08-14 Thread Shai Almog
> That's insanity. Why put resources into that rather than fixing or > improving what you are already offering. > That's exactly what I'm saying. This is a basic principle of "dogfooding". We're using Codename One to build Codename One thus improving all the pieces together. -- You

[codenameone-discussions] Re: Detecting system font size

2019-08-14 Thread Shai Almog
Hi, not at this time. This is an important feature for accessibility that we should expose in a future update. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an

[codenameone-discussions] Re: Android skins missing device buttons

2019-08-14 Thread Shai Almog
You can simulate the hardware back button by using the ESC button in your keyboard. This will work even for iOS devices as it's generic to the simulator. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this

[codenameone-discussions] Android skins missing device buttons

2019-08-14 Thread mcw
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans Simulator I have recently started using the toolbar and now set the back command with: *getToolbar().setBackCommand(_backCommand, Toolbar.BackCommandPolicy.ONLY_WHEN_USES_TITLE);*