I just started using this great script and saw it was not really active. I found one problem when I opened the export dialog where the dialog did not display properly. So I played around with the ExportGui.lbp file and came up with the following changes if you too might have a display problem with that dialog.
Here is the modified section I came up with. Just replace that section in the ExportGui.lbp file (save your original copy in case it doesn't work):
Code:
Static Projectdata, ProjectDataPart1 = "
(
[Project]
ExportOnlyData=0
ExportOnlyDataAndFunc=1
ProjectName=ExportGui_
RunExport=0
ListOfGuiID=4
[Gui 4]
PosSize=x163 y202 w398 h220
AlwaysOnTop=0
Content=Export Project
Hidden=1
Resize=1
Toolwindow=1
OrderOfControls=1|2|3|4|5|6|7|8|9|10|11|12
[Control 1]
Content=Save to File:
Disabled=0
Hidden=0
Type=Text
PosSize=x2 y9 w76 h19
[Control 2]
AnchorValue=w
Disabled=0
Hidden=0
Label=ExportGui_EdtFile
Type=Edit
VarName=ExportGui_EdtFile
PosSize=x80 y6 w293 h19
[Control 3]
AnchorValue=x
Content=...
Disabled=0
Hidden=0
Label=ExportGui_BtnBrowseFile
Type=Button
VarName=ExportGui_BtnBrowseFile
PosSize=x376 y5 w18 h21
[Control 4]
AnchorValue=w
Content=Export Options
Disabled=0
Hidden=0
Type=GroupBox
VarName=ExportGui_GrbOptions
PosSize=x7 y32 w325 h170
[Control 5]
Checked=0
Content=Export as real AHK script (!!! later import not possible)
Disabled=0
Hidden=0
Label=ExportGui_ChkRealAhkScript
Type=CheckBox
VarName=ExportGui_ChkRealAhkScript
PosSize=x12 y46 w251 h42
[Control 6]
Checked=1
Content=Run file after export
Disabled=0
Hidden=0
Label=ExportGui_ChkRunExport
Type=CheckBox
VarName=ExportGui_ChkRunExport
PosSize=x12 y90 w170 h23
[Control 7]
Checked=0
Content=Export only project data
Disabled=1
Hidden=0
Label=ExportGui_ChkExportOnlyData
Type=CheckBox
VarName=ExportGui_ChkExportOnlyData
PosSize=x12 y114 w170 h23
[Control 8]
Checked=0
Content=Export only project data and functions
Disabled=1
Hidden=0
Label=ExportGui_ChkExportOnlyDataAndFunc
Type=CheckBox
VarName=ExportGui_ChkExportOnlyDataAndFunc
PosSize=x12 y138 w250 h22
[Control 9]
AnchorValue=x
Content=Export
Disabled=1
Hidden=0
Label=ExportGui_BtnExport
Type=Button
VarName=ExportGui_BtnExport
PosSize=x262 y146 w59 h28
[Control 10]
AnchorValue=x
Content=Cancel
Disabled=0
Hidden=0
Label=ExportGui_BtnCancel
Type=Button
VarName=ExportGui_BtnCancel
PosSize=x262 y113 w59 h28
[Control 11]
Checked=1
Content=Prefix functions with:
Disabled=0
Hidden=0
Label=ExportGui_ChkPrefixFunc
Type=CheckBox
VarName=ExportGui_ChkPrefixFunc
PosSize=x12 y162 w135 h22
[Control 12]
AnchorValue=w
Disabled=0
Hidden=0
Type=Edit
VarName=ExportGui_EdtPrefixFunc
PosSize=x152 y162 w81 h20
)" ; end of static ProjectDataPartX variables