User Tools

Site Tools


koda:en:documentation:file_open

Differences

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

Link to this comparison view

koda:en:documentation:file_open [2014/07/10 10:48] (current)
Line 1: Line 1:
 +====== Open ======
  
 +File -> Open opens a file dialog that allows you to choose either a .kxf (Koda form) file or .au3 (AutoIt script) file:
 +  * If you choose a .kxf file, the definition contained in that file is loaded,
 +  * If you choose a .au3 file, all the .kxf files referenced in that AutoIt script file are loaded.
 +
 +//Referenced// means //containing a line beginning//
 +<code autoit>#Region ### START Koda GUI section ### Form=
 +</code>
 +When Koda generates code, it includes such a line.
 +
 +
 +Form code can also be extracted from an AutoIt script with  [[file_import_autoit_gui|Import -> Import AutoIt GUI]] 
 +
 +The keyboard shortcut for this function is <key>C-o</key>.
koda/en/documentation/file_open.txt ยท Last modified: 2014/07/10 10:48 (external edit)