OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: khann on April 23, 2015, 12:01:10 AM

Title: 8.0.0.13 opendcldemo shows nothing?
Post by: khann on April 23, 2015, 12:01:10 AM
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)
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: khann on April 23, 2015, 12:09:56 AM
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.

:-[
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: owenwengerd on April 23, 2015, 10:10:02 AM
What happens if you restart AutoCAD and just enter the OPENDCLDEMO command without first loading the lisp file?
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: khann on April 23, 2015, 06:52:03 PM
Well,

After installed, it seems basically loaded.

command bar shows the OPENDCLDEMO, like the image.

But it shows nothing...!

::)

(//)
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: owenwengerd on April 23, 2015, 08:24:33 PM
Maybe it is displayed off screen, or maybe it is very small and you are overlooking it?
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: khann on April 24, 2015, 04:08:20 AM
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....  ???

Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: khann on April 24, 2015, 04:30:41 AM
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.
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: owenwengerd on April 24, 2015, 08:20:17 AM
Sorry, I'm not sure why you are changing the files or what you are hoping to see in VLIDE.
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: khann on April 24, 2015, 06:14:29 PM
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.
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: owenwengerd on April 24, 2015, 07:17:27 PM
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.
Title: Re: 8.0.0.13 opendcldemo shows nothing?
Post by: khann on April 24, 2015, 10:39:00 PM
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.