The Following 2 Users Say Thank You to Jaffa For This Useful Post: | ||
|
2010-01-08
, 14:56
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#52
|
Hi,
Some more testing:
* When 00:00 you press 'Start' the timer starts
* Then if you for example wait 10s and press stop
* the label in button is 'Continue' at this point
So don't know what people generally think but when pressing 'Continue' I would assume that it goes onwards from this 00:10. But it starts to go down... 00:-09, 00:-08...
So this is a little bit wierd behaviour. Althought I think the idea is good and maybe someone would need that kind of functionality. But maybe the 'Continue' label should be changed or there could be 2 button 'Continue' and something like 'go to 0' or so... So this is usability issue in my mind.
And the minus sign goes a little bit funny place... maybe -00:09, -00:08... or then just leave the minus out. You don't have the minus when pressing for reset - 1 min - Start.
(Altought I'm not sure if you are going to develop this further than just to get the idea to build a sw to N900 or if you want people to test this - but this just came to my mind)
Cheers,
Jux
|
2010-01-08
, 15:04
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#54
|
countdowntimer.desktop:
Code:[Desktop Entry] Encoding=UTF-8 Version=0.3 Type=Application Name=Countdown Timer Exec=/usr/opt/maemo/countdowntimer Icon=countdowntimer X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable
This seems to install countdowntimer in the "correct" (I'm not at all sure if this is the place where it should be) location. But the shortcut won't work and when I try to run it from the terminal, I get the following error even when I'm in the same directory and I can see it there:
Code:/bin/sh: countdowntimer: not found
ln -s /opt/maemo/countdowntimer /usr/bin/
The Following User Says Thank You to danielwilms For This Useful Post: | ||
|
2010-01-08
, 15:06
|
Posts: 1 |
Thanked: 0 times |
Joined on Oct 2009
|
#55
|
|
2010-01-08
, 15:24
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#56
|
Silly question (maybe) can we send pictures messages from this phone?..
Nicky..
|
2010-01-08
, 15:33
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#57
|
|
2010-01-08
, 15:35
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#58
|
Thanks for trying this out and reporting the issues.
I originally had it only countdown and the stop at 00:00. However ,yesterday I added a feature that it would start counting up afterwards, so that one could see the amount of the overtime. But I obviously did not think of my "clever" Continue feature, so they are not working nicely together.
What I'm going to do now, is that I will restrict the Continue feature only for countdown. This should also fix the strange minus signs.
|
2010-01-09
, 23:57
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#59
|
*** No rule to make target `../../../sysroots/fremantle-qt-arm-sysroot-0942/usr/share/qt4/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
|
2010-01-10
, 18:49
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#60
|
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
Last edited by Jaffa; 2010-01-08 at 14:47. Reason: Wrong bug!