From: moo c. <mew...@ip...> - 2002-08-13 02:10:48
|
Hi, Is there any way to get context sensitive help functionality with win32::GUI::*? I want to bind menus to any kind of item on a right click. Specifically I'd like to bind a right click menu to menu items, so i can have an app that had menus, which i can right click. A content sensitive menu should come up, with an edit option, which allows me to edit the perl code that would be executed if I left clicked that item. Another question I have is about RichEdit. I'd like to be able to make a code editor with line numbering and syntax highlighting. For line numbering, I can just draw a box with the numbers next to the rich edit box, but how do I know when they scroll the rich edit box? and I don't have a clue how to go about syntax highlighting.... any ideas? Nick |