Re: Floating Object Error (W)

2004-04-20 Thread Stephan Heising
Steven Hammer wrote:

Hi all,
I just experienced an odd LV error message.
I was trying to wire the output from a decrement function onto a FOR 
loop count terminal. The decrement was wired to a numeric control. The 
error message says:

You may not wire to a floating object. Move the object to where it 
belongs and then wire to it.

Any ideas as to what it means?  There's nothing in the LV help prog nor 
in DevZone. What is a floating object?

Steven
A floating object is a terminal which is placed over a loop but not 
inside. Move the terminal in and out of the loop and it should work.

Stephan
--
Stephan Heising Tel: +41 56 310 5227
Paul Scherrer Institut  Fax: +41 56 310 5230
OFLC/011
CH 5232 Villigen  e-mail: [EMAIL PROTECTED]



Re: Strange GUI effects with sub-panels of sub-panels

2004-04-20 Thread Stephan Heising
Hello E,

E. Blasberg wrote:

Hi All,

I have a truly unusual GUI phenomenon using a sub-panel in a sub-panel 
(in LabVIEW 7, obviously ;-).

[snip]
Now, normally when I see the computer apparently freezing up or reacting 
sluggishly to user input, it's been because there were no waits in the 
GUI loops.  Yet I've used the Wait MS function in both the switch driver 
and function driver (values of 10 and 100 ms, respectively), but it 
doesn't seem to have had an effect.
I would suggest to exchange those value or at least let the function 
driver (inner loop) update more frequently than the switch driver (outer 
loop).

Stephan
--
Stephan Heising Tel: +41 56 310 5227
Paul Scherrer Institut  Fax: +41 56 310 5230
OFLC/011
CH 5232 Villigen  e-mail: [EMAIL PROTECTED]