PDA

View Full Version : UI Interaction gone!



zgulser
15th May 2010, 11:26
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..

wysota
15th May 2010, 11:56
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?

tbscope
15th May 2010, 11:58
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?

zgulser
15th May 2010, 12:08
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..