LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting 'Title Bar Visible' to false does not work

Solved!
Go to solution

Nobody seems to take me seriously, my comment here remained ignored... Smiley Wink

 

In fact I have a complex UI (with several panels, including tab panels) which when loaded displays the title bar, even if the check mark is removed.

 

Is there another setting that overrides this? I could not find any hint in the docs.

 

CVI2013 f1

 

The code:

 

    if ( InitCVIRTE ( 0, argv, 0 ) == 0 ) return ( -1 );
    SetSleepPolicy ( VAL_SLEEP_SOME );
    LoadPanel ( "notitlebar.uir", PANEL, &main_panel_handle );
    if ( main_panel_handle < 0 ) return ( -1 );
    DisplayPanel ( main_panel_handle );
    RunUserInterface ();




0 Kudos
Message 1 of 9
(5,297 Views)

Hello 

0 Kudos
Message 2 of 9
(5,293 Views)

Hello NeluF,

 

Thanks!. I've uploaded the project as titlebar_wolfgang.zip to the ftp / incoming directory. I couldn't prepare a stripped-down version because of the many controls all requiring their callback functions.

0 Kudos
Message 3 of 9
(5,287 Views)

Hello 

0 Kudos
Message 4 of 9
(5,283 Views)

OK, I can add the following:

 

if I remove the build folder and recompile everything, I get the desired behavior: no titlebar. OK

 

Then I set the checkmark, compile and build again: no titlebar : WRONG

 

It appears that I have to delete the build folder to have the change actually happen...

It also works if I choose to rebuild the project

 

It might be the same bug as reported here

0 Kudos
Message 5 of 9
(5,272 Views)

Hello NeluF,

 

does bug id 433769 also refer to this? Have you been able to reproduce it after the initial build?

 

Thanks!

0 Kudos
Message 6 of 9
(4,947 Views)
Solution
Accepted by topic author Wolfgang

Hello 

= Nelu F. || National Instruments.

0 Kudos
Message 7 of 9
(4,907 Views)

Good to hear, thanks!

0 Kudos
Message 8 of 9
(4,904 Views)

It appears that this issue has been resolved in CVI 2013 SP1.

0 Kudos
Message 9 of 9
(4,487 Views)