Is anybody else seeing borkage like this:
http://theoretic.com/mike/wine-regression.png
I just reversed my patch, so it's not that. The combo boxes seem to show the dropdown at the wrong time. Clicking the drop down button makes it go away, but the drop down then doesn't display at all. Finally choosing a file gives an error, "invalid window handle". Also note the grey box on the bottom left, shouldn't be there either.
Or is my install broken?
Mike Hearn wrote:
Is anybody else seeing borkage like this:
http://theoretic.com/mike/wine-regression.png
I just reversed my patch, so it's not that. The combo boxes seem to show the dropdown at the wrong time. Clicking the drop down button makes it go away, but the drop down then doesn't display at all. Finally choosing a file gives an error, "invalid window handle". Also note the grey box on the bottom left, shouldn't be there either.
Or is my install broken?
It looks to me like its your install is borken. However CVS has its own problems
http://www.telusplanet.net/public/lambregt/wine/notepad.png
Not that bad but the last icon on the right is cut off. <frown>
could you tell exactly what you are doing to get this ? I tried it with gnome and kde in managed mode and got no problem of this kind.
It looks to me like its your install is borken. However CVS has its own problems
http://www.telusplanet.net/public/lambregt/wine/notepad.png
Not that bad but the last icon on the right is cut off. <frown>
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight Spam ! EuroCauce: http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus, in "Matrix".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Sylvain Petreolle wrote:
Tony Lambregts wrote;
It looks to me like its your install is borken. However CVS has its own problems
http://www.telusplanet.net/public/lambregt/wine/notepad.png
Not that bad but the last icon on the right is cut off. <frown>
could you tell exactly what you are doing to get this ? I tried it with gnome and kde in managed mode and got no problem of this kind.
Well I get the same results with "managed" = "Y" or "N" and "desktop" = "640x480". This is off my "clean" CVS tree updated to this morning. I get the same results with both the native notepad and our built in one. If you want a trace or want to suggest something I would appreciate it.
Sylvain Petreolle wrote:
could you tell exactly what you are doing to get this ? I tried it with gnome and kde in managed mode and got no problem of this kind.
It looks to me like its your install is borken. However CVS has its own problems
http://www.telusplanet.net/public/lambregt/wine/notepad.png
Not that bad but the last icon on the right is cut off. <frown>
I would guess the difference is that you are using a very narrow font. Mine is much wider. As a really wild guess, it looks like perhaps the width is being determined solely as a some multiple of a font width, and no consideration is given for the space the icons take. With a wider font, it comes out ok.
This stuff is all in dlls/commdlg/filedlg*, so happy hacking :-)
how the hell can we change the font of menus and commdlg ?? I want to run notepad with the wingdings font then :)
I would guess the difference is that you are using a very narrow
font.
Mine is much wider. As a really wild guess, it looks like perhaps the width is being determined solely as a some multiple of a font width,
and
no consideration is given for the space the icons take. With a wider font, it comes out ok.
This stuff is all in dlls/commdlg/filedlg*, so happy hacking :-)
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight Spam ! EuroCauce: http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus, in "Matrix".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Could this be related to Maximes file dialog size patch from a few days ago? I'm not sure if it made it into CVS yet or not... quite possibly it did
On Thu, 2003-03-20 at 01:10, Duane Clark wrote:
Sylvain Petreolle wrote:
could you tell exactly what you are doing to get this ? I tried it with gnome and kde in managed mode and got no problem of this kind.
It looks to me like its your install is borken. However CVS has its own problems
http://www.telusplanet.net/public/lambregt/wine/notepad.png
Not that bad but the last icon on the right is cut off. <frown>
I would guess the difference is that you are using a very narrow font. Mine is much wider. As a really wild guess, it looks like perhaps the width is being determined solely as a some multiple of a font width, and no consideration is given for the space the icons take. With a wider font, it comes out ok.
This stuff is all in dlls/commdlg/filedlg*, so happy hacking :-)
No, it has not been commited, and I found some errors with it. Actually, I sent a new version to Mike McCormack for him to test with visio 2000 and it seems that the remaining bugs are gone.
So I will send later a new patch which fixes the problems. Basicly, I have to fix some more things and the patch will be ready.
Max
On Thu, 2003-03-20 at 10:24, Mike Hearn wrote:
Could this be related to Maximes file dialog size patch from a few days ago? I'm not sure if it made it into CVS yet or not... quite possibly it did
On Thu, 2003-03-20 at 01:10, Duane Clark wrote:
Sylvain Petreolle wrote:
could you tell exactly what you are doing to get this ? I tried it with gnome and kde in managed mode and got no problem of this kind.
It looks to me like its your install is borken. However CVS has its own problems
http://www.telusplanet.net/public/lambregt/wine/notepad.png
Not that bad but the last icon on the right is cut off. <frown>
I would guess the difference is that you are using a very narrow font. Mine is much wider. As a really wild guess, it looks like perhaps the width is being determined solely as a some multiple of a font width, and no consideration is given for the space the icons take. With a wider font, it comes out ok.
This stuff is all in dlls/commdlg/filedlg*, so happy hacking :-)
Maxime Bellengé wrote:
No, it has not been commited, and I found some errors with it. Actually, I sent a new version to Mike McCormack for him to test with visio 2000 and it seems that the remaining bugs are gone.
So I will send later a new patch which fixes the problems. Basicly, I have to fix some more things and the patch will be ready.
This problem has been around for quite a while. I do believe that Duane is correct about the cause of the display problem with my setup. That is, if the font is small then the width of the icons needs to be taken into account.
Max: Since you have been looking at this portion of the code, are you interested in fixing it?
On Fri, 2003-03-21 at 01:35, Tony Lambregts wrote:
Maxime Bellengé wrote:
No, it has not been commited, and I found some errors with it. Actually, I sent a new version to Mike McCormack for him to test with visio 2000 and it seems that the remaining bugs are gone.
So I will send later a new patch which fixes the problems. Basicly, I have to fix some more things and the patch will be ready.
This problem has been around for quite a while. I do believe that Duane is correct about the cause of the display problem with my setup. That is, if the font is small then the width of the icons needs to be taken into account.
Max: Since you have been looking at this portion of the code, are you interested in fixing it?
Yes, I will check that.