News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

BOUNTY: Notebook class with "close" button at the right

Started by rickg22, August 02, 2005, 04:09:03 AM

Previous topic - Next topic

eranif

Thanks, I will.

- However, I already fixed the SetSelection() function, unless you find some other new bug in it.


QuoteWhen I commit the changes, you can take a look at the patch. I believe three fixes there will interest you

I dont have access to your SVN, so how will I be able to see the changes?

I assumed that when adding a window to the book, the parent of the new added window is the book itself

Btw, Did you get any progress with the Linux building and displaying?

Eran

mandrav

Quote from: eranif on January 05, 2006, 10:28:40 PM
- However, I already fixed the SetSelection() function, unless you find some other new bug in it.

Yes, new :)

Quote from: eranif on January 05, 2006, 10:28:40 PM
I dont have access to your SVN, so how will I be able to see the changes?

When I commit (in a while), you will find it here.

Quote from: eranif on January 05, 2006, 10:28:40 PM
I assumed that when adding a window to the book, the parent of the new added window is the book itself

Well, someone has to take ownership. If you want to see the effect, create one page with the frame as its parent and then add it in the notebook...

Quote from: eranif on January 05, 2006, 10:28:40 PM
Btw, Did you get any progress with the Linux building and displaying?

What's wrong with it? It looks and works fine.
Be patient!
This bug will be fixed soon...

eranif

I thought that earlier here, Ceniza I think said that he wasnt able to see anything on Linux using wxFlatNotebook.

So, If it is OK, no problem here

Eran

rickg22

eranif: How about giving Yiannis developer access to your class? :)

eranif


mandrav

Be patient!
This bug will be fixed soon...

eranif

No, Problem - Will be easier for the patching things ...

I just need to figure out how do I do that - will check it now

Eran

eranif

Mandrav, Ok, I need to have your sourceforge user name
Eran

mandrav

Be patient!
This bug will be fixed soon...

eranif

Nevermind that ... already got it - mandrav is the user name in SF
You are now member in the wxflatnotebook project

Eran

Ceniza

I just built Code::Blocks under Linux and the wxFlatNotebook is showing right.

I couldn't see anything with the test program (it was that or the crash), but haven't tested with a more recent version. Maybe it has something to do with one of those changes made by mandrav (maybe the Reparent one?).

I can see the changes to MessageManager have been just committed :)

Ceniza

#146
Forgot to ask something in the last post :(

mandrav: have you enabled the option to choose if the notebook will be shown at the top or the bottom?

[edit]
I just tried it and see it's hardcoded to be bottom for Messages, but you answered already.

I also noticed the space used by the X button when it doesn't exist is still there. Somebody in wxforum fixed it, but I didn't try it http://wxforum.shadonet.com/viewtopic.php?p=26829#26829.
[/edit]

mandrav

Quote from: Ceniza on January 05, 2006, 10:59:20 PM
Forgot to ask something in the last post :(

mandrav: have you enabled the option to choose if the notebook will be shown at the top or the bottom?

Not yet. I just set bottom for the Messages but I will add configuration settings for this.
Be patient!
This bug will be fixed soon...

mandrav

Quote from: eranif on January 05, 2006, 10:54:48 PM
Nevermind that ... already got it - mandrav is the user name in SF
You are now member in the wxflatnotebook project

Thanks Eran :)
Be patient!
This bug will be fixed soon...

Ceniza

Finally, now Code::Blocks is using wxFlatNotebook "everywhere" (three places really), but the Messages notebook is hardcoded to be top and the editor one to always be fancy :(