View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Fri Mar 25, 2005 9:52 am Post subject: Hide Action |
|
|
PanelA have Action1, Action2 and Action3 on the action bar. If PanelA is called from Prog1, I want to display all 3 actions. If PanelA is called from Prog2, I only want to display Action1 and Action3. Is it possible to hide action2 without creating another panel? |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Tue Mar 29, 2005 9:06 am Post subject: |
|
|
You can use the UNAVAIL parameter of the PDC section. For more info, please read the fine manual.
O.[/b]
________
apple games
Last edited by ofer71 on Sat Feb 05, 2011 11:21 am; edited 1 time in total |
|
Back to top |
|
|
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Thu Mar 31, 2005 2:51 pm Post subject: |
|
|
ofer71,
This is not exactly what I want. I want to hide the action from the action bar, not individual pulldowns within the action. |
|
Back to top |
|
|
stefan Beginner
Joined: 20 Nov 2003 Posts: 41 Topics: 2 Location: Germany
|
Posted: Tue Apr 05, 2005 1:35 am Post subject: |
|
|
Thats not possible. The definition of an action bar is a static portion of a panel definition as the body section is. There is no way to make it dynamically disappearing as it would be possible with dynamic areas, model lines, or similar panel definition fragments. You could use different panels for each invocation or restrict yourself to the solution explained by ofer71. _________________ Stefan
There are 10 types of people in the world: Those who understand binary, and those who don't. |
|
Back to top |
|
|
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Tue Apr 12, 2005 2:34 pm Post subject: |
|
|
stefan,
Thanks. |
|
Back to top |
|
|
|
|