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/e1882b67-1ce4-4995-aa65-0351b50af18a%40googlegroups.com.