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@winehq.org ReportedBy: tramp@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);
}
http://bugs.winehq.org/show_bug.cgi?id=31677
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2012-09-11 07:25:15 CDT --- What application is affected? Can you attach a compilable source file that exhibits the problem?
http://bugs.winehq.org/show_bug.cgi?id=31677
--- Comment #2 from tramp@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.
http://bugs.winehq.org/show_bug.cgi?id=31677
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com 2012-09-11 07:57:02 CDT --- What the application is supposed to do that it's not doing?
http://bugs.winehq.org/show_bug.cgi?id=31677
--- Comment #4 from tramp@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
http://bugs.winehq.org/show_bug.cgi?id=31677
--- Comment #5 from tramp@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
http://bugs.winehq.org/show_bug.cgi?id=31677
--- Comment #6 from tramp@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.
http://bugs.winehq.org/show_bug.cgi?id=31677
--- Comment #7 from tramp@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
http://bugs.winehq.org/show_bug.cgi?id=31677
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.sierrachart.com/ | |downloads/SierraChartSetupN | |oCLR.exe
https://bugs.winehq.org/show_bug.cgi?id=31677
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=31677
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #9 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-5.0-rc3?
https://bugs.winehq.org/show_bug.cgi?id=31677
Ken Sharp imwellcushtymelike@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@gmail.com --- 404s everywhere
https://bugs.winehq.org/show_bug.cgi?id=31677
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Austin English austinenglish@gmail.com --- Closing.