[SOLVED] Line tool option box does not open

Use this forum to ask questions about how to do things in QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

User avatar
Claus N
Active Member
Posts: 29
Joined: Sun Jan 23, 2022 6:42 pm
Location: Fyn, Denmark

Re: Line tool option box does not open

Post by Claus N » Sat Feb 17, 2024 8:19 am

When clicking on the two arrows it seems like the rest of the display toolbar shows up, and when deleting this nothing shows up - I must have fumbled on the first run after installation and will go for the reset. Might take a few days, will let you know. Where do you insert "Solved" by the way?
Claus Nybroe
QCAD 3.29.40 - Win10

CVH
Premier Member
Posts: 3480
Joined: Wed Sep 27, 2017 4:17 pm

Re: Line tool option box does not open

Post by CVH » Sat Feb 17, 2024 10:11 am

Claus N wrote:
Thu Feb 15, 2024 4:53 pm
So when I can't see the options toolbar on the screen, can I otherwise investigate if it is hidden somewhere?
This question continued to intrigue me ... With scripting almost anything is possible.

Code: Select all

var optionsToolBar = EAction.getOptionsToolBar();
var position = optionsToolBar.pos;
EAction.handleUserInfo("Options ToolBar located at (%1, %2) in pixels".arg(position.x()).arg(position.y()));
Click 'SELECT ALL' of the above code panel, right click on the selection and opt for Copy.
Switch to QCAD when running or start QCAD.
Activate the Script Shell with the keyboard shortcut 'GE' or via menu Misc .. Development .. Script Shell
Agree with the warning dialog, if any, I promise that we are not going to alter anything :wink:.
Paste the copied code in the lower line of the Shell, where the > is pointing at.

The 3 lines of code will be executed and report the Option Toolbar location in the Command History.
Counting from left to right and from the bottom of the title bar, if any, downwards in Y.

Because QCAD runs maximized with a title bar in my case that should be a value between:
- 0 and less than 1920 in X
- 0 and less than 1080 in Y
Otherwise the Toolbar would be is off-screen.
Here it reads as "Options ToolBar located at (0, 87) in pixels"
87 pixels or about 23mm under the title bar and that fits perfectly.

Next question is if we can alter that to for example (500, 500) or to free floating within the visible screen size. :roll: :wink:

Regards,
CVH

User avatar
Claus N
Active Member
Posts: 29
Joined: Sun Jan 23, 2022 6:42 pm
Location: Fyn, Denmark

Re: Line tool option box does not open

Post by Claus N » Sun Feb 18, 2024 7:42 pm

Sorry CVH, but upon receiving your last mail I was in the process of resetting the configuration. The line setting options work fine now, thank you.
However there are 3 removals, that would bring forward to the configuration I have used with pleasure the last years. I cant quite figure them out any more, so I hope the attached screen print will lead to explanations - best Claus
Attachments
3 removals.jpg
3 removals.jpg (237.56 KiB) Viewed 698 times
Claus Nybroe
QCAD 3.29.40 - Win10

CVH
Premier Member
Posts: 3480
Joined: Wed Sep 27, 2017 4:17 pm

Re: Line tool option box does not open

Post by CVH » Sun Feb 18, 2024 11:15 pm

https://www.qcad.org/rsforum/viewtopic. ... 807#p36807
https://www.qcad.org/rsforum/viewtopic. ... 978#p36974
The widget at the bottom is called the Status Bar.
Visibility is configurable under menu View or using shortcut GS.

Regards,
CVH

User avatar
Claus N
Active Member
Posts: 29
Joined: Sun Jan 23, 2022 6:42 pm
Location: Fyn, Denmark

Re: Line tool option box does not open

Post by Claus N » Mon Feb 19, 2024 10:08 am

Sorry, I'm 77 and seem to forget what I did a couple of years ago. For changing the color of the relative zero point (little red line end circle) to transparent, the QCAD.org web site suggests: Edit-Application ´preferences-Graphics View-Colors-Origin-Relative zero

However at this point I can no longer find a "Color" or code setting for "Transparent" ?
Claus Nybroe
QCAD 3.29.40 - Win10

CVH
Premier Member
Posts: 3480
Joined: Wed Sep 27, 2017 4:17 pm

Re: Line tool option box does not open

Post by CVH » Mon Feb 19, 2024 2:39 pm

Claus N wrote:
Mon Feb 19, 2024 10:08 am
However at this point I can no longer find a "Color" or code setting for "Transparent" ?
Edit .. Application Preferences .. Graphics View .. Colors .. Origin .. Relative zero
Select for the color 'Others...' at the bottom of the drop down box.
Any color will do but set the Alpha channel to zero.

Regards,
CVH

User avatar
Claus N
Active Member
Posts: 29
Joined: Sun Jan 23, 2022 6:42 pm
Location: Fyn, Denmark

Re: Line tool option box does not open

Post by Claus N » Mon Feb 19, 2024 3:31 pm

Bravo, thank you for patience!
I'll now work on naming the thread "[SOLVED].
Claus Nybroe
QCAD 3.29.40 - Win10

Post Reply

Return to “QCAD 'How Do I' Questions”