Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, March 2002
Windows Mailslot


Message 1 in thread

Hello,

Does anyone in the Qt user community have any experience with incorporating
Windows Mailslot (for Interprocess Communications) with a Qt application?  I
have a GUI which must issue commands to another Windows program using this
method, as it does not accept commands via stdin.

TIA,
Ric


Message 2 in thread

Carlos,

Make sure you override the 'acceptDrop' function to return TRUE if you
want to accept a drop for that mime source.  I believe the default
implementation returns TRUE regardless, so your problem is more likely
that you didn't call QIconViewItem->setDropEnabled(TRUE), to enable
dropping.

Tim

>Subject: Drag from a CDE File Manager into a QIconViewItem
>From: Carlos Mazieri <cmazieri@terra.com.br> - other postings
>Date: Fri, 15 Feb 2002 21:13:24 -0300
>Message-ID: <02021521132400.00787@localhost.localdomain>
>
>
>I am developing an application that receives drops into a
QIconViewItem >over 
> a Sun-Solaris, the QIconView is a set of the applications, each 
>QIconViewItem is an application that I intend  to launch thru QProcess.
>
>I'd like to receive drops from not Qt applications mainlly the CDE File

>Manager, but, the QIconViewItem::dropped() never occurs.
>
>Does anyone know how to do that ? 
>
>Thanks,
>Carlos J. Mazieri
>
>