Results 1 to 6 of 6

Thread: Url protocol scheme

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Url protocol scheme

    Quote Originally Posted by #Dragon View Post
    App will start and you will see received message, but how can I get message when app is already running ?
    That's what single instance mechanisms usually do.
    They detect that there is an already running instance and then pass the argument to the running instance.

    Since you implement your own single instance mechanism, it is also up to you to implement instance communication.

    Cheers,
    _

  2. The following user says thank you to anda_skoa for this useful post:

    #Dragon (15th January 2016)

  3. #2
    Join Date
    Aug 2015
    Location
    Poland/UK
    Posts
    30
    Thanks
    6
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Url protocol scheme

    Thank You again, all is done and now works properly

Similar Threads

  1. Getting Device Interface Protocol (SCSI or ATA protocol)
    By Ryuuji in forum General Programming
    Replies: 1
    Last Post: 18th July 2013, 08:37
  2. SSL protocol
    By tpthyd in forum Qt Programming
    Replies: 1
    Last Post: 2nd March 2009, 12:53
  3. Protocol Implementation. ?
    By dheeraj in forum Qt Programming
    Replies: 32
    Last Post: 9th May 2008, 10:26
  4. Modbus Protocol
    By ^NyAw^ in forum General Programming
    Replies: 0
    Last Post: 21st January 2008, 10:37
  5. Signalling Protocol
    By mahe2310 in forum Qt for Embedded and Mobile
    Replies: 7
    Last Post: 16th February 2006, 05:31

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.