Search found 177 matches

by smf
Thu Jul 27, 2023 2:40 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Hi there, thanks to Andrew's help, attached is the new QCTrack version 103 which is tested with QCad 3.24.0 / 3.27.6 / 3.28.1 and seems :wink: to work. If you have any problems, please report them here. @Husky: if you're still here, please update the "newest version" thread. Thank you! :D Best regar...
by smf
Thu Jul 27, 2023 1:19 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Thanks, that's it! Leaving me with the question, why I did not do this before - it is more elegant, a lot faster... e_confused
by smf
Thu Jul 27, 2023 12:40 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Most things seem to work now, one thing to do is getting "selected" property of a line of a block depending on the selection of the block. Until 3.23 I did something like: var k, subIds = document.queryBlockEntities(data.getReferencedBlockId()); for (k = 0; k < subIds.length; k++) { var line = data....
by smf
Thu Jul 27, 2023 7:11 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Thank you for your fast response, indeed the added true-parameter fixes adding new tracks. :) I looked for other occurences and tried to add this parameter, but sometimes the complete library is broken, sometimes only parts of it work. It will take some time to test each occurence, but now I have a ...
by smf
Wed Jul 26, 2023 7:47 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Unfortunatly, QCTrack is broken starting with QCad 3.24.0 onwards. Maybe there were some changes to the API of line-block-positions which I am not able to nail down or fix at the moment. I'm sorry and can not foresee when QCTrack will be fixed.
by smf
Fri Jul 12, 2019 6:01 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 80389

Re: script collection for layer config, multiprint, reconcile...

Hi olly,

I never tested dark mode - but I doubt standard components would have that impact. Could you test dark mode switched off?

Regards - smf
by smf
Wed Jul 10, 2019 7:27 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 80389

Re: script collection for layer config, multiprint, reconcile...

Hi Olly.

Thank you for the detailled report. Unfortunately I have no idea what's wrong: directory structure looks perfect to me and QCad is the same version as mine (except Linux instead of MacOS). :(

I'll ask Andrew. :oops:

Regards - smf
by smf
Wed Jul 10, 2019 6:48 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 80389

Re: script collection for layer config, multiprint, reconcile...

Hi Olly, sorry for any inconvenience and thank you for sharing. Which version of QCad do you use and where did you place the SelectWidget exactly? My tools depend on some shared libraries in MyTools, so you can not use Select Widget standalone. Please put the complete MyTools in the script folder re...
by smf
Thu May 02, 2019 2:15 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 80389

Re: script collection for layer config, multiprint, reconcile...

Hi there,

unfortunately, the Select Widget still not work with V23. Attached is the updated V24.

Sorry - smf
by smf
Sat Apr 27, 2019 2:41 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 80389

Re: script collection for layer config, multiprint, reconcile...

Hi there,

sorry for the long offline-time (read: family-time). Attached is the new MyTools version 23 which is tested with QCad 3.22.0 and seems :wink: to work. If you have any problems, please report them here.

Best regards
smf
by smf
Sat Apr 27, 2019 2:36 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Hi there, sorry for the long offline-time (read: family-time). Attached is the new QCTrack version 102 which is tested with QCad 3.22.0 and seems :wink: to work. If you have any problems, please report them here. @Husky: if you're still here, please update the "newest version" thread. Thank you! :D ...
by smf
Mon Feb 11, 2019 8:40 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Hi there, somewhere before QCad 3.21 there were some changes that I completely missed. Sorry! :oops: So the version 101 of QCTrack does not work with the current version of QCad. After massive help of Andrew (thank you!) I will upload an updated QCTrack version for the next official QCad version as ...
by smf
Mon Feb 11, 2019 8:36 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 80389

Re: script collection for layer config, multiprint, reconcile...

Hi marieke,

thanks for the hint. I'm happy that someone is using it! :) Before 3.21 there were some changes that I missed completely. For the next QCad version I will upload new versions of MyTools and QCTrack as soon as possible.

Best regards - smf
by smf
Mon Mar 26, 2018 2:26 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: script collection for layer config, multiprint, reconcile...
Replies: 24
Views: 80389

Re: script collection for layer config, multiprint, reconcile...

Thanks for the feedback, dfriasb! :-) It's the first one after more than three years but very welcome! :-)
by smf
Fri Jan 20, 2017 11:38 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2718578

Re: model railroad track planning

Long time ago (there was my last post)... :D I'm still playing around with QCad and QCTrack, but it "just works", so there was no need for an update. But now attached is a basic library for Märklin H0 M-Gleis (the old metal one) which I was asked for. :) @Husky: If you are still :D here: would you p...

Go to advanced search