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

First time UI improvements

<< < (2/3) > >>

MortenMacFly:

--- Quote from: oBFusCATed on May 03, 2012, 11:43:50 am ---Can you try to remove the png related changes?

--- End quote ---
THAT was it - applying patch works now...

All I need now is a free PC and time to compile (including the other change with Manager->Shutdown blah foo... ;-) ).

MortenMacFly:
BTW, from looking at the patch I already saw a mistake, probaby:
In start_here.html this:
          <td valign="middle" align="center"><a href="CB_CMD_OPEN_PROJECT"><img style="width: 33px; height: 47px;" alt="" src="tip.png"></a></td>
          <td valign="middle" align="center"><a href="CB_CMD_TIP_OF_THE_DAY">CB_TXT_TIP_OF_THE_DAY</a></td>

...should read like that:
          <td valign="middle" align="center"><a href="CB_CMD_TIP_OF_THE_DAY"><img style="width: 33px; height: 47px;" alt="" src="tip.png"></a></td>
          <td valign="middle" align="center"><a href="CB_CMD_TIP_OF_THE_DAY">CB_TXT_TIP_OF_THE_DAY</a></td>

...(the command is wrong for the icon / image).

oBFusCATed:
I guess you should report a bug to your apply-patch provider:)

Yes, you're right. I'll fix it.

oBFusCATed:
Here is a new patch: http://cmpt.benbmp.org/codeblocks/patches/first_time_ui.2.patch

This one uses wxDisplay to get the size of the screen.
At least on linux+enlightenment17 GetClientArea doesn't return the correct rect, but it returns the full size of the screen.
Can someone test this method on windows, gnome, kde?

MortenMacFly:

--- Quote from: oBFusCATed on May 05, 2012, 11:15:37 am ---Can someone test this method on windows, gnome, kde?

--- End quote ---
Oh dear, seems not my day today: I had just finished compiling the first version including the requested other patch... You keep us busy, don't you?! ;D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version