PDA

View Full Version : few question about skd 3rd v1.1



estel
28th June 2009, 19:26
hello
I instaled Qt for s60 how it is shown in tutorial(on website QT Software) and created first program. but when I want to run, after the compilation show the window of emulator witch screen and buttons but i have to wait 3-4 minutes for some menu on the screen. It is just so slow or I do something wrong?( I have good computer so it couldn.t be foult of hardware)
In my program i have only few buttons but when I start this application on emulator then i can not see all buttons becouse some don't fit into screen and there isn't any scrollbar to viev "cut" buttons.
I use 4.5.0 garden and Carbide c++.

Lykurg
28th June 2009, 19:33
I use 4.5.0 garden
upgrade to tower! They released a new version the last days.

estel
1st July 2009, 23:27
I upgrade to tower and it work faster but there is still the second problem

Lykurg
2nd July 2009, 07:08
I upgrade to tower and it work faster but there is still the second problem

Well I am afraid to say that your button problem results due to your "bad" coding. Consider using a float layout for the buttons, or put all by yourself in a QAbstractScrollArea.