AutoHotkey Community

It is currently May 25th, 2012, 7:04 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 264 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18  Next

What should happen to this project?
Let's work on it, I'll help
Keep it alive
Let it go
I don't care
You may select 1 option

View results
Author Message
 Post subject:
PostPosted: August 30th, 2007, 8:05 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8660
Location: Salem, MA
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.

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
PostPosted: September 6th, 2007, 4:26 pm 
How do I save or export what I have made with LilBuilder ?
I don't find any menu or other means of doing that ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 7th, 2007, 10:25 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Right click on toolbar

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 8th, 2007, 6:45 pm 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
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. >_>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 8th, 2007, 9:25 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 8th, 2007, 9:26 pm 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
Oh, ok. Then why don't you just for the time being omit them form export?

_________________
Religion is false. >_>


Report this post
Top
 Profile  
Reply with quote  
 Post subject: error running lilbuilder
PostPosted: September 21st, 2007, 12:37 am 
Offline

Joined: February 21st, 2007, 5:52 am
Posts: 51
Location: Australia
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?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 21st, 2007, 12:38 am 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8660
Location: Salem, MA
upgrade your version of AHK.

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 3:17 am 
Offline

Joined: January 5th, 2008, 9:51 pm
Posts: 26
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 11:01 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
right click on toolbar.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 11:19 am 
Offline

Joined: June 26th, 2006, 6:14 pm
Posts: 1379
Location: USA
have you done anything with this lately?

_________________
Image
ʞɔпɟ əɥʇ ʇɐɥʍ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 12:46 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 2:20 pm 
@ 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 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 3:33 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
I used Cam Studio GIF Movie Gear (commerical)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 16th, 2008, 4:51 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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 :D

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 264 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group