Jump to content

[LISP plugin] Omni Wheel-a custom radial menu tool


Recommended Posts

Posted (edited)

This is a radial menu tool that can be configured with up to 18 custom commands, accessed by double-clicking with the mouse.

 

Installation method (upgradable in the future):

 

[Omni Wheel] VCID: US87Y8 @ VedaCAD

 

Note: To install via VCID, you need to install VedaCAD in advance and log in to a free account (or PRO account).

 

OmniWheel2.gif.b7a063635447efd9eb75e2eca2905532.gif

 

Edited by VicoWang
Posted

Could you put up a screen shot so we know what you want us to download - i'm very sceptical about just down loading unknown files.

Better again would be the code to look at first of course.

Posted
7 hours ago, Steven P said:

Could you put up a screen shot so we know what you want us to download - i'm very sceptical about just down loading unknown files.

Better again would be the code to look at first of course.

 

I tried to fix the demo file, can you see that GIF? 

This plugin does not provide the source code.

Posted

No Gif.

Use window+shift+r thats windows built in recorder.

Posted
1 hour ago, BIGAL said:

No Gif.

Use window+shift+r thats windows built in recorder.

 

A bit strange, I can see the GIF here.

 

2026-08-2211_32_35.thumb.png.5d7f96bf795e3665aae0e976bd408d7e.png

 

Posted

Gif is there now, a cool idea. The menu issue for me is writing a CUI or CUIX for a custom ribbon, but say using notepad or excel, if you change a cuix to zip can look inside. It is made of a few XML files, that would be helpfull. I also made a write mnu lsp so it helps the typing time, use it for pop menu's.

 

One of the things I have played with is make dcl code from a dwg, uses blocks etc, but need to make it look at a more complex dcl.

 

 

  • Like 1
Posted
1 hour ago, BIGAL said:

Gif is there now, a cool idea. The menu issue for me is writing a CUI or CUIX for a custom ribbon, but say using notepad or excel, if you change a cuix to zip can look inside. It is made of a few XML files, that would be helpfull. I also made a write mnu lsp so it helps the typing time, use it for pop menu's.

 

One of the things I have played with is make dcl code from a dwg, uses blocks etc, but need to make it look at a more complex dcl.

 

 

 

It's cool how we both use LISP to bypass tedious UI coding! What you described about unzipping CUIX to tweak the XML is very much like tweaking static DCL. It's a great, geeky hack for customization, and highly reliable since the underlying files are persistent.

 

Though we take slightly different paths on file management. Instead of juggling multiple external files to get a feature working, I'm totally obsessed with the 'all-in-one LISP' paradigm. In my VedaCAD main program(Fully utilized temporary DCL technology to achieve multi-level dynamic DCL pages similar to web pages), the Gomoku game, and this OW LISP, I generate temporary DCLs on-the-fly. I basically use native CAD entities to draw the interface directly in model space, and then destroy/clean up everything right after the routine finishes. Pure plug-and-play.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...