[codenameone-discussions] How to pass array of json result into another form

2016-09-23 Thread einjoku
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device I am using NetBean tool. This is my json result: {status=1.0, info=[{tranSource=LAGOS, tranDest=UK, tranStation=AGO, tranDate=2016-09-28, tranTime=6:3

[codenameone-discussions] Re: How to pass array of json result into another form

2016-09-23 Thread einjoku
This is an additional information: To create another form in table format:(Source,Destination,Station,Date,Time,LINK). Source |Destination|Station|Date |Time |LINK LAGOS|UK |AGO |2016-09-28 |6:30PM |now LAGOS|USA |OJOTA|2016-09-21 |6:30PM |now How can i display

[codenameone-discussions] Re: Form title is written twice

2016-09-23 Thread howudodat1
*obviously I have more going on?* I would say obviously your framework has a bug. I would say my use scenario is not that unusual...*obviously* Displaying a dialog, and then when that dialog is disposed displaying a progress indication (toastbar) and then updating an element on the form is *NO

[codenameone-discussions] Re: How to force width / height of a dialog

2016-09-23 Thread howudodat1
yes, I know I can do that and it is a *workaround, and not a very good on at that*. - Why isn't the layout manager respecting the preferred sizes? - When I walk through your code, I see that the width / height of the components are being calculated (or at least it seems), but preferred

[codenameone-discussions] Problem with reproduising Steve Hannah chat app base on websocket sample

2016-09-23 Thread Housseini Moussa
Hi I have a problem when I am trying to reproduise the Steve Hannah chat app base on websocket protocol(https://github.com/shannah/cn1-websockets) . This is the message I had on my console when I am executing the apps java.lang.ClassNotFoundException: com.mhsoft.mhtalk.WebSocketNativeImplImpl

[codenameone-discussions] Re: togglebutton one pixel too wide, missing right border

2016-09-23 Thread howudodat1
it should be easy enough to see if it's the last component in the group, or only one in the group and draw the right side border On Thursday, September 22, 2016 at 11:02:24 PM UTC-7, Shai Almog wrote: > > The default native theme assumes they will be chained together in a > horizontal component

Re: [codenameone-discussions] Re: Native Maps are really slow (android)

2016-09-23 Thread Steve Hannah
It sounds like google play location services may not be enabled. The ideal situation is to have the following build hints: android.playService.location=true android.playService.maps=true And omit the android.includeGPlayServices build hint altogether. If you are using an older version of the goo

[codenameone-discussions] Infinite image on Container

2016-09-23 Thread Rocotoco Rodriguez
HI! i want to ask you if exists the possibility to implement with the actual version an infinite image (animated) on a Container. also, i want to know which commands locks the interfase while the original infiniteprogress runs. thanks If you are experiencing an issue please mention the full pl

[codenameone-discussions] Re: How to pass array of json result into another form

2016-09-23 Thread Shai Almog
Just store the data in a variable within the state machine or other class. -- 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+uns

[codenameone-discussions] Re: Form title is written twice

2016-09-23 Thread Shai Almog
No. I suggest re-reading the developer guide chapter on the EDT. And understanding *exactly* what invoke and block does. We have bugs, this isn't one of them. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this

[codenameone-discussions] Re: How to force width / height of a dialog

2016-09-23 Thread Shai Almog
It is. You are setting the preferred size to the wrong component. -- 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...@

[codenameone-discussions] Re: Problem with reproduising Steve Hannah chat app base on websocket sample

2016-09-23 Thread Shai Almog
Hi, in which IDE? Did you install websockets thru the extension manager tool? -- 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+

[codenameone-discussions] Re: Infinite image on Container

2016-09-23 Thread Shai Almog
Hi, you mean replace the rotating image or something else? The showInfiniteProgress() method creates a transparent dialog so it blocks the UI. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop r