http://bugs.winehq.org/show_bug.cgi?id=29117
Bug #: 29117 Summary: Borland C++ Builder 6 TForm->Show() problem Product: Wine Version: 1.3.32 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: navadwip@rambler.ru Classification: Unclassified
Hello, all!
My program is written on Borland C Builder 6 Not properly method TForm-> Show () works; And on operational system Ubunto 10.10 it works properly, and already in Ubuntu 11.10 method TForm-> Show () works not properly. Elements of a window receive focus of input from the keyboard, and the window remains not active! The heading of a window and is not painted in color of an active window and if the window has been curtailed (minimize) TForm-> WindowState = wsNormal and TForm-> Show () the window at all cannot show - it remains invisible and inaccessible. I send an example. I have costs Wine 1.3.32, Ubuntu 11.10. If Form-> Visible == false Form-> Show () work properly, If Form-> Visible == true, but Form-> Active == false - Form-> Show () work not properly. The solution - use TForm-> Hide () and TForm-> Show () (Chek Box ' Alternate ' in an example), but this solution is not best variant.
Also not properly works variations the sizes of a window by means of the mouse when there are restrictions, for example TForm-> Constraints. MaxHeight, TForm-> Constraints. MaxWidth or TForm-> BorderStyle = bsSingle (a window with the unchangeable size).
Also there are problems with a modal window (TForm-> ShowModal ()).
Please, inform it to developers for correction of a mistake.
https://rapidshare.com/files/1202120874/WineTest.tar.gz
Thank you very much.
With best wishes Navadvipa Chandra das.
http://bugs.winehq.org/show_bug.cgi?id=29117
--- Comment #1 from Navadvipa Chandra das navadwip@rambler.ru 2011-11-22 10:55:38 CST --- Hello!
WineTest.exe - demonstration the bug programm
https://rapidshare.com/files/1202120874/WineTest.tar.gz or http://srapidshare.com/files/1202120874/WineTest.tar.gz
With best wishes Navadvipa Chandra das.
http://bugs.winehq.org/show_bug.cgi?id=29117
Navadvipa Chandra das navadwip@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |navadwip@rambler.ru
http://bugs.winehq.org/show_bug.cgi?id=29117
--- Comment #2 from Navadvipa Chandra das navadwip@rambler.ru 2011-11-27 08:12:09 CST --- Created attachment 37663 --> http://bugs.winehq.org/attachment.cgi?id=37663 WineTest first part or arhive.
http://bugs.winehq.org/show_bug.cgi?id=29117
--- Comment #3 from Navadvipa Chandra das navadwip@rambler.ru 2011-11-27 08:15:20 CST --- Created attachment 37664 --> http://bugs.winehq.org/attachment.cgi?id=37664 WineTest second part or arсhive.
http://bugs.winehq.org/show_bug.cgi?id=29117
Navadvipa Chandra das navadwip@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37663|WineTest first part or |WineTest first part or description|arhive. |archive.
http://bugs.winehq.org/show_bug.cgi?id=29117
Navadvipa Chandra das navadwip@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37664|WineTest second part or |WineTest second part or description|arсhive. |archive.
http://bugs.winehq.org/show_bug.cgi?id=29117
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2011-11-27 11:39:57 CST --- Can you please post simple steps to reproduce? With screenshots if possible.
This is what I have done, tell me if it's right: 1 - Open the menu -> YellowForm 2 - Press the ShowModal button in the yellow form 3 - After the cyan form appear click back in the yellow form 4 - Try to click the cyan area of the form (it will not be focused)
Is this the problem: The cyan form is not focused when it's content is clicked?
http://bugs.winehq.org/show_bug.cgi?id=29117
Navadvipa Chandra das navadwip@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37663|WineTest first part or |WineTest first part of description|archive. |archive.
http://bugs.winehq.org/show_bug.cgi?id=29117
Navadvipa Chandra das navadwip@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37664|WineTest second part or |WineTest second part of description|archive. |archive.
http://bugs.winehq.org/show_bug.cgi?id=29117
--- Comment #5 from Navadvipa Chandra das navadwip@rambler.ru 2011-11-27 15:38:50 CST --- Hello Bruno Jesus!
I try explain. I find 3 (three) bugs.
1. Form->Show() Run WineTest.exe . Please press key Ctrl+1, then press key Ctrl+2, then press Ctrl+3 While everything is OK! Again do: Press key Ctrl+1, then press key Ctrl+2, then press Ctrl+3 e.t.c. cycle Not OK! Edit - active, window title not active!
Please minimize any color window. Press Ctrl+1, then press key Ctrl+2, then press Ctrl+3. Minimized window always invisible :( . Not work Form->Show(). Alas.
2. Size constraint window Bug - not work. Please resize Green window ( big size ) - dont properly work.
3. ShowModal bug.
1 - Open the menu -> YellowForm 2 - Press the ShowModal button in the yellow form 3 - After the cyan form appear click back in the yellow form Yellow form go to front, cyan form go to back - this is not properly. If yellow form full screean - strange situation. Yellow visible, realy cyan work!
With best wishes Navadvipa Chandra das.
http://bugs.winehq.org/show_bug.cgi?id=29117
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com 2011-11-29 20:03:59 CST --- I can confirm these bugs exist in 1.3.33 but the rules from wine bugzilla do not allow the discussion of more than one problem per bug. So please select one of the three for this bug and open 2 new bugs about the other problems.
http://bugs.winehq.org/show_bug.cgi?id=29117
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2011-11-29 20:06:35 CST --- The modal problem is already in wine bugzilla: http://bugs.winehq.org/show_bug.cgi?id=26503
http://bugs.winehq.org/show_bug.cgi?id=29117
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=29117
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net, | |super_man@post.com
https://bugs.winehq.org/show_bug.cgi?id=29117
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
please retest using recent Wine version, preferably Wine 1.7.55 or later.
If there is no response after certain time, the bug will be closed without further notice (abandon).
Regards
https://bugs.winehq.org/show_bug.cgi?id=29117
Aaron Franke arnfranke@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arnfranke@yahoo.com
--- Comment #9 from Aaron Franke arnfranke@yahoo.com --- Is this still an issue in Wine 2.6?
https://bugs.winehq.org/show_bug.cgi?id=29117
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #10 from joaopa jeremielapuree@yahoo.fr --- Created attachment 66804 --> https://bugs.winehq.org/attachment.cgi?id=66804 Test
Bug 1 & 2 are fixed with wine-5.5. I do not see bug 3 neither... Can an administrator close this bug as FIXED?
https://bugs.winehq.org/show_bug.cgi?id=29117
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Keywords| |testcase Summary|Borland C++ Builder 6 |Borland/Delhi TForm-> |TForm->Show() problem |BorderStyle bsSingle (not | |resizable) not respected | |when using distro window | |manager integration
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
all the issues are still present and are certainly related to window manager integration.
--- snip --- $ wmctrl -m Name: Xfwm4 Class: xfwm4 PID: 4499 Window manager's "showing the desktop" mode: N/A
$ printf 'Desktop: %s\nSession: %s\n' "$XDG_CURRENT_DESKTOP" "$GDMSESSION" Desktop: XFCE Session: xfce --- snip ---
You need to uncheck 'Allow the window manager to control the windows' to make it work.
Issue #1:
* forms are not brought to foreground when cycling to them (although activated) * no "minimize window" shown at all
Issue #2:
* form can be resized to any size with outer client area not being repainted by app (size restrictions not respected)
Issue #3:
* cyan form is not truly sysmodal, one can still bring the the yellow form to foreground which should not be possible
@ joaopa
While it's certainly welcome you do bug triaging by testing stuff, please check more thoroughly. Otherwise people can't trust the claim/judgement and there always needs to be more people to confirm (four eyes principle).
Just for documentation, virustotal.com scan of executable (nothing special).
https://www.virustotal.com/gui/file/122a92feb2f0c6c72189c93ec0baf146942bf08d...
The test app is very useful and highlights multiple issues with Wine. Kudos to Navadvipa Chandra das for providing it.
Changing the summary to target one issue. Multi-issue bugs shall be avoided.
$ sha1sum WineTest.exe c044d53b2ee648db0a001c5d9e680ee48897bab1 WineTest.exe
$ du -sh WineTest.exe 3.6M WineTest.exe
$ wine --version wine-5.5-208-g3047385437
Regards