Discussion Board

Search:

Type: Posts; User: lucarocchi; Keyword(s):

Page 1 of 11 1 2 3 4

Search: Search took 0.03 seconds; generated 4 minute(s) ago.

  1. Replies
    4
    Views
    568

    Re: QML map navigation - routing

    there is a C++ class somewhere in the Nokia site that show how to run Nokia Map by passing a position
    i do not find the link now but that is sure because i m using that code in my app.
    class name...
  2. Replies
    5
    Views
    1,215

    Re: Open native Symbian video player

    the browser basically downloads the video file, then run the player on local file...
    so if you download it by yourself and then openUrl on local file it start the player directly

    i know it sounds...
  3. Re: Opening QML application takes a lot of time

    First get an extimate on how long is an empty qmL app startup time ... that is the minimum time you can expect on a specific device
    then try to identify bottlenecks by selectively disabling code ......
  4. Re: qml QueryDialog not displaying full message text

    add \n to the message
  5. Replies
    3
    Views
    681

    Re: facebook button on QMl webkit

    i saw that bug ...what exact Facebook url and what the phone ?
    just betting ... try display=wap instead display=touch
  6. Replies
    6
    Views
    1,012

    Re: FontLoader, Symbian^1 and Symbian^3

    Hi Jappit the same for me , i can't load by FontLoader , so , even if it is not the answer to your question or maybe you already know i was happy when i found this ... ...
  7. Re: How could we create an Array of ListModel ?

    Given my actual knowledge of QML (still learning) i would suggest you declare the array in a .js module,as usual in javascript ... var myarray=[] ,
    then somewhere in a onXXX handler you can create...
  8. Replies
    2
    Views
    651

    Re: Gmail api for Qt

    mobile or not , just follow the protocol http://code.google.com/intl/it-IT/apis/gmail/oauth/protocol.html
    of course you can do all http call by Qt
  9. Re: Update facebook wall through qml application ??

    i use this code to extract the token
    you can easily adapt it to your case .

    As the token is passed in the hash (#)
    i found it easy to replace # with ? and then use url.queryItemValue to...
  10. Re: Ovi Store client UID and passing params to it

    you are the man
    thx a lot truf
  11. Replies
    4
    Views
    632

    Re: Cell ID is 0

    you miss readdevicedata caps ... so far as i know that mean's symbian signed but be sure to doublecheck , i m not expert enough about symbian details
  12. Re: Qml TextInput not woking with split view on symbian anna

    QCoreApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false);
    doesnt works for me too
    while http://qtsource.wordpress.com/2011/05/05/split-screen-text-input/
    helps and works...
  13. Replies
    5
    Views
    911

    Re: How to set text color of CheckBox ?

    it worth to note that Components 1.1 now support inverted theme color
  14. Replies
    4
    Views
    1,016

    Re: Qt Quick 1.0 Symbian - open native maps

    sure you can
  15. Re: Checkbox toggles on clicking item in listview

    in the handler you should assign by = not :
    checkbox.checked=selected
  16. Re: Checkbox toggles on clicking item in listview

    for every property XXXX you can set corresponding onXXXXChanged ...
    sorry binding term is not exact i mean it seems that after changing model by setpROPERTY checked:selected stop working until...
  17. Re: Checkbox toggles on clicking item in listview

    adding checkbox.checked=selected; do the trick ,it seems like binding get broken by changing property , but really not sure
  18. Replies
    9
    Views
    1,232

    Re: WebView fails to load shared ssl pages

    first , you should organize your class in appropriate way using .cpp and .h pair

    rewrite it as follow , run qmake then build ... run ok for me


    mynetworkaccessmanagerfactory.h

    ...
  19. Re: Checkbox toggles on clicking item in listview

    my bet is that mousearea in delegate overlap checkbox, so try adding anchors margin also changing the z of checkbox should work

    PS : after reading again your post i'm not sure i understand the...
  20. Replies
    9
    Views
    1,232

    Re: Still not resolved - WebView fails to load shared ssl pages

    paste the .pro too
  21. Replies
    4
    Views
    796

    Re: Symbian Console log

    hello waelfarouk
    please, explain it better if would have a chance to get help :)
  22. Replies
    9
    Views
    1,232

    Re: WebView fails to load shared ssl pages

    you miss Q_OBJECT




    class MyNetworkAccessManagerFactory : public QObject, public QDeclarativeNetworkAccessManagerFactory
    {
    Q_OBJECT
    public:
  23. Re: How ID references are scoped/interpreted in QML?

    sound correct to me ... it bubble up and reference the first id found

    of course it is not good design to reference upper level id but it is quick and works
  24. Re: Ovi Store client UID and passing params to it

    hi juannoguera , two years later , im facing the same ...finally i found id that is 0x200261C5 , still in the dark about how to pass parameter ... i have tried the obvious , no result
    maybe you...
  25. Replies
    9
    Views
    1,301

    Re: OviStore app , what the UID ?

    0x200261C5

    i agree but hardcoded uid better than a blocking bug
Results 1 to 25 of 253
Page 1 of 11 1 2 3 4
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved