Re: [codenameone-discussions] Re: App Bundle id

2018-08-07 Thread Rohit Manhas
yes sure -- Thanks & Regards Rohit Manhas *Software Engineer*Mob:*9041630367* On Wed, Aug 8, 2018 at 9:57 AM Shai Almog wrote: > Odd. I'm a bit at a loss on this can you include your > codenameone_settings.properties file? Maybe there is something weird > there... > > -- > You received this

[codenameone-discussions] Re: Builds not appearing on site

2018-08-07 Thread Gareth Murfin
hey sorry I didnt see that, the chat widget appears but i didnt get that message. ok upgrading now!.. Cheers! On Wednesday, August 8, 2018 at 12:31:30 PM UTC+8, Shai Almog wrote: > > I posted this in the chat to all users on the build server page. If you > don't see the chat widget in the site

[codenameone-discussions] Re: LayeredLayout and interactive component issue

2018-08-07 Thread Thomas
No my hierarchy is pretty simple. Using the component inspector I have my form, that contains my parent container P1 (+ the toolbar) that itself contains the child component C1, that contains 3 components (its layer components). So I really don't get it. On Wednesday, August 8, 2018 at

[codenameone-discussions] Re: Pan around image and tap it

2018-08-07 Thread Shai Almog
There is ImageView which allows you to pan and zoom. I'm guessing you can just add the marker into the image object itself with a tap. -- 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: Builds not appearing on site

2018-08-07 Thread Shai Almog
I posted this in the chat to all users on the build server page. If you don't see the chat widget in the site I suggest whitelisting us in your ad blocker: We recently updated the build server. if your plugin or project is out of date your builds might vanish into thin air! Check out this

[codenameone-discussions] Re: LayeredLayout and interactive component issue

2018-08-07 Thread Shai Almog
A layered layout takes over all the space whereas flow layout will leave some areas untouched. I'm guessing you have a different component within the hierarchy that is grabbing events. Notice you shouldn't handle events in a Container. It's problematic as most events won't deliver to a

[codenameone-discussions] Builds not appearing on site

2018-08-07 Thread Gareth Murfin
Ive sent some builds today but they never turn up on my account on the website, is there something up with server? -- 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,

Re: [codenameone-discussions] Re: Mirah compile error using Java Templates.

2018-08-07 Thread Steve Hannah
Okay. Thanks. I've added some tests that reproduce this issue, and I have published a fix. You should be able to update the Mirah netbeans plugin in the Netbeans update center - or install from https://github.com/shannah/mirah-nbm/blob/master/bin/ca-weblite-netbeans-mirah.nbm Steve On Tue,

[codenameone-discussions] LayeredLayout and interactive component issue

2018-08-07 Thread Thomas
I have a Container (lets call it P1) that contains a single (for now) interactive child component (C1). This child component itself is a container using a LayeredLayout (it has 3 layers) and is interactive (it implements pointer click and drag events with override of the low level pointer

Re: [codenameone-discussions] Re: Mirah compile error using Java Templates.

2018-08-07 Thread remonkroep
Steve, I upgraded the plugin through Netbeans. This did not fix the issue, however it did change the error message a bit. It now shows 2 extra lines: Type params is T Type kind is IDENTIFIER Failed to get signature for method public T get(String url, Class type, long id) throws Exception;

Re: [codenameone-discussions] Re: Mirah compile error using Java Templates.

2018-08-07 Thread Steve Hannah
It looks like your Mirah Netbeans plugin is a little out of date. I just did a rebuild with the latest and posted on github. https://github.com/shannah/mirah-nbm/blob/master/bin/ca-weblite-netbeans-mirah.nbm You should also be able to update through the netbeans update center. Steve On Fri,