Francesco Galgani
Francesco Galgani
Today I dedicated a few hours to this problem, because it also concerns the app I'm developing. I have not come to a solution, almost all my attempts have been...
Your previous title was better: "Improve MultiLine TextField Autogrow on iOS", since the `autogrow` on iPhone works only in simple test cases, as I said. If you can find a...
(Tested in the Simulator)
Yes: http://www.informatica-libera.net/docLavoro/controller.ttf
More details: ``` CSS file successfully compiled. /home/francesco/Projects/SimpleFronted/src/Images.res java.io.IOException: Problem reading font data. at java.awt.Font.createFont0(Font.java:1000) at java.awt.Font.createFont(Font.java:877) at com.codename1.impl.javase.JavaSEPort.loadTrueTypeFont(JavaSEPort.java:5917) at com.codename1.ui.Font.createTrueTypeFont(Font.java:209) at com.codename1.ui.plaf.UIManager.resetThemeProps(UIManager.java:406) at com.codename1.ui.plaf.UIManager.(UIManager.java:107) at com.codename1.ui.plaf.UIManager.getInstance(UIManager.java:125) at com.codename1.ui.Display.mainEDTLoop(Display.java:897) at...
I usually see it one or more time every day (but consider that every day I compile hundreds of times... so this occurs rarely).
Ok, if your diagnostic code logs something I'll publish it.
Your diagnostic code doesn't log anything... I'm still see this error during compile: ``` java.io.IOException: Problem reading font data. at java.awt.Font.createFont0(Font.java:1000) at java.awt.Font.createFont(Font.java:877) at com.codename1.impl.javase.JavaSEPort.loadTrueTypeFont(JavaSEPort.java:5917) at com.codename1.ui.Font.createTrueTypeFont(Font.java:209) at com.codename1.ui.plaf.UIManager.resetThemeProps(UIManager.java:406) at...
This bug became very annoying, because almost every time that I launch the app I'm developing in the Simulator, I get the already reported exception. The only difference from the...
Thank you! Yesterday, after your commit, I downloaded the last sources and I'm compiling the project (that uses that ttf) against the last sources. I've already have `setEnableAsyncStackTraces(true)`. However the...