Search found 119 matches

by dfriasb
Sat Oct 07, 2017 1:21 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Embed Variable inside Text
Replies: 1
Views: 4821

Embed Variable inside Text

Hello all,

Is it possible to insert a Variable inside a Text or Block Attribute?

I would like to use this feature to show the area of a Polyline inside a Text.
Thank you! Best regards,

David
by dfriasb
Sun Sep 24, 2017 5:36 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Get area of an entity in Script Shell
Replies: 1
Views: 4383

Get area of an entity in Script Shell

Hello, I started scripting and using Script Shell. I managed to get x&y coordinates of lines start&end points and other information, but I cannot get areas. I tried "entity.getArea()", but it looks like this function doesn't exist. This is the code I'm using: var doc = EAction.getDocument(); var ent...
by dfriasb
Wed Aug 23, 2017 4:13 pm
Forum: QCAD Troubleshooting and Problems
Topic: [solved] My keyboard types with a different layout in QCAD
Replies: 10
Views: 12906

Re: My keyboard types with a different layout in QCAD

Hello Husky, Finally the problem was solved. I needed to do a reinstallation of the whole linux system because I had some problem external to QCAD. After reinstall and recover backup files, QCAD was writing with my normal spanish keyboard. I didn't have the chance to try the last solution you sugges...
by dfriasb
Mon Aug 21, 2017 9:28 am
Forum: QCAD Troubleshooting and Problems
Topic: [solved] My keyboard types with a different layout in QCAD
Replies: 10
Views: 12906

Re: My keyboard types with a different layout in QCAD

Do you mean the QCAD Command Line?
For me it's not working this way (see attached screenshot).

Thanks!

David
by dfriasb
Sun Aug 20, 2017 3:15 pm
Forum: QCAD Troubleshooting and Problems
Topic: [solved] My keyboard types with a different layout in QCAD
Replies: 10
Views: 12906

Re: My keyboard types with a different layout in QCAD

Thanks Husky, I tried resetting QCAD but with no result about keyboard layout. I started QCAD from scratch, who asked me about configuration (units, sheet, language, etc); I tried with Spanish language interface and also with English language interface, but my keyboard layout was setup to English in...
by dfriasb
Fri Aug 18, 2017 5:13 pm
Forum: QCAD Troubleshooting and Problems
Topic: [solved] My keyboard types with a different layout in QCAD
Replies: 10
Views: 12906

Re: My keyboard types with a different layout in QCAD

Still typing wrong. I can confirm it's english layout instead of spanish, and it is ONLY happening in QCAD. :?
by dfriasb
Tue Aug 08, 2017 4:32 pm
Forum: QCAD 'How Do I' Questions
Topic: Create block in existing layer
Replies: 1
Views: 3379

Create block in existing layer

I'm trying to modify the Block command so that blocks will be created always in some specific layer. I didn't see the way to do it using existing commands, so I was tracing 2 different script strategies: OPTION 1: 1.1.- Create Block 1.2.- Set Selection to Layer "0b" or ... OPTION 2: 2.1.- Get Curren...
by dfriasb
Wed Jul 26, 2017 4:05 pm
Forum: QCAD Troubleshooting and Problems
Topic: [solved] My keyboard types with a different layout in QCAD
Replies: 10
Views: 12906

[solved] My keyboard types with a different layout in QCAD

Hello, I'm running QCAD 3.17.3.0 (3.17.3) in Linux (Ubuntu 16.04). I use spanish keyboard layout, and it is working in my whole operating system, but not in QCAD. It seems to work with some layout similar to english, but I'm not sure. I deleted all files and installed again QCAD, with no results. It...
by dfriasb
Sat Jul 22, 2017 10:27 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Hide-Show layers by name
Replies: 5
Views: 26080

Re: Hide-Show layers by name

Hello Husky, I use an spanish keyboard. In order to don't interfere with existing shortcuts I decided to use "ñ" and "ç" for these new ones. Actually I would like to improve the command with some dialog like: Enter Character position in layer names -- 1,2,3,... Enter Character -- a-z A-Z 0-9 Enter f...
by dfriasb
Fri Jul 21, 2017 11:05 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Hide-Show layers by name
Replies: 5
Views: 26080

Hide-Show layers by name

Hello all, I just finished some commands to control layer visibility depending on the 2nd character of the layer name. I use to name layers with only two characters, the first one is for the building chapter (demolitions, structure, partitions, roofs, etc.) and the second one to define the kind of v...
by dfriasb
Thu Jun 22, 2017 4:49 pm
Forum: QCAD 'How Do I' Questions
Topic: How do i close a file and switch to command mode
Replies: 6
Views: 12879

Re: How do i close a file and switch to command mode

I don't find the way to close the current window/drawing by keyboard. I'm on Linux - Ubuntu 16.04, last QCAD version.
Only "Close All" with Ctrl+Shift+W is possible. I there any other way a part from mouse?

Thanks a lot! Best regards,

David
by dfriasb
Wed Jun 21, 2017 9:31 am
Forum: QCAD 'How Do I' Questions
Topic: Custom property filter
Replies: 4
Views: 5985

Re: Custom property filter

Thanks again Andrew!
by dfriasb
Fri Jun 16, 2017 3:12 pm
Forum: QCAD 'How Do I' Questions
Topic: Custom property filter
Replies: 4
Views: 5985

Re: Custom property filter

Hello,
Yes, I mean using View > Selection filter. I don't see any "Custom Property" option in the Selection Filter "Property" menu, so I guess it is not possible right now, at least without scripting specific command to do that.
Regards, David.
by dfriasb
Tue Apr 11, 2017 11:19 am
Forum: QCAD 'How Do I' Questions
Topic: Custom property filter
Replies: 4
Views: 5985

Custom property filter

Hello all,

Is it possible to filter entities by Custom Properties? (I mean the ones user can add at the end of the Properties Toolbar)
If not, I guess it is possible using some script, is it?

Thank you. Best regards,

David

Go to advanced search