Bug #6533 2006-02-21 17:40
trikko
MacOs Snapshot
I tested mac os snapshot on a Panther machine with mac os x 10.3.9. Nothing appens. CB start and exit immediatly without showing any window or message...
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2006-02-23 11:03
- Assigned to
History
If you want to help diagnose it further, open a Terminal window and go inside of: "CodeBlocks.app/Contents"
Then run ./MacOS/CodeBlocks, and it should hopefully give some more helpful clues to what I was missing to include
Opening from terminal it works. Now it works also opening it normally. Maybe yesterday computer was freezed.
By the way there are some layout problems...
Screenshots here:
1.
Maybe you had it in a directory with spaces ?
(that doesn't really work good with UNIX progs)
2.
Yeah, the layout problems are known.
Plugins don't work either, by the way.
The two majorly annoying ones are:
- how the window ends up under the menubar
- how the messages tab block the edit area
In case you are interested, the missing pieces are:
- wxFlatNotebook for Mac
- AngelScript for PowerPC
Once those two subprojects are fixed for wxMac too,
it should look a whole lot better. But it CAN compile...
Stay tuned for more snapshots, thanks for testing!
Why don't you replace wxFlatNotebook code with normal tabs waiting for wxFlatNotebook mac os x release?
Why don't you replace wxFlatNotebook code with normal tabs waiting for wxFlatNotebook mac os x release?
Using regular tabs did show the tabs themselves,
but the content was still wrong (shows in the topleft)
Which means that the problem is within the pages
themselves, and not in the wxFlatNotebook code...
Anyway, this bug (nostart) should probably be Closed ?
Bug closed.
Feel free to continue your discussion here or in the forums.
Put the patch for (plain) wxNotebook up at:
http://www.algonet.se/~afb/wx/codeblocks.html
It didn't help much beyond showing the tabs though.
(still need the content to show up in the right place)
Please use the C::B forums for further discussions.