RE: can't see my menu item
From: Greg (Greg_at_discussions.microsoft.com)
Date: 12/03/04
- Next message: BG: "saving a GIF file"
- Previous message: Boyd D. Mills: "Re: remote debug"
- Next in thread: r_z_aret_at_pen_fact.com: "Re: can't see my menu item"
- Reply: r_z_aret_at_pen_fact.com: "Re: can't see my menu item"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 11:35:01 -0800
Hi, Kirk. I had the same problem and I made the following workaround for it:
I edited the resources (.rc) file with a text editor and I saw that there
was something wrong with the definition of the item that couldn't be seen: If
I remember well, the identifier constant of the item didn't appear on the
resources file and instead of it, a numeric constant appeared.
I then had a look at the resource.h file (with the text editor) and I saw
that the identifier constant of the item was not defined on it.
I defined the constant in resource.h file and I wrote the constant name in
the resource (.rc) file instead of the constant, and it worked.
Anyway, just in case, make a copy of these two files prior to the changes
with the text editor.
Good luck.
"Kirk" wrote:
> Hello,
>
> In my application (EVC3, PPC 2000/2002), i create a menu with the resource
> editor. The first item is a pop-up (with items inside), and the second item
> is not a pop-up. The problem is i can't see the second item (under emulator
> or device).
>
> Is it normal ?
>
> Thanks in advance.
>
>
- Next message: BG: "saving a GIF file"
- Previous message: Boyd D. Mills: "Re: remote debug"
- Next in thread: r_z_aret_at_pen_fact.com: "Re: can't see my menu item"
- Reply: r_z_aret_at_pen_fact.com: "Re: can't see my menu item"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|