Quote:
Originally Posted by Crow
Emera, I was thinking that the order might have been a problem as well. I believe, however, that the problem lies within the fact that GuiContextMenuCtrl objects (can) use two different profiles. I don't think useOwnProfile applies to the textprofile at all. I guess you might be better off creating your own profile for this purpose, maybe inheriting the one you wanted to use originally. Profile inheritance should be possible somehow, I just can't remember how to do it, sorry.
|
Pretty sure you can do...
textprofile.profile = "nameofprofile";
textprofile.useOwnProfile = true;