Search found 8 matches
- 01 Apr 2016, 07:58
- Forum: CAD VCL
- Topic: How to change dimension's text
- Replies: 1
- Views: 21845
How to change dimension's text
HI. I try to change dimension's text with this code. procedure test; var dim: TsgDXFDimension; begin .. dim := Cad.CurrentLayout.FindEntbyHandle(DimHandle) as TsgDXFDimension; dim.Textoverride := 'aaaa'; CadImg.Converter.Loads(dim); Draw; end; But I can't change it. So I do change text value in the ...
- 30 Mar 2016, 04:54
- Forum: CAD VCL
- Topic: Is support change Dimension's decimal separator?
- Replies: 5
- Views: 39668
Re: Is support change Dimension's decimal separator?
Delphi: XE8
CadVcl: maybe 10.1 (I don't known how to get the version.)
CadVcl: maybe 10.1 (I don't known how to get the version.)
- 29 Mar 2016, 10:38
- Forum: CAD VCL
- Topic: Is support change Dimension's decimal separator?
- Replies: 5
- Views: 39668
Re: Is support change Dimension's decimal separator?
I already test it before post this issue. but dimension's decimal separator dose not changed. (My CadVcl version is 10.x) var loCad: TsgCadImage; loDim: TsgDxfDimension; loSeparator: char; begin .. loSeparator := SetDecimalSeparator('.'); try loDim := TsgDXFDimension.Create; loDim.LinDefPoint1 := Ma...
- 28 Mar 2016, 07:44
- Forum: CAD VCL
- Topic: Is support change Dimension's decimal separator?
- Replies: 5
- Views: 39668
Is support change Dimension's decimal separator?
Hi.
I want change over Dimension's decimal separator form ',' to '.' .
Is it possible?
I want change over Dimension's decimal separator form ',' to '.' .
Is it possible?
- 25 Mar 2016, 12:46
- Forum: CAD VCL
- Topic: How to get dimension text?
- Replies: 1
- Views: 21919
How to get dimension text?
I can't find how to do it.....
How can i get TsgDxfDimension's text? I don't want textoverride value.
How can i get TsgDxfDimension's text? I don't want textoverride value.
- 04 Dec 2015, 04:13
- Forum: CADEditorX
- Topic: How to get snap state?
- Replies: 3
- Views: 42458
Re: How to get snap state?
Hi.
Thank you. The first issue was solve.
And I sent the intersection snap problem screenshot to 'support@cadsofttools.com' (subject is 'Intersection snap screenshot')
Thank you. The first issue was solve.
And I sent the intersection snap problem screenshot to 'support@cadsofttools.com' (subject is 'Intersection snap screenshot')
- 03 Dec 2015, 11:05
- Forum: CADEditorX
- Topic: How to get snap state?
- Replies: 3
- Views: 42458
How to get snap state?
Hi. I want make menu for my app. Because editorX menu is so many functions and I don't want ribbon style. Anyway, When I add buttons for snaps, I can't display snap's state.(snap on/off, endpoint on/off, midpoint on/off, etc..) 1. How to get the each snap state? It's important to me. 2. The snap nor...
- 30 Nov 2015, 08:16
- Forum: CADEditorX
- Topic: How to save(load) to stream and handling menu buttons?
- Replies: 1
- Views: 21380
How to save(load) to stream and handling menu buttons?
Hi.
1. How can I save(and load) to memory stream? Is not support?
2. I want handling CadEditorX's menu buttons(Shortcut, Disable/Enable, Visible/Invisible, hint message) and toolbars(disable docking, disable quick customizing) by xml. But I can change only custom buttons. Is it possible?
1. How can I save(and load) to memory stream? Is not support?
2. I want handling CadEditorX's menu buttons(Shortcut, Disable/Enable, Visible/Invisible, hint message) and toolbars(disable docking, disable quick customizing) by xml. But I can change only custom buttons. Is it possible?