Sub Applications and Active Objects
Heyyy! I am having a bit of a problem over here. We are trying to create an inventory menu with a sub application. The only problem is, the active objects are not showing in FRONT of the sub application. We've tried to "arrange" them and pretty much everything else we can think of. Please let us know if you know anything. Thanks a million!
-PB
Sub Applications and Active Objects
Heyyy! I am having a bit of a problem over here. We are trying to create an inventory menu with a sub application. The only problem is, the active objects are not showing in FRONT of the sub application. We've tried to "arrange" them and pretty much everything else we can think of. Please let us know if you know anything. Thanks a million!
-PB
Re: Sub Applications and Active Objects
The subapp is a window that floats on top of your main window. It covers active objects on the main window.
Perhaps you should use a layer in the main app instead of a subapp.
Re: Sub Applications and Active Objects
The subapp is a window that floats on top of your main window. It covers active objects on the main window.
Perhaps you should use a layer in the main app instead of a subapp.
Re: Sub Applications and Active Objects
I was under the impression that you were able to use sub applications for an inventory menu? Am I reading the post named "inventory" correctly? They are saying to use sub apps?
Re: Sub Applications and Active Objects
I was under the impression that you were able to use sub applications for an inventory menu? Am I reading the post named "inventory" correctly? They are saying to use sub apps?
Re: Sub Applications and Active Objects
Yes, an inventory where the inventory always sits on top <img src="/center/images/graemlins/smile.gif" alt="" /> Like a sidebar.
Re: Sub Applications and Active Objects
Yes, an inventory where the inventory always sits on top <img src="/center/images/graemlins/smile.gif" alt="" /> Like a sidebar.
Re: Sub Applications and Active Objects
Thanks a million! Ill look into it
Re: Sub Applications and Active Objects
Thanks a million! Ill look into it