1. Win32 Menus
- Posted by jordah at btopenworld.com Apr 15, 2003
- 399 views
Hi all, I have a few problems. 1) Is a menu class handle similar to other class handles?. I have been creating a cool menu library. The cool menu's are basically internally owner-drawn menuitems. So when i create a popup menu with a certain background image,i get disturbed by the 3D border of the popup window. Is there a way i can make the popup window flat? ie by removing 3D shape. 2)How do u deal with detecting a menuitem is a separator during the wm_drawitem message, so as u can draw it? Jordah
2. Re: Win32 Menus
- Posted by euman at bellsouth.net Apr 15, 2003
- 383 views
{{{ --- Original Message From: <jordah at btopenworld.com> To: "EUforum" <EUforum at topica.com> Sent: Monday, April 14, 2003 9:56 PM Subject: Win32 Menus
======== The Euphoria Mailing List ========
Hi all,
I have a few problems.
1) Is a menu class handle similar to other class handles?. I have been
creating a cool menu library. The cool menu's are basically internally
owner-drawn menuitems. So when i create a popup menu with a certain
background image,i get disturbed by the 3D border of the popup window. Is
there a way i can make the popup window flat? ie by removing 3D shape.
Hi all,
I have a few problems.
1) Is a menu class handle similar to other class handles?. I have been
creating a cool menu library. The cool menu's are basically internally
owner-drawn menuitems. So when i create a popup menu with a certain
background image,i get disturbed by the 3D border of the popup window. Is
there a way i can make the popup window flat? ie by removing 3D shape.
I assume you'll need to define a style for your Popup
2)How do u deal with detecting a menuitem is a separator during the
wm_drawitem message, so as u can draw it?
wm_drawitem message, so as u can draw it?
look @ struct_MENUITEMINFO( ) if your using Win32lib.
Jordah
Euman