[perl-win32-gui-users] RemoveMenu

2008-10-04 Thread David_Keith
Hi All, I am trying to code Chevron menus and am running into trouble with RemoveMenu(). The code below should work, but alas, it does not remove any of the menu items and the full menu is displayed off the Rebar Chevron no matter how may items I attempt to remove. Note: I AM calling DrawMenuB

[perl-win32-gui-users] "TBN_GETINFOTIP" is not exported by Win32::GUI::Constants

2008-09-23 Thread David_Keith
Hello All, Here is another Win32::GUI CONSTANT that appears to be missing: C:\Documents and Settings\DKeith1\My Documents\My Projects\working\perl\trunk>PO MsGUI.pl "TBN_GETINFOTIP" is not exported by Win32::GUI::Constants at C:/Perl/site/lib/Wi n32/GUI.pm line 80 SetExtendedStyle SetExtendedS

[perl-win32-gui-users] Toolbar::SetStyle(CCS_ADJUSTABLE)

2008-09-22 Thread David_Keith
Hello All, "CCS_ADJUSTABLE" is not exported by Win32::GUI::Constants at C:/Perl/site/lib/Wi n32/GUI.pm line 80. (Robert) Should it be? >From the Toolbar Docs: SetStyle SetStyle(STYLE) Sets the style for the toolbar. STYLE should be one or more style flags bitwise-ORed together. Style flag

Re: [perl-win32-gui-users] (no subject)

2008-09-04 Thread David_Keith
Thanks Jeremy, Unfortunately I did not want yet ANOTHER widget piled up on top of the TabStrip :) so I ended up using -foreground => [252, 252, 252] for each offending control. I also had to revert from using the -prompt option of TextFields to using a TextField with a label instead. the [25

[perl-win32-gui-users] (no subject)

2008-09-04 Thread David_Keith
OK... Asking again, someone please answer, even if it's "There is no fix at the time". After enabling the new WinXP style UI, Labels on a Tab Strip have the default 'grey' color on a 'white/silver' Tab Strip, How can I fix this, it looks UGLY and is not acceptable for a production application.