Share

PyS60

Tracker: Bugs

6 Last line of text in python shell is hidden under menu - ID: 1529581
Last Update: Comment added ( jplauril )

The last line of text when typing in the python script
shell is completely hidden under the menu.

http://discussion.forum.nokia.com/forum/showthread.php?t=84971


Mayank Jain ( makuchaku ) - 2006-07-27 09:56

6

Closed

Duplicate

Nobody/Anonymous

appuifw

v1.3.8

Public


Comments ( 6 )

Date: 2007-02-14 14:37
Sender: jplaurilProject Admin


Duplicate of:
http://sourceforge.net/tracker/index.php?func=detail&aid=1463647&group_id=154155&atid=790646
Closing.


Date: 2006-11-16 11:16
Sender: akumiszcza


I have Nokia E61 and this error appeared on v1.3.11 and v1.3.13. v1.3.12
works OK - there is a special bar over the menu.


Date: 2006-07-28 12:22
Sender: makuchaku

Logged In: YES
user_id=1274932

Atleast this makes the python shell usable now :)


Date: 2006-07-28 12:19
Sender: makuchaku

Logged In: YES
user_id=1274932

A very hackish patch, that adds clear screen functionality
to the python shell as a menu option. Users can select
option>clear screen when the buffer reashes the end of screen.

The patch is attached.


Date: 2006-07-28 11:14
Sender: makuchaku

Logged In: YES
user_id=1274932

just a workaround... a bad one, but a life saver for 3rd
edition users :)

run python, run the interacive shell

import appuifw as a
import series60_console as s
a.app.body = s.Console()
s.app.body.clear()

this clears the screen & brings the prompt back to top of
the screen.


Date: 2006-07-28 11:07
Sender: makuchaku

Logged In: YES
user_id=1274932

Hi, where can i find the series60_console.py on my series
60, 3rd edition phone?
I think that is the file which finally govers the shell.

Thanks,
Makuchaku


Attached File ( 1 )

Filename Description Download
hacky.patch patch to add clear screen option in pys60 shell Download

Changes ( 6 )

Field Old Value Date By
status_id Open 2007-02-14 14:37 jplauril
resolution_id None 2007-02-14 14:37 jplauril
category_id None 2007-02-14 14:37 jplauril
close_date - 2007-02-14 14:37 jplauril
priority 5 2006-11-07 13:26 jardous
File Added 186582: hacky.patch 2006-07-28 12:19 makuchaku