ObjectID =  text .edit  (  ObjectID ,  PosX ,  PosY  )  
                                     
Description :

This instruction lets the user edit a text object in the current Alambik screen.

Parameters :

  • ObjectID of the text object.
  • X component of the text object's top left pixel position.
  • Y component of the text object's top left pixel position.

Return Handle :

  • ObjectID of the new text object.

Notes :


Unlike the simplified text.edit instructions, this instruction does not halt the sequential run of the script. You should therefore always remember to use keyboard.wait to halt it and text.edition.get to get the edited text.

Examples :