On 07/04/2014 01:19, Laurie VK3AMA wrote:
Hi Laurie,
I have been extending JTAlert to support the new 1.4 multi-instance functionality. JTAlert docking is now broken with 1.4. Standard api commands, ShowWindow(), MoveWindow() and SetWindowPos() sent by JTAlert to the wsjtx window are being ignored.

I have been able to workaround the loss of ShowWindow() for minimising and restoring the wsjtx window by executing an appropriate SendMessage() command but am now struggling with wsjtx window positioning so thought I would post a message here while I take a break from my tests.

Is something in the 1.4 code dropping the messages sent by these commands?
All those messages are handled by the default Qt widget code, we don't filter those messages at all. The only messages we handle directly are a few function and control keys. I don't think anything has changed there.

It is probably the Qt code that has changed. We are building (at least I did in the version I sent you) with Qt 5.2.1 whereas it was probably 5.1 in the last public release.

How are you getting the window handle Laurie?

de Laurie, VK3AMA
73
Bill
G4WJS.
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to