Hi, I sent a friend Twittershoes 0.6 to test on his Mac and the result is very similar to the one on my Gnome Debian. Say cross-platform ? cross-platform indeed.
So, I posted a very simple version on http://www.the-shoebox.org/apps/42 This version allows just to see one page of your friends Timeline, reply, send, and delete your tweets. It has no "refresh" nor pull of new tweets (the API returns one page of tweets). If anyone care to test, don't forget to insert your Twitter credentials @ line 195. It all starts in the index method of class Tshoe. This version has no threads. This version has just the index URL page. When I inserted the URL's: - no longer got events working for the edit_box (responsible for the char length to be decremented, and change :stroke color); - the negative stack heights stopped working too (necessary for window resize) This version: - is using my image caching, that doesnt push images localy stored. Its faster then (maybe use etag to check for image change later) - http:// links are converted to Shoes links for "eval". - Is there any hint methods for links/images ? Like "title" in HTML. Any fixes, developments, would be very welcome :) Didn't test on Windows. Thanks to _why to make these things viable ;) -- pedro mg http://blog.tquadrado.com
