Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    Where can we get a copy of the source code of the
    Nokia N9 Components Examples?

    install and try the apps by activating the developer mode of the Nokia N9;
    go settings, then security, then developer mode, then enabled the developer mode, then click on examples and install.

    this will install 2 QML Components examples Apps.

  2. #2
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,299
    Meego Section

    Here you can find articles regarding how to use Meego Harmattan components using using QML.

    or you can search here : http://harmattan-dev.nokia.com/docs/...r_Library.html

    regards,
    rahul

  3. #3
    Nokia Developer Moderator gnuton's Avatar
    Join Date
    Mar 2009
    Posts
    1,024
    Hi,
    You can find those examples in the Qt components repository
    http://qt.gitorious.org/qt-component...aster/examples

  4. #4
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    i got this

    Sorry, something went wrong

    Gitorious encountered an server error. We are automatically notified of errors and will look into it. If the error persists beyond what's reasonable, let us know.

    in
    http://qt.gitorious.org/qt-component...aster/examples

    any other place?

    thanks

  5. #5
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,299
    Quote Originally Posted by kitgarong View Post
    i got this

    Sorry, something went wrong

    Gitorious encountered an server error. We are automatically notified of errors and will look into it. If the error persists beyond what's reasonable, let us know.

    in
    http://qt.gitorious.org/qt-component...aster/examples

    any other place?

    thanks
    IN this section : Qt Quick there are many articles with code examples are available. So search according to your need.

    regards,
    rahul

  6. #6
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    do you know something like this for the N9

    http://projects.developer.nokia.com/...web_components
    http://projects.developer.nokia.com/...emo/index.html

    this is a perfect "no-nonsense" learning materials

  7. #7
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    Quote Originally Posted by rahulvala View Post
    IN this section : Qt Quick there are many articles with code examples are available. So search according to your need.

    regards,
    rahul
    on Nokia N9 device,
    go settings, then security, then developer mode, then enabled the developer mode, then click on examples and install..
    this will install 2 QML examples, i of which has a [PageStack Window] on top and somewhere below is the [Tools].

    how is the ButtonColumn-like component/element without the default selection

    Tab 1
    Tab 2
    Tab 4
    Tab 4

    implemented?
    Last edited by kitgarong; 2011-11-16 at 13:17.

  8. #8
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,299
    http://harmattan-dev.nokia.com/docs/...nts.html?tab=1

    The above page contains Qt Quick components with example.

    Tab Button : http://harmattan-dev.nokia.com/docs/...ton.html?tab=1

    regards,
    rahul

  9. #9
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    Quote Originally Posted by gnuton View Post
    Hi,
    You can find those examples in the Qt components repository
    http://qt.gitorious.org/qt-component...aster/examples
    got it na. thanks.
    Last edited by kitgarong; 2011-11-16 at 15:57.

  10. #10
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    Quote Originally Posted by gnuton View Post
    Hi,
    You can find those examples in the Qt components repository
    http://qt.gitorious.org/qt-component...aster/examples
    i got this using the example files:

    file:///C:/Users/admin/untitled10-build-simulator-Simulator_Qt_for_MinGW_4_4__Qt_SDK__Debug/qml/untitled10/main.qml:3:1: module "com.nokia.meego" version 1.1 is not installed
    import com.nokia.meego 1.1

    and

    Killing remote process(es)...
    Starting remote process ...
    Remote process started.
    Using the meego graphics system
    file:///opt/untitled10/qml/untitled10/main.qml:3:1: module "com.nokia.meego" version 1.1 is not installed
    import com.nokia.meego 1.1
    ^
    but i already have a qt SDK 1.1.4
    and the installation has no update available

    how do i get this meego 1.1?
    Last edited by kitgarong; 2011-11-16 at 23:31.

  11. #11
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,299
    Go to Programs> QtSDK> Maintain SDK > Developmet section > Harmattan components

    or find the required component , tick mark their and install that component again.

    regards,
    rahul

  12. #12
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    Quote Originally Posted by gnuton View Post
    Hi,
    You can find those examples in the Qt components repository
    http://qt.gitorious.org/qt-component...aster/examples

    thanks gnuton,
    lets do it for the benefit of the rest of the community!

    based on the Qt-Components example:
    Text {
    font.pointSize: 24
    textFormat: Text.PlainText
    text: "<b>Hello</b> <i>World!</i>"
    }

    what is the corresponding code to
    dynamically/programmatically change the content of the text: "..."
    comming from a file named LongText.txt or LongText.html
    1. on page load
    2. by clicking a button on the same page

    something like ....
    ListView {
    model: ListModel {} //ListModel.qml
    }

  13. #13
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    Quote Originally Posted by gnuton View Post
    Hi,
    You can find those examples in the Qt components repository
    http://qt.gitorious.org/qt-component...aster/examples
    Hi,

    kindly review the
    Re: N9 QML Components Examples Source code? 2011-11-16 15:25 (#10)

    does

    import com.nokia.meego 1.1

    works on your Qt Creator?

    i can't make it work in my Qt Creator, i'm using SDK 1.1.4 and install all the options available and i got a result of " no update is available" when i tried to update it

  14. #14
    Nokia Developer Moderator gnuton's Avatar
    Join Date
    Mar 2009
    Posts
    1,024
    You are getting the examples from the master branch, which contains not released code.
    Please use MaeGo components 1.0

  15. #15
    Registered User kitgarong's Avatar
    Join Date
    Jul 2010
    Posts
    23
    Quote Originally Posted by gnuton View Post
    You are getting the examples from the master branch, which contains not released code.
    Please use MaeGo components 1.0
    thanks, it's working now.

    how about Re: N9 QML Components Examples Source code? Yesterday 12:17 (#12)?

Page 1 of 2 12 LastLast

Similar Threads

  1. Where is the source file (.as) of Flash Lite Components?
    By mfabiop in forum [Archived] Flash Lite on Nokia Devices
    Replies: 0
    Last Post: 2009-06-25, 14:10
  2. Is there a licence for source code examples in white papers?
    By mikli850 in forum Feedback - Nokia Developer Services
    Replies: 1
    Last Post: 2006-10-06, 20:16
  3. I found a website containing few examples with source code
    By saluzi_b147 in forum Mobile Java General
    Replies: 1
    Last Post: 2004-04-02, 07:56
  4. where is source code for nokia examples
    By qmqasim in forum Mobile Java General
    Replies: 1
    Last Post: 2003-07-22, 09:19
  5. WML & WML Script Source Code Examples
    By Nokia_Archive in forum Browsing and Mark-ups
    Replies: 0
    Last Post: 2002-05-14, 17:31

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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