Java Question Multiple isInitialized?

tchart

Well-Known Member
Licensed User
Longtime User
One of the objects Im wrapping already has a method named isInitialized.

The library compiles fine but when I load it into B4A I get an error saying;

Error parsing libraries
com.tchart.ags.proxy.android.map.LayerWarapper.isinitialized already exists

I know B4A adds its own isInitialized method to the wrapper. Should I just comment out the objects isInitialized method or rename it to isInitialized2 or something?

I assume the method B4A is the "isInitialized" method for the wrapper object and not the actual object?



 

tchart

Well-Known Member
Licensed User
Longtime User
Thanks Erel, renamed to IsInitialized and no more problem.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…