Alright, that’s what I thought too! Thanks jman
I second that notion! An SDK dvd would be fantastic
Definitely going to pick this baby up; these are exactly the areas I need help with. Thanks Bobo
Looks like you’re missing an opening parenthesis classof (modPanel.getCurrectObject()) == Edit_Poly) should be: classof ((modPanel.getCurrectObject…
Haha oops, didn’t realize you mentioned rolloutCreator already. But yea I think that’s the only way.
Hey Andreas, Shouldn’t this work? ((#x)as string) where x is the variable you want the name of as a string
sorry double post!
Awesome, thanks again Bobo. I incorporated it into a render region tool: tool getRegion ( local firstcoord local secon…
Thanks Bobo, With drawing the polyline – since it requires point3 data and I’m wanting to go off of point2 derived from the viewpoint in a mousetool,…
Usually I’ll have a function set up to disable the UI except for, say, a “Refresh” button, but I try not to let it ever execute (o.c.d.) :). But like…
Thanks Bobo, I hoped it wasn’t, but I guess it was. Instead of completely changing the UI of the tool I’m working on, I’ve opted to use an edittext …