ID:156361
Oct 30 2010, 3:04 am
|
|
Is it possible to have items in your interface that are not open to everyone who edits the skin at one point or another. I am planning on adding an admin panel and using a window is the easiest/ most visualy appealing option. However i am not sure i want the everyday joe to know all the administrative capabilities of my team.
|
In response to LordAndrew
|
|
control_freak seems abit much :D i only want to hide the interface.
As of option two, ofcourse non-admins cant use the verbs. i just dont want them to see them in the first place. I have thought of a third way though. Ill have the window labels/buttons set to some gibberish and only load the required text when needed. however hiding the interface w/o control_freak is still preferable to me if anyone knows how... |
In response to Rapmaster
|
|
Rapmaster wrote:
control_freak seems abit much :D i only want to hide the interface. <small>winset()</small> is what you're looking for. Don't make an admin panel on the interface editor, make one at runtime. |
In response to Neimo
|
|
making one with code is a long process and I can make a better one on html with the same ammount brainpower . In the interface editor you click and drag a few buttons... i think it should be a feature in the editor add little padlocks for "classified" windows
|
In response to Rapmaster
|
|
Rapmaster wrote:
making one with code is a long process and I can make a better one on html with the same ammount brainpower . In the interface editor you click and drag a few buttons... i think it should be a feature in the editor add little padlocks for "classified" windows I went down the same road as you to look for a solution. <small>winset()</small> was it. client |
Another way would be... well, have the administration console but don't let non-administrative users have the ability to use them.