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 ... 15, 16, 17, 18  Next
 
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
engunneer



Joined: 30 Aug 2005
Posts: 8255
Location: Maywood, IL

PostPosted: Thu Aug 30, 2007 7:05 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Horst
Guest





PostPosted: Thu Sep 06, 2007 3:26 pm    Post subject: I don't find any save or export Reply with quote

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

PostPosted: Fri Sep 07, 2007 9:25 am    Post subject: Reply with quote

Right click on toolbar
_________________
Back to top
View user's profile Send private message
trik



Joined: 15 Jul 2007
Posts: 1320

PostPosted: Sat Sep 08, 2007 5:45 pm    Post subject: Reply with quote

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



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Sat Sep 08, 2007 8:25 pm    Post subject: Reply with quote

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



Joined: 15 Jul 2007
Posts: 1320

PostPosted: Sat Sep 08, 2007 8:26 pm    Post subject: Reply with quote

Oh, ok. Then why don't you just for the time being omit them form export?
_________________
Religion is false. >_>
Back to top
View user's profile Send private message
supergrass



Joined: 21 Feb 2007
Posts: 51
Location: Australia

PostPosted: Thu Sep 20, 2007 11:37 pm    Post subject: error running lilbuilder Reply with quote

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



Joined: 30 Aug 2005
Posts: 8255
Location: Maywood, IL

PostPosted: Thu Sep 20, 2007 11:38 pm    Post subject: Reply with quote

upgrade your version of AHK.
_________________

(Common Answers)
Back to top
View user's profile Send private message Visit poster's website
mmofinatic



Joined: 05 Jan 2008
Posts: 26

PostPosted: Wed Jan 16, 2008 2:17 am    Post subject: Reply with quote

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



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Wed Jan 16, 2008 10:01 am    Post subject: Reply with quote

right click on toolbar.
Back to top
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1381
Location: USA

PostPosted: Wed Jan 16, 2008 10:19 am    Post subject: Reply with quote

have you done anything with this lately?
_________________

ʞɔпɟ əɥʇ ʇɐɥʍ
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Wed Jan 16, 2008 11:46 am    Post subject: Reply with quote

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





PostPosted: Wed Jan 16, 2008 1:20 pm    Post subject: Reply with quote

@ 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 Cool
Back to top
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Wed Jan 16, 2008 2:33 pm    Post subject: Reply with quote

I used Cam Studio GIF Movie Gear (commerical)
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Wed Jan 16, 2008 3:51 pm    Post subject: Reply with quote

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 Very Happy
_________________
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 ... 15, 16, 17, 18  Next
Page 16 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