Lynn is correct.
When running reeentrant VIs, you simply don't get to see the front panel. Only one front panel will be visible, whereas there may be 5-10 instances of the sub-VI. In this case, the "visible" front panel is disconnected to every instance of the VI running in the background. As such, I don't think ANY front panel interactions will work properly.
For some reason I don'f fully understand, this isn't the case when running the "reentrant" as a top-level VI (running directly from the VI itself).
You could try launching multiple instances of a VI template via VI server though, this allows many different VIs to run too, but each gets it's own front panel, and so the front panel operations will work.
Hope this helps
Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)