PDA

View Full Version : New mobile project through wizards



velpenf
10-Dec-2015, 02:45 AM
DF18.2B2 :
Hi, I started a new mobile project. (from an existing working workspace)
I generated a first zoom object.

I start-run, and an error pops up: view stack object missing in application...

Reason, it included the Use ZoomXXX.wo in the beginning of the oWebApp object, just after my use cCustomProjectPackages (= subclassing layer) , but for the Object oViewStack is defined. I think it should 'use' it later in the code. Manual moving the Object oViewStack earlier in the code solves it.
Rgds, Frank

Harm Wibier
17-Dec-2015, 05:14 AM
The studio seems to insert new views after the first use statement inside the webapp object so it is indeed better to have the view stack object above that...

John van Houten
23-Dec-2015, 02:15 AM
Frank,

I have modified the Studio so that in a Web Application it now inserts the Use statement after the last group of Use Statements in the cWebApp object instead of after the first group. This should cause less problems.

regards John van Houten