Search found 66 matches

by Borsty
Fri Nov 14, 2008 12:26 am
Forum: Libraries and Tools
Topic: lGUI ( name pending )
Replies: 13
Views: 16465

Re: lGUI ( name pending )

Whew, the multiline edit / memobox is done.. It's text is selectable, you can place the cursor inside it, you can copy, cut and paste text and write inside it. You can enable wordwrap if you want. That was a lot of work :P It's the most complicated control code wise now, with over 500 lines :roll: B...
by Borsty
Thu Nov 13, 2008 6:24 pm
Forum: General
Topic: Chains the puzzle game
Replies: 39
Views: 26789

Re: Chains the puzzle game

Getting a "Scripts/input_field.lua:355: attempt to concatenate local 'c' (a nil value)" error when trying to use backspace at the name field at the options.

-Edit-
Ok 2nd time it worked, when I click on a level it displays it and keep saying "Clear 200" and nothing happens...
by Borsty
Thu Nov 13, 2008 6:17 pm
Forum: Support and Development
Topic: Suggested local keyboard layout support
Replies: 3
Views: 5637

Re: Suggested local keyboard layout support

Yeah! Definatly! It's a pain to localize it everytime and to decode shiftstates etc :C
by Borsty
Thu Nov 13, 2008 5:53 pm
Forum: Libraries and Tools
Topic: lGUI ( name pending )
Replies: 13
Views: 16465

Re: lGUI ( name pending )

No, it uses the love input system and that's a little wierd too, it's like it's forced to the american layout or something. It's one of the big downsides in love.

Updating first post now..
by Borsty
Thu Nov 13, 2008 1:56 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1005449

Re: Avatars: OBEY!

1st click : text area
2nd click: 1st line
3rd click: 2nd line

ctrl + s -> save
by Borsty
Thu Nov 13, 2008 7:27 am
Forum: Support and Development
Topic: Add clipping!
Replies: 6
Views: 4382

Re: Add clipping!

http://love2d.org/forum/viewtopic.php?f=5&t=257

For some of the controls, ie the edit control.
by Borsty
Wed Nov 12, 2008 11:52 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1005449

Re: Avatars: OBEY!

That one isn't simplier than mine, mine took 3 clicks in mspaint :P
by Borsty
Wed Nov 12, 2008 6:43 pm
Forum: Libraries and Tools
Topic: lGUI ( name pending )
Replies: 13
Views: 16465

Re: lGUI ( name pending )

Heh thanks but nah, I've got pretty much everything done. Prototyping works, library for single and multiline text edits works nicely. Working on the skin system now so you can easily change colors and looks. It's around 1500 lines of code by now, all done in a single day + like 2 h today.
by Borsty
Wed Nov 12, 2008 1:10 pm
Forum: Support and Development
Topic: Add clipping!
Replies: 6
Views: 4382

Re: Add clipping!

Oh lol, must've slept when I read through the docs :C

Thanks! :P
by Borsty
Wed Nov 12, 2008 12:12 pm
Forum: Support and Development
Topic: Add clipping!
Replies: 6
Views: 4382

Add clipping!

Problem solved :P