Results 1 to 5 of 5

Thread: QProcess, child and setWorkingDirectory, for Windows process...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Posts
    158
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    25

    Default Re: QProcess, child and setWorkingDirectory, for Windows process...

    I think that works well : my application is launched only when the user clic the milto link.
    I've controled it, and - lucky me - there is no such loop

    I'm very interested in this small application you use : you can control Firefox ?!
    Have you made this application, or is it coming with Firefox ?
    If it comes with Firefox, what is the name of this application ?
    What sort of control have you ?

    In my case, if I launch my application manually, a new tab is open in Firefox.
    If I launch it with a Batch script : the same.
    If my application is launched by Windows : it's a new Firefox that is opened.

    Moreover I've controled where the application is executed.
    If I launch it, it's executed from its directory in C:/Program Files.
    When Windows launch it, it's executed from a strange root disk M:///

    Thanks for your answers, that really help me

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: QProcess, child and setWorkingDirectory, for Windows process...

    Quote Originally Posted by Nyphel View Post
    I'm very interested in this small application you use : you can control Firefox ?!
    Yes, sort of.
    Have you made this application, or is it coming with Firefox ?
    It's part of Firefox distribution for Linux.
    If it comes with Firefox, what is the name of this application ?
    mozilla-xremote-client

    What sort of control have you ?
    You can open new windows and urls.

  3. The following user says thank you to wysota for this useful post:

    Nyphel (4th June 2007)

  4. #3
    Join Date
    Feb 2007
    Posts
    158
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    25

    Default Re: QProcess, child and setWorkingDirectory, for Windows process...

    Ups...
    That was only because I didn't gave arguments to my QProces Firefox.
    If we don't give an argument (the URL to be opened), Firefox open a new window instead of opening a new tab in the current window.


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.