Hi there,
I'm Ansgar Becker, the main-author of HeidiSQL. I saw that HeidiSQL is in your appdb! very cool ;) http://appdb.winehq.org/appview.php?iAppId=3326
However, some of the buttons on HeidiSQL's main-toolbar are twisted. I'm not a C programmer, so I'm a bit lost in Wine... but I can fix it in HeidiSQL. The only thing is, how to properly detect if I'm running under Wine?
Any help would be appreciated!
Greetings and thanks a lot!
Ansgar
Ansgar Becker escribió:
Hi there,
I'm Ansgar Becker, the main-author of HeidiSQL. I saw that HeidiSQL is in your appdb! very cool ;) http://appdb.winehq.org/appview.php?iAppId=3326
However, some of the buttons on HeidiSQL's main-toolbar are twisted. I'm not a C programmer, so I'm a bit lost in Wine... but I can fix it in HeidiSQL. The only thing is, how to properly detect if I'm running under Wine?
Any help would be appreciated!
Greetings and thanks a lot!
Ansgar
The proper fix is not for HeidiSQL to detect Wine, but for Wine to be fixed so HeidiSQL displays buttons correctly. Hmm... I see HeidiSQL is a Borland Delphi (Pascal) app. Is it also subject to the same bug under GNOME/Metacity as the one described in http://bugs.winehq.org/show_bug.cgi?id=1598 (KDE is unaffected)? Maybe you should file a bug report on the button issue, and (if affected) add yourself as watcher of bug #1598. BTW, what wine version are you using (latest CVS is 0.9.22).
Alex Villacís Lasso
Ansgar Becker <ansgar.becker <at> googlemail.com> writes:
Hi there,
I'm Ansgar Becker, the main-author of HeidiSQL. I saw that HeidiSQL is in your appdb! very cool ;) http://appdb.winehq.org/appview.php?iAppId=3326
However, some of the buttons on HeidiSQL's main-toolbar are twisted. I'm not a C programmer, so I'm a bit lost in Wine... but I can fix it in HeidiSQL. The only thing is, how to properly detect if I'm running under Wine?
Any help would be appreciated!
Greetings and thanks a lot!
Ansgar
Try run with native comctl32.dll, and if it works ok then , you can be sure it need to be fixed in there, and not in your application. (in case you don't know how: copy comctl32.dll from a windows partition to ~/.wine/drive_c/windows/system32/ and run by WINEDLLOVERRIDES="comctl32=n" wine Heidi.exe)