View Single Post
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#226
Originally Posted by merlin1991 View Post
I found a bug in 0.2.2 (I don't know if it got mentioned already)

when you abort setting the basic auth or oauth setting, and retry the settings window is not fully visible, actually one only sees the title and a few pixels of the 1st input field.

edit: I forgot I found something else too.
characters that use escape sequences in html (like <) are not displayed properly, instead of the character witter displays the escape sequence (&lt; in this case)
for the first problem, yes I know about it. but I have no idea why it happens. if you cancel the dialog with the cancel button, then you can return no problem. but if you cancel by clicking outside the dialog, then you get what you describe.

However, I started last night, to completely restructure the whole application using what I've learned about Python so far to try and do a vaguely sane architecture rather than the monolithic app it is today. As part of that I am hoping to enable multiple account support, so I will be totally changing that dialog before I release the next version anyway.

as for the escape sequences, I think I fix some, but perhaps not all. part of the issue is using pango for markup which is html like itself. at some point I may revisit that logic and see what I can do.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.