Hi!
So this means that you have to be a real hacker in order to make simple use of the info button? A tutorial or "how to" in this matter would be really appreciated since I think many developers like myself have problems with this.
Also, about the context menu itself, how is this built? I can see several steps in order to make a working context menu (info-menu)
1) Intercept the right click or press on (i) button
2) make the parent window toned down and "out of focus"
3) Draw a menu at the proper location and make it look "in focus"
4) Fill the menu with buttons (probably by using a repeater or a simple panel with buttons in vertical flow)
5) Add handlers for each and every one of the buttons, in my case for play, delete, movie details etc)
6) Close the context menu and ame the parent window in focus
If someone has already accomplished this, some whitepaper or tutorial would be great. I fail to see the point in 10 developers sitting and reinventing the wheel over and over again :)
All the graphics for the native context menu exists in ehres.dll... so it is just a matter of MCML-coding ;)
One thing I have learned so far is that as an MCML programmer you really need to be able to have a vivid imagination and an ability to "make something out of nothing"... since nothing is pre-packed and working out of the box. And the MSDN documentation is really bad.
kind regards
Steven