Hello, I installed Wine and .Net 2.0 with winetricks. The applications that I am interested are working but not in 100%. All checkboxes are missing, also the arrows of comboboxes. Is there a way to fix this? Also the windows are not correctly resized but this is the smaller problem. Is there a solution to fix this?
Bongo <wineforum-user at winehq.org> wrote:> >Hello, > >I installed Wine and .Net 2.0 with winetricks. The applications that I am interested are working but not in 100%. All >checkboxes are missing, also the arrows of comboboxes. Is there a way to fix this? Also the windows are not correctly >resized but this is the smaller problem. Is there a solution to fix this? >Try installing Mono using winetricks. James McKenzie
That bug should be fixed in the latest Wine. Upgrade.
Which apps? Is there an app with a free download we could try? Also, what version of wine is this? If it's older than wine-1.3.9, please try that version.
It looks ok with 1.3.9. But there is note that it is beta version. I found 2 other problems: - re-using a COM (Component Object Model) object from 2nd application frequently returns error; - serial ports are not locked when open - CreateFile( "\\.\com1" ... ) with exclusive access does not lock the resource for other open attempts.
> It looks ok with 1.3.9. But there is note that it is beta version. >You will find that most of the time a "beta" version is the best version to use. The latest "beta" is definitely a good version to try if you have an application that is not working. The reason for this is wine is not a finished product meaning the windows api is not implemented 100%. Newer versions are always more complete than older versions although they may have added a new bug being that they are obviously tested for less time.. John