I am working on a panel where I'm using tabs. Is there a way to use the /FLT=1 in the NewPanel command. I would like to have the Tab panel and the floating option in the same time.
Posts: 566
Joined: 2007-06-29
Location: United States
Maybe I've misunderstood something- tabs are a type of control. You can put a tab control (or more than one!) into any control panel, including floating panels.
Floating panels behave a little bit strangely with regard to editing, so you might want to develop your panel as a non-floating panel, then convert to floating when the panel is stable.
NewPanel /K=1 /W=(500,500,940,800) as " Spec Import Control " ---> all compiles OK!
when I use:
NewPanel /K=1 /FLT=1 /W=(500,500,940,800) as " Spec Import Control " --> I get all the time an error, each time when I try to change in between tabs. The change is anyway done but the error is there. Error: "There are no graph or panels or the specified window does not exist ".
If you are saying it should work in the same way for floating or non-floating windows, I'll try more to get the error.
Joined: 2007-06-29
Location: United States
Maybe I've misunderstood something- tabs are a type of control. You can put a tab control (or more than one!) into any control panel, including floating panels.
Floating panels behave a little bit strangely with regard to editing, so you might want to develop your panel as a non-floating panel, then convert to floating when the panel is stable.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
Joined: 2008-06-17
Location: Germany
Hello,
Thank you for the reply. So, when I do :
NewPanel /K=1 /W=(500,500,940,800) as " Spec Import Control " ---> all compiles OK!
when I use:
NewPanel /K=1 /FLT=1 /W=(500,500,940,800) as " Spec Import Control " --> I get all the time an error, each time when I try to change in between tabs. The change is anyway done but the error is there. Error: "There are no graph or panels or the specified window does not exist ".
If you are saying it should work in the same way for floating or non-floating windows, I'll try more to get the error.
Best, T
Joined: 2007-07-19
Location: United States
By the way, that command doesn't explictly set a panel *name*, only a *title*.
Here's a quick demo of floating panels and tabs:
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
Joined: 2008-06-17
Location: Germany
That was clear,
Thank you so much!
Regards,
T