| Reply | « Previous Thread | Next Thread » |
|
how can i take screen capture (jpg format)
![]() thanks for all reply |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Online
Forum Nokia Champion
|
|
|
|
thanks for ur answer
![]() can i ask new question i write new py files. but i wanna hide source code and convert py to pyc plz help me ![]() |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Hi Bogdan,
There was a minor mistake in the Wiki article. It was camera module instead of graphics module in the description. Anyways corrected now. ![]() Best Regards, Croozeus |
|
Quote:
You seem pretty cool with those colours. May be you can be more cool without them ![]() Anyways : Py to Pyc conversion topic has been discussed and rediscussed in the Pys60 Forum. Seach the Forum Here is a sample thread to start with http://discussion.forum.nokia.com/fo...&highlight=pyc Best Regards, Croozeus |
|
More Related threads:
http://discussion.forum.nokia.com/fo...&highlight=pyc http://discussion.forum.nokia.com/fo...&highlight=pyc http://discussion.forum.nokia.com/fo...&highlight=pyc Best Regards, Croozeus |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Online
Forum Nokia Champion
|
|
And an article.
|
|
i wanna ask other one
![]() ![]() ![]() ![]() ![]() i wanna change key function and i wanna add some shortcut for keys thanks for all |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
|
Quote:
http://discussion.forum.nokia.com/fo...ght=keycapture Keycapture - Listen for keys and trigger some action Best Regards, Croozeus |
|
Here is an example of the same.
Code:
import keycapture, appuifw, e32 def cb_capture(key): if(key==keycapture.EKeyLeftSoftkey):print "Left softkey pressed" elif(key==keycapture.EKeyRightSoftkey):print "Right softkey pressed" capturer=keycapture.KeyCapturer(cb_capture) capturer.keys=(keycapture.all_keys) capturer.start() app_lock=e32.Ao_lock() app_lock.wait() |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
thanks for all...
i love this forum ![]() ![]() ![]() |
| cool_eagle |
| View Public Profile |
| Find all posts by cool_eagle |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| problem facing with capture key on standby screen | mayudada | General Symbian C++ | 2 | 2008-01-15 12:53 |
| How to capture a screendump of a screen in symbian phones | saimram | General Symbian C++ | 3 | 2007-12-13 14:03 |
| Please help for capture screen during call | aamitgupta | General Symbian C++ | 1 | 2007-10-04 14:42 |
| How can screen capture be implemented? | MobileVisuals | Mobile Java Media (Graphics & Sounds) | 0 | 2005-04-09 14:09 |
| Is screen capture image making possible? | MobileVisuals | Mobile Java Media (Graphics & Sounds) | 3 | 2005-04-08 13:37 |