LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SetPanelPos location superceeded by DisplayPanel

I am trying to position my main panel on the desktop.  When I call DisplayPanel before SetPanelPos, The panel is displayed and then visably moved to the new position.  If I call SetPanelPos before DisplayPanel, the internal panel coordinates override the SetPanelPos location.  I would like the panel to popup in the correct location the first time.
0 Kudos
Message 1 of 3
(3,171 Views)

Hello,

calling SetPanelPos before calling DisplayPanel should work just fine (check out the dummy project that comes with this message). Could you post some of your code? Maybe there is something else in it that causes the problem...

0 Kudos
Message 2 of 3
(3,163 Views)
Wim,

Well as soon as I received your code, now, magically, mine is operating properly.
Thanks for the help.

John
0 Kudos
Message 3 of 3
(3,159 Views)