http://bugs.winehq.org/show_bug.cgi?id=4397
------- Additional Comments From cristianocinotti(a)tin.it 2006-24-01 03:18 -------
O.S. Linux Slackware 10
Application crashed is Sigaowin.exe written in Delphi
--
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=4396
Summary: floating MFC-ToolBars get managed & and can't be re-
docked
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobi(a)die-loews.de
Hi,
I'm running an MDI-app build with MFC in managed mode. When I float a toolbar,
the MiniFrameWnd gets managed, looks a bit ugly and can't be re-docked in the
apps mainframe. (This happens with the app both built in MS VS 6 and VS.net.)
I think managing of MFC-Toolbars can be prevented by swapping the lines
/* windows with caption are managed */
if ((style & WS_CAPTION) == WS_CAPTION) return TRUE;
/* tool windows are not managed */
if (ex_style & WS_EX_TOOLWINDOW) return FALSE;
in windows.c, line 78-81 to
/* tool windows are not managed */
if (ex_style & WS_EX_TOOLWINDOW) return FALSE;
/* windows with caption are managed */
if ((style & WS_CAPTION) == WS_CAPTION) return TRUE;
because MFC sets the exstyle WS_EX_TOOLWINDOW AND the style WS_CAPTION for
MiniFrameWnds.
I don't no if any other app relys on the actual sequence in is_window_managed.
thanks,
Tobias
PS: Everything works fine with e.g. Excel 2000, as Excel seems to draw the
caption of floating toolbars by itself and does not use the WS_CAPTION style.
--
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=4382
------- Additional Comments From ns(a)1en.de 2006-24-01 02:03 -------
> ------- Additional Comment #3 From Tony Lambregts 2006-01-23 13:21 -------
> Please to not Paste logs into bug reports - Use the "Create a New Attachement"
link
Sorry about that, bug-page confused me first, I did not found it.
> Could you please add an entry for this application.
The only thing I really want is to find bugs in wine. An entry in a db for
proprietary software seems to me like supporting it. I don't want that.
But a way to run it without to be forced to run windows would be nice.
I thought the difference of:
wine-0.9 (running):
fixme:ole:OLEPictureImpl_Load Stat failed with hres 80004001
and:
wine-0.9.6 (crashing, probably from 0.9.1 to 0.9.6):
fixme:ole:OLEPictureImpl_Load Unknown magic 0400, 2475 read bytes:
6c 74 00 00 00 00 00 00 00 04
52 e3 0b 91 8f ce 11 9d e3 00
aa 00 4b b8 51 6c 74 00 00 00
00 00 00 00 04 52 e3 0b 91 8f
ce 11 9d e3 00 aa 00 4b b8 51
gives a starting point.
If not I fear thats all I could do.
--
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=4051
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 00:43 -------
These crashes are all related to the arts initialization.
Patch is committed into cvs.
--
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=4391
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-24-01 00:39 -------
Try if using native msvcrt changes anything.
--
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=4344
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-programs |wine-gui
Ever Confirmed| |1
Platform|Other |PC
Version|20050725 |CVS
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 00:29 -------
Confirming the bug.
--
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=4344
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 00:27 -------
Created an attachment (id=1752)
--> (http://bugs.winehq.org/attachment.cgi?id=1752&action=view)
Hack to fix the crash and expose the problem
This is not a real patch but rather a test to show where the problem is.
And the problem is the header controls not calling application to get the text
if it's LPSTR_TEXTCALLBACKW.
--
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=4180
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmai1879(a)bigpond.net.au
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 23:23 -------
*** Bug 4395 has been marked as a duplicate of this bug. ***
--
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=4395
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 23:23 -------
Please search bugs before submitting exact dups.
*** This bug has been marked as a duplicate of 4180 ***
--
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.