I am also agree with pooja. some time back I have replace xp with WP7 and now again same and may need to change the hardare also this time :(
Type: Posts; User: kkrish; Keyword(s):
I am also agree with pooja. some time back I have replace xp with WP7 and now again same and may need to change the hardare also this time :(
Now nokia has implemented SSO for all their website. While enrolliing for publisher ID, they checked credentials in case of individual account. I can not say about company account ot other type of...
Congrats Pavarang :)
Congrats João Cardoso :) :)
Add the following
import QtQuick 1.0
import com.nokia.symbian 1.0
import Qt.labs.components 1.0
I think it is the part of symbian compoent. You can also check the following example...
You will be having a associated model with the list. so whenever you get a keypress event you can search in the model for the data and can update the list.
fading can be display by opacity and sliding can be done using animation. Check qml example, you will get lots of sample.
Congrats wizard :)
You can comment the two lines and clean build again. It should work.
Congrats somnathbanik :)
Check the detail info. I think this is how it is developed.
tel:<phonenbr> -> tel:1234567 -> Shows a contact card with the phone number. The user can choose to make a call, send an SMS or create...
check for MGFetch() code and write your wrapper for qml using MGFetch.
You can write a qml wrapper over MGFetch() and after this it can be used from your qml code without any hassel.
Hope this is what you needed.
One more link is here.
try with some other qt app from ovi store, whether the result is same or not?
All are syntax error. You might have done something wrong in the code. Why thr is a space in function name void MainWindow :: load image ()? What is Button image pixmap () const;?
Something is discussed here.
Congrats to all winners :)
dialing window will be display when you dial an number you can not remove this. To prevent it you can override it with some other window.
AFAIK Yes, you have to create both and make visibility true/false on orientation change.
It depends. If there are more then 2 button I would prefer row/column way other wise anchor is also fine.
There is one more link on wiki may be helpful for you.