ImageMenu section of a CUI and the CUSTOMIZE command
I have a menu macro that calls an old style slide library through the ImageMenu section of the CUI. The command looks something like this:
$i=customMenu.slideLib $i=*
Is there a method for editing the ImageMenu from within the Customize command?
It seems that BricsCAD only recognizes a single resource DLL named the same as the name of the CUI file. In my case, I want to access a resource file (specifically, an SLB slide library built using the SLIDELIB.EXE utility from another CAD program) which does NOT exist within the "customMenu.dll" resource. Is this possible?
Thanks for any input.
0
Comments
-
Here is a link that I have used to learn more about image menus:
http://forums.mrplc.com/index.php?s=b94b37acebc6be246f2f53b3c9e1d841&showtopic=16869
Instructions:
Download the zip.
Unpack.
Load the mnu as a partial cui.
Add the blocks folder to the search path.
The blocks folder contains sld files but the mnu only uses the two slb files.
I don't think you can use the CUSTOMIZE command to add an image menu to Bricscad. I think you have the create your own mnu file but the syntax in the example mnu is easy to understand.0
This discussion has been closed.