B4J Question upgraded to b4j 10.20 - no layouts will load

cbal03

Active Member
Licensed User
Longtime User
Hello all, I hope all is well.
I have an issue where B4J will not load any layout files after installing 10.20.
When I select a layout from the file menu in the designer I get an error.

An error occured.
Error loading file.
Array dimmensions exceeded supported range.

The project compiles and runs fine as well as can build standalone package.
I just cannot load any layouts for editing.

Is there any advice out there?
Thanks.
 

Attachments

  • error.png
    error.png
    81.2 KB · Views: 113

cbal03

Active Member
Licensed User
Longtime User
Here's one in the project that I dont use. I opened the project in 8.1 (where I upgraded from) and I get an error in there now as well.
So these layouts cannot be edited at all?
 
Upvote 0

cbal03

Active Member
Licensed User
Longtime User
Thsi is the error in 8.1.
 

Attachments

  • error in 8.1.png
    error in 8.1.png
    81.5 KB · Views: 81
Upvote 0

cbal03

Active Member
Licensed User
Longtime User
I wonder if rolling back java from 24 to 8 will correct it. 24 has some features I'm using in another project. However when I change paths in B4J 8.1 it also changes in 10.2.
 
Upvote 0

cbal03

Active Member
Licensed User
Longtime User
Yes that did it
pointing back to jdk 1.8 allows me to pen teh files in v8.1. Thank you for your help Erel.
 
Upvote 0
Top