ID:138562
 
Is there a way to influence the panel order?

I have a panel that I want last in the order, but instead the panel title shows up red (not quite sure what the criteria for that is) and the panel comes first, which causes a UI problem for me...
On 6/5/00 1:48 am Deadron wrote:
Is there a way to influence the panel order?

I have a panel that I want last in the order, but instead the panel title shows up red (not quite sure what the criteria for that is) and the panel comes first, which causes a UI problem for me...

Stat panels are red, verb panels are black. I believe that the stat panel order is based on the order of the statpanel() calls in the Stat() procs. Right now there isn't a way to control the verb panel order, since those are all set from the category settings. We can probably figure out some way around this. Correct me if I'm wrong about the stat panels.
In response to Tom H.
On 6/5/00 2:17 am Tom H. wrote:
On 6/5/00 1:48 am Deadron wrote:
Is there a way to influence the panel order?

I have a panel that I want last in the order, but instead the panel title shows up red (not quite sure what the criteria for that is) and the panel comes first, which causes a UI problem for me...

Stat panels are red, verb panels are black. I believe that the stat panel order is based on the order of the statpanel() calls in the Stat() procs. Right now there isn't a way to control the verb panel order, since those are all set from the category settings. We can probably figure out some way around this. Correct me if I'm wrong about the stat panels.

Yeah -- right now I have only one stat panel, which shows up when a guide enters a zone they are allowed to edit. It's a UI problem because selecting that panel causes a related browser page to pop up -- which is usually what you want when you select the panel in order to do some work, but is not what you want when you've just created or entered a zone.

This is only a short-term problem, since I'm sure to have more stat panels in the future. I guess I'll just create one now and put something in it to bypass this issue.