fixme:commctrl:TaskDialogIndirect

Questions about Wine on Linux
Locked
Utumno
Newbie
Newbie
Posts: 2
Joined: Thu Sep 24, 2015 8:41 am

fixme:commctrl:TaskDialogIndirect

Post by Utumno »

I maintain a python app that is also bundled as an exe - I managed to run it on wine (NB: noob here):

https://github.com/wrye-bash/wrye-bash/ ... h-Linux%29

However message boxes that use the TaskDialog windows API display shrunken and i can't resize them:

Image

I suspect that those messages are relevant:

Code: Select all

fixme:commctrl:TaskDialogIndirect 0x2187470, 0x213a508, 0x213a558, 0x213a5a8
fixme:commctrl:TaskDialogIndirect dwCommonButtons=1 uType=0 ret=1
Should I report this as a bug ? Is it related to https://bugs.winehq.org/show_bug.cgi?id=34008#c2 ?
Our binding to comctl32.TaskDialogIndirect from python:
https://github.com/wrye-bash/wrye-bash/ ... ws.py#L116
I am on arch linux, wine 1.7.51
Locked