2004-05-28 05:46 PM
2004-05-28 11:57 PM
2004-06-09 06:23 PM
2004-06-09 10:02 PM
2004-06-10 12:05 PM
Sean wrote:As I have no one of your library parts so I can guess only.
I'm using the Object Explorer to proof my libraries before running them through the web publisher and I'm getting these errors in every single object.
What exactly does this error mean and where should I be looking in my scripts?
2004-06-10 04:32 PM
Oleg wrote:That global is exactly what the problem turned out to be. The text size of the object label in plan view is scale dependant and using that global, when I hardcode it (use 48 vs. A_) the errors are gone.
As I have no one of your library parts so I can guess only.
May be the ObjectExplorer does not initialize some global variable which you use in your calculations at division like:
1000/A_ or other glob var. I think you should check up your calculations with division. Anyway you can use debug PRINTS or TEXT2 to localize the reasons.
2004-06-10 04:56 PM
Sean wrote:I have no the ObjectExplorer installed right now, but AFAIR a library loaded in the OE have to contain MASTER_GDL file with initialization of global variables and materials. May be you need to create a special MASTER_GDL for OE which will have a line like A _ = 48
This creates a bit of an impracticality since now I'll have to create one library for displaying on the web and another for use in a model.