Page 1 of 1

Posted: 03 Aug 2011, 21:44
by protofuse
Hi mates,

can we resize the UI elements without using the mouse ..?
I mean, can we change the size & the position by using some constant defined somewhere in the patch, in an hidden menu related to the UI element or even by scripting ?

can we align UI elements easily ?

best,

Posted: 03 Aug 2011, 22:28
by nay-seven
One day all UI parameters will be accessible as the controls ones, but it's not implemented yet

Posted: 04 Aug 2011, 09:47
by protofuse
got it!

(btw,it was more a question on "how can I do better than I'm doing ?" than a suggestion.. of course, actually, it is TOTALLY ok!)

Posted: 04 Aug 2011, 10:06
by nay-seven
no problem,
about align layouts, there's also the grid function in the layout window, setting the good size and click in the background can help

Posted: 04 Aug 2011, 10:31
by 23fx23
There are two iml commands u can access via script or sendmsg module:
Set_ctrl_pos and set_ctrl_size.

Posted: 04 Aug 2011, 12:05
by protofuse
23fx23 wrote:There are two iml commands u can access via script or sendmsg module:
Set_ctrl_pos and set_ctrl_size.
thanks a lot :)

didn't explore yet IML messages
but I got it, using analogy with other patching system in my head :/