Message 1 of 7
.dvb is loaded 2 times

Not applicable
01-13-2007
11:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i made alable.dvb to run this from menu i did this.
1) in nishdoc.lsp(is loaded at startup) i wrote
(defun c:alable ()
(command "-vbarun""alable.dvb!ThisDrawing.arealable"))
2) in nish.mnu i wrote
ID_Alable [&Alable]^C^CAlable
problem-----when i run alable from menu, command line ask same thing twice .may be because it is loaded 2 times....
Command: Alable _.-VBARUN
Macro name: alable.dvb!ThisDrawing.arealable
Alable, by Nishchay Bhuta
Specify first corner point: nil
Alable, by Nishchay Bhuta
Specify first corner point:
how to cure it?
another thing is that after initialising the command alable.dvb is loaded permanently in vba manager.is that any method to unload automatically?
1) in nishdoc.lsp(is loaded at startup) i wrote
(defun c:alable ()
(command "-vbarun""alable.dvb!ThisDrawing.arealable"))
2) in nish.mnu i wrote
ID_Alable [&Alable]^C^CAlable
problem-----when i run alable from menu, command line ask same thing twice .may be because it is loaded 2 times....
Command: Alable _.-VBARUN
Macro name: alable.dvb!ThisDrawing.arealable
Alable, by Nishchay Bhuta
Specify first corner point: nil
Alable, by Nishchay Bhuta
Specify first corner point:
how to cure it?
another thing is that after initialising the command alable.dvb is loaded permanently in vba manager.is that any method to unload automatically?