Results 1 to 4 of 4

Thread: QAxObject does not work anymore?

  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    84
    Thanks
    7
    Thanked 2 Times in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QAxObject does not work anymore?

    i just compiled a program with Qt 4.3.0 and invoking dynamicCall () and property()
    for a QAxObject does not give any valid return value.
    it works fine with 4.1.4.

    any idea?

    best regards,
    jh

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

    Default Re: QAxObject does not work anymore?

    Check the task tracker, maybe the problem has been reported. If that gives nothing, I suggest you contact Trolltech support and report the situation. I understand you didn't change anything in your code between compiling it for 4.1 and 4.3, right?

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    84
    Thanks
    7
    Thanked 2 Times in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QAxObject does not work anymore?

    meanwhile i got more details about that problem:
    dynamicCall() is working ! but property() does not give any valid results
    back.

    in the old code:
    int i = obj->property("Count")
    worked

    now i have to use dynamic call:
    int i = obj->dynamicCall("Count");

    i just have to change the code, no big thing but i do not understand the reasons?!

    best regards,
    jh


    ps:
    where can i see the bug tracker?

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QAxObject does not work anymore?

    Quote Originally Posted by jh View Post
    ps:
    where can i see the bug tracker?
    http://www.trolltech.com/developer/task-tracker
    J-P Nurmi

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.