[codenameone-discussions] Re: You have a build in progress within the queue. Only one build may be active at a time

2018-09-21 Thread Shai Almog
Do you keep the jars in git or something like that and reverted them? Did you update the project libs? What's in versions.properties? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Re: RadioButton Question

2018-09-21 Thread Shai Almog
setOppositeSide applies to the radio button itself. The image is placed based on the setTextPosition property inherited from label. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Re: problem when create Android certificate

2018-09-21 Thread Shai Almog
It looks like you have an illegal character in your XML file making it unreadable to NetBeans. Did you edit it? The UI removal was announced here https://www.codenameone.com/blog/removing-old-preferences.html -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: Question regarding the order of events in the EDT

2018-09-21 Thread Shai Almog
I was talking about events being handled at the top since they arrive from the canvas so I'm not wrong about that as that's literally the definition of lightweight implementation. Every implementation needs to go from root to child to find the child. Sending events to every parent in the

[codenameone-discussions] Re: OnOffSwitch Problems

2018-09-21 Thread Shai Almog
Yes it's on our top list of components to rewrite. Feel free to file an issue as I don't think we have an open issue on 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

[codenameone-discussions] Re: How to share /src images to social media using share button?

2018-09-21 Thread Shai Almog
Hi, I'm afraid that's wrong. Target SDK version must be 26 or newer as Google killed support for older SDK's. We default to 27. Steve needs to fix that issue. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this

[codenameone-discussions] Re: layout resource file in codename one

2018-09-21 Thread Shai Almog
Developed what? An app with a list of something? I don't read Arabic so am I missing something in that aspect? -- 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: You have a build in progress within the queue. Only one build may be active at a time

2018-09-21 Thread Gareth Murfin
any thoughts? i really need to get a build to a client, do you need to reset my account or something? im on latest cn1 plugin etc but still no luck. On Friday, September 21, 2018 at 6:55:26 PM UTC+1, Gareth Murfin wrote: > > oh i seem to be wrong, it is still happening!.. no idea what to do

[codenameone-discussions] RadioButton Question

2018-09-21 Thread mcw
Are setOppositeSide and setToggle mutually exclusive? I used an example you posted on another thread to use custom images on a CheckBox here

[codenameone-discussions] Re: You have a build in progress within the queue. Only one build may be active at a time

2018-09-21 Thread Gareth Murfin
oh i seem to be wrong, it is still happening!.. no idea what to do next You have a build in progress within the queue. Only one build may be active at a time C:\Gaz\sept12_2018\MerlinV3\MerlinV3\Merlincn1_V3\build.xml:296: Login failed On Friday, September 21, 2018 at 2:55:43 PM UTC+1, Gareth

[codenameone-discussions] Re: Question regarding the order of events in the EDT

2018-09-21 Thread Thomas
You are wrong. All recents major ligthweighted frameworks support "events bubbling" (where events are passed from child to parent, as opposed to "events capturing" or "trickling", where event is passed from parent to child). Flutter for example takes this approch (events are dispached by

[codenameone-discussions] Re: You have a build in progress within the queue. Only one build may be active at a time

2018-09-21 Thread Gareth Murfin
thanks shai, i removed the plugin and reinstalled and codenameone settings appeared. And it magically worked but i did need to do clean & rebuild. Im sitting in a field in middle of countryside right now uploading from a hotspot lol.. thanks again On Friday, September 21, 2018 at 5:53:49 AM

[codenameone-discussions] Re: How to share /src images to social media using share button?

2018-09-21 Thread Pugazhendi E
*Dear Shai*, Thank you so much... It is really Awesome...finally, i got the results... I ve updated the built hints based on your shared link https://github.com/codenameone/CodenameOne/issues/2409 Now i can share images in android oreo version (Higher and Lower versions)... Also i can see the

[codenameone-discussions] Re: layout resource file in codename one

2018-09-21 Thread Fuad Nassar
On Friday, September 21, 2018 at 7:44:15 AM UTC+3, Shai Almog wrote: > > I'm sorry I guess I don't understand the question? > If you developed it in Codename One then it exists. What are you asking? > > i need know if the other people developed this before or no ,and thank you to respond --