Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Netbook Friendly

<< < (6/7) > >>

dmoore:

--- Quote from: MortenMacFly on February 23, 2009, 07:12:34 am ---
--- Quote from: dmoore on February 22, 2009, 10:16:00 pm ---the aui branch is probably fine (unless really old).

--- End quote ---
Huh? In fact it's quite up-to-date! (At last after the last merge...)

--- End quote ---

i was referring to jens post where he said


--- Quote from: jens on February 22, 2009, 10:07:06 pm ---I patched an old wxAui-branch.

--- End quote ---


--- Quote from: jens on February 23, 2009, 06:45:51 am ---Do you use gcc 4.3 ?

I have the same problem (at least on 64-bit) withh gcc 4.3 when building C::B from inside C::B, never found the reason.

You can remove ipc.cpp from the project-file, it's not used.

--- End quote ---

I'm using 4.3. I haven't had the problem until last night. As you suggested, I removed the file and it compiled. However, I would like to understand what broke the compiler...

Your scrolling dialog tweaks get the job done nicely. thanks!

I started hacking at a class derived from wxListbook to stack dialogs in a scrolled pane as an alternative. might take me a day or two to get working. (more from lack of time than any great complexity)

nanyu:
I think it was better for using "wxNotebook" control than "wxScrollDialog"..

dmoore:

--- Quote from: nanyu on February 28, 2009, 10:45:49 am ---I think it was better for using "wxNotebook" control than "wxScrollDialog"..

--- End quote ---

if you bothered to test the patch, you'll see that it still uses a notebook. the notebook itself is put inside a scrolling window, which will automatically add scrollbars if the panel is too big to fit on screen.

thomas:
Can't we show the options panel as a cbEditor or instead of the editors? Pretty much like the "start here" page works, too.

That way, we could make use of the entire screen estate, and scrollbars would fit in neatly. This would work better both for small and large screens.

dmoore:

--- Quote from: thomas on February 28, 2009, 02:31:54 pm ---Can't we show the options panel as a cbEditor or instead of the editors? Pretty much like the "start here" page works, too.

That way, we could make use of the entire screen estate, and scrollbars would fit in neatly. This would work better both for small and large screens.

--- End quote ---

I agree this would be nice and more along the lines of what Ceniza and I have been thinking.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version