[NoteBar,[IGetTitle, [IGetID, Tool:Geometry:GroupsLoops ] , 1]]
this expression returns wrong value
or I mistake
Someone knows what the problem and how decide it.
Generally. I need send Interface item path as variable for Function.
[NoteBar,[IGetTitle, [IGetID, Tool:Geometry:GroupsLoops ] , 1]]
this expression returns wrong value
or I mistake
Someone knows what the problem and how decide it.
Generally. I need send Interface item path as variable for Function.
The Tool palette interface item IDs won’t work with that code. I think this is to do with the fact that the Tool Palette changes depending on what tool is selected. So you’ll need to hard code the Tool palette interface path for whatever it is you are trying to do. Other palettes should work OK though, so that
[NoteBar,[IGetTitle, [IGetID,Draw:Draw Size], 1]]
works as expected.
HTH,