Discussion Board

Results 1 to 8 of 8
  1. #1
    Regular Contributor sagars's Avatar
    Join Date
    Nov 2006
    Location
    Pune, india
    Posts
    186
    hi,

    how to create help file for python application??
    what format these files have(.txt or any other)???

    thnks

  2. #2
    Nokia Developer Moderator croozeus's Avatar
    Join Date
    May 2007
    Location
    21.46 N 72.11 E
    Posts
    3,635
    Quote Originally Posted by sagars View Post
    hi,

    how to create help file for python application??
    what format these files have(.txt or any other)???

    thnks
    Hi Sagar,

    You have your query answered here already.
    http://discussion.forum.nokia.com/fo...d.php?t=135607

    Best Regards,
    Croozeus
    Pankaj Nathani
    www.croozeus.com

  3. #3
    Regular Contributor sagars's Avatar
    Join Date
    Nov 2006
    Location
    Pune, india
    Posts
    186
    hay CROOZEUS,
    i didn't find what i want , actually i want to create "help".
    If we go to Tools>settings>Help in mobile phone you will be able to see help having number of pages and it is not .TXT format it is somewhat different. HTML or like that i don't know . Actually i want to know about that format . How to create it and open, close it.

    thnks for reply

  4. #4
    Nokia Developer Moderator croozeus's Avatar
    Join Date
    May 2007
    Location
    21.46 N 72.11 E
    Posts
    3,635
    Quote Originally Posted by sagars View Post
    hay CROOZEUS,
    i didn't find what i want , actually i want to create "help".
    If we go to Tools>settings>Help in mobile phone you will be able to see help having number of pages and it is not .TXT format it is somewhat different. HTML or like that i don't know . Actually i want to know about that format . How to create it and open, close it.

    thnks for reply
    Those are .hlp files.

    IMHO, I do not think you can create such files using current python modules.

    Best Regards,
    Croozeus
    Pankaj Nathani
    www.croozeus.com

  5. #5
    Super Contributor JOM's Avatar
    Join Date
    Mar 2003
    Location
    Espoo, Finland
    Posts
    976
    The Help application is located at "z:\System\Apps\CsHelp\CsHelp.app", if that helps you... Help system is pretty much hardcoded for C++ support, so I don't know how much that will help you.

    Cheers,

    --jouni

  6. #6
    Registered User khiethamarie's Avatar
    Join Date
    Jul 2010
    Posts
    17
    how to create help file using carbide c++ please help me...

  7. #7
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,293
    same question and discussion here :

    http://discussion.forum.nokia.com/fo...tion-in-python

  8. #8
    Regular Contributor AltoRetrato's Avatar
    Join Date
    Apr 2010
    Location
    Fortaleza, Brazil
    Posts
    118
    I wrote an HTML help file for my app. This way I can add images, rich text, links, etc., and the user can invoke it by clicking a button. The code to call the HTML file is something like this:
    Code:
       def show_help():
          try:
             ch = appuifw.Content_handler()
             ch.open_standalone('C:\\data\\python\\myapp\\help.html')
          except Exception, e:
             pass # log_exception('ui.show_help', e)

Similar Threads

  1. [moved] how to create a pkg file
    By enigma19971 in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 2
    Last Post: 2009-08-22, 21:25
  2. How to create large file fast?
    By tyrael in forum Mobile Java General
    Replies: 1
    Last Post: 2007-07-25, 15:23
  3. File server: Compilation error in carbide.c++
    By justteam in forum Symbian C++
    Replies: 6
    Last Post: 2007-01-03, 23:44
  4. S60 theme questions
    By Nokian_Spb in forum Symbian Media (Closed)
    Replies: 3
    Last Post: 2006-08-17, 06:11
  5. How can I create a mms file with Chinese GB subject
    By guof in forum General Messaging
    Replies: 1
    Last Post: 2003-05-21, 03:56

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