http://bugs.winehq.org/show_bug.cgi?id=2891
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-03-10 16:26 -------
Ok , that quick hack is bogus; the best i can come up with now is:
--- dlls/x11drv/window.c 2005-08-22 09:14:21.000000000 +0000
+++ dlls/x11drv/window.c 2005-10-04 23:22:29.000000000 +0000
@@ -120,12 +120,8 @@
* Fill the window attributes structure for an X window.
*/
static int get_window_attributes( struct x11drv_win_data *data,
XSetWindowAttributes *attr )
-{
- if (!data->managed && !using_wine_desktop && is_window_managed( data->hwnd ))
- {
- data->managed = TRUE;
- SetPropA( data->hwnd, managed_prop, (HANDLE)1 );
- }
+{if(!using_wine_desktop && is_window_managed( data->hwnd ))
+ SetPropA( data->hwnd, managed_prop, (HANDLE)1 );
attr->override_redirect = !data->managed;
attr->colormap = X11DRV_PALETTE_PaletteXColormap;
attr->save_under = ((GetClassLongW( data->hwnd, GCL_STYLE ) &
CS_SAVEBITS) != 0);
This fixes the problem, but i don't know if it breaks other apps. Funnily enough
it also seems to fix a bug in another pokerclient bug 2418. Anyway, i did a
regression test and the patch that causes the "broken tooltips" is
http://cvs.winehq.org/patch.py?id=15839
Maybe someone more familiar with the code could have a look at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=972
------- Additional Comments From jack(a)itma.pwr.wroc.pl 2005-03-10 16:17 -------
Andriy, link that you provided is to 1.1.4.4, not 1.1.2, version and it doesn't
install for me because it needs .net available. Is it the case for 1.1.2? Where
can I download 1.1.2 version from?
Philippe, could you give more details how to reproduce this crash? DWG viewer
works fine for me.
I'll send a stub for URLDownloadToCacheFile. It's quite easy to add a hackish
implementation of it, but before adding it to CVS I'd like to know that it fixes
any app. Otherwise I'll implement it correctly when other parts of urlmon.dll
will be good enough.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1158
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2005-03-10 16:14 -------
Refiling the description:
Hebrew menus typically have their role reversed. Regular menus appear on the
right, while help menus appear on the left. This is probably a fairly easy bug
to solve - just check context and replace the "help" flag of menus.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1163
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2005-03-10 16:09 -------
Hmm. Yes, it's a todo, but that's no reason for it not to have a descriptive
description.
Lets say that HELLO is a logical order string that needs to be reorderd to
OLLEH. Now let's say that we want the "E" to be the accelerator key. We write
(logical order) H&ELLO. Ideally, this will be reordered to OLL_E_H, with the
underscore under the "E". Today, the & gets reordered along with the string,
which results in "OLLE&H", and the underscore under the "H".
Shachar
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3478
ns03ja(a)brocku.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ns03ja(a)brocku.ca 2005-03-10 16:00 -------
Running wineprefixcreate fixed the problem, but with a small caveat, I had to
start with a fresh fake c drive first, without doing this, running
wineprefixcreate did not help. Otherwise, this fixes the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2108
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:51 -------
still there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3478
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:37 -------
run "wineprefixcreate" once to update your registry to the newest wine.inf
level. THis will fix this problem (some classes not registred).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1982
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:36 -------
mark invalid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3045
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:35 -------
try with newer WINE.
installshield works now in most cases.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.