Hello :)
Someone can to tell me, why control BlockView see like that?
The attribute text is a mirror... can I modify this?
best regards,
Zbyszek
[attachment deleted by admin]
Is it possible that it being loading with the Bottom view?
Maybe your where thinking the Flag list starts with 1, when it starts with 0....
AutoLISP Syntax:
(dcl_BlockView_LoadDwg Project1_Form1_BlockView1
DwgFileName [as String]
OptionalPresetView [as Integer]
OptionalZoomFactor [as Real])
Flag Preset View
0 Top
1 Bottom
2 Right
3 Left
4 Front
5 Back
6 SW - isometric
7 SE - isometric
8 NW - isometric
9 NE - isometric
Thanks BazzaCAD,
now it's correct:
(dcl_BlockView_LoadDwg Bloki_frmBloki_BlockView2 (strcat BiKPath "/d_POJ1.dwg") 0 1) ;)
I have the second question:
When I used DwgList control, normal block are view, but dynamic block not,
also in AutoCAD when I try to open "New draw", dynamic blok is can not to seen... why?
And last question:
If in the block is hatch, then BlockView look like "a3.jpg"... (this white area, shoud be yellow - in DwgList is correct)
[attachment deleted by admin]