![]() |
Re: witter - a python twitter client
Quote:
to fix in xterm assuming you can do gainroot: sudo gainroot apt-get install python-dbus (probably, i can't check the exact package name right now) i need to add it as a dependancy to get things pulling in properly at insall time |
Re: witter - a python twitter client
Great app, I have only had my N900 for about a week. Witter was one of the first apps I installed.
I have one question. Is Witter suppose to give some type of audible notification when a new tweet is received. The only way to know if a new tweet has arrived is to check Witter. If I happen to be using the phone, I do get a popup banner that says I have received "X" number of updates. Keep up the great work. I am very new to Maemo, but let me know if I can do anything to help. |
Re: witter - a python twitter client
Quote:
i'm hoping to get a new version to the main repository in the next few weeks |
Re: witter - a python twitter client
I'm using 0.3.1. Thanks for the update. I look forward to the new version.
|
Re: witter - a python twitter client
I am using the latest version with the portrait on-screen qwerty....very nice work Daniel....
Is it possible you can make the qwerty function whenever a user types/presses in the tweet/text box....rather than having to press the + to make it appear? Exactly as done when in landscape mode. |
Re: witter - a python twitter client
Witter has stopped working for me with the latest version :(
When I try to open its just closing again and I can't seem to get to launching via xterm? When I run run-standalone.sh python2.5 /opt/witter/witter.py I'm getting ConfigParser.MissingSectionHeadinError: File contains no section headers. file: /home/user/.witter |
Re: witter - a python twitter client
Quote:
|
Re: witter - a python twitter client
Is it possible to disable the portrait mode?
|
Re: witter - a python twitter client
Quote:
You've made me one happy Witter user again :-) |
Re: witter - a python twitter client
Liking what's been happening to Witter the past few months, I tended to stay away from it as I felt it a little difficult to use. A combination of your hard work and PR1.2 seems to be helping a great deal.
If I had one wish, that would be for the text input area to only appear when I want it - having to hit refresh, thus wasting API calls, is a pain and I really don't see why it should be there by default seeing as it's simple enough to get it to reappear once it's gone. Keep up the great work. P.S. Please update the first post of this thread - your blog post is, to be exact the comments section, very difficult to read at times with it's almost random layout - it's not obvious where the latest messages are. |
Re: witter - a python twitter client
I'm having trouble myself..
Code:
$ run-standalone.sh python2.5 /opt/witter/witter.py |
Re: witter - a python twitter client
Quote:
as for the blog, i'll look into it. the comments threading is a little difficult.to follow. |
Re: witter - a python twitter client
Quote:
|
Re: witter - a python twitter client
Quote:
obviously in that model i'd also need to use a key on the keyboard to dismiss it again. may find time this weekend to investigate varius signals that i can use for this kind of thing |
Re: witter - a python twitter client
I 've seen much improvement in witter. Kudos to dwould. Greek language in portrait keyboard would be a nice addition:) And if its possible to count every character as 1 and not 2(in greek language too).
|
Re: witter - a python twitter client
Quote:
basically I'd have to shift from the easy just using hard coded strings where I need to, to having to have message files and load references to everything. And then I could get volunteers to creates translations of those message files. I'll think about it, if I can dream up a fast and simple way to convert what I've done so far.... then maybe. |
Re: witter - a python twitter client
Quote:
Indeed, a timer would be the best way to make the textbox disappear when not in use and the accepted way for other things (am thinking particularly of javascript timers, though that might be lots easier to setup than python+system libraries). Is there an easy interrupt handler kinda thing equivalent (am a c++/linux/python dev but not used to event-driven models yet in native app UIs)? Obviously getting the text box back again is easy in one way (any keypress event on the main screen opens it up with the key you pressed pre-inserted), but when you're using the virtual keyboard it might be harder (I mean is there another way, apart from clicking a "reply" button from another opened post's window). You could overlay a small button bottom-left (you might not care that you'd cover up an avatar from the bottom post on the screen) that only appears when the hardware keyboard is shut, or steal one of the other hardware buttons (camera button? Probably lots of effort but there might be other apps that provide libs/ways to do it). I used to get just a busy-wait indicator when I went to "mentions" tab (even before PR1.2), and it never got the tweets/updated; now it shows stuff, and it doesn't lose it when you switch tabs back to it either now. The other windows still seem to be empty though, or take forever. But keep going, its getting better and better! If I felt I had a good amount of time to spare I'd offer you some coding help (I've slowly been getting to know the pygtk libs the last couple of months by writing my own basic tube station/line info app) and have a little experience with internationalisation from previous paid contracts in python/php. PS... from your blog, v3.3.7(I think?), I quote: "Initial support for starting a connection if none exists, currently it starts, but not before witter fails the connection is was trying. not sure yet how to make witter wait for active connection" Did you fix this? I'm wondering if there's a dbus message you can subscribe to to know when its connected, either that or just retry the socket open for a period of time (or set the socket timeout larger?). There's gotta be a standard way to do it like the builtin Nokia-selected/built apps do. John, London, UK |
Re: witter - a python twitter client
Quote:
I really just need to have the time to figure out if there is a focus event that I can connect to for when someone taps inside the hildon Entry field.. Quote:
Are you saying that even when you ask for a refresh some of the views don't load? Quote:
nope not fixed the connection thing yet. I'm using conic, and I *thought* I'd set it up such that I should get a callback for connection events, but it's not firing, and I've not had time to figure out why yet. |
Re: witter - a python twitter client
I seem to get a lot of 'server returned 400' type errors using Oauth so I competley uninstalled witter including deleting .witter* files fom mhy Home directory.
Installed v 0.3.4-2 without using Oauth I do not get any tweets, just the 'server returned 400' error. Do you recommend using Oauth or not ? |
Re: witter - a python twitter client
Quote:
400 errors are often associated with hitting your API rate limit. Go to this URL in a browser: http://twitter.com/account/rate_limit_status.xml and see if you've hit your limit which is something like 150 requests per hour. So for instance if you have timeline/mentions and DMs set at 1 min check interval, then you'd reliably blow that 150 limit every hour, and have to wait for the end of the hour to reset. |
Re: witter - a python twitter client
Quote:
If you want to contact with me just send me a pm. |
Re: witter - a python twitter client
Quote:
To dismiss the keyboard, you would not need a button on the keyboard....there could be 2 ways of dismissing the keyboard 1) Tap the screen anywhere outside the keyboard 2) Press enter on the keyboard |
Re: witter - a python twitter client
Oh...look at that...ya just gone and done just that with your latest update....
I notice that while the witter qwerty is coming up when pressing in the tweet txt box...it is still automatically changing the orientation back to landscap and opening up the default N900 qwerty.....tapping outside the default qwerty then puts witter back into portrait, with the portrait witter qwerty showing Nice progress though....keep it up |
Re: witter - a python twitter client
Quote:
do you really use the landscape osk? this problem goes away if you disable it :-) |
Re: witter - a python twitter client
will there be an option to switch off portrait mode.
|
Re: witter - a python twitter client
Quote:
basically it depends on what mood i'm in next time I'm making changes. :-) |
Re: witter - a python twitter client
Quote:
|
Re: witter - a python twitter client
Quote:
But Opera Mobile has done it....it not only uses its own keyboards in both landscape and portrait, it also prevents the default N900 keyboard from popping up....so it can be done. |
Re: witter - a python twitter client
Hi dwould, just installed the version from testing with my icons, noticed the User History icon is stretched, will sort it asap.
|
Re: witter - a python twitter client
Quote:
|
Re: witter - a python twitter client
Heya!
I tried Witter when it was in it's first versions and noticed that when you do the Authentication with Twitter you need to enter the oddly named "Twitter credentials". The problem is that you can't CTRL + Backspace out of the app to see the number in Twitter. Also, I think the whole "Twitter credentials" is a bit confusing and not very intuititive as to what it means. Otherwise it's a great app! :) |
Re: witter - a python twitter client
i have a question, do u think u can make it read more than 100 friends? becouse i have almost 400, could be helpfull for me and others...
|
Re: witter - a python twitter client
Sorry I have not read through the thread.. but:
If I run the twitpic-function and change my mind and exit it again.. and then try twitpic again.. I only get a white display and it doesn't work.. Is that a known bug? Any suggestions? |
Re: witter - a python twitter client
2 Attachment(s)
Quote:
This would work even better if you moved the main buttons to the bottom of the screen and the text box would open above it. The buttons would be closer to the thumbs and the top and bottom areas of the screen would be balanced. And if you would display the text box automatically when the user starts typing. Examples included. |
Re: witter - a python twitter client
Quote:
|
Re: witter - a python twitter client
Quote:
I'm open to suggestions on what causes this and how I might fix it. |
Re: witter - a python twitter client
how about keeping only 4 icons on the left, and an options menu. Keep tweets, replies, messages and all the other in a more button.
then in portrait mode, keep 4 at the bottom? again, just a random suggestion. pardon any grammar mistakes, i am high. love the app man |
Re: witter - a python twitter client
Quote:
Quote:
Not sure about icons along the bottom In any case at the moment I'm trying to stabilise the code to push a new update into extras, so I don't want to push any big changes for the moment. |
Re: witter - a python twitter client
1 Attachment(s)
Hi dwould, here are the fixed user history icons for the touch theme.
http://img80.imageshack.us/img80/399...0060921362.png Attachment 10838 Regards, Biggzy. |
Re: witter - a python twitter client
Quote:
Quote:
If you get a chance make a private test with the icons on the bottom. You'll see that it's very handy - especially when you've got the keyboard open. Also if you were to remove the button graphics and replace them with only icons this would give skin makers even more possibilities. But as you said stabilizing the code is key. Witter is already a remarkable piece of work especially while it's free. I'm just hoping that somewhere along the line there will be time to add some visual tweaks here and there to polish it it up ;) |
All times are GMT. The time now is 12:13. |
vBulletin® Version 3.8.8