VLAX Question for Frank Oquendo, Please help

VLAX Question for Frank Oquendo, Please help

Anonymous
Not applicable
759 Views
8 Replies
Message 1 of 9

VLAX Question for Frank Oquendo, Please help

Anonymous
Not applicable
Hi Frank, first of all I appreciate your help to so many developers like me. I am useing VLAX class module to use "Getfiled" function to display the AutoCAD file open dialog box. Somehow it has disabled AutoCAD's New, open, Save As, and menu bar dialogs, so I can't use AutoCAD's new, open, save as, and menubar dailogs when I try to create a new, or open an existing, or save as a drawing, instead of displaying these dialog boxes Autocad displays commands at the command prompt and asks to provide file name for opening or saving a drawing and template name for a new drawing. Any Suggestion or help would be appreciated, Thanks, Marshad
0 Likes
760 Views
8 Replies
Replies (8)
Message 2 of 9

Anonymous
Not applicable
something set sysvar "filedia" to 0, maybe?

"marshad" wrote in message
news:[email protected]...
> Hi Frank, first of all I appreciate your help to so many developers like
me. I am useing VLAX class module to use "Getfiled" function to display the
AutoCAD file open dialog box. Somehow it has disabled AutoCAD's New, open,
Save As, and menu bar dialogs, so I can't use AutoCAD's new, open, save as,
and menubar dailogs when I try to create a new, or open an existing, or save
as a drawing, instead of displaying these dialog boxes Autocad displays
commands at the command prompt and asks to provide file name for opening or
saving a drawing and template name for a new drawing. Any Suggestion or help
would be appreciated, Thanks, Marshad
>
0 Likes
Message 3 of 9

Anonymous
Not applicable
Hi Mark, Thanks for your immediate response, I appreciate that. You are absolutely right, somehow FILEDIA system variable is being set to 0 but I still need to figure out what is causing to set FILEDIA value to 0 when I am using VLSP function "GETFILED" with VLAX class module. Do you have any idea what might be causing this? Thanks, Marshad
0 Likes
Message 4 of 9

Anonymous
Not applicable
Interestin. Unfortunately, I don't have an answer for you. Since
GETFILED doesn't act that way in LISP and VLAX is nothing more than a
wrapper, the problem would have to be either in your code or in the
Visual LISP ActiveX interface.

--
There are 10 kinds of people:
Those who understand binary and those who don't
http://www.acadx.com
http://vbxtender.sourceforge.net
0 Likes
Message 5 of 9

Anonymous
Not applicable
(vl-VBARun) toggles FileDia, which might be the source of the problem. See
the thread "FileDia set to Zero automatically..." from about 3-4 months ago.

--
R. Robert Bell, MCSE
www.AcadX.com


"Frank Oquendo" wrote in message
news:[email protected]...
| Interestin. Unfortunately, I don't have an answer for you. Since
| GETFILED doesn't act that way in LISP and VLAX is nothing more than a
| wrapper, the problem would have to be either in your code or in the
| Visual LISP ActiveX interface.
|
| --
| There are 10 kinds of people:
| Those who understand binary and those who don't
| http://www.acadx.com
| http://vbxtender.sourceforge.net
|
|
0 Likes
Message 6 of 9

Anonymous
Not applicable
Hi Robert, thanks for your response. I could not find the thread "FILEDIA set to zero automatically" in this whole list as this list displays posting only from June, 24-25 till todate. How can I access archived posting to retrieve that posting? Thanks, Marshad
0 Likes
Message 7 of 9

Anonymous
Not applicable


 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi
Robert, thanks for your response. I could not find the thread "FILEDIA set to
zero automatically" in this whole list as this list displays posting only from
June, 24-25 till todate. How can I access archived posting to retrieve that
posting? Thanks, Marshad
0 Likes
Message 8 of 9

Anonymous
Not applicable
Or even better:

 


 


 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi
Robert, thanks for your response. I could not find the thread "FILEDIA set to
zero automatically" in this whole list as this list displays posting only from
June, 24-25 till todate. How can I access archived posting to retrieve that
posting? Thanks, Marshad
0 Likes
Message 9 of 9

Anonymous
Not applicable
Hi Robert, Thanks for your help, I appreciate that. Marshad
0 Likes