[codenameone-discussions] getting Internal Application Error: Null Pointer Exception: Attempt to invoke virtual method on com.codenameone1.r.x

2019-04-04 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windows 10 Pro Simulator latest Device Android 6+ and IOS 12+ Just started getting this error on both Android and IOS this week. Have not trouble shot this

[codenameone-discussions] How i Can Initialize Firebase in cn1?

2019-04-04 Thread bedspeed97
hi, i need to add firebase to my cn1app with these attributes buildscript { // ... dependencies { // ... // Add the following line: classpath 'com.google.gms:google-services:4.2.0' // Google Services plugin } } apply plugin: 'com.android.application' android { // ... } //

[codenameone-discussions] Re: getting Internal Application Error: Null Pointer Exception: Attempt to invoke virtual method on com.codenameone1.r.x

2019-04-04 Thread Shai Almog
You need to look at the stack trace which you can see in the device log. -- 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] Re: About the Chinese characters in the URL request

2019-04-04 Thread Shai Almog
Did you use the methods I mentioned? You don't need to UTF encode. -- 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] Re: Using themes, setting Selected Foreground on TAB fails to change foreground color as defined in theme

2019-04-04 Thread Shai Almog
Tabs only use the pressed/unselected states as they are normally toggle buttons. I'm not aware of an issue there but it could be, I'll need a test case in the issue tracker to see if there's an issue. -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: SQLite and BLOB type

2019-04-04 Thread Shai Almog
Flash is slow especially in write. RAM/CPU cache are faster and they deplete with larger files. Feel free to benchmark this on a device. If it's easy feel free to implement a PR. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: How i Can Initialize Firebase in cn1?

2019-04-04 Thread Shai Almog
Hi, firebase is added implicitly when using push notification build hints. -- 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] Re: Using themes, setting Selected Foreground on TAB fails to change foreground color as defined in theme

2019-04-04 Thread shop . service . assistant
Perhaps I did not explain my issue. I have used this Above example and set : "tb.setTabUIID(null);" as suggested. As I investigated further, it appears this method of overriding the Tabs class with SpanButton is where the Selected Tab does not seem to recognize that it is "selected" The UIID