[codenameone-discussions] Re: iOS Failed to create directory (can ios handle chinese in paths??)

2019-01-15 Thread Gareth Murfin
thanks shai.. no luck unfortunately, i made sure there was no /// but i still see Failed to create directory /var/mobile/Containers/Data/Application/4B8FF26A-77E4-473E-A4A8-4D2D6F119B26/Documents/com.outlier.lang/gaztest/testzipfolder/ I even wrote a simple test to simply make a dir, but it al

Re: [codenameone-discussions] POST problems

2019-01-15 Thread David Wafula
Meant: r.setPost comes first before you do the arguments ? On Wed, Jan 16, 2019 at 8:35 AM David Wafula wrote: > I think it works with this order? > > r.setUrl(url); //this comes first ?? > r.setPost(true); > r.addArgument("id", "theid); > r.addArgument("pw", "thepws); > > > On Wed, Jan

Re: [codenameone-discussions] POST problems

2019-01-15 Thread David Wafula
I think it works with this order? r.setUrl(url); //this comes first ?? r.setPost(true); r.addArgument("id", "theid); r.addArgument("pw", "thepws); On Wed, Jan 16, 2019 at 8:26 AM Gareth Murfin wrote: > Post body is empty in there. Should that show post parameters though ? > > On Wednesday,

Re: [codenameone-discussions] POST problems

2019-01-15 Thread Gareth Murfin
Post body is empty in there. Should that show post parameters though ? On Wednesday, January 16, 2019 at 11:40:19 AM UTC+8, Steve Hannah wrote: > > What does the network monitor say? You can look at the post body there. > > On Tue, Jan 15, 2019 at 7:10 PM Gareth Murfin > wrote: > >> Really not m

[codenameone-discussions] Re: CN1 Build failed.

2019-01-15 Thread Shai Almog
What works with the GUI builder? This is unrelated it's a communication issue not related to the Android certificate. -- 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] POST problems

2019-01-15 Thread Steve Hannah
What does the network monitor say? You can look at the post body there. On Tue, Jan 15, 2019 at 7:10 PM Gareth Murfin wrote: > Really not my week is it Im doing an ordinary post to my clients api, > but it wont work. I send over the post params like this: > > r.addArgument("id", "theirid");

[codenameone-discussions] POST problems

2019-01-15 Thread Gareth Murfin
Really not my week is it Im doing an ordinary post to my clients api, but it wont work. I send over the post params like this: r.addArgument("id", "theirid"); r.addArgument("pw", "theirpass"); r.setPost(true); NetworkManager.getInstance().addToQueue(r); I have done this a million times

[codenameone-discussions] Re: Add container to side menu (and have it fit properly)

2019-01-15 Thread Gareth Murfin
OK my last post on this, I got it all working and then Toolbar.setOnTopSideMenu(false); did start working... so no idea what was going wrong to be honest, but thankfully my sidemenu is now perfect.. PHEW On Wednesday, January 16, 2019 at 6:34:11 AM UTC+8, Gareth Murfin wrote: > > OK ive gi

[codenameone-discussions] Re: Add container to side menu (and have it fit properly)

2019-01-15 Thread Gareth Murfin
OK ive given up on trying to use: Toolbar.setOnTopSideMenu(false); My conclusion is that it has bugs, one of which being the menu will take over the screen on second use (making it useless). Things work OK without it (after days of hair tearing, and im already going bald :) )... ironically I r

[codenameone-discussions] Re: Add container to side menu (and have it fit properly)

2019-01-15 Thread Gareth Murfin
given up on trying to make my own topbar, my new question is simply, why does nothing appear when I add to the built in one.. this adds absolutely nothing somehow!! tb.add(BorderLayout.NORTH,new Button("HELLO")); tb.add(BorderLayout.EAST,new Label("HELLO")); tb.invalidate();

[codenameone-discussions] Re: Add container to side menu (and have it fit properly)

2019-01-15 Thread Gareth Murfin
please see video here at 25 secs, first open works, second open takes over screen, this is when i use tb.setHidden(true); why? On Wednesday, January 16, 2019 at 5:14:09 AM UTC+8, Gareth Murfin wrote: > > And failing that i just want to hide the topbar thing, which works until > you open the sid

[codenameone-discussions] Re: Add container to side menu (and have it fit properly)

2019-01-15 Thread Gareth Murfin
And failing that i just want to hide the topbar thing, which works until you open the side menu a second time, and then it takes over the whole screen and you cant get out... any ideas why that is? I think this side menu stuff is the hardest thing about cn1, same with my previous projects, ive

[codenameone-discussions] Re: Add container to side menu (and have it fit properly)

2019-01-15 Thread Gareth Murfin
thanks Shai, was unable to get it working unfortunately, but ive managed to salvage a project where it does work and start my project again using that, theres some mystery in there I dont understand. One thing I go know is that if you call tb.setHidden(true); then when the side menu comes out i

[codenameone-discussions] Re: CN1 Build failed.

2019-01-15 Thread Muchey
Its heartbreaking. Tried several methods. Cant this work without the GUI builder? Used Android certificate generator to rebuild the xml file, still file is not sent to gui builder. Still need help. On Tuesday, January 8, 2019 at 7:25:13 PM UTC+1, Muchey wrote: > > Am unable to send builds to t