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
 
afb 2006-02-22 08:36

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

trikko 2006-02-22 09:16

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:

http://www.e-nuts.net/s1.pdf

http://www.e-nuts.net/s2.pdf

http://www.e-nuts.net/s3.pdf

afb 2006-02-22 10:16

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!

trikko 2006-02-22 10:54

Why don't you replace wxFlatNotebook code with normal tabs waiting for wxFlatNotebook mac os x release?

trikko 2006-02-22 11:47

Why don't you replace wxFlatNotebook code with normal tabs waiting for wxFlatNotebook mac os x release?

afb 2006-02-23 00:48

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 ?

mandrav 2006-02-23 11:03

Bug closed.

Feel free to continue your discussion here or in the forums.

afb 2006-02-23 12:33

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.