@areal3d said:
is there any way to controll the position of the ruby inputbox on the screen,
just to put it a bit away from the center of the screen?
Sorry, Stan. NO the UI.inputbox method always centers the dialog.
@areal3d said:
hello,
how can i get the whole path as in the pickhelper from a selected instance?
You will either need to build an InstancePath as you drill down or get the Model.active_path and add the selected instance to it.
@tig said:
In the very first line of your Ruby RB file add this.
# encoding; UTF-8
This should ensure your own code is properly formatted.
This magic comment does not ensure that the code file is saved as UTF-8 w/o BOM.
This must be set in whatever code editor is being used.