LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why ist it impossible to set the instrument housing size and bounds programmaticaly?

Dear LV enthusiasts,
 
I have a slightly old project from LV 6. Since this time I am using the
oppurunity to set and change the housing size and bounds of
indicators at runtime. This is a very nice feature. Using this I am
capable to have a user defined window with moveable and  resizeable
indicators.
Within LV 8 I noticed that this feature is gone. all the properties that
change the size of the control are read only.
I am very disapointed about the loss of functionality in the new versions.
Its a real handcap for the development of new software versions.
 
Is it possible to have this properties with read / write again?
 
Yours with kind regards
 
      Martin
 
With kind regards

Martin Kunze

KDI Digital Instrumentation.com
e-mail: martin.kunze@digital-instrumentation.com
Tel: +49 (0)441 9490852
0 Kudos
Message 1 of 9
(2,748 Views)
Hi,
 
Just tried this in LV8.2 with a string control and indicator. No problem it still works
0 Kudos
Message 2 of 9
(2,727 Views)
I want to use a gauge.
Sorry
With kind regards

Martin Kunze

KDI Digital Instrumentation.com
e-mail: martin.kunze@digital-instrumentation.com
Tel: +49 (0)441 9490852
0 Kudos
Message 3 of 9
(2,723 Views)

Working on LabVIEW 8.0

And here is the set of property nodes for varying the front panel object size of a Numeric, Boolean and a string control

they have both read and write option.


Within LV 8 I noticed that this feature is gone. all the properties that
change the size of the control are read only.


can you please illustrate this with an example code??

Message Edited by devchander on 12-20-2006 05:57 AM

0 Kudos
Message 4 of 9
(2,724 Views)

The housing size property for gauge is settable in LabVIEW 8.0

Look at attached pic for corresponding property node

are you missing something?

Regards,

Dev

 

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

Hi,

Also with a Gauge no problem to change the housing size.

0 Kudos
Message 6 of 9
(2,718 Views)
Try to use the bounds insted of the housing size.
With kind regards

Martin Kunze

KDI Digital Instrumentation.com
e-mail: martin.kunze@digital-instrumentation.com
Tel: +49 (0)441 9490852
0 Kudos
Message 7 of 9
(2,709 Views)
There you are right. Back to square one
0 Kudos
Message 8 of 9
(2,695 Views)

TheProfessional wrote:
...
I have a slightly old project from LV 6. Since this time I am using the
oppurunity to set and change the housing size and bounds of
indicators at runtime.
...
Is it possible to have this properties with read / write again?
...
Try to use the bounds insted of the housing size
  

As far as I can remember, the Bounds property has always been read-only (hence notes in the KnowledgeBase like Bounds Property of Front Panel Objects is Read-Only.)

 Could you have been using something else in your old project?

=====================================================
Fading out. " ... J. Arthur Rank on gong."
0 Kudos
Message 9 of 9
(2,635 Views)