You Are Here:

Community: Developer Discussion Boards

#1 Old [announce] pyinfobox - 2009-08-17, 20:19

Join Date: Apr 2009
Posts: 15
treitmaier
Offline
Registered User
Pyinfobox is an external Python module for PyS60. It is a wrapper for a Symbian C++ function, which displays a scrollable text dialog. This extension is currently only available for PyS60 Series 1.9.X but should be easy to backport to PyS60 1.4.5 (S60 2nd and 3rd).

For usage, examples, and installation instructions visit http://code.google.com/p/pymgfetch/wiki/pyinfobox

So far I've only tested this on my N80, but I'm guessing it should run on any S60 3rd/5th edition phone. Let me know if it works, or if you run into any problems.

Cheers,

Thomas
Reply With Quote

#2 Old Re: [announce] pyinfobox - 2009-08-17, 21:00

Join Date: Nov 2007
Posts: 494
Location: Sertaozinho/Brazil
Send a message via MSN to marcelobarrosalmeida Send a message via Skype™ to marcelobarrosalmeida
marcelobarrosalmeida's Avatar
marcelobarrosalmeida
Offline
Forum Nokia Champion
Quote:
Originally Posted by treitmaier View Post
Pyinfobox is an external Python module for PyS60. It is a wrapper for a Symbian C++ function, which displays a scrollable text dialog. This extension is currently only available for PyS60 Series 1.9.X but should be easy to backport to PyS60 1.4.5 (S60 2nd and 3rd).
Hi Thomas ! I will test in the next days. Thanks again for providing these useful extensions !

Marcelo


Marcelo Barros
Nokia E71, N800, N95, XM5800, N900
http://www.croozeus.com
http://blog.nokiabr.com.br
Reply With Quote

#3 Old Re: [announce] pyinfobox - 2009-08-17, 23:06

Join Date: Apr 2009
Posts: 15
treitmaier
Offline
Registered User
Hello Marcelo!
So far pyinfobox and pymgfetch have been pretty simple extensions. I read that CAknMessageQueryDialog also supports hyperlinks. For example when installing applications, a link is used to provide more information on the certificate the file was signed with.
When a user clicks on a link a callback function is called. I think as a next step I will try to incorporate this functionality into pyinfobox, but first I have to find the time and figure out how to pass callbacks between PS60 and Symbian C++.

Cheers,

Thomas
Reply With Quote

#4 Old Re: [announce] pyinfobox - 2009-08-18, 02:19

Join Date: Nov 2007
Posts: 494
Location: Sertaozinho/Brazil
Send a message via MSN to marcelobarrosalmeida Send a message via Skype™ to marcelobarrosalmeida
marcelobarrosalmeida's Avatar
marcelobarrosalmeida
Offline
Forum Nokia Champion
Quote:
Originally Posted by treitmaier View Post
Hello Marcelo!
So far pyinfobox and pymgfetch have been pretty simple extensions. I read that CAknMessageQueryDialog also supports hyperlinks. For example when installing applications, a link is used to provide more information on the certificate the file was signed with.
When a user clicks on a link a callback function is called. I think as a next step I will try to incorporate this functionality into pyinfobox, but first I have to find the time and figure out how to pass callbacks between PS60 and Symbian C++.

Cheers,

Thomas
Great work, Thomas ! I spent some time today trying to compile your first component and integrating it in my own app (wordmobi). It is running fine and it was easy to deploy the sis using your zip file !

Unfortunately, I could not compile pymgfetch, I am really naive in Symbian C++


Marcelo Barros
Nokia E71, N800, N95, XM5800, N900
http://www.croozeus.com
http://blog.nokiabr.com.br
Reply With Quote

#5 Old Re: [announce] pyinfobox - 2009-08-18, 04:39

Join Date: Feb 2008
Posts: 2,666
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
hello Thomas

this is really a great extension will try it on my devices.

Regards
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#6 Old Re: [announce] pyinfobox - 2009-08-18, 05:20

Join Date: Feb 2008
Posts: 2,666
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
hello thomas

tested on my N95, N96 and its working great.

dont have a touch device to test that.

Regards
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#7 Old Re: [announce] pyinfobox - 2009-08-18, 16:16

Join Date: Sep 2008
Posts: 175
Location: London, UK
the86hitman's Avatar
the86hitman
Offline
Regular Contributor
very nice extension, works great!


The86Hitman
PyS60 1.9.7 on E71
http://www.drhtailor.com/pys60
Reply With Quote

#8 Old Re: [announce] pyinfobox - 2009-08-18, 17:02

Join Date: Apr 2009
Posts: 15
treitmaier
Offline
Registered User
Quote:
Originally Posted by marcelobarrosalmeida View Post
Great work, Thomas ! I spent some time today trying to compile your first component and integrating it in my own app (wordmobi). It is running fine and it was easy to deploy the sis using your zip file !

Unfortunately, I could not compile pymgfetch, I am really naive in Symbian C++
Hello Marcelo,
I developed the extension using carbide c++ 2.0, so I unfortunately
don't know anything about using the command line to compile the
extension. The pymgfetch2/pyinfobox2 directories should import into
carbide c++ 2.0, so you could try building the extension from there.

If you just want to get the extension running in the emulator, I
uploaded the necessary files to:
http://code.google.com/p/pymgfetch/downloads/list

that way you won't have to deal with compiling the extension at all.

It took me a while to get a grip of symbian c++ and I'm still very
much a novice, that's why PyS60 is so much better.
Cheers,
Thomas
Reply With Quote

#9 Old Re: [announce] pyinfobox - 2009-08-24, 09:42

Join Date: Mar 2003
Posts: 946
Location: Espoo, Finland
JOM's Avatar
JOM
Offline
Forum Nokia Champion
Hmph,

Finally the "About Box" Here's some tips from Paul Todd, in case you still need: http://blogs.forum.nokia.com/index.p...articleId=257&

Cheers,

--jouni starting to consider using extensions
Reply With Quote

#10 Old Re: [announce] pyinfobox - 2009-08-24, 12:24

Join Date: Jul 2007
Posts: 5
florianosc
Offline
Registered User
Thanks a lot for this very useful module!

I am integrating it into the upcoming version of my Magic Video game (home page http://code.google.com/p/magicvideo/)

Building a sis application out of my script, installing and testing went fine using PyS60 1.9.6 and Nokia E90.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
[announce] appswitch for 3rd edition ! cyke64 Python 27 2009-08-19 07:58
[announce] Ensymble v0.26 jethro.fn Python 7 2008-03-15 17:35
[announce] ShakerRacer : control a real RC Car with your N95 ! cyke64 Python 5 2008-01-31 10:58
[announce] S60PAMPmanager v0.1 cyke64 Mobile Web Server 1 2008-01-26 21:16
[announce] iapconnect for 3rd ed simo.salminen Python 7 2007-01-02 21:48

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2010 Nokia