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

Browse for dwg file selection

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Ajilal.Vijayan
846 Views, 3 Replies

Browse for dwg file selection

Hai,

 

To get the 'File Selection dialog box' in AutoCAD via LISP, which command should I use other than 'GETFILED' ?

I have a program which using GETFILED to select the drawing file , but I think this dialog box size is too small to browse folder/file , as you cant see the favorites list and you cant resize the dialog box.

 

Thanks

AJIL

 

 

3 REPLIES 3
Message 2 of 4
pbejse
in reply to: Ajilal.Vijayan


@Anonymous wrote:

Hai,

 

as you cant see the favorites list and you cant resize the dialog box.

 

Thanks

AJIL

 

 


Express Tool utility:

You need this fas file loaded .

"acetutil2.fas"<----- 

 

(setq file (acet-ui-getfile
                      "Open file"
                      ""
                      "dwg"
                      "Drawing files"
                      8))

 

HTH

Message 3 of 4
Ajilal.Vijayan
in reply to: pbejse

Hai ,

 

Thanks for the reply.

 

Yeah this was the one , which I was looking for.

 

As you mean by acetutil2.fas should be loaded , I think if you have Express tools in your AutoCAD this fas file should load automatically....is that right ?

 

Thanks for your help...

 

AJIL

 

 

 

Message 4 of 4
pbejse
in reply to: Ajilal.Vijayan


@Anonymous wrote:

 

 Yeah this was the one , which I was looking for.

 

As you mean by acetutil2.fas should be loaded , I think if you have Express tools in your AutoCAD this fas file should load automatically....is that right ?

 

Thanks for your help...

 

AJIL 


You're welcome AJIL, Glad i could help

 

I seldom express tools  I guess it does load automatically.

 

Cheers

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

Post to forums  

Autodesk Design & Make Report

”Boost