On Thu, Jan 4, 2018 at 1:03 PM, <[email protected]> wrote: > Thanks Steve. > > is possible to make a synchronous call from javascript to java ? >
No. Javascript is single-threaded and it runs on its own thread. There is no way to do a synchronous call out of Javascript without locking it up. Best regards Steve -- 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 [email protected]. 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/CAGOYrKVdhgcza6XAVmUrjxV6iXUPbq07ZV%3DUZXEhPJahHpMT6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
