B4J Question [ABMaterial] Upgrade from 3.2 to 3.75, page won't load

incendio

Well-Known Member
Licensed User
Longtime User
Hello,

Just upgrade ABMaterial library from 3.2 to 3.75.

Changes in my app :
1) add parameter IsTextSelectable to ShowToast
2) Change all Sub Page_ParseEvent with the one came from Readme3.75.txt

My App doesn't have custom component, and when compile, no error on B4J's log, but loading page was not OK, it showed busy cursor / circle cursor only.

Am I missing something?
 

alwaysbusy

Expert
Licensed User
Longtime User
A couple of things to check:

1. In the browser, pres CTRL+F5 to refresh

2. Did you copy all the new css/js/font files from the www folder to your own project?

3. Did you run it in debug mode at least once? It generates a new .needs file for the new icon system.

4. Open it in chrome, press F12 and go to the network tab. Do you see any errors? (maybe take a screenshot)

5. Also check the console in chrome (F12, console tab). Any errors? (maybe take a screenshot)
 
Upvote 0

incendio

Well-Known Member
Licensed User
Longtime User
A couple of things to check:

1. In the browser, pres CTRL+F5 to refresh

2. Did you copy all the new css/js/font files from the www folder to your own project?

3. Did you run it in debug mode at least once? It generates a new .needs file for the new icon system.

4. Open it in chrome, press F12 and go to the network tab. Do you see any errors? (maybe take a screenshot)

5. Also check the console in chrome (F12, console tab). Any errors? (maybe take a screenshot)

Here are the results :
1) pressed CTRL+F5 done -> nothing happen
2) copy all the new css/js/font files, What doesn't it mean ? I just reopen my old project and recompile it in 3.75
3) already run in debug mode -> nothing happen
4 & 5 ) I am using Firefox, screenshot attached

Net.jpg




Console1.jpg


Console2.jpg
 
Upvote 0

alwaysbusy

Expert
Licensed User
Longtime User
In your first screenshot, you can see that there are css and js files missing.

copy all the new css/js/font files, What doesn't it mean ? I just reopen my old project and recompile it in 3.75
In The library folder, there is a folder www with in there three folders: css, js and font.

You must copy (overwrite) these three folders in the www folder of your own project. There are new versions of these files that are needed for 3.75.
 
Upvote 0
Top