I am not sure if I fully understand the generation to web app, But here goes
If I generate a multi screen application, all HTML and CSS files for each screen should be collated in the rootfile-www sub directory even though they also appear as their own Subdirectory screen by screen, so that I can FTP just the rootfile-www sub directory to my web server to run the web app
I am finding that as I add additional screens when designing the app the first 4 (root + 3) screens where generated into the rootfile-www subdirectory, when I add the 5th screen it does not get generated into the rootfile-www, although it still runs in test center, of course if I only copy the rootfile-ww subdirectory to the web server it will be missing some screen html’s
I have run the generate applications files from project menu both for the root and missing screen, and the 5th screen is called from a push on the root screen
Is my understanding correct, and should I be doing anything else, all a bit frustrating.
As a newbie to the product I am getting to grips with it slowly, and am quite impressed with how it all works, but I keep coming up with Newbie type errors, sorry to be a pain
Bill