[codenameone-discussions] Re: Autoreconnect still active after explicit call to close the WebSocket

2018-11-24 Thread Shai Almog
As a workaround try ws.autoReconnectTimeout(0).close(); -- 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...@googlegrou

[codenameone-discussions] Re: iOS ignores dialog button border

2018-11-24 Thread Shai Almog
Hi, define the theme constant dlgInvisibleButtons to an empty string. It should override that behavior. In iOS and Android the buttons are plush into the dialog and drawn as a part of it so there is special case border behavior. -- You received this message because you are subscribed to the Go

[codenameone-discussions] Re: Unable to set the Project SDK - Hello World (Uber Clone in 7 Days)

2018-11-24 Thread Shai Almog
Make sure you are using JDK 11 or Oracle JDK 8. -- 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.

[codenameone-discussions] Autoreconnect still active after explicit call to close the WebSocket

2018-11-24 Thread remonkroep
If autoReconnect is set and you close the WebSocket it will still continue to try and reconnect. I tried setting autoReconnect to 0 before the call to close() however based on the code it seems like the reconnectTimer is never reset when turning off autoReconnect. Can this please be fixed

[codenameone-discussions] iOS ignores dialog button border

2018-11-24 Thread Ivan
Hi guys, I have dlgCommadButtonUIID set to "Button" (using theme from SocailBoo demo). iOS (real devices and simulator skins too) ignores buttos's Border setting. In Android it's working ok. Is it bug or I'm missing something? thanks -- You received this message because you are subscribed t

[codenameone-discussions] Re: MultiButton component does not conform to the size of the form

2018-11-24 Thread rdvg1962
Thanks -- 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

[codenameone-discussions] Re: Unable to set the Project SDK - Hello World (Uber Clone in 7 Days)

2018-11-24 Thread ttanloc
I'm also encountering the same issue. Have you solved it? On Monday, August 27, 2018 at 7:18:31 PM UTC+8, MacD wrote: > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: IDEA 2018.2.2 Community Edition > Desktop OS: Mac OS X High Sierra 10.13.6 >