This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
jwlua:customwindow [2015/11/30 12:32] jariw |
jwlua:customwindow [2015/11/30 12:32] (current) jariw |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| To create fully-feature dialog user interfaces in JW Lua, use the [[http://www.finaletips.nu/frameworkref/class_f_c_custom_window.html|FCCustomWindow]] or [[http://www.finaletips.nu/frameworkref/class_f_c_custom_lua_window.html|FCCustomLuaWindow]] classes. (FCCustomLuaWindow is a subclass of FCCustomWindow that adds Lua callback functionality.) | To create fully-feature dialog user interfaces in JW Lua, use the [[http://www.finaletips.nu/frameworkref/class_f_c_custom_window.html|FCCustomWindow]] or [[http://www.finaletips.nu/frameworkref/class_f_c_custom_lua_window.html|FCCustomLuaWindow]] classes. (FCCustomLuaWindow is a subclass of FCCustomWindow that adds Lua callback functionality.) | ||
| - | The dialogs are device independent and uses points as measurement (top-left as the origin). Dialog margins and Ok/Cancel button placement conform to the UI design guidelines for the platform the script runs on. | + | The dialogs are device independent and uses **points** as measurement (top-left as the origin). Dialog margins and Ok/Cancel button placement conform to the UI design guidelines for the platform the script runs on. |
| The following script adds all available types of controls to a dialog. | The following script adds all available types of controls to a dialog. | ||