LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Close control (x) in titlebar on child panels

Hello everybody,

in one of my projects i use child panels with title bar visible. There is no
close control visible on this titlebar (child panel). How can i create this
"x" close control on titlebar of child windows?

Thanks and greetings from Bremerhaven (Germany)

Norbert Rieper


0 Kudos
Message 1 of 5
(3,546 Views)
click on the panel -> Edit Panel (In your case it is a child panel I hope) -> otherAttriubute -> sizeable./moveable or what ever you wish...
 
  Hope it helps
 
venki-
0 Kudos
Message 2 of 5
(3,542 Views)
Thanks 'monky",

but thats not what i'm looking for. I have activated "Titlebar visible" but
i suppose because the panel is loaded as a child panel therefore there is no
(x)-Button in the titlebar to close this child panel. I created a custom
control quit button on this panel and "connected" it to the panel as close
control. But as i mentioned, there is no x appearing in the title bar :-((

Any other ideas ?

Thanks
Norbert



"monky" <x@no.email> schrieb im Newsbeitrag
news:1126770218995-266947@exchange.ni.com...
> click on the panel -&gt; Edit Panel (In your case it is a child panel I
> hope) -&gt; otherAttriubute -&gt; sizeable./moveable or what ever you
> wish...
> &nbsp;
> &nbsp; Hope it helps
> &nbsp;
> venki-


0 Kudos
Message 3 of 5
(3,534 Views)
Hello Norbert,
 
I would take a look at Azucena's post on the following thread.  The example program she refers to can be found on this page: Creating a Child Window Inside a LabWindows/CVI Top-level Panel to Simulate Multiple Document Interf...and it demonstrates how to have child panels that include the typical close, maximize and minimize buttons.
 
Thanks.
Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 4 of 5
(3,524 Views)
Thanks a lot Wendy,

that was exactly what i've been looking for.

Norbert



"Wendy L" <x@no.email> schrieb im Newsbeitrag
news:1126800871274-267215@exchange.ni.com...
> Hello Norbert,
> &nbsp;
> I would take a look at Azucena's post on the following <a
> href="http://forums.ni.com/ni/board/message?board.id=180&amp;message.id=2513&amp;requireLogin=False"
> target="_blank">thread</a>.&nbsp; The example program she refers to can be
> found on this page: <a
> href="http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DC9D56A4E034080020E74861&amp;p_node=DZ52176&amp;p_source=External"
> target="_blank"> Creating a Child Window Inside a LabWindows/CVI Top-level
> Panel to Simulate Multiple Document Interface (MDI) Applications </a>and
> it demonstrates how to have child panels that include the typical close,
> maximize and minimize buttons.
> &nbsp;
> Thanks.


0 Kudos
Message 5 of 5
(3,511 Views)