B4A Library [Lib] CustomProgressDialog

techknight

Well-Known Member
Licensed User
Longtime User
Does this library depend on Webviewextras? It keeps asking for it and I am not using it for anything related to webviews.

Last thing I need is another dependency I dont need. any thoughts?

It is not mentioned in the first post as a "Requires"
 

Myr0n

Active Member
Licensed User
Longtime User
I opened the attached project sample that is in the first post and I remove all webview references and works like a charm without Webviewextras library.
In the project sample is included that library to demonstrate that can work with webviews.

Is up to you to include the Webviewextras.
 

skaliwag

Member
Licensed User
Longtime User

Actually, the WebViewExtras library is not needed at all, for either the sample or the library.
The core WebView works just fine.
The problem is that WebViewExtras is listed as a dependent in the CustomProgressDialog.xml file.
Remove the relevant line from that file and all is fine.
 

Wosl

Member
Many Thanks NJ.

As a single developer working just for fun on my projects I'm relaying on input from other experts because I can not develop everything by my own.

Just a simple question to following command:
B4X:
myProgressDialog.Initialize (Activity, 60%x, -1, -1, "", "", Colors.DarkGray, Colors.Cyan, "Spinner", True)
The last boolean variable is mentioned to display rounded or flat corners ("True" or "False"). However I get always flat corners even when I set the variable to "True".

Am I doing something wrong?

Wosl
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…