rencarnacion Posted March 20, 2013 Posted March 20, 2013 Hello, I'd like to Know If Can use PopMenu in Delphi 2010 because in Delphi XE2 work very good. In my case I Just Using Delphi 2010 Thanks Ronny Encarnacion Quote
Administrators Farshad Mohajeri Posted March 20, 2013 Administrators Posted March 20, 2013 All components work through all Delphi versions. Quote
garyk1968 Posted April 28, 2015 Posted April 28, 2015 I'm having the same issue actually. Using D2010 if I create a popup menu it just does not show at runtime. I know in normal Delphi you 'attach' a popup to the form but there is no popupmenu property on TUniForm. I have tried doing this at runtime (form oncreate) but still nothing and no errors coming out of the console. Quote
Administrators Farshad Mohajeri Posted April 28, 2015 Administrators Posted April 28, 2015 Can you pls send an example to info AT fmsoft.net Quote
garyk1968 Posted April 29, 2015 Posted April 29, 2015 Hi Farshad, I just looked at the demo which does work to see what you are doing. You are actually checking for MouseDown within the container panel and then calling popup. I was simply dropping a popup menu on a form and setting the forms popmenu property to unipopupmenu1. I guess this is just the 'web' way in that different containers can have a different popupmenu. I'm so used to the old Delphi way of dropping a popup on a form and setting properties. Have to say first time I'm using unigui in anger and its awesome! Regards Gary 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.