[codenameone-discussions] Emulator zoom/scroll still does not persist on windows

2018-01-09 Thread Gareth Murfin
Almost every simulator is bordering on useless for normal (rapid) dev because each time you launch it you need to spend ages making it the right size and changing the window sizes. This means for quick testing I am stuck using the nexus 1 and iphone 3gs, because their resolutions fit my screen

Re: [codenameone-discussions] Re: Some gui builder questions

2018-01-09 Thread Gareth Murfin
Thanks Steve I will try this, is there somewhere to submit issues on the gui editor? Im trying to drag in a flow container and its giving me a set of widgets for searching. On Tuesday, January 9, 2018 at 12:13:45 AM UTC+8, Steve Hannah wrote: > > > > On Mon, Jan 8, 2018 at 8:0

[codenameone-discussions] How to do: setEntity() ?

2018-01-09 Thread Gareth Murfin
I have some android code I am porting to cn1, in my networking I do: HttpPost httppost = new HttpPost(url); httppost.setEntity(new StringEntity(s)); I dont recall why I use setEntity, but I am posting a snippet of json to the server, what is the equivalent way to do this in CN1? -- You

[codenameone-discussions] Re: Some gui builder questions

2018-01-08 Thread Gareth Murfin
I dont think auto layout is for me, I tried without it though and got this string out of range error: https://www.dropbox.com/s/krs4zleedobuoup/Snap%202018-01-08%20at%2023.59.54.png?dl=0 On Monday, January 8, 2018 at 11:27:31 PM UTC+8, Gareth Murfin wrote: > > I have made a grid layout

[codenameone-discussions] Some gui builder questions

2018-01-08 Thread Gareth Murfin
I have made a grid layout with 2 cols and 3 rows, sometimes when I am working it appears like this https://www.dropbox.com/s/vpqq3aer35br255/Snap%202018-01-08%20at%2023.24.28.png?dl=0 (ie it things I have another row, only way to fix is to quit n reload) Also, the grid layout should fill

[codenameone-discussions] Re: How to drag a component into a container? (new builder)

2018-01-08 Thread Gareth Murfin
e this yet? or old one is still good enough? Id love to learn it but not if its still in beta. On Monday, January 8, 2018 at 10:15:10 PM UTC+8, Gareth Murfin wrote: > > Back to cn1 and new builder :) I am having some weird issues, First of all > it always starts with a layeredlayout, thats

[codenameone-discussions] How to drag a component into a container? (new builder)

2018-01-08 Thread Gareth Murfin
Back to cn1 and new builder :) I am having some weird issues, First of all it always starts with a layeredlayout, thats not a huge problem I guess, so I place a container in there and set it to border layout. But then how do I drag something into the border layout?? Everytime I drop it in it it

Re: [codenameone-discussions] Re: After update nothing appears on my side menu

2017-12-05 Thread Gareth Murfin
Haha good point Shai. Well I am happy to say my *major* client has approved using cn1, this is gonna be yet another epic project, one which should show cn1 is a brilliant light! On Thursday, November 23, 2017 at 1:19:22 PM UTC+8, Shai Almog wrote: > > Chats are a bad form of communication as

Re: [codenameone-discussions] Re: Anyway to have crash reporter on basic?

2017-11-26 Thread Gareth Murfin
ussions/3c458671-47e9-487f-9b2a-763fd5d76216%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.garethmurfin.co.uk) -- You received this message because you are subscribed to th

[codenameone-discussions] Anyway to have crash reporter on basic?

2017-11-24 Thread Gareth Murfin
Is there any other way I can create a crash reporter of my own without paying for pro? I guess the obvious answer is no but I dont mind trying if there is some possible route, I am finding the 19us package very nice/affordable apart from that. -- You received this message because you are

Re: [codenameone-discussions] Re: After update nothing appears on my side menu

2017-11-22 Thread Gareth Murfin
fdd-4a93-8dce-513a0b76e04a%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.garethmurfin.co.uk) -- You received this message because you are subscribed to

[codenameone-discussions] Re: After update nothing appears on my side menu

2017-11-20 Thread Gareth Murfin
I wonder if you could somehow keep a simple list of the most important changes (blog entries are good but this could complement it) something like: - NOV 15 2017 - 3.5.1 - depreciated side menu (you can use this to turn on etc) literally just bullet points we can scan through if we havent

[codenameone-discussions] Re: After update nothing appears on my side menu

2017-11-20 Thread Gareth Murfin
20, 2017 at 5:58:32 PM UTC+8, Gareth Murfin wrote: > > Stack overflow: > > https://stackoverflow.com/questions/47389242/side-menu-stopped-working-after-new-update > > On Monday, November 20, 2017 at 1:06:48 PM UTC+8, Gareth Murfin wrote: >> >> I just had to upda

[codenameone-discussions] Re: App wants to "make and manage phone calls"

2017-11-20 Thread Gareth Murfin
Strange thing is as the app loads it asks for permission to make calls, then later when i use sms it asks for permissions to send SMS. The first thing asking to make calls should not be happening. On Wednesday, September 27, 2017 at 12:08:02 PM UTC+8, Shai Almog wrote: > > Yes, SMS requires

[codenameone-discussions] Re: Selecting people from phone book

2017-11-20 Thread Gareth Murfin
Ok fixed by derriving all states for my uuid :) weird tho how it only happens on android On Monday, November 20, 2017 at 7:04:18 PM UTC+8, Gareth Murfin wrote: > > I have some code that allows me to select contacts from phone book, it > works fine on the simulators, and iphone. But o

[codenameone-discussions] Selecting people from phone book

2017-11-20 Thread Gareth Murfin
I have some code that allows me to select contacts from phone book, it works fine on the simulators, and iphone. But on Android for some reason the uuid has no effect, it functions fine but when I tap someone the appearance does not change (only on android device), what could this be ? code:

[codenameone-discussions] Re: After update nothing appears on my side menu

2017-11-20 Thread Gareth Murfin
Stack overflow: https://stackoverflow.com/questions/47389242/side-menu-stopped-working-after-new-update On Monday, November 20, 2017 at 1:06:48 PM UTC+8, Gareth Murfin wrote: > > I just had to update my libs now nothing appears on the left slide out > menu I have, how to fix??? My

[codenameone-discussions] Re: After update nothing appears on my side menu

2017-11-20 Thread Gareth Murfin
(); smb.openMenu(null); On Monday, November 20, 2017 at 1:06:48 PM UTC+8, Gareth Murfin wrote: > > I just had to update my libs now nothing appears on the left slide out > menu I have, how to fix??? My app calls addSideMenuToLeft(f); in the > "before" method of the screen it u

[codenameone-discussions] Re: IndexArrayOutofBounds adding button to a container

2017-11-20 Thread Gareth Murfin
Seems like in the output window in netbeans it wont let you know where it crashes anymore or did it ever? must have done? On Monday, November 20, 2017 at 2:27:12 PM UTC+8, Gareth Murfin wrote: > > Im just trying to add a button to a container and I get index out of > bounds 95% of

[codenameone-discussions] Re: IndexArrayOutofBounds adding button to a container

2017-11-19 Thread Gareth Murfin
forget all the nulls by the way that is my method trying toshow last error messages. But this crahs is reliable most of the time, I dont understand it really. On Monday, November 20, 2017 at 2:27:12 PM UTC+8, Gareth Murfin wrote: > > Im just trying to add a button to a container and I get

[codenameone-discussions] IndexArrayOutofBounds adding button to a container

2017-11-19 Thread Gareth Murfin
Im just trying to add a button to a container and I get index out of bounds 95% of the time. Just started happening. Wont even tell me where in the stack trace, but its simply : Container ContainerAddNextToMe = (Container) findByNameX("ContainerAddNextToMe", f );//cat

[codenameone-discussions] After update nothing appears on my side menu

2017-11-19 Thread Gareth Murfin
I just had to update my libs now nothing appears on the left slide out menu I have, how to fix??? My app calls addSideMenuToLeft(f); in the "before" method of the screen it uses the slide out menu on, was working perfectly for last few years until todays update. Method is quite simple here it

Re: [codenameone-discussions] All cn1 projects have become J2SE

2017-08-17 Thread Gareth Murfin
2017 at 9:30 PM, Gareth Murfin <gareth...@gmail.com > > wrote: > >> thanks, it is already there though, any other ideas? >> >> On Monday, August 14, 2017 at 10:40:47 PM UTC+8, Steve Hannah wrote: >>> >>> You need to copy the CodeNameOneBuildClient.jar into y

Re: [codenameone-discussions] All cn1 projects have become J2SE

2017-08-17 Thread Gareth Murfin
thanks, it is already there though, any other ideas? On Monday, August 14, 2017 at 10:40:47 PM UTC+8, Steve Hannah wrote: > > You need to copy the CodeNameOneBuildClient.jar into your project's > directory. > > On Mon, Aug 14, 2017 at 6:01 AM, Gareth Murfin <gareth...@gm

[codenameone-discussions] All cn1 projects have become J2SE

2017-08-14 Thread Gareth Murfin
I loaded netbeans but my projects no longer have the cn1 logo, or right click, they appear to be normal java projects? How do I get them to work ? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

Re: [codenameone-discussions] How to open new gui builder

2017-08-04 Thread Gareth Murfin
explorer and select "Gui > Builder". > > On Thu, Aug 3, 2017 at 11:02 PM, Gareth Murfin <gareth.mur...@gmail.com> > wrote: > >> Old one always opens when i click ,.res, how to load new one ? >> >> -- >> You received this message because you are su

[codenameone-discussions] How to open new gui builder

2017-08-04 Thread Gareth Murfin
Old one always opens when i click ,.res, how to load new one ? -- 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

Re: [codenameone-discussions] Re: Playing video crashes ios

2017-08-04 Thread Gareth Murfin
groups.google.com/d/ > msgid/codenameone-discussions/1e9a1a9b-0268-469b-a9c9- > f67aa913e5e3%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/1e9a1a9b-0268-469b-a9c9-f67aa913e5e3%40googlegroups.com?utm_medium=email_source=footer> > . > > For mo

Re: [codenameone-discussions] Re: Playing video crashes ios

2017-07-29 Thread Gareth Murfin
WXO > RbaojdMv3-jP2TP%2B2pw%40mail.gmail.com > <https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKUaMqLF_51hO5EDU8Xmz76YWXORbaojdMv3-jP2TP%2B2pw%40mail.gmail.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. &g

[codenameone-discussions] Playing video crashes ios

2017-07-27 Thread Gareth Murfin
I built an app and last week it was working perfect, I rebuilt it on the server yesterday and now it crashes when I play a video (MediaPlayer). This only happens on iOS, and it simply exits the program. Im pretty sure this same code has worked in many of my other apps, did something change

Re: [codenameone-discussions] Re: Shame we can't add on Javascript for a little more

2017-07-26 Thread Gareth Murfin
e-discussions/d0b4f473-dd11-4ed2-bb34- > d47548473fb2%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/d0b4f473-dd11-4ed2-bb34-d47548473fb2%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com

[codenameone-discussions] Shame we can't add on Javascript for a little more

2017-07-25 Thread Gareth Murfin
Recently people keep asking me for ios/android and a webapp, I am always selling them on codenameone, thats *amazing* they say, but then I have to break it to them we would need a enterprise account. It would be great if you could mix and match features, for example I dont need any of the

Re: [codenameone-discussions] Re: Cannot play this video, after it plays

2017-07-13 Thread Gareth Murfin
ne-discussions/c3546105-10c0-4700-a488-79ec2cbcba49%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.garethmurfin.co.uk) -- You received this message because you are

[codenameone-discussions] Re: Cannot play this video, after it plays

2017-07-13 Thread Gareth Murfin
:43.081 3158-3158/com.norby.s3 D/VideoView: Error: 1,0 On Friday, July 14, 2017 at 9:58:38 AM UTC+8, Gareth Murfin wrote: > > Seems like if you stop it playing 100ms early the error doesnt happen > > new UITimer(new Runnable() { >

Re: [codenameone-discussions] Re: Video stretching

2017-07-13 Thread Gareth Murfin
trying Display.getInstance().execute(url); that works will see if client likes :)) On 14 July 2017 at 09:02, Gareth Murfin <gareth.mur...@gmail.com> wrote: > so its impossible to play a video in android in landscape without > stretching right now ? or any other tricks like not using

[codenameone-discussions] Re: Video stretching

2017-07-13 Thread Gareth Murfin
so its impossible to play a video in android in landscape without stretching right now ? or any other tricks like not using borderlayout etc? On Tuesday, July 11, 2017 at 12:51:29 PM UTC+8, Shai Almog wrote: > > I agree we need this behavior to be more consistent across platforms, can > you

[codenameone-discussions] Video stretching

2017-07-10 Thread Gareth Murfin
Lets say I add a mediaplayer to the centre of a borderlayout and tunr the phone landscape, it appears that the video is stretched on android, to fill the whole borderlayout, but on iOS the video does not stretch. Is there a way to stop it filling the full space in android? -- You received

Re: [codenameone-discussions] Re: Swift

2017-07-10 Thread Gareth Murfin
has the swift situation changed at all? I may need to write a native lib and i hate objc. On Tuesday, March 29, 2016 at 8:06:14 PM UTC+8, Gareth Murfin wrote: > > Haha of course but I am finding new functionality daily that isnt > supported (mostly useless junk from FB and google play

[codenameone-discussions] iOS can play android vids but not vice versa

2017-07-09 Thread Gareth Murfin
I have a small tool to capture video and upload to S3. I am running it on ios and android. On the iOS side I can view any video made on iOS or android. But on the Android side I can only views made on android, iOS ones say "Can't play video" and shows a black screen. Why would this be? is it

Re: [codenameone-discussions] Re: Refresh in gui builder

2017-07-09 Thread Gareth Murfin
thanks, codenameone does not come up under available plugins on netbeans here though :( On Sunday, July 9, 2017 at 12:45:15 PM UTC+8, Shai Almog wrote: > > Just remove that old repository and possibly the plugin then reinstall. It > should work. > -- You received this message because you are

Re: [codenameone-discussions] Re: Refresh in gui builder

2017-07-08 Thread Gareth Murfin
eb32-48b6-95b1-5433c764e7a0%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.garethmurfin.co.uk) -- You received this message because you are subscribed to the Googl

[codenameone-discussions] Cannot play this video, after it plays

2017-07-07 Thread Gareth Murfin
I have an app that downloads a video from s3 and plays it, this works fine, but strangely when I hit my back button then arrive at main menu a message pops up saying "cannot play this video". This is not in my logic, nothing should happen here, so just wondering why this pop up comes up? --

Re: [codenameone-discussions] Re: Capture.captureVideo() - specify time?

2017-07-07 Thread Gareth Murfin
so its impossible currently to stop the recording, apart* from them doing it themself? Any other way? Other than writing a native library? On 7 July 2017 at 20:43, Gareth Murfin <gareth.mur...@gmail.com> wrote: > so its impossible currently to stop the recording, out of them doing it &

Re: [codenameone-discussions] Re: Refresh in gui builder

2017-07-07 Thread Gareth Murfin
ly 7, 2017 at 9:46:15 PM UTC+8, Gareth Murfin wrote: > > Assuming my gui builder is still out of date, no dots next to uiid. i > wonder if I just delete the libs directory and update it will grab newer? > edit, ouch did that now all files have compile errors, even when i put the >

[codenameone-discussions] Re: java.net.protocolException DELETE does not support writing.

2017-07-07 Thread Gareth Murfin
With post set to false it works, cheers! On Friday, July 7, 2017 at 1:20:23 PM UTC+8, Shai Almog wrote: > > Did you try this with post false? > What did you add to the body? > What's in the network monitor response, it should contain a detailed error > message. > -- You received this message

Re: [codenameone-discussions] Re: Refresh in gui builder

2017-07-07 Thread Gareth Murfin
, is that the version? in codenameone settings.propterties. On 7 July 2017 at 20:37, Gareth Murfin <gareth.mur...@gmail.com> wrote: > Wow, I had hoped this was the case!! And wondered... But I have updated > the libs over and over again and it says theyre the latest? so I assumed > they wer

Re: [codenameone-discussions] Re: Capture.captureVideo() - specify time?

2017-07-07 Thread Gareth Murfin
oogle.com/d/ > msgid/codenameone-discussions/6b736de8-67f4-4817-ae72- > 95d12148d29f%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/6b736de8-67f4-4817-ae72-95d12148d29f%40googlegroups.com?utm_medium=email_source=footer> > . > > For more

Re: [codenameone-discussions] Re: Refresh in gui builder

2017-07-07 Thread Gareth Murfin
b-a933- > b69a70420040%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/2fbea5c0-eeae-4e9b-a933-b69a70420040%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfi

[codenameone-discussions] Re: Refresh in gui builder

2017-07-06 Thread Gareth Murfin
Good work guys, hope you dont think I am being negative, I am just giving honest feed back, I have always been drawn to lwuit/cn1 due to the editor. I can do more testing etc if you are interested, maybe something weird was happening for me. On Thursday, July 6, 2017 at 11:38:25 PM UTC+8,

[codenameone-discussions] Refresh in gui builder

2017-07-06 Thread Gareth Murfin
In the new builder I find that since you cannot drag things into the hierarchy you must drag into the UI preview. This is a bit annoying, actually very annoying because you cant put it in the right container first time. If you drag something in it will not go where you want it, also a second

[codenameone-discussions] Re: Capture.captureVideo() - specify time?

2017-07-06 Thread Gareth Murfin
Also forgot to ask is there a way to track progress of an upload? like a % or something we can display to user. On Thursday, July 6, 2017 at 9:17:25 PM UTC+8, Gareth Murfin wrote: > > Lets say I want to record only 30 seconds of video, is there any > convenient way to do

Re: [codenameone-discussions] Re: S3 upload

2017-07-06 Thread Gareth Murfin
Ah that makes sense then, I saw that I needed to update to get aroudn the order bug for supply post params, works nice. Thanks Shai. On Thursday, July 6, 2017 at 1:04:24 PM UTC+8, Shai Almog wrote: > > When you create a new project it will provide the libs we had when we > created the plugin >

[codenameone-discussions] Capture.captureVideo() - specify time?

2017-07-06 Thread Gareth Murfin
Lets say I want to record only 30 seconds of video, is there any convenient way to do it using Capture.captureVideo(); ? -- 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

Re: [codenameone-discussions] Re: How to use new gui builder?

2017-07-06 Thread Gareth Murfin
ns/ca24a5a6-d8fe-48ac-aa11-d3677e4829d1%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.garethmurfin.co.uk) -- You received this message because you are subscrib

Re: [codenameone-discussions] Re: com\codename1\demo\chrome\gui\Main.java:26: error: lambda expressions are not supported in -source 1.5

2017-07-06 Thread Gareth Murfin
ps.com > <https://groups.google.com/d/msgid/codenameone-discussions/c2a85cc0-6628-4cd8-a690-e16485df01a1%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.gar

Re: [codenameone-discussions] Re: S3 upload

2017-07-05 Thread Gareth Murfin
OK fixed, my permissions in the AWS console for the bucket were not set to allow everyone to read and write, not sure how dangerous that is (or how you access with existing details and authenticate) but it does upload now!.. nice one ;) On 5 July 2017 at 22:25, Gareth Murfin <gareth.

Re: [codenameone-discussions] Re: S3 upload

2017-07-05 Thread Gareth Murfin
July 2017 at 22:12, Gareth Murfin <gareth.mur...@gmail.com> wrote: > > Swapped url to https://mybucket.s3.amazonaws.com > > and now getting this error, still progress :-)) Im sure I read about this > on stackvoerflow, the order thing, > > > InvalidArgumentBucket POS

[codenameone-discussions] Re: S3 upload

2017-07-05 Thread Gareth Murfin
just realised I have not authenticated to AWS in any way, thats probably the issue :) But I cant find any code snippets anywhere to actually do this ? Is there any AWS loggin code around I can see? Cheers, Gaz. On Wednesday, July 5, 2017 at 8:09:31 PM UTC+8, Gareth Murfin wrote: > >

[codenameone-discussions] Re: S3 upload

2017-07-05 Thread Gareth Murfin
run(RunnableWrapper.java:120) at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176) Java Result: 1 On Wednesday, July 5, 2017 at 6:53:24 PM UTC+8, Gareth Murfin wrote: > > I found some code that is supposed to work from stack over flow for

Re: [codenameone-discussions] Re: Scrollable Y container

2017-06-18 Thread Gareth Murfin
Got it, my container was a Form and not a container Thanks! On 19 June 2017 at 12:49, Gareth Murfin <gareth.mur...@gmail.com> wrote: > it looks like it does scroll if there arent too many rows to fill the > container, ie one row i can scroll up and down with my finger, but if &g

Re: [codenameone-discussions] Re: Scrollable Y container

2017-06-18 Thread Gareth Murfin
gid/codenameone-discussions/8e425129-c7c7-4f64-8f1e-6d268408209c%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.garethmurfin.co.uk) -- You received this message b

[codenameone-discussions] Re: Scrollable Y container

2017-06-18 Thread Gareth Murfin
really just need simple scroll functionality, should I be using a lst? On Monday, June 19, 2017 at 11:48:08 AM UTC+8, Gareth Murfin wrote: > > Im using createcontainer and adding my rows that way, is that a problem? > If I add each thing as a simple button it scrolls fine. > > On

[codenameone-discussions] Re: Scrollable Y container

2017-06-18 Thread Gareth Murfin
Im using createcontainer and adding my rows that way, is that a problem? If I add each thing as a simple button it scrolls fine. On Monday, June 19, 2017 at 9:08:31 AM UTC+8, Gareth Murfin wrote: > > For some reason I cannot work out how to make a container scrollable on Y > (it is

[codenameone-discussions] Re: ComboBox popup style

2017-06-18 Thread Gareth Murfin
actually went through setting them all to foreground black and it did work.. so looks ok now!! On Monday, June 19, 2017 at 11:12:48 AM UTC+8, Gareth Murfin wrote: > > I must have asked this a million times but I still cannot get the pop ups > from a combo box to style, I have gon

[codenameone-discussions] ComboBox popup style

2017-06-18 Thread Gareth Murfin
I must have asked this a million times but I still cannot get the pop ups from a combo box to style, I have gone through the source code setting up each uiid but still nothing on my device. Its white text on a transparent background, I am not using the constant for other popup stuff. How do I

Re: [codenameone-discussions] iOS Build error Undefined symbols for architecture arm64:

2017-06-18 Thread Gareth Murfin
thanks I swapped this for the one from github (49k) but now import com.codename1.io.websocket.WebSocket; wont import. On Wednesday, May 31, 2017 at 12:18:26 AM UTC+8, Steve Hannah wrote: > > Make sure your websockets lib is up to date. > > On Tue, May 30, 2017 at 12:23 AM Gareth Mu

[codenameone-discussions] Scrollable Y container

2017-06-18 Thread Gareth Murfin
For some reason I cannot work out how to make a container scrollable on Y (it is in CENTRE of a borderlayout), I tick the box, and then in code add other containers to it (its boxlayout Y) but it does not scroll. I have also tried a root container that is not scrollable with a scrollable Y one

[codenameone-discussions] Re: Change text colour in combobox

2017-05-30 Thread Gareth Murfin
Yes, uiid im using is ComboBox On Tuesday, May 30, 2017 at 12:48:42 PM UTC+8, Shai Almog wrote: > > Did you change it both in selected and unselected states? In which UIID? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] iOS Build error Undefined symbols for architecture arm64:

2017-05-30 Thread Gareth Murfin
thoughts? CompileC build/Build/Intermediates/ArchiveIntermediates/MyApplication/IntermediateBuildFilesPath/MyApplication.build/Release-iphoneos/MyApplication.build/Objects-normal/arm64/userclasses_Tools.o MyApplication-src/userclasses_Tools.m normal arm64 objective-c

[codenameone-discussions] Add chat to your app in minutes.

2017-05-15 Thread Gareth Murfin
In my spare time I have slowly been developing a cn1 library which provides real time chat in your app effortlessly. It will be a one line integration that gives you a fully functional chat system with operators, nick registration, private messages and a lot more. It is basically an irc client

[codenameone-discussions] Update libs more often!

2017-04-05 Thread Gareth Murfin
I think you should update the libs once a week (ideally every night), it is very frustrating waiting for regression bugs that are fixed to filter through. I have re-written this post 6 times because each time my anger got so high that I wrote something inspired by my infuriation of being fired

[codenameone-discussions] Re: how to cut a string into variables?

2017-04-05 Thread Gareth Murfin
do you have an example? You can use .substring() or even a stringtokenizer, show me what you need ;) On Wednesday, April 5, 2017 at 5:09:12 PM UTC+8, hammami...@gmail.com wrote: > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE:

[codenameone-discussions] Re: Looking for a codenameone developer!

2017-03-30 Thread Gareth Murfin
Ive been a codename one developer for quite a few years and delivered around 5 or 6 apps in it, cv is here www.garethmurfin.co.uk On Tuesday, February 7, 2017 at 5:03:06 AM UTC+8, joyc...@gmail.com wrote: > > PreciouStatus is looking to expand our Technical Team. We are in search > of a

[codenameone-discussions] Drawing arcs now not working

2017-03-29 Thread Gareth Murfin
Just updated after say 2 to 4 months and some of my drawing code is messed up. I am using pathStatic.arc(xPos, yPos, circleW, circleH , startAngle, angleComplete); g.drawShape(pathStatic, stroke); this worked as expected until the update, there is now appears

[codenameone-discussions] Re: Styling Toolbar

2017-03-08 Thread Gareth Murfin
You are right SideNavigationPanel has a background! Doh, I will try transparent tomorrow, that will surely work. Thanks Shai. On Thursday, March 9, 2017 at 9:30:58 AM UTC+8, Gareth Murfin wrote: > > It is already transparent, both containers are. So the background should > not be dr

[codenameone-discussions] Styling Toolbar

2017-03-07 Thread Gareth Murfin
Had this problem for a long time, the client wants to get rid of the line shown here in my toolbar: https://www.dropbox.com/s/13jxnffisk1s4cw/shitline.jpg?dl=0 But I cannot work out how, my toolbar is simply a container with another container and then some buttons and labels - the top

[codenameone-discussions] combobox.setSelectedIndex not working?

2016-12-20 Thread Gareth Murfin
combobox.setSelectedIndex is having no effect for some reason ? -- 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] java.util.ConcurrentModificationException

2016-12-13 Thread Gareth Murfin
Hi I got a bug report about this.. at this point I am passing a peer component back, any reason why this may happen ? [EDT] 0:0:7,845 - java.util.ConcurrentModificationException [EDT] 0:0:7,847 - java.util.ConcurrentModificationException at

Re: [codenameone-discussions] Re: Access photos permission

2016-12-08 Thread Gareth Murfin
com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - www.garethmurfin.co.uk) -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" grou

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
doh, its due to the share button I think... On Thursday, December 8, 2016 at 8:42:54 PM UTC+8, Gareth Murfin wrote: > > OK final one, im not using contacts at all, so why is this one needed? it > says "contacts" in permissions, from the docs: > > android.permission

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
ng it? I guess a lib somewhere could be, we really need a smart tool for analysing apks, sigh On Thursday, December 8, 2016 at 8:31:18 PM UTC+8, Gareth Murfin wrote: > > > ahh I think its this! Thats why it needs telephone? > > android.permission.READ_PHONE_STATE - is triggered by

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
isdn(). This permission is required for media in order to suspend audio playback when you get a phone call. On Thursday, December 8, 2016 at 8:28:59 PM UTC+8, Gareth Murfin wrote: > > I see in the manifest it is using READ PHONE STATE, is that what is > causing it? But how do I turn it off? Ma

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
I see in the manifest it is using READ PHONE STATE, is that what is causing it? But how do I turn it off? Man permissions are KILLING me. I dont even know why I need it. On Thursday, December 8, 2016 at 8:15:00 PM UTC+8, Gareth Murfin wrote: > > Also is there a build hint that can &qu

[codenameone-discussions] Re: Permission to use phone

2016-12-08 Thread Gareth Murfin
r internal storage??) On Thursday, December 8, 2016 at 8:09:09 PM UTC+8, Gareth Murfin wrote: > > Im now on api 21, why does my app ask to use phone permission here? is > that always there? > > > https://www.dropbox.com/s/ke23cw2xqsnear1/Screenshot_20161208-120120.png?dl=0 >

Re: [codenameone-discussions] Re: Access photos permission

2016-12-08 Thread Gareth Murfin
roups.com > <https://groups.google.com/d/msgid/codenameone-discussions/26a7d735-49f2-4571-9adc-c63b7dfe10df%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Gareth Murfin (Android Freelancer - ww

Re: [codenameone-discussions] Re: Access photos permission

2016-12-07 Thread Gareth Murfin
and then after that it asks for access to "photos,media and files on device", JUST from opening a link. Android 6 permissions are killing me, also none of this shows in simulator even with android 6 permissions ticked. On Wednesday, December 7, 2016 at 8:08:35 PM UTC+8, Gareth Mu

Re: [codenameone-discussions] Re: Access photos permission

2016-12-07 Thread Gareth Murfin
Client sent me a video, simply opening a browser link inside the app says "requires permission. this is required to open the file", all I can doing is: Display.getInstance().execute(url); On Wednesday, December 7, 2016 at 7:34:20 PM UTC+8, Gareth Murfin wrote: > > Thanks Shai I

Re: [codenameone-discussions] Re: Access photos permission

2016-12-07 Thread Gareth Murfin
Thanks Shai I will ask client to do that, I dont see anything in that link thatI aum using that would need access to media and files... Maybe it is due to us playing a video inside the app or something but that is stored in the jar. On Tuesday, December 6, 2016 at 1:18:47 PM UTC+8, Shai Almog

Re: [codenameone-discussions] Re: Access photos permission

2016-12-04 Thread Gareth Murfin
Unfortunately I cannot recreate them, only client can, I have tried geny motion with android 6 etc :-( On Saturday, December 3, 2016 at 2:20:31 PM UTC+8, Shai Almog wrote: > > In the device if you deny the permission you would usually see an output > stack pointing you at the rough direction. >

Re: [codenameone-discussions] Re: Access photos permission

2016-12-01 Thread Gareth Murfin
this explains a bit http://www.howtogeek.com/230683/how-to-manage-app-permissions-on-android-6.0/ although surely you dont need permission to write it internal storage? On Friday, December 2, 2016 at 11:54:56 AM UTC+8, Gareth Murfin wrote: > > ripped out everything i could yet its

Re: [codenameone-discussions] Re: Access photos permission

2016-12-01 Thread Gareth Murfin
ripped out everything i could yet its still happening. ;-( On Friday, December 2, 2016 at 11:27:42 AM UTC+8, Gareth Murfin wrote: > > im thinking this... > > String roots[] =FileSystemStorage.getInstance().getRoots(); > for (int i=0; i&

Re: [codenameone-discussions] Re: Access photos permission

2016-12-01 Thread Gareth Murfin
im thinking this... String roots[] =FileSystemStorage.getInstance().getRoots(); for (int i=0; i<roots.length; i++) { _("ROOT: "+roots[i]); } On Friday, December 2, 2016 at 11:25:26 AM UTC+8, Gareth Murfin wrote: &

Re: [codenameone-discussions] Re: Access photos permission

2016-12-01 Thread Gareth Murfin
I actually did find a references to the capture api imported, i removed it but i am still getting this. Could this cause it ? surely this is internal, weird thing is I only see on 2 phones. String[] files = Storage.getInstance().listEntries(); String whatHappened =

Re: [codenameone-discussions] Re: Access photos permission

2016-11-30 Thread Gareth Murfin
t one from mate. https://dl.dropboxusercontent.com/u/4194619/15240287_10154567724660568_1813990978_n.png On Thursday, December 1, 2016 at 12:00:18 AM UTC+8, Gareth Murfin wrote: > > Thanks i dont see anything, I have capturePhoto call in commented out > code, could that be causing it

[codenameone-discussions] Access photos permission

2016-11-29 Thread Gareth Murfin
Apologies if I have asked this before but I cannot find it - my app is apparently asking some people for permission to access photos and media, what calls in the code will cause this? I thought I had got rid of them all. The people on google play are lunatic asylum escapees, a permission

[codenameone-discussions] Re: Picker.setDate - how to use?

2016-11-29 Thread Gareth Murfin
Apologies, spoke too soon was my own logic bug :-} On Tuesday, November 29, 2016 at 6:35:36 PM UTC+8, Gareth Murfin wrote: > > Picker.setDate doesnt work when you pass in a date if its showing > according to the docs, but then how do you set it? Even in beforeShow it > happen

[codenameone-discussions] Picker.setDate - how to use?

2016-11-29 Thread Gareth Murfin
Picker.setDate doesnt work when you pass in a date if its showing according to the docs, but then how do you set it? Even in beforeShow it happens, I thought something like this would work but it doesnt; Picker p = new Picker(); p.setDate(theirBirthday);

[codenameone-discussions] Dates handled different on different devices?

2016-11-28 Thread Gareth Murfin
I keep getting bug reports about dates being worked out wrong, they are mostly from galaxy android devices. Is there some known work around for working with dates across different android devices? trying to work out what it does but my phone is not booting, I think on them devices its swapping

Re: [codenameone-discussions] Re: Include XML layout for Android?

2016-11-26 Thread Gareth Murfin
All good man hope to see it in 2017 :) On Saturday, November 26, 2016 at 1:57:12 PM UTC+8, Shai Almog wrote: > > No. aar is a bit new so our 3rd party library integration video/guide > predated that. > -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: Include XML layout for Android?

2016-11-17 Thread Gareth Murfin
Looks like I finally got it to work by not leaving the other areas of the borderlayout empty, ie put a blank label in north, east, south, west, I suppose that was kind of obvious in hindsight!. On Thursday, November 17, 2016 at 11:25:57 AM UTC+8, Shai Almog wrote: > > Transparent might not be

<    1   2   3   4   5   >