News:

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

Main Menu

Refixed: pull-down-menus-images-not-changing-state Issue

Started by stahta01, January 10, 2007, 01:54:36 PM

Previous topic - Next topic

killerbot

on linux they look good, under the gray out you can even see the original colors (so with a gray shade on top of them), also in linux when you mouse over, those menu entries don;t get a blue overlay when the mouse is over them, on windows you have this blue overlay (no idea which one of the 2 is the desired behavior), AND when you mouse over those entries (the grayed outs) the first letter of every entry is prepended --> Start becomes SStart

stahta01

Quote from: killerbot on January 12, 2007, 11:15:51 AM
on linux they look good, under the gray out you can even see the original colors (so with a gray shade on top of them), also in linux when you mouse over, those menu entries don;t get a blue overlay when the mouse is over them, on windows you have this blue overlay (no idea which one of the 2 is the desired behavior), AND when you mouse over those entries (the grayed outs) the first letter of every entry is prepended --> Start becomes SStart

I am NOT seeing the first letter being pre-pended. Could be a window setting or code::block setting difference.

Why don't you look at the other patch fixing the find/search icon and hold off on this one while I try for better looking results.
Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot

You are talking about the 22*22 png, correct ? I will apply that one ;-)

stahta01

#18
Quote from: killerbot on January 12, 2007, 02:07:56 PM
You are talking about the 22*22 png, correct ? I will apply that one ;-)

No it fixes the 16*16 code issue.
http://forums.next.codeblocks.org/index.php?topic=4926.0

I did create a 22*22 png that you could put in SVN.
http://forums.next.codeblocks.org/index.php?topic=4912.msg38407#msg38407
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

Quote from: killerbot on January 12, 2007, 11:15:51 AM
on linux they look good, under the gray out you can even see the original colors (so with a gray shade on top of them), also in linux when you mouse over, those menu entries don;t get a blue overlay when the mouse is over them, on windows you have this blue overlay (no idea which one of the 2 is the desired behavior), AND when you mouse over those entries (the grayed outs) the first letter of every entry is prepended --> Start becomes SStart

I found the cause of SStart problem, my prior patch and this one caused it when both are applied.
I am fixing my alignment of menuitems patch right now.
I also rewrote the gray bitmap routine so it looks much better.
I have to test them both again at the same time to verify I fixed the "SStart" problem.
[note the short-cut key was also prepending right before the bitmaps sometimes.]
Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

I am testing my back port of the wxWidgets 2.8.1+ code to fix the issue on the 2.6 branch, note it is very modified from the 2.8 code.
Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

I have highly modified how the fix to this problem was fixed in CVS head. Use patch 1637804 to fix this issue.
Tim S

[ 1637804 ] MSW: ownerdrw.cpp backport to 2.6_BRANCH from cvs head
http://sourceforge.net/tracker/index.php?func=detail&aid=1637804&group_id=9863&atid=309863

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]