[codenameone-discussions] "expected statement" bug in IOS builds

2017-04-26 Thread Dave Dyer

Re: an old thread
https://groups.google.com/forum/#!searchin/codenameone-discussions/statement$20expected%7Csort:relevance/codenameone-discussions/jBNoy1bSKM4/ZrW5in1dCwAJ

This is still an extant problem that crops up randomly; today I got to the 
bottom of it.  The problem
is that the asm package is generating duplicate labels, albeit in different 
classes.  Of itself this
is probably not a problem, but parpavm maintains a static global list of 
used labels.  When one
of these unused but duplicate labels appears at the end of a function, 
xcode is unhappy.

Here's the direct evidence from one of my recent builds

G:\temp\btest\build\dist\Launch-src>grep -i "L590511187" *

> com_codename1_ui_Display.m:label_L590511187:
> online_game_commonCanvas.m:label_L590511187:
> online_game_commonCanvas.m:if (ilocals_8_ CustomJump */ goto label_L590511187;
>

The best way to fix it is not completely obvious - does this really need to 
be a global static set?  It seems
likely to me that the maximum scope of a label is a single method.

-- 
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/b9ebcc8e-ea93-4d6a-a3c0-3033535c43f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: IOS builds failing: error unexpected statement

2017-04-26 Thread Dave Dyer

An interesting bit about this "statement expected" error.  I've been 
generating my own builds, and out of a few dozen builds that
I got as far as feeding to xcode, TWO so far have failed due to this.  
Since I was watching for it, I re-ran the identical build and
the error did not repeat.The errant label seems to be a free floating 
label, inserted randomly at the end of a method.  Everything
else about the file looks well-formed.

So, based on this evidence, theories involving resource exhaustion, rogue 
processes and other bolts from the blue
are less likely.



> JAVA_VOID 
> com_codename1_ui_Display_invokeAndBlock___java_lang_Runnable_boolean(CODENAME_ONE_THREAD_STATE,
>  
> JAVA_OBJECT  __cn1ThisObject, JAVA_OBJECT __cn1Arg1, JAVA_BOOLEAN 
> __cn1Arg2) {
> volatile JAVA_INT ilocals_2_ = 0; /* dropEvents */
> DEFINE_INSTANCE_METHOD_STACK(4, 7, 0, 2603, 2629);
> locals[0].data.o = __cn1ThisObject; locals[0].type = 
> CN1_TYPE_OBJECT; locals[1].data.o = __cn1Arg1;
> locals[1].type = CN1_TYPE_OBJECT;
>   ...
>

label_L1075083982: END_TRY();
> __CN1_DEBUG_INFO(1230);
> BC_ASTORE(6);
> __CN1_DEBUG_INFO(1231);
> set_field_com_codename1_ui_Display_dropEvents(threadStateData, 0 /* 
> ICONST_0 */, __cn1ThisObject);
> __CN1_DEBUG_INFO(1232);
> BC_ALOAD(6);
> throwException(threadStateData, POP_OBJ());
>
> label_L986065593:
> __CN1_DEBUG_INFO(1231);
> set_field_com_codename1_ui_Display_dropEvents(threadStateData, 0 /* 
> ICONST_0 */, __cn1ThisObject);
> __CN1_DEBUG_INFO(1233);
> releaseForReturnInException(threadStateData, cn1LocalsBeginInThread, 
> methodBlockOffset); 
> return;
>
> label_L590511187:
> }
>
>
>

-- 
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/900f304a-6035-497f-803e-c2279f63c7c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: IOS builds puzzle

2017-04-26 Thread Dave Dyer

I'm tantalizingly close to making my own builds, which will make it possible
to start more interesting work on parpavm.  I can make builds which xcode
successfully compiles and links, but which crash on running.  I'm pretty
sure that's because I'm missing the secret sauce embedded in the 
launcher stub, which is created and compiled by your server side build.

Where can I find a prototype for the launcher stub?


-- 
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/4d73c566-6d95-4b9f-909f-21d45d01add2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: IOS builds puzzle

2017-04-26 Thread Dave Dyer


On Wednesday, April 26, 2017 at 8:44:26 AM UTC-7, Steve Hannah wrote:
>
> Oh.  The ASM library.  As far as I know we use the same version that is 
> posted in cn1-binaries:
> https://github.com/codenameone/cn1-binaries/tree/master/vm
>
> That's the one I'm using, but it apparently isn't the one used in the 
build process.
The discrepancy in the name of the enum values is my evidence.  The 5.0.3 
build uses "ENUM_VALUES" whereas the actual build uses "__VALUES" 

This "known name" becomes important in the implementation of enum valueOf

-- 
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/a1505983-2d85-4d8a-a437-e72ad6a94612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] i have a list view with swipeble container i want to know how to handle action if im swiping container then a button will appear and if im clicking a new form will be shown

2017-04-26 Thread b.wassim Rmd
i have a list view with swipeble container i want to know how to handle 
action if im swiping container then a button will appear and if im clicking 
a new form will be shown  
how can i handle this 

this is my code 

* ArrayList am = gs.getAllm();*
*for (Membre i : am) {*
*Container ctn1 = new Container(new 
BoxLayout(BoxLayout.X_AXIS));*
*Container ctn2 = new Container(new 
BoxLayout(BoxLayout.Y_AXIS));*
*Label lblSurnom = new Label("Surnom : " + 
i.getNom());*
*ctn2.add(new Label("Nom : " + i.getUsername() + " 
" + i.getPrenom()));*
*ctn2.add(lblSurnom);*

*lblSurnom.addPointerReleasedListener(ev -> {*

*//display detail*
*new MembreForm().displayDetailMember(i, theme, 
member);*

*});*

*ctn1.setLeadComponent(lblSurnom);*

*Image imgServer = 
theme.getImage(i.getProfil_pic());*

*ImageViewer imgProfile = new 
ImageViewer(imgServer);*

*ctn1.add(imgProfile);*
*ctn1.add(ctn2);*
*Button btndelete = new Button();*
*btndelete.setIcon(theme.getImage("delete.png"));*
*btndelete.setUIID("container");*
*SwipeableContainer sp = new 
SwipeableContainer(btndelete, ctn1);*



*member.add(sp);*


If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA
Desktop OS
Simulator 
Device

IDE: NetBeans
Simulator 

-- 
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/a6f37189-fbde-4c98-b8e5-347bdbb1837e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: IOS builds puzzle

2017-04-26 Thread Steve Hannah
Oh.  The ASM library.  As far as I know we use the same version that is
posted in cn1-binaries:
https://github.com/codenameone/cn1-binaries/tree/master/vm

Steve

On Wed, Apr 26, 2017 at 8:35 AM, Dave Dyer 
wrote:

>
> On Wednesday, April 26, 2017 at 7:36:18 AM UTC-7, Steve Hannah wrote:
>>
>> What assembler are you referring to?
>>
>
> That would be the java bytecode assembler that ByteCodeTranslator uses to
> map over the classes.
> Seems to be part of android studio
>
>
> --
> 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/75cd93b7-8f0f-4c8f-9b9b-
> 6873793a7d25%40googlegroups.com
> 
> .
>
> 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/CAGOYrKVU4a02im4v72tOsQveS%2BOh9c-mLstN056%3DVCk-vSFChA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: IOS builds puzzle

2017-04-26 Thread Dave Dyer

On Wednesday, April 26, 2017 at 7:36:18 AM UTC-7, Steve Hannah wrote:
>
> What assembler are you referring to?
>

That would be the java bytecode assembler that ByteCodeTranslator uses to 
map over the classes.
Seems to be part of android studio
 

-- 
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/75cd93b7-8f0f-4c8f-9b9b-6873793a7d25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] About Parse and Codename one integration

2017-04-26 Thread mrshera95
Hello! 

I read this doc about integration Parse with Codename one 
^ https://github.com/sidiabale/parse4cn1

And my ask: May I send Push notifications to Android and IOS from Parse 
without Pro accaunt CodeName one or I must have a pro accaunt to send Push?

Thanks!

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/81acf46f-f04e-4e41-b70a-feb074b2fbed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: IOS builds puzzle

2017-04-26 Thread Steve Hannah
What assembler are you referring to?

On Tue, Apr 25, 2017 at 7:54 PM, Dave Dyer 
wrote:

>
> This discrepancy seems to be related to the version of the assembler that
> is used
> in the build.  What version is being used by the build server?
>
> JAVA_OBJECT STATIC_FIELD_arimaa_ArimaaConstants_ArimaaId_ENUM_VALUES = 0;
>> JAVA_OBJECT 
>> get_static_arimaa_ArimaaConstants_ArimaaId_ENUM_VALUES(CODENAME_ONE_THREAD_STATE)
>> {
>> __STATIC_INITIALIZER_arimaa_ArimaaConstants_ArimaaId(threadS
>> tateData);
>>  return STATIC_FIELD_arimaa_ArimaaConstants_ArimaaId_ENUM_VALUES;
>> }
>>
>> --
> 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/7f29d6c3-84f7-4aaa-b6ff-
> a9c32e5c804e%40googlegroups.com
> 
> .
>
> 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/CAGOYrKXcow1P50%3Do9NS1HCOKBTw_od6k84%2B8ZN2JGA0uqHZO7A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] IOS builds puzzle

2017-04-26 Thread Steve Hannah
The build server sets a number of flags in the source code to adjust
#defines and defaults.  It also injects code in various places for certain
features (e.g. push).

For your own local builds, you should change #define NO_USE_ES2 1 to #define
USE_ES2 1

Steve

On Tue, Apr 25, 2017 at 3:47 PM, Dave Dyer 
wrote:

>
> As you may have noted, I'm studying the ios / parpavm build process, and
> I've discovered this odd
> discrepancy between what is produced by your build servers and what is in
> the public codenameone
> repository.
>
> CN1ES2compat.h in the repository contains
>
> #define NO_USE_ES2 1
>
> Whereas the build sources I made today contain
>
> #define USE_ES2 1
>
> According to the repo, this change was made years ago.
>
> There are a couple other discrepancies whose impact I haven't determined,
> but this
> one is making the builds I make not compile with xcode.
>
> --
> 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/grou
> p/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/codenameone-discussions/0a8a4a03-ba34-4338-bb4f-6c030ca7
> 6e9e%40googlegroups.com
> 
> .
> 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/CAGOYrKV7dZWm2wqh4QS%3D2w53bxTmBZuUyCWZTTRcS_w%3D_JbeBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: why my function is always returning null object

2017-04-26 Thread b.wassim Rmd
i find out that the action performed method is executing after the return
statement thats why it return null always

2017-04-26 13:41 GMT+01:00 b.wassim Rmd :

> its the same thing
>
> 2017-04-26 13:27 GMT+01:00 steve nganga :
>
>> Try the following
>>
>> NetworkManager.getInstance().addToQueue*AndWait*(con); and uncomment the
>> line
>>
>>
>> Connection also provides the addArgument method so instead of appending
>> the id to the url use the
>>
>> ConnectionRequest con = new ConnectionRequest();
>> con.setUrl("http://localhost/piService/getUserById.php;);
>> con.addArgument("userId",id);
>>
>>
>>
>>
>>
>> On Wed, Apr 26, 2017 at 3:00 PM, b.wassim Rmd 
>> wrote:
>>
>>> this is what i get when im testing
>>>
>>> Le mercredi 26 avril 2017 02:27:25 UTC+1, b.wassim Rmd a écrit :

 If you are experiencing an issue please mention the full platform your
 issue applies to:
 IDE: NetBeans
 Simulator

>>> --
>>> 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/grou
>>> p/codenameone-discussions.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/codenameone-discussions/679a6adc-944a-4245-8134-d0a4e060
>>> 497d%40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "CodenameOne Discussions" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/codenameone-discussions/ig4na33zc3U/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> codenameone-discussions+unsubscr...@googlegroups.com.
>> Visit this group at https://groups.google.com/grou
>> p/codenameone-discussions.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/codenameone-discussions/CAOfyKqY5iMwKeXq3DPVAX29pVo%2B9H
>> o31bWBezvcDYA7%3DQYL8sg%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/CAD%3DdA6CUfLbewFXz0iipnJDB6k_-utgeyLJ_KWn9X3B1WuG%2BWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: why my function is always returning null object

2017-04-26 Thread b.wassim Rmd
its the same thing

2017-04-26 13:27 GMT+01:00 steve nganga :

> Try the following
>
> NetworkManager.getInstance().addToQueue*AndWait*(con); and uncomment the
> line
>
>
> Connection also provides the addArgument method so instead of appending
> the id to the url use the
>
> ConnectionRequest con = new ConnectionRequest();
> con.setUrl("http://localhost/piService/getUserById.php;);
> con.addArgument("userId",id);
>
>
>
>
>
> On Wed, Apr 26, 2017 at 3:00 PM, b.wassim Rmd 
> wrote:
>
>> this is what i get when im testing
>>
>> Le mercredi 26 avril 2017 02:27:25 UTC+1, b.wassim Rmd a écrit :
>>>
>>> If you are experiencing an issue please mention the full platform your
>>> issue applies to:
>>> IDE: NetBeans
>>> Simulator
>>>
>> --
>> 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/grou
>> p/codenameone-discussions.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/codenameone-discussions/679a6adc-944a-4245-8134-d0a4e060
>> 497d%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "CodenameOne Discussions" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/codenameone-discussions/ig4na33zc3U/unsubscribe.
> To unsubscribe from this group and all its topics, 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/CAOfyKqY5iMwKeXq3DPVAX29pVo%
> 2B9Ho31bWBezvcDYA7%3DQYL8sg%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAD%3DdA6AgfLVH-7oSRD2vbyD1siQn4Ea5y%2B-fKW-GF3a9oMBmKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: why my function is always returning null object

2017-04-26 Thread steve nganga
Try the following

NetworkManager.getInstance().addToQueue*AndWait*(con); and uncomment the
line


Connection also provides the addArgument method so instead of appending the
id to the url use the

ConnectionRequest con = new ConnectionRequest();
con.setUrl("http://localhost/piService/getUserById.php;);
con.addArgument("userId",id);





On Wed, Apr 26, 2017 at 3:00 PM, b.wassim Rmd 
wrote:

> this is what i get when im testing
>
> Le mercredi 26 avril 2017 02:27:25 UTC+1, b.wassim Rmd a écrit :
>>
>> If you are experiencing an issue please mention the full platform your
>> issue applies to:
>> IDE: NetBeans
>> Simulator
>>
> --
> 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/679a6adc-944a-4245-8134-
> d0a4e060497d%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAOfyKqY5iMwKeXq3DPVAX29pVo%2B9Ho31bWBezvcDYA7%3DQYL8sg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: why my function is always returning null object

2017-04-26 Thread b.wassim Rmd
this is what i get when im testing

Le mercredi 26 avril 2017 02:27:25 UTC+1, b.wassim Rmd a écrit :
>
> If you are experiencing an issue please mention the full platform your 
> issue applies to:
> IDE: NetBeans
> Simulator 
>

-- 
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/679a6adc-944a-4245-8134-d0a4e060497d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] why the blog have no new post?

2017-04-26 Thread steve nganga
https://www.codenameone.com/blog/questions-of-the-week-49.html

On Wed, Apr 26, 2017 at 1:41 PM,  wrote:

> Hi shai! everything its ok? im asking why since some weeks we cant find
> new post.
>
> regards!
>
>
> 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/b26be9ad-797b-48ab-9e64-
> 854bb808d5c6%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAOfyKqZA1ghiZ_G3QJo%2BedLq-RVr5zWx-pRPwwMHOLAaJnd5Mw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] why the blog have no new post?

2017-04-26 Thread romancanoniero
Hi shai! everything its ok? im asking why since some weeks we cant find new 
post.

regards!


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/b26be9ad-797b-48ab-9e64-854bb808d5c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] why my function is always returning null object

2017-04-26 Thread steve nganga
Share the stacktrace... just from looking at your code you have already
instantiated Membre on the first line and hence does not make sense to
return null;

On Wed, Apr 26, 2017 at 4:27 AM, b.wassim Rmd 
wrote:

> If you are experiencing an issue please mention the full platform your
> issue applies to:
> IDE: NetBeans
> Simulator
>
> --
> 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/162dbb4a-994b-40c8-a3af-
> acab803b928f%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAOfyKqZGLn_F0SpV3iWoBzy%3DhMWfQJGzzTR0PTsdcfx_t%2B3%2B_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.