[perl-win32-gui-users] Line numbers and/or Syntax highlighting

2002-09-09 Thread moo cow
Hi,     I was just wondering if anyone has any ideas on the possibility of implementing a text editor with line numbering and/or syntax highlighting with Win32:GUI Is there anything that needs to be added to the Win32:GUI module to allow for these? Does anyone have any suggestions as to how y

Re: [perl-win32-gui-users] right click menu items

2002-08-27 Thread moo cow
#x27;s only a few pixels wide).  Am I doing something wrong here? Nick Peter Eisengrein wrote: RE: [perl-win32-gui-users] right click menu items Assuming $menu 'PopUpMenu' already exists, then do the following: my ( $x, $y ) = Win32::GUI::GetCursorPos (); $Window->T

[perl-win32-gui-users] right click menu items

2002-08-26 Thread moo cow
Hi, How do I make it so I can right click a menu item, and it brings up a popup menu? Nick

[perl-win32-gui-users] Context Sensitive Help

2002-08-12 Thread moo cow
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