http://bugs.winehq.org/show_bug.cgi?id=5162
--- Comment #12 from Austin Lund <austin.lund(a)gmail.com> 2008-05-18 02:04:18 ---
I changed the SendMessage implementation to:
HRESULT WINAPI fnTextSrv_TxSendMessage(ITextServices *iface,
UINT msg,
WPARAM wparam,
LPARAM lparam,
LRESULT* plresult)
{
ICOM_THIS_MULTI(ITextServicesImpl, lpVtbl, iface);
switch(msg) {
default:
FIXME("%p: (%s) STUB\n", This, get_msg_name(msg));
return E_NOTIMPL;
}
}
This way I can see what are the common messages that it sends.
Typical output looks like:
fixme:richedit:fnTextSrv_TxSendMessage 0x1c570f8: (EM_SETCHARFORMAT) STUB
fixme:richedit:fnTextSrv_TxSetText 0x1c570f8: partial stub (L"")
fixme:richedit:fnTextSrv_TxSendMessage 0x1c570f8: (EM_SETPARAFORMAT) STUB
fixme:richedit:fnTextSrv_TxSetText 0x1c570f8: partial stub (L"Sign in")
fixme:richedit:fnTextSrv_TxGetNaturalSize 0x1c570f8: STUB
fixme:richedit:fnTextSrv_TxSendMessage 0x1c570f8: (EM_SETCHARFORMAT) STUB
fixme:richedit:fnTextSrv_TxSetText 0x1c570f8: partial stub (L"")
fixme:richedit:fnTextSrv_TxSendMessage 0x1c570f8: (EM_SETPARAFORMAT) STUB
fixme:richedit:fnTextSrv_TxSetText 0x1c570f8: partial stub (L"Sign in")
fixme:richedit:fnTextSrv_TxGetNaturalSize 0x1c570f8: STUB
fixme:richedit:fnTextSrv_TxSendMessage 0x1c570f8: (EM_SETCHARFORMAT) STUB
fixme:richedit:fnTextSrv_TxSetText 0x1c570f8: partial stub (L"")
fixme:richedit:fnTextSrv_TxSendMessage 0x1c570f8: (EM_SETPARAFORMAT) STUB
fixme:richedit:fnTextSrv_TxSetText 0x1c570f8: partial stub (L"Offline")
fixme:richedit:fnTextSrv_TxGetNaturalSize 0x1c570f8: STUB
fixme:richedit:fnTextSrv_TxSendMessage 0x1c570f8: (EM_SETCHARFORMAT) STUB
So it seems the set CHAR and PARA format are the high priorities. But that's
probably good as these just pass the format structures on to the associated
ITextHost implementation that the application implements as far as I can tell.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9027
Kevin <oracleguy01(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oracleguy01(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8783
--- Comment #31 from Ed Simmons <eclipseaudio(a)googlemail.com> 2008-05-17 21:50:36 ---
Hello again,
I've compiled the rc1 from source and successfully installed it (Kubuntu Gutsy
- up to date) the usb serial adapter now works, very well too for a first test.
I have a symlink from ~/.wine/dosdevices/com1 > /dev/ttyUSB0
And that's it - it works! Many thanks to everyone who worked on this, I had a
horrible feeling that the next show I was going to put on would be sullied by
WinXP.
Thanks again,
Ed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8490
Jeff L <lats(a)yless4u.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lats(a)yless4u.com.au
--- Comment #14 from Jeff L <lats(a)yless4u.com.au> 2008-05-17 18:55:38 ---
Gave this a test. It creates the "New Folder" in the parent directory.
However, uTorrent/Windows goes into edit on the name so you can rename it. As
it is the folder name is fixed as "New Folder".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5131
--- Comment #14 from Alois <MadLoisae(a)gmx.net> 2008-05-17 17:47:22 ---
hi Dan!
I've tested your suggested workaround, it works for FlashFXP 3.0.2 (build 1044)
and FlashFXP 3.2 (build 1080).
I've also tried FlashFXP 3.4.0 (build 1145) and the latest version, FlashFXP
3.6.0 (build 1240). In this two versions FlashFXP does not hang up any more,
after getting the Directory List, but it doesn't show the content - only the
"Folder Up" Icon is visible.
I've attached the messages wine dumps in the console - perhaps this helps.
My wine-version is wine-0.9.25 (wine-utils are installed also - both are the
original debian etch packages with Dan's "winetricks cc580" (winetricks is
dated with 20080512)
thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
Josh Heidenreich <josh.sickmate(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |josh.sickmate(a)gmail.com
--- Comment #73 from Josh Heidenreich <josh.sickmate(a)gmail.com> 2008-05-17 17:22:55 ---
I do know programming in C/C++, which is what I assume wine is written in.
What needs to be done to fix this problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #72 from Vytautas <vytautas1987(a)yahoo.com> 2008-05-17 16:36:05 ---
Hmm.. I know Perl.
What language and how well I have to know If I want to help with wine?
C? Can you post links to books or tutorials which I will have to read and learn
until I will have enough skill to fix this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=201
Alexander Dorofeyev <alexd4(a)inbox.lv> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|masking problem - image is |Igowin: masking problem -
|not transparent |image is not transparent
--- Comment #43 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2008-05-17 16:23:16 ---
Adding Igowin to summary so that it sounds less generic and more clear what
it's all about.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.