Message 1 of 2
Select Dyn blocks by code

Not applicable
08-10-2005
03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
Once inserted a dynamic block, it can be found by "ssetObj.SelectOnScreen gpCode, dataValue" code like it always worked. Now the dynamic block is rotated with the grip, and I can't select anymore that block with code.
I have tried: (1)
Dim gpCode(1) As Integer
Dim dataValue(1) As Variant
gpCode(0) = 0
dataValue(0) = "insert"
gpCode(1) = 2
dataValue(1) = "_Speaker02"
or (2)
Dim gpCode(0) As Integer
Dim dataValue(0) As Variant
gpCode(0) = 2
dataValue(0) = "_Speaker02"
Question:
How to select by code dynamic blocks that were dynamically changed ?
Thank you.
Johan
Once inserted a dynamic block, it can be found by "ssetObj.SelectOnScreen gpCode, dataValue" code like it always worked. Now the dynamic block is rotated with the grip, and I can't select anymore that block with code.
I have tried: (1)
Dim gpCode(1) As Integer
Dim dataValue(1) As Variant
gpCode(0) = 0
dataValue(0) = "insert"
gpCode(1) = 2
dataValue(1) = "_Speaker02"
or (2)
Dim gpCode(0) As Integer
Dim dataValue(0) As Variant
gpCode(0) = 2
dataValue(0) = "_Speaker02"
Question:
How to select by code dynamic blocks that were dynamically changed ?
Thank you.
Johan