Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User Inzerion's Avatar
    Join Date
    Nov 2007
    Posts
    11
    I use some automated VB script on HP QTP and i want to invoke progress bar dialog and change progress from script. This dialog should be writed on QT. How i can do it?
    Last edited by Inzerion; 2010-04-08 at 20:28.

  2. #2
    Nokia Developer Champion danhicksbyron's Avatar
    Join Date
    Nov 2009
    Location
    Minnesota, USA
    Posts
    3,209
    I afraid your post was not very clear -- could you try again to describe your problem?

  3. #3
    Nokia Developer Moderator divanov's Avatar
    Join Date
    Oct 2009
    Posts
    4,326
    You will need some sort of interprocess communication (IPC). In Qt Dbus is widely used,
    http://qt.nokia.com/doc/4.6/intro-to-dbus.html
    but I have doubts you can use it in HP QTP VB script. Then the next option would be using network sockets. You can establish network connection
    between applications and exchange data in that way. For example, you can use QUdpSocket to implement it.
    http://doc.trolltech.com/4.6/qudpsocket.html#details

  4. #4
    Registered User Inzerion's Avatar
    Join Date
    Nov 2007
    Posts
    11
    Quote Originally Posted by divanov View Post
    You will need some sort of interprocess communication (IPC). In Qt Dbus is widely used,
    http://qt.nokia.com/doc/4.6/intro-to-dbus.html
    but I have doubts you can use it in HP QTP VB script. Then the next option would be using network sockets. You can establish network connection
    between applications and exchange data in that way. For example, you can use QUdpSocket to implement it.
    http://doc.trolltech.com/4.6/qudpsocket.html#details
    Thanks, I'm try to use network.

Similar Threads

  1. How do you change the name of an app?
    By danhicksbyron in forum [Archived] Qt SDKs and Tools
    Replies: 9
    Last Post: 2010-02-06, 10:52
  2. Replies: 1
    Last Post: 2008-10-13, 06:57
  3. Start GUI based app
    By nair.shanker in forum Symbian C++
    Replies: 6
    Last Post: 2008-07-31, 09:04
  4. How to make an App without GUI?
    By witchsnk in forum Symbian User Interface
    Replies: 7
    Last Post: 2008-05-06, 14:55
  5. change the state of my message to read from new
    By tplinet in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2003-04-30, 12:08

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved