Search found 392 matches

by petevick
Wed Jan 04, 2023 10:28 am
Forum: QCAD Troubleshooting and Problems
Topic: Resolved - Copy/Paste Scaling
Replies: 12
Views: 4744

Re: Copy/Paste Scaling

CVH wrote:
Wed Jan 04, 2023 9:08 am
Noop and probably your Theme doesn't displays errors in red ... e_surprised
probably does
hint.png
hint.png (6.66 KiB) Viewed 4642 times
by petevick
Wed Jan 04, 2023 8:39 am
Forum: QCAD Troubleshooting and Problems
Topic: Resolved - Copy/Paste Scaling
Replies: 12
Views: 4744

Re: Copy/Paste Scaling

CVH wrote:
Wed Jan 04, 2023 8:29 am
@Pete
Is your pasting scale really "0 0"?
I don't even see a decimal point so your scale would be <0><space><0>. :shock:
I can't say that I'd noticed that before as I very rarely use copy/paste, 0 0 certainly is not in the list of options...
scale.png
scale.png (8.99 KiB) Viewed 4654 times
by petevick
Wed Jan 04, 2023 7:59 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Qcad Theme Apps
Replies: 42
Views: 37873

Re: Qcad Theme Apps

Hi petevick, may I ask you how to get in Windows the Help (F1) for your Designer app? Menu nor F1 triggers no help ... :oops: :oops: :oops: For reasons unknown, I'd commented out the line in the Inno Setup script that included the help file :oops: :oops: You can copy the attachment to C:\Program Fi...
by petevick
Tue Jan 03, 2023 8:52 pm
Forum: QCAD Troubleshooting and Problems
Topic: Resolved - Copy/Paste Scaling
Replies: 12
Views: 4744

Re: Copy/Paste Scaling

Just after you selected Paste a toolbar would have appeared 'somewhere' at the top containing the following and as indicated by J-J...
ksnip_20230103-194742.png
ksnip_20230103-194742.png (10.94 KiB) Viewed 4701 times
....just make sure the scale is as shown or 1 1. The Paste options toolbar will always look like this.
by petevick
Tue Jan 03, 2023 8:02 am
Forum: QCAD 'How Do I' Questions
Topic: [SOLVED] Change color of ruler graduation
Replies: 8
Views: 3615

Re: [SOLVED] Change color of ruler graduation

John Hyslop wrote:
Tue Jan 03, 2023 7:59 am
Happy New Year Everybody :)

I was browsing through the forum looking for a way to change the Ruler Font..I came across this topic and I think my Qcad is broken :(
Any ideas :?
Qcad/CAM:- Version: 3.27.8.0
It's a known bug with that version, I believe it's been fixed for the next release.
by petevick
Sun Jan 01, 2023 4:26 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Ruler widget name
Replies: 2
Views: 7548

Re: Ruler widget name

CVH wrote:
Sun Jan 01, 2023 12:25 pm
It seems that the colors are hard-coded depending the GUI background e.g.:
painter->setPen(darkGuiBackground==1 ? Qt::white : Qt::black);
A black and then a white mark for the dark theme and reversed on all others.
That's the conclusion I came to as well
by petevick
Sat Dec 31, 2022 7:28 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [SOLVED] addPolyline()
Replies: 7
Views: 9535

Re: addPolyline()

Well I never, I've managed to get it all working, including bulges e_surprised e_surprised Now to move on to the next stage :roll:
by petevick
Sat Dec 31, 2022 7:23 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Ruler widget name
Replies: 2
Views: 7548

Ruler widget name

I'd like to add the ability to change the colours for the ruler in Qcad with my theme apps, but I can't find the name of the ruler widget. Searching Github I came across RRuler and RRulerQt, neither of which work, I've also tried QRuler, but again no go. If anyone knows what the name is, or even if ...
by petevick
Sat Dec 31, 2022 10:52 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [SOLVED] addPolyline()
Replies: 7
Views: 9535

Re: addPolyline()

Pete, it is not that hard ... Maybe not for you. I just can't seem to grasp the language (based on Javascript I believe). I self taught myself Basic, Visual Basic, Lisp, AutoLisp (which I really liked) and most recently Pascal, from the start I could see logic and flow in the code for all those lan...
by petevick
Fri Dec 30, 2022 8:33 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [SOLVED] addPolyline()
Replies: 7
Views: 9535

Re: addPolyline()

I should have known really that it wasn't going to be easy. Thanks for the explanation CVH. I do actually understand most of that, and I think the poly.setVertices() might be my best bet, is each array entry relative to the previous entry or are they all from a common point like 0, 0 ? Also, I take ...
by petevick
Fri Dec 30, 2022 12:41 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [SOLVED] addPolyline()
Replies: 7
Views: 9535

[SOLVED] addPolyline()

Is it possible to use addPolyline() within a FuncName.prototype.getOperation = function(preview) {} to add a polyline shape to the drawing ??
by petevick
Thu Dec 29, 2022 11:28 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [SOLVED] polyline bulge
Replies: 2
Views: 6295

Re: polyline bulge

I'm answering my own question. It will always be 0.4142 as the bulge is based on the radius angle, so in my case it's tangent(90/4) = 0.4142
by petevick
Thu Dec 29, 2022 11:07 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [SOLVED] polyline bulge
Replies: 2
Views: 6295

[SOLVED] polyline bulge

I'm using addPolyline() in a script I'm playing with, I want a known radius on a section of the polyline that will always be at 90degs. At the moment I add a section of polyline at 45degs and I then use the bulge option, and with trial and error I know that a bulge of 0.42 gives a radius of 5. But f...
by petevick
Thu Dec 22, 2022 1:13 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Qcad Theme Apps
Replies: 42
Views: 37873

Re: Qcad Theme Apps

Qcad Theme Lite update, version v2.4 Version 2.4 introduces changes, additions and bug fixes. ADDITIONS Three Check and Radio icon colours have been added, Grape , Olive and Wheat . . An Open Recent menu item has been added in the Stylesheet menu (was File menu). This lists the last five stylesheet...
by petevick
Thu Dec 22, 2022 1:08 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Qcad Theme Apps
Replies: 42
Views: 37873

Re: Qcad Theme Apps

Qcad Theme Designer update, version 4.6 Version 4.6 is a significant update, it introduces many additions and changes, and a few bug fixes, all as listed below. ADDITIONS A Font 2 tab has been added which contains Font Colour Overrides . This allows you to change the font colour for most of Qcads w...

Go to advanced search