User Tools

Site Tools


jwlua:customwindow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jwlua:customwindow [2015/11/30 11:54]
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 FCCustomWindow or 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 following script adds all available types of controls to a dialog. The following script adds all available types of controls to a dialog.
 +
 +**Windows output:**
 +
 +{{:​wiki:​jwlua:​allcontrols-windows.jpg}}
 +
 +**Mac output:**
 +
 +{{:​wiki:​jwlua:​allcontrols-mac.png?​544|}}
  
 <code lua allcontrols.lua>​local str = finale.FCString() <code lua allcontrols.lua>​local str = finale.FCString()
jwlua/customwindow.1448884483.txt.gz · Last modified: 2015/11/30 11:54 by jariw