Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
BUG in build 6931: wxSmith not change the Identifier in wxMenu
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: BUG in build 6931: wxSmith not change the Identifier in wxMenu (Read 5322 times)
cfgnunes
Single posting newcomer
Posts: 3
BUG in build 6931: wxSmith not change the Identifier in wxMenu
«
on:
February 07, 2011, 12:41:28 pm »
has a bug in build 6931,
when change an Identifier of wxMenu using the "properties table", the value is changed to wxID_ANY.
when change an Identifier of wxMenu using the "MenuBar editor" in the field "Id:", the problems not ocurr.
Thanks!
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: BUG in build 6931: wxSmith not change the Identifier in wxMenu
«
Reply #1 on:
February 07, 2011, 01:49:27 pm »
If it only happens for wxMenu's with default ID (as created by wxSmith and with IsMember unchecked, it's a known behaviour.
See here:
http://forums.codeblocks.org/index.php/topic,14028.0.html
I started a discussion about it, but there is no finally solution at the moment.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
BUG in build 6931: wxSmith not change the Identifier in wxMenu