hi,
rather than have one or more applications defined within my framework, i would like the framework to effectively be the application, with its business objects at the "top level".
i did think that if i had only one application defined, the framework might recognise this and not require me to select the application, but no.
is there a setting i'm missing to achieve this, or a workaround, or is this something that may be in a future release?
VLF-ONE - the framework as the application.
-
andrewhiom
- Posts: 12
- Joined: Wed May 11, 2016 10:52 am
Re: VLF-ONE - the framework as the application.
Your framework has an Imbedded interface point (IIP) identified on the (Framework) -> (Properties) -> Framework Details tab.
For example, the shipped demo uses reusable part DF_OSYSTM as its IIP.
In your framework's IIP try adding this code to the avMAINWindowReady method:
#AVFRAMEWORKMANAGER.avSwitch Toobjectnamed(<APPLICATION NAME>) Caller(*null)
That should cause the application to be automatically selected as you start up.
The application name is the User Object Name/Type you assign to your application.
For example, the shipped demo uses reusable part DF_OSYSTM as its IIP.
In your framework's IIP try adding this code to the avMAINWindowReady method:
#AVFRAMEWORKMANAGER.avSwitch Toobjectnamed(<APPLICATION NAME>) Caller(*null)
That should cause the application to be automatically selected as you start up.
The application name is the User Object Name/Type you assign to your application.
-
andrewhiom
- Posts: 12
- Joined: Wed May 11, 2016 10:52 am
Re: VLF-ONE - the framework as the application.
thanks - hadn't got that far in my reading of the user guide 