[Bug 31677] New: a child window not opened properly
http://bugs.winehq.org/show_bug.cgi?id=31677 Bug #: 31677 Summary: a child window not opened properly Product: Wine Version: 1.5.12 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: tramp(a)sibmail.com Classification: Unclassified This code is not working properly: void PreSubclassWindow() { LONG Styles = GetWindowLong(m_hWnd, GWL_STYLE); LONG ExStyles = GetWindowLong(m_hWnd, GWL_EXSTYLE); if (Styles == 0 || ExStyles == 0) return; Styles |= WS_CHILD; Styles &= ~WS_OVERLAPPED; Styles &= ~WS_CAPTION; Styles &= ~WS_BORDER; ExStyles &= ~WS_EX_CLIENTEDGE; ExStyles &= ~WS_EX_DLGMODALFRAME; ExStyles &= ~WS_EX_WINDOWEDGE; SetWindowLong(m_hWnd, GWL_STYLE, Styles); SetWindowLong(m_hWnd, GWL_EXSTYLE, ExStyles); } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-09-11 07:25:15 CDT --- What application is affected? Can you attach a compilable source file that exhibits the problem? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 --- Comment #2 from tramp(a)sibmail.com 2012-09-11 07:49:27 CDT --- (In reply to comment #1)
What application is affected?
www.sierrachart.com
Can you attach a compilable source file that exhibits the problem?
No. The info from SierraChart programmers. I'm just a customer and crossover subscriber. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-09-11 07:57:02 CDT --- What the application is supposed to do that it's not doing? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 --- Comment #4 from tramp(a)sibmail.com 2012-09-11 08:00:08 CDT --- (In reply to comment #3)
What the application is supposed to do that it's not doing?
https://www.sierrachart.com/supportboard/showthread.php?p=221366#post221366 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 --- Comment #5 from tramp(a)sibmail.com 2012-09-11 08:06:03 CDT --- (In reply to comment #4)
(In reply to comment #3)
What the application is supposed to do that it's not doing?
https://www.sierrachart.com/supportboard/showthread.php?p=221366#post221366
I've opened the Ticket 908766 w Crossover -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 --- Comment #6 from tramp(a)sibmail.com 2012-09-11 08:16:24 CDT --- (In reply to comment #5)
(In reply to comment #4)
(In reply to comment #3)
What the application is supposed to do that it's not doing?
https://www.sierrachart.com/supportboard/showthread.php?p=221366#post221366
I've opened the Ticket 908766 w Crossover
A child window doesn't attached to the main window but is attached to a most upper left corner of a display. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 --- Comment #7 from tramp(a)sibmail.com 2012-09-11 15:17:53 CDT --- (In reply to comment #6)
(In reply to comment #5)
(In reply to comment #4)
(In reply to comment #3)
What the application is supposed to do that it's not doing?
https://www.sierrachart.com/supportboard/showthread.php?p=221366#post221366
I've opened the Ticket 908766 w Crossover
A child window doesn't attached to the main window but is attached to a most upper left corner of a display.
BTW. You need Non CLR version: http://www.sierrachart.com/index.php?l=doc/download.php http://www.sierrachart.com/downloads/SierraChartSetupNoCLR.exe Then just go: File -> Open Trading DOM -> choose any ticker -> press "Open Trading DOM" button <- and you will see the issue -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31677 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.sierrachart.com/ | |downloads/SierraChartSetupN | |oCLR.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=31677 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? --- Comment #8 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Is this still an issue in Wine 1.7.45 or later? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=31677 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> --- Does the bug still occur with wine-5.0-rc3? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=31677 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL|http://www.sierrachart.com/ | |downloads/SierraChartSetupN | |oCLR.exe | Keywords|Abandoned?, download | Resolution|--- |ABANDONED --- Comment #10 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- 404s everywhere -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=31677 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla