07-18-2005 03:32 PM
We have a sub panel within another sub panel that is being remotely served. The internal sub panel images are not appearing in built code. The outer sub panel images are appearing wonderfully. It works just fine under development code, but not in built code. We have noticed that there were some problems with this in of developer zone notes with suggestions to update to 7.1.1. We have done this, but to no avail. Any assistance would be appreciated.
07-18-2005 04:54 PM
I have used subpanels within subpanels for some time and haven't had problems. Can you create a small subset of your application that demonstrates the problem? Also in general when things work in development but break with the runtime engine there is often a problem with paths and not being able to find something.
Make sure the error handling in your code can report if the sub-sub-panel vi can't be found. Most of the time LV is very good at reporting errors. However, sometimes we aren't so good at looking for them.
Finally, are you using anybody else's ActiveX controls? I have seen this sort of problem related to the Microsoft Tree Control.
Mike...
07-19-2005 08:17 AM
07-19-2005 09:30 AM
Ok, can you post a subset of your application that demonstrates the problem?
Mike...