Sorry, The Dialog seems to be blocked and does not appear in some cases
where my App does some socket IO tasks that block.
I see this is too ambiguous, I will try to provide more clarity.
Regards.
On Friday, February 7, 2020 at 7:20:01 PM UTC-5, Mark Bolduc wrote:
>
> If you are experiencing an issue please mention the full platform your
> issue applies to:
> IDE: NetBeans/Eclipse/IDEA Netbeans 11
> Desktop OS Windows 10 Pro
> Simulator Latest
> Device Simulator, Android, IOS
>
> I created a RunInfiniteDialog thread that executes:
> InfiniteProgress ip = new InfiniteProgress();
> InfiniteProcDialog = ip.showInfiniteBlocking();
>
> Have 2 methods to call:
> public void showInfiniteDialog() {
> showInfiniteDialog = true;
> }
> public void disposeInfiniteDialog() {
> disposeInfiniteDialog = true;
> }
>
> This works properly (In that I get the desired blurred dialog with
> spinning object) except when I execute a save which in turn executes
> socket IO
>
> Note: This process that executes the save is a Dialog it's self.
>
> Wondering is there another process I can use to show progress is occurring
> to the user?
> Note To my knowledge, ToastBar does not work within a modal Dialog.
>
> Thoughts?
>
> Regards.
>
>
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/256e7375-d59f-4c30-a4b5-b0c6ae935d61%40googlegroups.com.