| 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 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Thu Aug 30, 2007 7:05 pm Post subject: |
|
|
try making a simple script with just a NumGet and NumPut command. If that runs with no errors, then I think you should recopy the script.
If it has the same errors, download AHK again. _________________
(Common Answers) |
|
| Back to top |
|
 |
Horst Guest
|
Posted: Thu Sep 06, 2007 3:26 pm Post subject: I don't find any save or export |
|
|
How do I save or export what I have made with LilBuilder ?
I don't find any menu or other means of doing that ? |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Fri Sep 07, 2007 9:25 am Post subject: |
|
|
Right click on toolbar _________________
 |
|
| Back to top |
|
 |
trik
Joined: 15 Jul 2007 Posts: 1320
|
Posted: Sat Sep 08, 2007 5:45 pm Post subject: |
|
|
Perhaps you should put the custom controls in a .ahk file so they can properly be exported with the builder.
Edit: Never mind, I got the export to work. But is AHK not quite ready for actually creating the GUI controls? I just made a script with a SpreadSheet in it and I get an error saying parm #2 is invalid. Line of code:
| Code: | | Gui, 3:Add, SpreadSheet ; This is parm #2 |
_________________ Religion is false. >_> |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Sat Sep 08, 2007 8:25 pm Post subject: |
|
|
Dioem, custom controls are just preview technology. AHK is not very friendly for that, and export doesn't handle custom controls, just native.
If/when Chris supports dynamic function calls AHK will be ready for arbitrary number of custom controls the easy way. _________________
 |
|
| Back to top |
|
 |
trik
Joined: 15 Jul 2007 Posts: 1320
|
Posted: Sat Sep 08, 2007 8:26 pm Post subject: |
|
|
Oh, ok. Then why don't you just for the time being omit them form export? _________________ Religion is false. >_> |
|
| Back to top |
|
 |
supergrass
Joined: 21 Feb 2007 Posts: 51 Location: Australia
|
Posted: Thu Sep 20, 2007 11:37 pm Post subject: error running lilbuilder |
|
|
I get this error when I launch lilbuilder.ahk:
| Quote: | Error at line 63 in #include file \....\ext\relativepath\relativepath.ahk
Line text "\"
Error: Bad default value. The program will exit
|
I checked in the pspad project file and found the line:
| Quote: | | RelativePath(MasterPath, SlavePath, s="\") |
Any ideas? |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Thu Sep 20, 2007 11:38 pm Post subject: |
|
|
upgrade your version of AHK. _________________
(Common Answers) |
|
| Back to top |
|
 |
mmofinatic
Joined: 05 Jan 2008 Posts: 26
|
Posted: Wed Jan 16, 2008 2:17 am Post subject: |
|
|
this is gonna seem like an idiotic question but i am using lilbuilder now and there is no documentation of hot keys or anything so how would one know how to save their gui to an ahk script?
There is no save button, there is nothing. I've gone through the code and i still can find nothing. Please englighten me. _________________ Only you can prevent stupidity!
-- don't breed you're an idiot |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Wed Jan 16, 2008 10:01 am Post subject: |
|
|
| right click on toolbar. |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1381 Location: USA
|
Posted: Wed Jan 16, 2008 10:19 am Post subject: |
|
|
have you done anything with this lately? _________________
ʞɔпɟ əɥʇ ʇɐɥʍ |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Wed Jan 16, 2008 11:46 am Post subject: |
|
|
| Nope. I don't have time for that now. I also don't want to do it alone, as Toralf left the forum due to the other responsibilities. |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Wed Jan 16, 2008 1:20 pm Post subject: |
|
|
@ ahkuser
what app you used to create the animated gif which shows L'ill Builder in action? (might have been requested already, but bare with me - as I've not checked all of those 16 pages (the old thread > 20!) for that detail.)
Or any other similar free app to recommend??
Thx for listening.
BoBo  |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Wed Jan 16, 2008 2:33 pm Post subject: |
|
|
| I used Cam Studio GIF Movie Gear (commerical) |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Wed Jan 16, 2008 3:51 pm Post subject: |
|
|
Its funny... I found it today in several minutes what I was trying to do several days back in time.
We had problem with grid drawing over child controls...
This will fix it:
Gui.ahk : Line 14
| Code: | | Gui, %GuiCnt%:+LastFound +Resize +LabelGui_ +0x2000000 %Option% ;set defaults |
| MSDN wrote: | | WS_CLIPCHILDREN Excludes the area occupied by child windows when you draw within the parent window. Used when you create the parent window. |
I forgot the password so I can't update it  _________________
 |
|
| Back to top |
|
 |
|