Re: [codenameone-discussions] SCREEN/APP FREEZING
>From the Log(Attached) I can see the 'Choreographer : Skipped 36 Frames! The Application maybe doing too much work in its main tread' that happens whenever i touch on the freezed screen. On Friday, August 26, 2016 at 7:44:49 AM UTC+3, Shai Almog wrote: > > That's a screenshot, not the text log and it shows something out of > context that would narrow down why this is happening. > -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/2142a844-37e8-4e7b-b41a-b70dc5477e81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. 08-26 11:42:35.784: W/ActivityThread(24496): Application com.Smartchip.MobiReader can be debugged on port 8100... 08-26 11:42:35.834: I/GMPM(24496): App measurement is starting up 08-26 11:42:35.854: E/GMPM(24496): getGoogleAppId failed with status: 10 08-26 11:42:35.854: E/GMPM(24496): Uploading is not possible. App measurement disabled 08-26 11:42:35.934: D/PhoneWindow(24496): *FMB* installDecor mIsFloating : false 08-26 11:42:35.934: D/PhoneWindow(24496): *FMB* installDecor flags : -2139029248 08-26 11:42:35.984: W/ResourceType(24496): No package identifier when getting value for resource number 0x 08-26 11:42:35.984: W/ResourceType(24496): No package identifier when getting value for resource number 0x 08-26 11:42:36.034: W/art(24496): Suspending all threads took: 12.066ms 08-26 11:42:36.034: I/art(24496): Background sticky concurrent mark sweep GC freed 8153(483KB) AllocSpace objects, 4(64KB) LOS objects, 0% free, 8MB/8MB, paused 14.499ms total 37.775ms 08-26 11:42:36.064: I/art(24496): Background partial concurrent mark sweep GC freed 417(45KB) AllocSpace objects, 0(0B) LOS objects, 64% free, 8MB/24MB, paused 5.815ms total 24.542ms 08-26 11:42:36.074: D/OpenGLRenderer(24496): Render dirty regions requested: true 08-26 11:42:36.084: D/PhoneWindow(24496): *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null 08-26 11:42:36.084: D/PhoneWindow(24496): *FMB* isFloatingMenuEnabled return false 08-26 11:42:36.114: W/ResourceType(24496): No package identifier when getting value for resource number 0x 08-26 11:42:36.124: D/SRIB_DCS(24496): log_dcs ThreadedRenderer::initialize entered! 08-26 11:42:36.124: I/Adreno-EGL(24496): : EGL 1.4 QUALCOMM build: SKARAJGA_AU_LINUX_ANDROID_LA.BR.1.1.2_RB1.05.00.02.031.018+PATCH[ES]_msm8916_32_refs/tags/AU_LINUX_ANDROID_LA.BR.1.1.2_RB1.05.00.02.031.018__release_ENGG (I856e09677e) 08-26 11:42:36.124: I/Adreno-EGL(24496): OpenGL ES Shader Compiler Version: E031.25.03.02 08-26 11:42:36.124: I/Adreno-EGL(24496): Build Date: 04/06/15 Mon 08-26 11:42:36.124: I/Adreno-EGL(24496): Local Branch: 08-26 11:42:36.124: I/Adreno-EGL(24496): Remote Branch: refs/tags/AU_LINUX_ANDROID_LA.BR.1.1.2_RB1.05.00.02.031.018 08-26 11:42:36.124: I/Adreno-EGL(24496): Local Patches: 112c106f3772623daa7b4181c6cf23491044ead1 Revert "Disable ASTC on A405" 08-26 11:42:36.124: I/Adreno-EGL(24496): 58a118cb818fdc906095a49a90977c15f9d3b223 Remove ASTC 08-26 11:42:36.124: I/OpenGLRenderer(24496): Initialized EGL, version 1.4 08-26 11:42:36.144: D/OpenGLRenderer(24496): Get maximum texture size. GL_MAX_TEXTURE_SIZE is 4096 08-26 11:42:36.144: D/OpenGLRenderer(24496): Enabling debug mode 0 08-26 11:42:36.214: I/Timeline(24496): Timeline: Activity_idle id: android.os.BinderProxy@1cb69351 time:18599982 08-26 11:42:36.224: I/Codename One(24496): Resource not found: theme_phone.ovr 08-26 11:42:36.224: I/Codename One(24496): Resource not found: theme_android.ovr 08-26 11:42:36.224: I/Codename One(24496): Resource not found: theme_android-phone.ovr 08-26 11:42:36.224: W/ResourceType(24496): No package identifier when getting value for resource number 0x 08-26 11:42:36.284: I/Codename One(24496): Resource not found: theme_phone.ovr 08-26 11:42:36.284: I/Codename One(24496): Resource not found: theme_android.ovr 08-26 11:42:36.284: I/Codename One(24496): Resource not found: theme_android-phone.ovr 08-26 11:42:36.294: W/ResourceType(24496): No package identifier when getting value for resource number 0x 08-26 11:42:36.314: I/System.out(24496): showKeyboard false 08-26 11:42:36.344: D/Codename One(24496): sizechanged: 720 1230 com.codename1.impl.android.CodenameOneView@236138f9 08-26 11:42:41.614: D/ViewRootImpl(24496): ViewPostImeInputStage ACTION_DOWN 08-26 11:42:41.694: W/ResourceType(24496): No package identifier when getting value for resource number 0x 08-26 11:42:41.724: W/ResourceType(24496): No package identifier when getting value for resource number 0x 08-26 11:42:41.724: I/InPlaceEditView(24496
Re: [codenameone-discussions] SCREEN/APP FREEZING
Attached is my DDMS Log. How can you help? On Wednesday, August 24, 2016 at 7:13:16 AM UTC+3, Shai Almog wrote: > > If you can isolate a standalone test case and file an issue then we can > look at it. I'm assuming that isolating a test case would be harder. > -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/66385e57-fbae-4215-9a23-b2841fc9e0c0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [codenameone-discussions] SCREEN/APP FREEZING
Having trouble setting up my device on the DDMS. Is there any other way? On Saturday, August 20, 2016 at 7:41:34 AM UTC+3, Shai Almog wrote: > > Just launch Android Studio and create a dummy project then open DDMS > there. It used to be simpler with a standalone DDMS tool but Google broke > that. > -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/e08cf5d6-4ba5-47cf-9480-2b751ab8253d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [codenameone-discussions] SCREEN/APP FREEZING
Trying to set up it up on Netbeans but not yet successful. On Friday, August 19, 2016 at 9:03:45 AM UTC+3, Shai Almog wrote: > > Font classes shouldn't be a problem, do you see any output in the DDMS > console? > -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/4fd2edaf-5ef3-4f3c-8ca7-04492973fcfb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [codenameone-discussions] SCREEN/APP FREEZING
I have to setup Android studio. But basically the issue is not on one particular screen its entirely on the app. But on that form are Containers and labels and some labels are loading icons from a font class. On Thursday, August 18, 2016 at 9:19:10 AM UTC+3, Shai Almog wrote: > > I suggest connecting the device with a cable and looking at the DDMS > output to see if there is any exception or suspicious printout when you > reproduce this issue. > We'll also need to understand what's in that page. > -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/cc8304d2-7225-4b1e-a004-47ef18cf212a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [codenameone-discussions] SCREEN/APP FREEZING
Not at all. On Wednesday, August 17, 2016 at 6:13:07 PM UTC+3, Steve Hannah wrote: > > Are you using any GeneralPaths or drawShape()? > > On Wed, Aug 17, 2016 at 4:28 AM, Jojiez > > wrote: > >> Hi, >> >> There this Android App I've developed that is having freezing issues when >> installed on Android 5.0 Lollipop. The freezing takes places during form >> transition(see attached) , components touch response.. But it works very >> fine on Android 6.0 Marshmallow. >> >> What could be the problem? >> >> >> If you are experiencing an issue please mention the full platform your >> issue applies to: >> IDE: NetBeans/Eclipse/IDEA >> Desktop OS >> Simulator >> Device >> >> -- >> 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 >> email to codenameone-discussions+unsubscr...@googlegroups.com >> . >> Visit this group at >> https://groups.google.com/group/codenameone-discussions. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/codenameone-discussions/caf905b6-fc19-40b3-b670-f4a14e479548%40googlegroups.com >> >> <https://groups.google.com/d/msgid/codenameone-discussions/caf905b6-fc19-40b3-b670-f4a14e479548%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Steve Hannah > Software Developer > Codename One > http://www.codenameone.com > -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/0002bbeb-7a8f-4cb2-a5d7-f7318cba07b7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[codenameone-discussions] SCREEN/APP FREEZING
Hi, There this Android App I've developed that is having freezing issues when installed on Android 5.0 Lollipop. The freezing takes places during form transition(see attached) , components touch response.. But it works very fine on Android 6.0 Marshmallow. What could be the problem? If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/caf905b6-fc19-40b3-b670-f4a14e479548%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [codenameone-discussions] CN1CSS library Build Error
Ok. Thank you. -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/83c17529-44b9-4c23-a3f7-de4bec514be6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [codenameone-discussions] CN1CSS library Build Error
Yes am using the 1.0.4 release and am getting this error :- *class org.w3c.flute.util.Encoding: couldn't load encoding properties * *java.lang.NullPointerException* * at org.w3c.flute.util.Encoding.(Encoding.java:40)* * at org.w3c.flute.parser.Parser.getCharStreamWithLurk(Parser.java:344)* * at org.w3c.flute.parser.Parser.parseStyleSheet(Parser.java:99)* * at com.codename1.ui.css.CSSTheme.load(CSSTheme.java:4552)* * at com.codename1.ui.css.CN1CSSCLI.main(CN1CSSCLI.java:79)* * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)* * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)* * at java.lang.reflect.Method.invoke(Method.java:497)* * at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)* * at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)* * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)* * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)* * at java.lang.reflect.Method.invoke(Method.java:497)* * at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)* On Saturday, May 28, 2016 at 5:48:09 PM UTC+3, Steve Hannah wrote: > > Are you using an old version of the library? I fixed that issue 6 months > ago. > > Try with latest release > https://github.com/shannah/cn1-css/releases/tag/1.0.4 > > Steve > > On Sat, May 28, 2016 at 7:20 AM, Jojiez > > wrote: > >> Hi, >> >> Am having problems try implementing CSS in my project. >> >> When I use CN1 CSS v1.0.1 I get Error: >> >> *Could not create the Java Virtual Machine.* >> >> >> *Error: A fatal exception has occurred. Program will exit.* >> *Invalid maximum heap size: -Xmx4096m**The specified size exceeds the >> maximum representable size.* >> >> >> >> When I use CN1 CSS v1.0.4 I get Error: >> >> *class org.w3c.flute.util.Encoding: couldn't load encoding properties * >> >> *java.lang.NullPointerException* >> >> * at org.w3c.flute.util.Encoding.(Encoding.java:40)* >> >> * at org.w3c.flute.parser.Parser.getCharStreamWithLurk(Parser.java:344)* >> >> * at org.w3c.flute.parser.Parser.parseStyleSheet(Parser.java:99)* >> >> * at com.codename1.ui.css.CSSTheme.load(CSSTheme.java:4552)* >> >> * at com.codename1.ui.css.CN1CSSCLI.main(CN1CSSCLI.java:79)* >> >> * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* >> >> * at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)* >> >> * at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)* >> >> * at java.lang.reflect.Method.invoke(Method.java:497)* >> >> * at >> com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)* >> >> * at >> com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)* >> >> * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* >> >> * at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)* >> >> * at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)* >> >> * at java.lang.reflect.Method.invoke(Method.java:497)* >> >> * at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)* >> >> >> What could be the problem? >> >> If you are experiencing an issue please mention the full platform your >> issue applies to: >> IDE: NetBeans/Eclipse/IDEA - Netbeans 8.0 >> Desktop OS - Windows 7 >> Simulator >> Device >> >> -- >> 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 >> email to codenameone-discussions+unsubscr...@googlegroups.com >> . >> Visit this group at >> https://groups.google.com/group/codenameone-discussions. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/codenameone-discussions/affef456-11c0-4a79-a53d-83ba73e53485%40googlegroups.com >> >> <https://groups.google.com/d/msgid/codenameone-discussions/affef456-11c0-4a79-a53d-83ba73e53485%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/op
[codenameone-discussions] CN1CSS library Build Error
Hi, Am having problems try implementing CSS in my project. When I use CN1 CSS v1.0.1 I get Error: *Could not create the Java Virtual Machine.* *Error: A fatal exception has occurred. Program will exit.* *Invalid maximum heap size: -Xmx4096m**The specified size exceeds the maximum representable size.* When I use CN1 CSS v1.0.4 I get Error: *class org.w3c.flute.util.Encoding: couldn't load encoding properties * *java.lang.NullPointerException* * at org.w3c.flute.util.Encoding.(Encoding.java:40)* * at org.w3c.flute.parser.Parser.getCharStreamWithLurk(Parser.java:344)* * at org.w3c.flute.parser.Parser.parseStyleSheet(Parser.java:99)* * at com.codename1.ui.css.CSSTheme.load(CSSTheme.java:4552)* * at com.codename1.ui.css.CN1CSSCLI.main(CN1CSSCLI.java:79)* * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)* * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)* * at java.lang.reflect.Method.invoke(Method.java:497)* * at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)* * at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)* * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)* * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)* * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)* * at java.lang.reflect.Method.invoke(Method.java:497)* * at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)* What could be the problem? If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA - Netbeans 8.0 Desktop OS - Windows 7 Simulator Device -- 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 email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/affef456-11c0-4a79-a53d-83ba73e53485%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.