OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: juan on September 05, 2012, 12:32:12 AM

Title: html in in palettes
Post by: juan on September 05, 2012, 12:32:12 AM
I can put a html in palettes ?, when I do I have an error

Spain Juan
Title: Re: html in in palettes
Post by: owenwengerd on September 05, 2012, 11:50:52 AM
If you want help with your error, you'll have to provide enough information for someone to help you.
Title: Re: html in in palettes
Post by: juan on September 06, 2012, 02:37:37 AM
Sorry, and sorry for my English. 

my problem is I can not insert HTML in a Palettes;

This is the code where the palette is lsp ATBLOCK:

(dcl_Html_Navigate AT_Present_AT_BLOCK_Htmlblock "C:\\ATSISTEMAS_2012\\opedcl\\html\\atbloques.htm")

gives me the error:

An OpenDCL function argument
processing exception has occurred

Erro NIL value not allowed
Function:dcl_html_Navigate
Argument:0


Thanks for your help

Juan

Title: Re: html in in palettes
Post by: owenwengerd on September 06, 2012, 05:26:12 AM
If the value of AT_Present_AT_BLOCK_Htmlblock is NIL when this function call is evaluated, then either your palette is not open or your symbol name is incorrect. In what context are you running this function call?
Title: Re: html in in palettes
Post by: juan on September 07, 2012, 02:22:48 AM
Perdonar, borré lo que tenia, lo hice de nuevo y funciono

Juan