|
Hey all,
I’m working on making my own tools in MB2009 and was wondering if anybody knew how to specify the x/y position of a unique tool?
def CreateTool2():
t = CreateUniqueTool("Tools")
t.StartSizeX = 989
t.StartSizeY = 88
t.StartPosX = 154
t.StartPosY = 123
PopulateLayout3(t)
ShowTool(t)
CreateTool2()
Doing this, and specifying the StartPosX and StartPosY works in MB2011 but not MB2009. Is there another way?
Thanks :)
All views/opinions expressed here are my own and do not necessarily reflect those of my company or anyone else in the world
|
|
|