Quantcast
Channel: LabWindows/CVI topics
Viewing all articles
Browse latest Browse all 5339

Setting 'Title Bar Visible' to false does not work

$
0
0

Nobody seems to take me seriously, my comment here remained ignored... :smileywink:

 

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 ();





Viewing all articles
Browse latest Browse all 5339

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>