Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Menu built with panels
Thu, Aug 23 2012 1:32 PMPermanent Link

Uli Becker

A project that builds a menu from panels and labels...



Attachments: menus.zip
Sat, Aug 25 2012 8:31 AMPermanent Link

Franck - Midi pyrénées - France

Esteves Ducilia

Avatar

Nice menu. Look really like a web menu.
Good example to return step by step to pascal object language.
Wed, Mar 20 2013 7:50 AMPermanent Link

Matthew Jones

Thank you for that demo. To make it work on a touch device, like an iPad, I made
slight modifications. In essence, I added an OnClick event for the panels and the
labels on the panels. The Panel OnClicks just call the OnMouseEnter function (you
can also just assign it direct of course). The Label OnClick calls the OnMouseEnter
with the parent parameter, as in:
   MainMenuHomeMouseEnter(TLabel(sender).parent);

It all now works using touch on an iPad. Excellent system - thank you.

/Matthew Jones/
Image