Hi guys,
some long time ago my small game "Tricky Mirrors" was announced on this board. After a while I have found some time to grab Ped and creat a new version -- completely on my Nokia E51....
Type: Posts; User: goetz_s; Keyword(s):
Hi guys,
some long time ago my small game "Tricky Mirrors" was announced on this board. After a while I have found some time to grab Ped and creat a new version -- completely on my Nokia E51....
Bugreport for 2.30.3: No bugs found so far. :)
I like the comment plugin, and it is a good thing that the hotkey is user configurable.
- Goetz
Hi y.a.k.,
the settings bug is gone now -- good! :)
Some remark about the help. It still contains the old hotkeys for opening the Python shell and "Run Script". But documentation comes last! ;)...
A small bug report for version 2.30.1:
"Save" / "Exit -> Save" in the settings dialog throws the following error:
File "ui.py", line 1603, in save_click AttributeError: 'str' object has no...
However, PyS60 does not seem to contain the cmath module, so only very basic operations with complex numbers are possible.
Maybe including cmath into the standard distribution of PyS60 would be a...
Yes, could be useful, if you could apply it without going to the beginning of the line first.
There is a quicker way already (but not much quicker ;) ):
Hold # (for numeric mode), then #...
You could install and use the appswitch module. The function appswitch.application_list() lists the names of all running applications.
- Goetz
Maybe it would be interesting for some kind of plugin development for Ped. Is there a way to extend the Ped menu using the ui module? So far I have only tinkered with the file select dialog, and it...
Don't know the fonts of the 6630, but setting the font to NewCourier (or some similar monospaced font) in the settings should do.
With the keypress example above I can confirm the behaviour on:
Nokia E60, SW V3.x, PyS60 1.4.0 (no devcert)
Numeric mode, press 5 -> "OK"
Predictive text, hold 5 -> "OK"
Non predictive text,...
Well, there seem to be two workarounds: Numeric mode and predictive text entry, both working on my phone.
But ... where can I set the predictive text language to "Python"? :D
y.a.k, it's a...
Yes odd, indeed. Let's hope that not many other devices have this special "feature".
Maybe adding something like "... in text editor context or switch to numeric keypad mode." to the help text...
After your description I tried several variants:
1st variant: green key, then hold some numeric short key.
Effect: Does not work but enters first the letter (e.g. "p") then replaces it with...
Good news: Help function works. With the help function I found out that there are more shortcuts than I thought.
Bad news: On my Nokia E60 (3rd ed, PyS60 1.4.0) the shortcuts in combination with...
Hi y.a.k,
very nice PyS60 onboard IDE. Its running nicely on my Nokia E60. Code completion, code browsing and hotkeys work well. :)
I have a small feature request, though: Is it possible to add...
No function needed for that, since Python supports this by itself, using format strings and the % operator:
print "%4.2f"%4.912012013
Output: 4.91
See section "3.6.2 String Formatting...
Have a look here:
http://wombatz.informatik.uni-mainz.de/~goetz/PyS60/appkill.py
But no guarantee that the file will be there for long ....
- Goetz
Somehow you managed to mess up the indentation. Try to copy the appkill script exactly as I quoted it. Check afterwards, if the indentation exactly matches my source and if your editor has not added...
After playing with appswitch for 3rd ed (selfsigned) a bit, I created a small frontend which can be used as task (or better said application) manager. It can easily be converted to a standalone sis...
Hi lfd,
thanks a lot! The version from your website works nicely. :D
- Goetz
Newer versions of YBrowser don't show it any more, so you're not tempted to think you could see its contents and conlude it's empty ... :rolleyes:
But, anyway I like YBrowser and use it a lot....
Hi lfd,
the file browser I was referring to was YBrowser 0.77 I am using all the time. But also this browser and the 0.50 version on your homepage don't show all the files or the sys dir.
I...
Due to the 3rd ed security restrictions I am not able to open the directory with a file browser and accessing the file directly, i.e. with a python open command, results in IOError: [Errno -46].
...
Everything is installed to C:
- Goetz
Hello Cyke,
is the 3rd selfsigned version supposed to work with a selfsigned shell and interpreter? When I issue "import appswitch" in the selfsigned script shell 1.3.15 on my Nokia E60 (SW 2), I...