maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   A Flash stop-watch and timer (https://talk.maemo.org/showthread.php?t=26652)

RogerS 2009-02-05 17:55

A Flash stop-watch and timer
 
Quote:

Keeping track of how much time you have left to talk in a presentation or a meeting presents special difficulties. As evidence that no good solution exists for the problem, I point to the universal practice of appointing a single individual to keep track of the time who is delegated to convey the impending end of the allotted time to the speaker. Any time a simple task is done by a human, you know it's not all that simple. But we all know that watch displays are too small, the laptop is occupied presenting slides, a one-minute alert is fine but the speaker has no way to know how close am I to the one-minute mark?

I ran across a big countdown timer at online-stopwatch.com, written in Flash. Running on a Nokia Internet Tablet, the numbers are large enough to read from ten feet away or further. It's a perfect use of the NIT's 4.3-inch screen.

http://www.internettablettalk.com/wp...down-clock.jpg

Different versions of the program display a stop-watch (counting up), splits, or a circle clockface with a single hand sweeping once around the face whatever time you have entered.

You can run this useful app from the website if you want. Me, I simply downloaded the .swf file, put it into a /tools folder, opened it in tablet's browser and bookmarked that local copy. Easy to grab. And of course the graphics resize nicely as I switch between standard and full-screen display. Hey, thanks, online-stopwatch person!
Read the full article.

pelago 2009-02-05 22:35

Re: A Flash stop-watch and timer
 
Quite cool, I guess. Has anyone seen anything like this, only as an app for Maemo rather than Flash? I just fancy something with, you know, a proper menu and setting dialogue etc.

endorphinum 2009-02-05 23:24

Re: A Flash stop-watch and timer
 
I once had such a timer but more beautifuly designed as Mojo for www.mojocafe.net - but as the Mojocafe is not "interactive" anymore, i removed it, like so many other things.

frethop 2009-02-06 02:14

Re: A Flash stop-watch and timer
 
Maemochron is an "old" app -- written for the 770 -- but it works great in Diablo on a N810. Same concept: clock functions in big numbers. Stopwatch, regular time, timer.

See it in garage: https://garage.maemo.org/projects/maemochron/

YoDude 2009-02-07 23:23

Re: A Flash stop-watch and timer
 
1 Attachment(s)
Wow, it's been awhile but... You never know what you can find in the ITT archives. :)

>> http://www.internettablettalk.com/fo...ad.php?t=18907

I agree RogerS, having these small swf files stored on your tablet is the way to go.

I have attached some more you might find useful. Some have been posted before, some I've ripped shamelessly from websites, and others are my own works in progress. Credit is given some of the time. :)

dfinch 2009-02-08 03:42

Re: A Flash stop-watch and timer
 
Quote:

Originally Posted by frethop (Post 262432)
Maemochron is an "old" app -- written for the 770 -- but it works great in Diablo on a N810. Same concept: clock functions in big numbers. Stopwatch, regular time, timer.

See it in garage: https://garage.maemo.org/projects/maemochron/

I tried to install this but got an error that the following apps were missing:
python2.4
python2.4-hildon
python2.4-gtk2

I see a lot of python2.5's that I can get on installer but didn't go further in case it was a waste of time and space. Anyone know if what IS avaialble will suffice and if so which python versions do I need? Thanks.

RogerS 2009-02-08 04:48

Re: A Flash stop-watch and timer
 
Quote:

Originally Posted by YoDude (Post 262865)
Wow, it's been awhile but... You never know what you can find in the ITT archives. :)

>> http://www.internettablettalk.com/fo...ad.php?t=18907

No kidding. (What's the emoticon for 'You got me, pardner'?)

I like Hildonized programs, but Flash apps can travel across the Windows-Linux divide in a way most tablet users don't appreciate, I think.

YoDude 2009-02-08 14:14

Re: A Flash stop-watch and timer
 
Quote:

Originally Posted by RogerS (Post 262904)
No kidding. (What's the emoticon for 'You got me, pardner'?) ...

The emoticon was pro'ly thrown in to show no malice... sort of "Please don't shoot me. I'm just the piano player." :) < like this one :p

Quote:

Originally Posted by RogerS (Post 262904)
...I like Hildonized programs, but Flash apps can travel across the Windows-Linux divide in a way most tablet users don't appreciate, I think.

That and HTML stored locally...

Using any of the many Windows-Linux web page creators/editors or even a simple text editor, we can create locally stored web pages formatted for the tablets screen. With just a little more advanced HTML editing (image maps), you can create a whole touch screen GUI out of locally stored content.

BrentDC 2009-02-08 16:06

Re: A Flash stop-watch and timer
 
Quote:

Originally Posted by dfinch (Post 262898)
I tried to install this but got an error that the following apps were missing:
python2.4
python2.4-hildon
python2.4-gtk2

I see a lot of python2.5's that I can get on installer but didn't go further in case it was a waste of time and space. Anyone know if what IS avaialble will suffice and if so which python versions do I need? Thanks.

This should work:

As root,
Code:

apt-get install python2.5 python2.5-hildon python2.5-gtk2
Then download the Maemochron .deb file and cd to the directory you downloaded it, then:

Code:

dpkg -i --force-depends <name of file>
Then, also as root, use your favorite text-editor to open /usr/bin/maemochron and change the first line to:

Code:

#!/usr/bin/python2.5
Note that while the Maemochron timer is activity running, CPU usage is pegged at 100%...also the Change Color dialog doesn't work. Python traceback says hildon.ColorSelector doesn't exist, and it is true. print dir(hildon) at the python prompt shows ColorChooser...

frethop 2009-02-09 16:25

Re: A Flash stop-watch and timer
 
1 Attachment(s)
Quote:

Originally Posted by BrentDC (Post 262992)
Note that while the Maemochron timer is activity running, CPU usage is pegged at 100%...also the Change Color dialog doesn't work. Python traceback says hildon.ColorSelector doesn't exist, and it is true. print dir(hildon) at the python prompt shows ColorChooser...

Thanks, BrentDC. I told you the code was old! :)

I installed maemochron with no changes. I think the version of maemochron on garage must be old; mine is more updated (uses python 2.5, for instance).

I have attached my version below.


All times are GMT. The time now is 16:41.

vBulletin® Version 3.8.8