[24 Oct 2008] Menu Class screen shot

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

[24 Oct 2008] Menu Class screen shot

Post by Allanon »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 24 Oct 2008 22:53:26 -0000

Hello there :) ScuiLib development is still alive and here is a screen shot of the new class "Menu". Actually is fully working I've to refine the code that at this stage is very dirty, in 2/3 weeks I hope to release the 0.6

Screen shot here -> http://img186.imageshack.us/my.php?imag ... estpo6.png

Good coding, Fabio :)
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
User avatar
jap
Posts: 61
Joined: Sun Feb 14, 2010 12:24 pm
Contact:

[25 Oct 2008] Re: Menu Class screen shot

Post by jap »

Note: This is an archived post that was originally sent to the Hollywood mailing list on 25 Oct 2008 22:03:44 +0300
ScuiLib development is still alive and here is a screen shot of the new class "Menu". Actually is fully working I've to refine the code that at this stage is very dirty, in 2/3 weeks I hope to release the 0.6

Screen shot here -> http://img186.imageshack.us/my.php?imag ... estpo6.png
Nice work! I've been eagerly waiting for ScuiLib menus :)

The menus in the screenshot look more like pop-up menus than drop-down menus. Is there a way to make them look like traditional drop-down menus?

-- JANNE janne.email-address-removed@nospam.com
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

[25 Oct 2008] Re: Menu Class screen shot

Post by Allanon »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 25 Oct 2008 20:12:58 -0000
Nice work! I've been eagerly waiting for ScuiLib menus :)

The menus in the screenshot look more like pop-up menus than drop-down menus. Is there a way to make them look like traditional drop-down menus?
With the right skin and color set yes, they not work exactly like drop-down menus because for example to open a submenu' you have to click it while in traditional menus you have to hold down the right mouse button... one day I will fix this behaviour but actually you have to navigate the menu with the left mouse button :) I've chosen this method because you can define more then a Menu Class for each screen/window and because this class can be used as floating button bar too (you can set this behaviuor with a flag during creation). Hope this helps your projects :)

Regards, Fabio
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
Locked