Jump to content


Photo

Lil' Builder 0.6.1 [old thread]


  • Please log in to reply
167 replies to this topic

#1 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 24 May 2007 - 01:16 PM

This is now an abandoned thread. This new topic got created to continue the work!


Cooperative work
Account: anonymous
Pass: anonymous
Folder: LilBuilder

Download 0.6.1

Download 0.6.0
Download 0.5.3
Download 0.5.2
Download 0.5.1
Download 0.1.3
Download 0.1.2
Download 0.1.1
Download 0.1.0
Download 0.0.12
Download 0.0.11
Download 0.0.10
Download 0.0.9
Download 0.0.8
Download 0.0.7
Download 0.0.6

See header or changes.txt for version and changes

Posted Image


Notes
Properties Gui

#2 toralf

toralf
  • Fellows
  • 3948 posts

Posted 24 May 2007 - 01:50 PM

And now ?!?
- resize controls in all 8 directions
- when Ctrl key is pressed the resize and movement is done in 5 pixel steps

#3 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 24 May 2007 - 02:33 PM

Do you have some code already or its up to me ?

#4 toralf

toralf
  • Fellows
  • 3948 posts

Posted 24 May 2007 - 03:10 PM

I have some very crude stuff I did for SGUI, but that didn't work very well, so maybe you come up with some genious idea.

#5 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 24 May 2007 - 05:35 PM

Oh, now I must do it, I must prove I am a genious. 8)

Anyway, I was planing to do this for you when I find time.

#6 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 24 May 2007 - 08:37 PM

Check out the Lil' Builder geting bigger.

Now you can resize ctrl when you click hold and move on control's corners. Lil' tooltip will show you what type of sizing is needed out of 8 possible.

Its easy to implement full sizing out of this as I already provided all possible flags, but even like this it is possible to set every position using combination of size and move (still on shift).

It flickers but hey.... that is not such limitation.

#7 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 25 May 2007 - 10:16 AM

Well, I wanted to see how dock works in LilBuilder.

Check it out on first page.


I am now trying to think something that will allow pro resizing, moving, alligment etc... If anybody wants to try to improve or do something about it, you are welcome.

I wll also make creation of 3thd party controls possible, like HiEdit, AniGif, IE, etc... This is the one of the reasons I was suggesting standardisation about control encapsulation.

#8 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 28 May 2007 - 05:44 PM

New version.

#9 Supercalifragilistic

Supercalifragilistic
  • Guests

Posted 28 May 2007 - 06:23 PM

Thanks majkinetor.
I didn't tested it yet. It seems very well done. The demo with an animated gif is a good idea.
Will you include other existings controls like Radio buttons, UpDown, Picture, DropDownList, ComboBox, DateTime, MonthCal, Tab, StatusBar ?
Thanks for the good work.

#10 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 28 May 2007 - 06:42 PM

Will you include other existings controls like Radio buttons, UpDown, Picture, DropDownList, ComboBox, DateTime, MonthCal, Tab, StatusBar ?

Anybody can do that in 10 minutes.

Procedure to add combox

[*:30ah1xzc] Make the image for toolbox 180x20, name it ComboBox.png and put it in Res folder. You can copy existing one for the start.
[*:30ah1xzc]Add picture in Toolbox_Create() function. Just copy/paste any other and change the picture name.
gui %Toolbox_GUI%:add, Picture,		gToolbox_OnClick ,res\[color=red]ComboBox.png[/color]
[*:30ah1xzc]Resize the Toolbox window to fit control. Adjust height (red)
29:    Dock(0,-1,-10, 0,0,0, 0,130, 0,[color=red]380[/color])		; left, top

[*:30ah1xzc]Add control in the list of AHK controls:
71:	if txt not in Button,Edit,Text,CheckBox,ListBox,ListView,[color=red]ComboBox[/color][color=black][/color]

Kongratz. U added the standard control.
For third party control its 5 minutes more only (no standard).

#11 Supercalifragilistic

Supercalifragilistic
  • Guests

Posted 28 May 2007 - 06:46 PM

Thanks for the info, majkinetor :) :) :)

#12 Elevator_Hazard

Elevator_Hazard
  • Members
  • 297 posts

Posted 28 May 2007 - 07:06 PM

:shock: :shock: :shock: :shock: :shock: :shock: :shock: :shock:
Amazing... And in 2 days? Jeez... My biggest accomplishment (talking about speed of doing something right with ahk) is probably making a lot of a chat program in one day (today), but it doesn't send/recieve messages properly yet, cept maybe the Main Hall chat room...

Anyways this is great and I am a big fan of these custom controls.

PS: Those pictures on toolbar look like they came from VB.NET's Studio control toolbar :D (was it?).
:shock: :shock: :shock: :shock: :shock: :shock: :shock: :shock:

#13 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 28 May 2007 - 07:37 PM

Thx Elevator :D

PS: Those pictures on toolbar look like they came from VB.NET's Studio control toolbar, was it?

Yup.
Am I screwed now ? 8)

BTW, messages in AHK are really hard to do (IMO). I must seat sometimes and read everything very very carefuly and meditate about that in some desert for a year or so. Multitasking AHK would change that, so lets all pray for Micha and his dll atempt.

#14 majkinetor

majkinetor
  • Fellows
  • 4511 posts

Posted 29 May 2007 - 09:43 AM

v004

- Delete
- IE fixed
- All AHK native controls added
- You can not move subcontrols any more of complex controls.

#15 Rajat

Rajat
  • Members
  • 1886 posts

Posted 30 May 2007 - 07:36 PM

hey maj, this is looking awesome! so glad to see another gui builder coming along so well. all the best! :D