Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How to show a popup menu
Wed, Sep 2 2020 7:30 AMPermanent Link

Paul Coshott

Avatar

Hi All,

I am trying to create a drop down menu like you would see after you login, and then that users options such as edit their profile, order history, logout etc can be done from a menu that appears once you click on (or hover over) the users name.

I have tried using a form with ShowModal and Show, but each has it's issues. I don't really want ShowModal, as that locks the rest of the app. I'd like it to behave similar to a windows menu, but by using a form I can make it look a bit better.

Any ideas on how i can do this?

Cheers,
Paul
Wed, Sep 2 2020 1:26 PMPermanent Link

Bruno Larochelle

Hi Paul

I suppose I might be misunderstanding your question. Have you tried TMenu and the popup method?

.. Bruno


Paul Coshott wrote:

Hi All,

I am trying to create a drop down menu like you would see after you login, and then that users options such as edit their profile, order history, logout etc can be done from a menu that appears once you click on (or hover over) the users name.

I have tried using a form with ShowModal and Show, but each has it's issues. I don't really want ShowModal, as that locks the rest of the app. I'd like it to behave similar to a windows menu, but by using a form I can make it look a bit better.

Any ideas on how i can do this?

Cheers,
Paul
Wed, Sep 2 2020 7:31 PMPermanent Link

Paul Coshott

Avatar

Thanks Bruno. I'll check it out.

Cheers,
Paul

Bruno Larochelle wrote:

Hi Paul

I suppose I might be misunderstanding your question. Have you tried TMenu and the popup method?
Image