Bug #8624 2006-08-30 18:25
bnilsson
Mac OSX: Front page new/open icons does not respond
Platform: Dual 2.3GHz PowerMac G5, Mac OSX 10.4.7, Xcode Tools 2.4. wxWidgets 2.6.3
Code::Blocks 1.0 revision 2913
The Start Here window icons "Create a new project", "Open an existing project" and "CB_VAR_RECENT_FILES_AND_PROJECTS" does not respond to clicks.
The web icons "Visit..", "Report.." and "Request..." works as expected.
Bengt Nilsson
- Category
- Group
- Status
- Closed
- Close date
- 2006-11-19 23:30
- Assigned to
- afb
History
For some reason the HTML: CB_CMD_NEW_PROJECT and CB_CMD_OPEN_PROJECT links are not sending events, but only if they start with "http://" or "#" or something like that ?
Maybe "CB_CMD_*" could be changed to "#CB_CMD_*"...
Never mind the http/# comment (changing to #CB_CMD doesn't help at all), it is the wxEVT_COMMAND_MENU_SELECTED events that aren't getting through - same problem as with the updating of the CB_VAR_RECENT_FILES_AND_PROJECTS text actually...
Fixed locally now, was a compiler issue with wxNewId() in another file.
Fixed, r3242