AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Lil Builder 0.7.1
Goto page Previous  1, 2, 3 ... 16, 17, 18
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  

What should happen to this project?
Let's work on it, I'll help
14%
 14%  [ 13 ]
Keep it alive
80%
 80%  [ 74 ]
Let it go
1%
 1%  [ 1 ]
I don't care
4%
 4%  [ 4 ]
Total Votes : 92

Author Message
35000vr
Guest





PostPosted: Fri Feb 05, 2010 1:20 am    Post subject: Reply with quote

This is just awesome like smartGUI
Back to top
Deep-Silence



Joined: 24 Apr 2009
Posts: 87

PostPosted: Tue Apr 20, 2010 6:47 pm    Post subject: Reply with quote

Is this project still alive?

I am using the latest Versiion and have some
strange behavior adding a Groupbox to a GUI.

Please have a look at this video to see
what i am talking about.

http://rapidshare.com/files/377579300/Video_2010-04-19_105420.wmv

Thanks
Deep-Silence
Back to top
View user's profile Send private message
Fry



Joined: 01 Nov 2007
Posts: 885

PostPosted: Sat Apr 24, 2010 3:20 am    Post subject: Reply with quote

The project is dead. Most likely the only help youll get is if you fix the error yourself.
Back to top
View user's profile Send private message
Delusion



Joined: 16 Jul 2008
Posts: 213
Location: Greece/Rhodos

PostPosted: Sat Apr 24, 2010 1:16 pm    Post subject: Reply with quote

i wish this project was still active
_________________
Popcorn Movie Db
Simple Apnea Trainer
Back to top
View user's profile Send private message Visit poster's website
Chicken Pie 4 Tea



Joined: 18 Aug 2009
Posts: 375
Location: holland

PostPosted: Mon Sep 27, 2010 1:33 pm    Post subject: Reply with quote

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
View user's profile Send private message
dudarino
Guest





PostPosted: Thu Nov 25, 2010 5:16 pm    Post subject: Reply with quote

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





PostPosted: Thu Nov 25, 2010 6:36 pm    Post subject: Reply with quote

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

PostPosted: Sat Jan 22, 2011 2:20 am    Post subject: Reply with quote

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
View user's profile Send private message
azure



Joined: 07 Jun 2007
Posts: 695

PostPosted: Sat Oct 08, 2011 8:23 pm    Post subject: Reply with quote

avira reports it as malware
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... 16, 17, 18
Page 18 of 18

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group