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.
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.
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
February 10, 2010 at 12:59 pm - Permalink
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
February 10, 2010 at 02:27 pm - Permalink
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.
February 10, 2010 at 07:30 pm - Permalink
Thank you so much!
Regards,
T
February 11, 2010 at 05:18 am - Permalink