[codenameone-discussions] Re: IOS crashes inside the VM

2016-08-21 Thread nickkoirala
I used SplunkMINT for this purpose and have written a cn1lib wraps their Android and iOS SDKs and adds breadcrumbs, events, transactions etc., to the reporting and can be managed within Codename One code. I haven't released it because my request for clarification on whether I could put it on

[codenameone-discussions] Re: Issues with TextArea align center on Android

2016-08-21 Thread nickkoirala
Is it going to be possible to edit left aligned but display centered without the placholder text remaining while editing - this would be an acceptable solution. Or does choosing center aligned mean that all editing is broken and unsupported? Trying it on other android phones some have this

[codenameone-discussions] Scrollbars recently appeared

2016-08-21 Thread nickkoirala
I'm revisiting some older projects and a new build with the latest library has added an ugly scroll bar to my scrolling containers and lists. I put in theme entries for 'Scroll' and "ScrollThumb" with transparency 0 and border empty. It removed some but not all, ticking or unticking scroll

[codenameone-discussions] Re: Problems with CodenameOne framework local build

2016-08-21 Thread Shai Almog
The source archives are auto-generated by github, we don't control them. They should work the same if they match the content of the repository. Run the build_skins target of the JavaSE port. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] Re: Issues with TextArea align center on Android

2016-08-21 Thread Shai Almog
We don't support center align editing as it's too problematic to get it right across platforms. I was able to use a center flow layout with a single line entry to get a similar effect but your millage may vary as it would have a problem if input size varies significantly. -- You received

[codenameone-discussions] Re: AndroidNativeUtil.getActivity().getApplication().getTracker()

2016-08-21 Thread Gareth Murfin
ah of course you need to make getTracker().. Ended up doing it like this, got a compile will know later if it works: // The following line should be changed to include the correct property id. private static final String PROPERTY_ID = Prefs.GOOGLE_ANALYTICS_AGENT_ANDROID;// "UA-X-Y";

[codenameone-discussions] AndroidNativeUtil.getActivity().getApplication().getTracker()

2016-08-21 Thread Gareth Murfin
I am trying to implement this: https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#google-play-campaigns but getTracker() does not exist when I do this, Tracker t = AndroidNativeUtil.getActivity().getApplication().getTracker(TrackerName.APP_TRACKER); How do I

[codenameone-discussions] Re: Problems with CodenameOne framework local build

2016-08-21 Thread kaisbensalah92
Finally those errors disappeared after cloning from the git repository -- I've to say that the source archives are little bit buggy or somehow deprecated. I followed the whole steps. When performing a Clean on top of Ports/JavaSE project, I receive a strange error message "*Could not find

[codenameone-discussions] Issues with TextArea align center on Android

2016-08-21 Thread nickkoirala
The design I'm required to match has input fields that are center aligned. TextFields can't be center aligned so I'm using single line TextArea fields instead. When tapping the field the placeholder text flickers on and off a few times and sometimes remains while typing and sometimes clears

[codenameone-discussions] Facebook connection, display problem

2016-08-21 Thread usabg63500
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device Hello everybody, I have a display problem with my facebookConnection. I have a connection class with inscription class. with my app, it's possible to