PDA

View Full Version : Display Dialog Box for Plotting


ccowgill
2006-03-09, 11:32 AM
Is there a way to display the dialog box for plotting while running a lisp routine?

kennet.sjoberg
2006-03-09, 11:42 AM
Is there a way to display the dialog box for plotting while running a lisp routine?
(initdia)
(command "_.PLOT")

: ) Happy Computing !

kennet

ccowgill
2006-03-09, 01:06 PM
thank you very much,

on the same topic, is there a way to check for and import page setups, then set a particular one current all from a lisp routine

Mike.Perry
2006-03-09, 02:07 PM
on the same topic, is there a way to check for and import page setups, then set a particular one current all from a lisp routineHi

Maybe for starters, review this thread ( Lisp for Page Setup ).

Have a good one, Mike