| View previous topic :: View next topic |
| What should happen to this project? |
| Let's work on it, I'll help |
|
14% |
[ 13 ] |
| Keep it alive |
|
80% |
[ 74 ] |
| Let it go |
|
1% |
[ 1 ] |
| I don't care |
|
4% |
[ 4 ] |
|
| Total Votes : 92 |
|
| Author |
Message |
35000vr Guest
|
Posted: Fri Feb 05, 2010 1:20 am Post subject: |
|
|
| This is just awesome like smartGUI |
|
| Back to top |
|
 |
Deep-Silence
Joined: 24 Apr 2009 Posts: 87
|
|
| Back to top |
|
 |
Fry
Joined: 01 Nov 2007 Posts: 885
|
Posted: Sat Apr 24, 2010 3:20 am Post subject: |
|
|
| The project is dead. Most likely the only help youll get is if you fix the error yourself. |
|
| Back to top |
|
 |
Delusion
Joined: 16 Jul 2008 Posts: 213 Location: Greece/Rhodos
|
|
| Back to top |
|
 |
Chicken Pie 4 Tea
Joined: 18 Aug 2009 Posts: 375 Location: holland
|
Posted: Mon Sep 27, 2010 1:33 pm Post subject: |
|
|
Dead or just cooling off for a while, somebody will come along and give it the kiss of life? _________________ "Choose your parents wisely" |
|
| Back to top |
|
 |
dudarino Guest
|
Posted: Thu Nov 25, 2010 5:16 pm Post subject: |
|
|
i apologize for this question:
i have been using ahk for a couple years and pretty profficient with it. taking my first dive into moving scripts into a gui.
have been messing w lil builder. i cannot figure out at all how to save your gui, and how to move it into a script.
i have searched around and not having luck. even pointing me to proper threads at the least would be greatly appreciated.
thank you. |
|
| Back to top |
|
 |
toralf n-l-i Guest
|
Posted: Thu Nov 25, 2010 6:36 pm Post subject: |
|
|
You can save the gui with a right click on the toolbox, IIRC. Haven't looked at the code for years.
After that you can include the files. Then most of functions should be there.
Have fun scripting
toralf |
|
| Back to top |
|
 |
stevel
Joined: 12 Oct 2010 Posts: 132
|
Posted: Sat Jan 22, 2011 2:20 am Post subject: |
|
|
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
|
|
|
| Back to top |
|
 |
azure
Joined: 07 Jun 2007 Posts: 695
|
Posted: Sat Oct 08, 2011 8:23 pm Post subject: |
|
|
| avira reports it as malware |
|
| Back to top |
|
 |
|