Jump to content

Recommended Posts

Posted

I can show, hide and place toolbars using lisp.

How do I close or reset a toolbar placement with lisp?

Hiding "hides", but the toolbar remembers its last location, which gets in the way of redefing placement.

 

(command "-toolbar" "all" "hide")

(command "-toolbar" "standard" "show")

(command "-toolbar" "standard" "top" "0,0")

 

Or, what is the lisp equivalent of right clicking on the toolbar area and "unchecking" one or more of the selections"?

Posted

Hello,

 

here is the one with workspace .

(command "_.wscurrent" "[color="Red"]Your Work Space Name[/color]" )

 

Regards

 

Tharwat

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...