MMF2 - Subapplication and change resolution mode
Can you use subapp objects if you are using "change resolution mode"?
I am trying to use the open source calendar mfa with my program to pick dates.
I tried adding it using the subapp object but keep getting "error loading file" if it is a .exe or I get "this is not an application file" if I use the .mfa version. This is with the subapp action of "choose application".
I then copy and pasted the frame into my application. Its size is 640x 489 and my application change resolution size is 1024 x 768. Still I cannot get subapp to work.
I can get "go to frame" to work however with the calendar frame but I would like to see a popup.
Any help?
Re: MMF2 - Subapplication and change resolution mode
Never mind, I got it working. I guess I'm still a little confused on how it works. I felt that if in the event list editor I could tell it to choose a new application. This did not work.
I needed to click on the subapp object and set a property called file. This runs it when the frame starts. Then I show or hide it.