You Are Here:

Community: Developer Discussion Boards

#1 Old Problem about appuifw in wiki! - 2008-08-13, 20:16

Join Date: Jun 2008
Posts: 73
Whirlwind
Offline
Regular Contributor
Hi.Today, I read a article :

http://wiki.forum.nokia.com/index.ph...put_and_Output

It said :

Code:
import appuifw

appuifw.InfoPopup()
I run the code, I find there is not InfoPopup() in appuifw!

Why?

Thanks.
Reply With Quote

#2 Old Arrow Re: Problem about appuifw in wiki! - 2008-08-13, 21:45

Join Date: Aug 2008
Posts: 7
Location: México
arturotena
Offline
Registered User
From "PyS60 Library Reference" (PythonForS60_1_4_4_doc.pdf , download from http://sourceforge.net/projects/pys60): "Available from S60 3rd Ed onwards (inclusive)."
Reply With Quote

#3 Old Re: Problem about appuifw in wiki! - 2008-08-14, 01:54

Join Date: Jun 2008
Posts: 73
Whirlwind
Offline
Regular Contributor
I am sorry.
I can't find the .pdf file in the site!
Reply With Quote

#4 Old Re: Problem about appuifw in wiki! - 2008-08-14, 04:30

Join Date: Dec 2007
Posts: 409
Location: Tempe, AZ
Send a message via Yahoo to shubhendra Send a message via Skype™ to shubhendra
shubhendra's Avatar
shubhendra
Offline
Forum Nokia Champion
This is the link to the site

http://sourceforge.net/project/showf...roup_id=154155


IDEAS is all they need but still they think only Genius can give them that.
Reply With Quote

#5 Old Re: Problem about appuifw in wiki! - 2008-08-14, 05:24

Join Date: Feb 2008
Posts: 2,543
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
hi whirlwind
you are correct that there is no infopopup function in the appuifw module as far as i know there must me a mistake in the wiki.
Moreover if you need a popup menu you can use [code]appuifw.popup_menu[\code]

Hope it Helps
Enjoy Pythoning
Gaba88


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

Forum Nokia Python Wiki


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

#6 Old Re: Problem about appuifw in wiki! - 2008-08-14, 12:12

Join Date: Jun 2008
Posts: 73
Whirlwind
Offline
Regular Contributor
Quote:
Originally Posted by arturotena View Post
"Available from S60 3rd Ed onwards (inclusive)."
Is it right?
Reply With Quote

#7 Old Re: Problem about appuifw in wiki! - 2008-08-14, 12:16

Join Date: Feb 2008
Posts: 2,543
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
Quote:
Originally Posted by Whirlwind View Post
Is it right?
hi whirlwind
i checked at my 3rd edition emulator but there it gives error that Infopopup is not in the appuifw module.
Can any body else check this thing in the 3rd edition device and verify.

Enjoy Pythoning
Gaba88


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

Forum Nokia Python Wiki


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

#8 Old Re: Problem about appuifw in wiki! - 2008-08-14, 12:22

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
I checked in both my N95 and the S60 3rd edition FP2 emulator and it worked. And as the documentation says, "Available from S60 3rd Ed onwards (inclusive)."
Reply With Quote

#9 Old Re: Problem about appuifw in wiki! - 2008-08-14, 12:25

Join Date: Feb 2008
Posts: 2,543
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
Quote:
Originally Posted by bogdan.galiceanu View Post
I checked in both my N95 and the S60 3rd edition FP2 emulator and it worked. And as the documentation says, "Available from S60 3rd Ed onwards (inclusive)."
hi bogdan
it will me more great if you post the exact statement you write for the Infopopup. I have a 3rd edition fp2 emulator but it does not work there.

Thanks
Enjoy Pythoning
Gaba88


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

Forum Nokia Python Wiki


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

#10 Old Re: Problem about appuifw in wiki! - 2008-08-14, 12:28

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
Quote:
Originally Posted by gaba88 View Post
hi bogdan
it will me more great if you post the exact statement you write for the Infopopup. I have a 3rd edition fp2 emulator but it does not work there.

Thanks
Enjoy Pythoning
Gaba88
I used the code provided in the article. The only thing I modified were the coordinates, as those were in the form of x and y.
Code:
import appuifw
 
p=appuifw.InfoPopup()
 
p.show(u"Text goes here", (30, 30), 5000, 0)
Reply With Quote

#11 Old Re: Problem about appuifw in wiki! - 2008-08-14, 12:32

Join Date: Feb 2008
Posts: 2,543
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Online
Forum Nokia Champion
thanks bogdan it seems in the morning i wrote something wrong now it works for me also.

Thanks again.


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

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
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
[moved] Problem in GoogleMaps API page in wiki gantony General Discussion 1 2008-07-10 16:47
Problem with eglSwapBuffers and heap corruption greatape Symbian Media (Graphics & Sounds) 2 2007-05-24 04:35
Forum Nokia Wiki Nokia Ron News, Announcements and Job Listings 6 2007-03-29 10:44
netcards - Problem with opening adapter kernj Symbian Tools & SDKs 5 2007-01-10 09:56
Problem: S60 SDK for CW in PC with .NET anttij Carbide.c++ IDE and plug-ins 1 2005-02-28 12:36

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 © 2009 Nokia