8.0.0.13 opendcldemo shows nothing?

Started by khann, April 23, 2015, 12:01:10 AM

Previous topic - Next topic

khann

Hi,
I've just changed my OPENDCL 7.xx to 8.0.0.13

In Acad, loaded [ @AllSamples.lsp ] file.
"Command: AP APPLOAD @AllSamples.lsp successfully loaded"

But "opendcldemo" command shows nothing.

What did i do wrong?
anything else to do?

(Win 7, 64x. acadmap 2014)

khann

I feel something odds.

In VisualLisp Editor, when click [ Load edit window ]
prints like this :

; 0 forms loaded from #<editor "C:/Program Files (x86)/OpenDCL Studio/ENU/Samples/@AllSamples.lsp">
_$
_$


and

Check edit window
prints like this :

[CHECKING TEXT @AllSamples.lsp loading...]
; Check done.

it didnot show any function's names.

:-[

owenwengerd

What happens if you restart AutoCAD and just enter the OPENDCLDEMO command without first loading the lisp file?

khann

Well,

After installed, it seems basically loaded.

command bar shows the OPENDCLDEMO, like the image.

But it shows nothing...!

::)


owenwengerd

Maybe it is displayed off screen, or maybe it is very small and you are overlooking it?

khann

I returned to VisualLisp Editor and selected all the lines of @Allsamples.lsp files then loaded manually.

Visual LISP Consle window lists nothing.
But when only select from

(setq *OdclAllSamples ~ )

...

(princ "\nOPENDCLDEMO\n")
(C:OPENDCLDEMO)


not include the comments parts.

Visual LISP Consle window lists these 5 lines.

(("Basic" ... ""))  <- long list.
C:OPENDCLDEMO
*ODCL:RUNSAMPLE
*ODCL:VANISH
*ODCL:UPDATECHECK


how it could be like this?

Hmm....  ???


khann

I tested the pure @Allsample.lsp file.

When delete all the comments, it just shows the new body.

But faced another wall.

Each sample did not appear how ever clicking the name's column, Misc to Combo Box Lab.
Only last two VLX1, 2 pops up.

And
Selection -> malformed list on ipnut error alerting. (same at 2014, 2005map)



Slider -> ADS request error alerting. (this at 2014map)
           
              (this from 2005map)
         -> An OpenDCL function argument processing exception has occurred!
             Error : NIL value not allowed
             Function:dcl-ListBox-Clear
             Argument:0




Tested, at 2005map, 2014map.
Win 7, 64b.

owenwengerd

Sorry, I'm not sure why you are changing the files or what you are hoping to see in VLIDE.

khann

#8
At first, it did not pops up any form.

So I checked the file.

with the original file, OPENDCLDEMO still does not show anything.

I'm just telling you what's going on my state.

What's the matter with my machine?

I returned to 7.0.1.4.
The Masterdemo fires nomally.
Thanks.

owenwengerd

Ok, it's not really helpful to make changes to the known-working file unless you see that a specific change corrects the problem. I don't have anything to add to my previous suggestions.

khann

Ok, Owen.
I will check what's wrong with my ACAD.
8.0.0.10 also the same.
I wonder if there is other's report about this.
Thanks.