Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Call on help file

6 REPLIES 6
SOLVED
Reply
Message 1 of 7
leothebuilder
274 Views, 6 Replies

Call on help file

I have a dcl and lisp file that I have cobbled together and it works for the most part.

The only thing I can't figure is how to call on the help file from the "help" tile in the dcl.

 

The other thing I would like to do is constrain some of the input into the dialog box.

For example, in some tiles I want to restrict the maximum value that can be entered to 30, or if a value of greater

than 30 is entered the value will default to 30 (maybe with a warning message).

 

In other tiles I want to restrict the maximum value that can be entered to 20.

Any value entered by the user less than 20 should default to 0 (zero).

Again maybe with a warning message.

6 REPLIES 6
Message 2 of 7
rkmcswain
in reply to: leothebuilder

1. Have you looked at the (help) function?

R.K. McSwain     | CADpanacea | on twitter
Message 3 of 7
leothebuilder
in reply to: rkmcswain

I just did and I think I am getting close.

I added the help funtion but when clicking the help button the application freezes/

Message 4 of 7

Got it resolved.

I added the following directly in the dcl:

 

: button {
fixed_width=true;
width=13;
height=2.2;
key="help";
label= "Help";
action = "(help \"S:/IBC/Lisp/FrtHelp.htm\"\)";
}

Message 5 of 7
scot-65
in reply to: leothebuilder

...and when this is used on a laptop while flying 30,000 feet in the air cross country, will this still work?
I personally use alert box(es) so as to make all as a stand-alone command without any external referencing or external executing.

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.


Message 6 of 7
mracad
in reply to: scot-65

You might have a look at the setfunhelp function for another alternative
Message 7 of 7
leothebuilder
in reply to: scot-65

I see what you're getting at about "portability" and referencing a network drive.

In this instance there are graphics in the help file which is too much for an alert box.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost