Results 1 to 4 of 4

Thread: UI Interaction gone!

  1. #1
    Join Date
    Dec 2008
    Location
    Istanbul, TURKEY
    Posts
    537
    Thanks
    14
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default UI Interaction gone!

    Hello to everybody,

    Few days ago, I released my application which works definetly flawless in my computer..However end-users feed-backed me to state that they couldn't interact with the UI of my application. Neithet with mouse, nor with keyboard..What could be the problem(s)? I suspect some dll files may be not loaded to their machine..Any ideas can help much..

    King regards..
    Last edited by zgulser; 15th May 2010 at 11:33.

  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: UI Interaction gone!

    I a dll was not loaded the application wouldn't start at all. Maybe you perform some database connection and they are unable to connect to the database?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: UI Interaction gone!

    If some dll's were missing, your users wouldn't be able to run your program, unless the dll's were non essential plugins.

    How do you distribute your program?
    Can you show the code of your program?

  4. #4
    Join Date
    Dec 2008
    Location
    Istanbul, TURKEY
    Posts
    537
    Thanks
    14
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default Re: UI Interaction gone!

    If some dll's were missing, your users wouldn't be able to run your program
    Oh..I know that, but anyway you get me correct..I suspect one of the non-essentials.

    My program runs with the collaboration with another program(a script-like UI application) which is also written with Qt. Maybe it induces to problematic case.
    Or maybe I should check some environment variables, ha?

    PS: Sorry but the code package isn't available right now..

Similar Threads

  1. QML interaction with C++ (not only signals & slots)
    By Palmik in forum Qt Programming
    Replies: 1
    Last Post: 1st February 2010, 20:32
  2. Qt interaction with X11
    By qwakaw in forum Qt Programming
    Replies: 1
    Last Post: 28th December 2008, 20:17
  3. Replies: 1
    Last Post: 5th August 2008, 19:36
  4. QGraphicsTextItem bug on mouse interaction?
    By mooreaa in forum Qt Programming
    Replies: 3
    Last Post: 4th July 2008, 07:29
  5. setIndexWidget and proxy interaction
    By Derf in forum Qt Programming
    Replies: 3
    Last Post: 25th March 2006, 18:15

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.