LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

ui code converter, panels not movable

I have a panel with a menu bar which is used to select 1 of a number of other panels, each panel has the attibute movable ticked.
This works fine you can select a panel and it is movable.
If the .uir is run thru the ui code converter the panels are nolonger movable. The ui converter generated .c code has errChk(SetPanelAttribute(hPanel, ATT_MOVABLE, 0)); forcing the panels to be non movable?
Why has the ui code converter done this?
0 Kudos
Message 1 of 2
(2,875 Views)
Hi Sido,
I'm using CVI 7.1. I've attached two quick example projects. One which uses the UIR, and one which I built using the UI Code Converter.
Can you try running the first UIR throught the UI Code Converter on your machine, and see what happens??
I've done this with both the default attributes skipped as comments and not skipped and it's working ok here.

Which version of cvi are you using?
Can you include your UIR so I can run through it here?

Thanks

Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 2 of 2
(2,854 Views)