B4J Question Error description: Unknown member: loadingpanelhideduration

DavidMeees

Member
Licensed User
Hi
I have just started getting this Error Unknown member: loadingpanelhideduration when trying to compile my app

It has been compiling fine for month during development and worked fine last night when I closed my machine down

I have made no changes yet today

I have now saved it to a zip and tried it on another machine and get the same error on both machines

I have shown The compiler error below
Thanks

David



B4J Version: 10.00
Parsing code. (0.55s)
Java Version: 14
Building folders structure. (0.27s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: loadingpanelhideduration
Error occurred on line: 197
xASVP_Main.LoadingPanelHideDuration = 100
Word: loadingpanelhideduration
 
Solution
Thank you now I have a different compile error

B4J Version: 10.00
Parsing code. (0.51s)
Java Version: 14
Building folders structure. (0.42s)
Compiling code. Error
Error compiling program.
Error description: Cannot access private member: lazyloading
Error occurred on line: 572
jp_Main.LazyLoading = Enabled
Word: lazyloading

Daestrum

Expert
Licensed User
Longtime User
What is xASVP_Main ?
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
xASVP_Main.LoadingPanelHideDuration = 100
Update the ASViewPager to the newest version, The "LoadingPanelHideDuration" was added in V2.02

all blue numbers that are bold have an update
1719937235633.png
 
Upvote 0

DavidMeees

Member
Licensed User
Thank you now I have a different compile error

B4J Version: 10.00
Parsing code. (0.51s)
Java Version: 14
Building folders structure. (0.42s)
Compiling code. Error
Error compiling program.
Error description: Cannot access private member: lazyloading
Error occurred on line: 572
jp_Main.LazyLoading = Enabled
Word: lazyloading
 
Upvote 0
Solution

Alexander Stolte

Expert
Licensed User
Longtime User
Update
 
Upvote 0

DavidMeees

Member
Licensed User
Thanks Alexander
The App has compiled now but My Week view on Assheduler is blank but the month view is working 100% do you think I need to update my Asschedular as well

Thanks
David
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
do you think I need to update my Asschedular as well
I don't know, is the blue version number bold, as I explained in #3?

If not, please open a new thread with an example project that shows the error, thanks.

Alex
 
Upvote 0

DavidMeees

Member
Licensed User
Hi Alex,
There is no error everything seems to be working 100% but nothing is showing in the Weekview but is showing in monthview
I have attached the two screen shots
Weekview.jpg
 

Attachments

  • monthview.jpg
    monthview.jpg
    180.9 KB · Views: 51
Upvote 0
Top