User contributions for Timo

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

25 October 2008

  • 10:4110:41, 25 October 2008 diff hist +1,660 N ComboBoxNew page: ==comboBox== Creates a combo-box. Lua Syntax: <pre>comboBox( [windowName], {flags=1, position = {x=int,y=int}, size = {x=int,y=int}, border = "[lrtb] width", align = "...
  • 10:4110:41, 25 October 2008 diff hist +342 N UIScriptingCmdsNew page: *comboBox *createSelectionContext *destroyChildren *editor *eventLabel *horizontalLayout *items *notebook *objectList *panel *setParent *[[showW...
  • 10:4010:40, 25 October 2008 diff hist +543 N SetValueNew page: ==setValue== Lua Syntax: <pre>setValue(field, value, {flags=1, index = int})</pre> ===Arguments=== ====field==== :'''int''' - Data field which will be set. ====value==== :'''VARIANT...
  • 10:4010:40, 25 October 2008 diff hist +259 N SetNameNew page: ==setName== Lua Syntax: <pre>setName(object, name)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Specifies an object to rename. ====name==== :'''"string"...
  • 10:4010:40, 25 October 2008 diff hist +296 N SelectObjectNew page: ==selectObject== Lua Syntax: <pre>selectObject(object)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Selects an object as the default object. This object...
  • 10:3910:39, 25 October 2008 diff hist +562 N RemoveValueNew page: ==removeValue== Lua Syntax: <pre>removeValue(field [, object], {flags=1, index = int})</pre> ===Arguments=== ====field==== :'''int''' - A data field which must be of a list-type (t_...
  • 10:3910:39, 25 October 2008 diff hist +656 N RemoveLinkNew page: ==removeLink== Lua Syntax: <pre>removeLink(field, linkedObject [, object])</pre> ===Arguments=== ====field==== :'''int''' - The t_links field of the data structure were the object will b...
  • 10:3910:39, 25 October 2008 diff hist +493 N PasteObjectsNew page: ==pasteObjects== Lua Syntax: <pre>pasteObjects(windowName [, parentObject, field])</pre> ===Arguments=== ====windowName==== :'''int''' - Name of the new toolbox. ====parentObject==== :''...
  • 10:3810:38, 25 October 2008 diff hist +766 N InsertValueNew page: ==insertValue== Lua Syntax: <pre>insertValue(field, value [, object], {flags=1, index = int})</pre> ===Arguments=== ====field==== :'''int''' - A data field which must be of a list-t...
  • 10:3810:38, 25 October 2008 diff hist +332 N GetStringNew page: ==getString== Lua Syntax: <pre>getString(label)</pre> ===Arguments=== ====label==== :'''"string"''' - Label which will be translated with current language of editor ===Flags=== ===Return...
  • 10:3710:37, 25 October 2008 diff hist +268 N DuplicateObjectNew page: ==duplicateObject== Lua Syntax: <pre>duplicateObject(object, name)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Object to duplicate. ====name==== :'''"s...
  • 10:3710:37, 25 October 2008 diff hist +244 N DeleteObjectNew page: ==deleteObject== Lua Syntax: <pre>deleteObject(object)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Object to delete. The object is automatically remove...
  • 10:3710:37, 25 October 2008 diff hist +606 N CreateObjectNew page: ==createObject== Lua Syntax: <pre>createObject(tableId [, parentObject, field], {flags=1, name = "string"})</pre> ===Arguments=== ====tableId==== :'''int''' - Table identifier which...
  • 10:3610:36, 25 October 2008 diff hist +216 N CopyObjectsNew page: ==copyObjects== Lua Syntax: <pre>copyObjects(objects)</pre> ===Arguments=== ====objects==== :'''{"object path1"|"object id1"|object1,...}''' - Copies one or multiple object(s). ===Flags=...
  • 10:3610:36, 25 October 2008 diff hist +563 N ClearValueNew page: ==clearValue== Lua Syntax: <pre>clearValue(field [, object])</pre> ===Arguments=== ====field==== :'''int''' - The data field to clear. For links (t_link and t_links field type) this is o...
  • 10:3610:36, 25 October 2008 diff hist +375 N ChangeOrderNew page: ==changeOrder== Lua Syntax: <pre>changeOrder("up"|"down" [, object])</pre> ===Arguments=== ===="up"|"down"==== :'''"string"''' - Defines how the order is changed. ====object==== :'''"obj...
  • 10:3510:35, 25 October 2008 diff hist +635 N AddLinkNew page: ==addLink== Lua Syntax: <pre>addLink(field, linkedObject [, object])</pre> ===Arguments=== ====field==== :'''int''' - The t_links field of the data structure were the object will be adde...
  • 10:3510:35, 25 October 2008 diff hist +247 N INVALID DataStructCmdsNew page: *addLink *changeOrder *clearValue *copyObjects *createObject *deleteObject *duplicateObject *getString *insertValue *pasteObjects *removeLink *[...
  • 10:3410:34, 25 October 2008 diff hist +345 N StopAnimationNew page: ==stopAnimation== Stops a running animation. If the animation is preloaded but not active or not active at all then nothing happens. Lua Syntax: <pre>stopAnimation(animation)</pre> ===A... current
  • 10:3410:34, 25 October 2008 diff hist +311 N StopActionNew page: ==stopAction== Stops a running action. If the action is not found (because it is not running) nothing happens. Lua Syntax: <pre>stopAction(action)</pre> ===Arguments=== ====action==== :... current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)