Search found 140 matches

by Nikolai Resokav
Sun Sep 02, 2012 9:25 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

The object that you are hovering over in the screenshot is a child of the collapsible category. The reason it's there is because the collapsible category is not open and therefore the object is not updating and stays in it's original position. When the collapsible category is opened it will start u...
by Nikolai Resokav
Sun Sep 02, 2012 8:40 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

Congratulations, as always is even getting better and better. I download demo that seems to be sync with new alpha. All seems working well but I noticed a bug (I think) in Collapsible Category. When I call it also a hidden element appear and can be mouse hovered. Should be something simple you forg...
by Nikolai Resokav
Sun Sep 02, 2012 1:13 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

Sorry for the lack of updates recently everyone. I've just released a new version that fixes several bugs and adds many new features. The full changelog is available on the repository. Let me know what you guys think and if you find any bugs or have a suggestion please open an issue on the repositor...
by Nikolai Resokav
Thu Aug 16, 2012 9:31 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

Petunien wrote:How to append a line break to an object's text?
It seems that "\n" will be ignored.
The text object will support line breaks in the next update.
by Nikolai Resokav
Fri Aug 10, 2012 9:17 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

Beautiful work! I have been programming for many years, but I'm relatively new to Lua and even more new to Love... so please forgive me if my question has an obvious answer. I am trying to display some text in a text object when I don't know how many lines it will take to display. Is it possible to...
by Nikolai Resokav
Fri Aug 03, 2012 8:19 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

How do you turn off the default status window after following the installation procedure for LoveFrames in the docs? (The one that shows all the system info etc etc etc) How do you turn off the default status window after following the installation procedure for LoveFrames in the docs? (The one tha...
by Nikolai Resokav
Thu Jul 12, 2012 6:49 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

Wow, this is really really really amazing. I'm blown away by all the features and in general how professional it is. Great work! Thanks! Absolutely wonderful.Thank you so much for making this library! No problem! I'm glad you like it! Edit: the love.keypressed function for the demo could be shorten...
by Nikolai Resokav
Fri Jun 29, 2012 4:20 am
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

Some things that might be useful: Radio Button Tool Tip Popups (error, alert, question) Track Bar Tool bar Ribbons Addressing your list: - Radio buttons will be coming in a future update. - Tool tips are already a part of Löve Frames - Popups can easily be created with a frame (as vernon mention) -...
by Nikolai Resokav
Tue Jun 26, 2012 1:40 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352959

Re: Löve Frames - A GUI Library

very nice library, I use it in my application. Thanks! I've been using this for maybe 20 minutes and I must say this is absolutely brilliant and easy to use. It took me no time at all to figure out how to use frames and panels, and how to begin adding buttons and lists among other critical GUI item...
by Nikolai Resokav
Tue Jun 26, 2012 1:17 pm
Forum: Support and Development
Topic: Loveframes text input error
Replies: 6
Views: 2668

Re: Loveframes text input error

With the LoveFrames UI library, I am getting an error, as you can see here: http://gyazo.com/660e0d393934f4f9391ebb4565144553 I have no clue how to solve it, I also searched the forums. BTW I'm new to Love2D. ^^ It looks as if you are using a version of LOVE previous to 0.8.0. Löve Frames does not ...