Hi,
In my application I need a page flipping effect using qml but not as shown in as below link:
http://www.substanceofcode.com/tag/qml/page/3/
But page should be turning using curl effect...
Type: Posts; User: vishalrocks101; Keyword(s):
Hi,
In my application I need a page flipping effect using qml but not as shown in as below link:
http://www.substanceofcode.com/tag/qml/page/3/
But page should be turning using curl effect...
Hi all,
I resolved my above issue by using sync() method of QSettings , one must use this method after using QSettngs::clear() or QSettings::remove("Key Name") so that changes should be...
Hi,
I am using QSettings for storing some data and using :
QCoreApplication::setOrganizationName("OrgName");
QCoreApplication::setApplicationName("App Name");
Now I am clearing this...
Hi,
I don't know is this a bug or i was doing something wrong , in my app I am using sending mail functionality it was working fine but when i included ReadDeviceData capability suddenly my...
Thanks for the reply .. but After removing all the blank spaces as suggested by you, I am still geting the error messsage as error on line 14 at column 53: expected '#' or '[a-zA-z]' but got '&'
And...
Thanks for reply,, I have checked and there are no such ' ' char in the url.
Hey All,
This is the original url that works fine on browser :
http://m.facebook.com/dialog/feed?app_id=123050457758183& link=http://developers.facebook.com/docs/reference/dialogs/&...
Hi all,
Finally Good news I dont know how When I build my app on release mode it built successfully.. kind of magic to me,, dont know how and running fine on device....
Thanks with Regards,...
Hi skumar_rao,
Actually it is a huge project , and I think that's why this problem is occuring.
Thanks with Regards,
Vishal
HI,
I had tried it but no effect then I found this link http://bugreports.qt.nokia.com/browse/QTBUG-17345
I think it is unresolved bug.
Thanks with Regards,
VIshal
And IN mmp it is getting reflected:
OPTION CW -cwd include -wchar_t on
OPTION ARMCC --visibility_inlines_hidden --fpmode fast
#if defined(ARMCC_4_0)
OPTION ARMCC --import_all_vtbl
#endif...
HI,
After putting it problem still appears. I have deleted mmp file, then also .
Thanks with Regards,
Vishal
Hi,
When I device build my app I am getting following problem:
c:/qtsdk/symbian/tools/gcce4/bin/../lib/gcc/arm-none-symbianelf/4.4.1/../../../../arm-none-symbianelf/bin/ld.exe: section .data...
Thanks for this link i will refer it and get back if any difficulty..
Thanks for reply i have already tried that but then when using import myname 1.0 then it shows package not found problem.
Thanks with regards.
Hi,
I am passing QSortFilterProxyModel to qml using qmlRegisterType method and its successfully passed.
C++ part
void MainClass::slot_getData()
Hi,
I am new to qml ,,so i am going with qt c++ with qml approach ...
I have two views (UI ) in qml . I load 1st UI using below code:
QDeclarativeView *view = new QDeclarativeView();...
Hi,,
I need to create a custom class from QStandardItem ,,, so can any one help me on this ,, which methods should i reimplemnt from baseclass so that there is no problem. Any example wil be...
Hi,
I am using the example from link below.
http://wiki.forum.nokia.com/index.php/Using_QStandardItemModel_in_QML
PLz can any one tell me what is "e" in this line:
QStandardItem* it = new...
Hi,
I have one class which is inherited from QAbstractListModel which i am using as my model .. and i am creating list view from this model,, its working fine.
But when i apply...
Hi,
I have one class which is inherited from QAbstractListModel which i am using as my model .. and i am creating list view from this model,, its working fine.
But when i apply...
hi,,
Below is the .pkg file created by nokia_qt_sdk i think there is some problem in .dll while installing it on device.
One more thing while making sis file i faced some issue which was solved...
hi,
Thanks for reply,, actully previously i was using only NetworkServices but then also it was showing me same problem, so i added these capabilities.I will remove them now,but i dont think it...
hi,
I am using this project:
http://gitorious.org/qfacebookconnect
and building it i get lib and dll which i am using in my project ,, it works fine on simulator and i have successfully...
Hi,
I am using Nokia qt sdk and n8 device,i have done a sample application in which i am getting current GPS position and printing it in text fields ,,, this code works fine on Simulator but...