The Following 4 Users Say Thank You to marxian For This Useful Post: | ||
![]() |
2012-11-25
, 09:18
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#12
|
The thumbails could be live, if the application developers chose to allow it. The stock music player still updates it's UI when mimimized, but it only does so every 10 seconds rather than at the same rate as when maximized. This saves quite a few CPU cycles, since it's likely that the music player will spend a lot of time in mimimized state. I imagine the clock application behaves in a similar way, with the hour/minute hands still being updated, but not the second hand.
![]() |
2012-11-25
, 09:35
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#13
|
I haven't tested, but I'm fairly sure that applications can still access the accelerometer when mimimized in Harmattan, just the same as in Fremantle.
accelerometer.setProperty("alwaysOn", true);
The Following User Says Thank You to gionni88 For This Useful Post: | ||
![]() |
2012-11-25
, 14:46
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#14
|
![]() |
2012-11-25
, 14:51
|
Posts: 397 |
Thanked: 185 times |
Joined on Oct 2011
|
#15
|
![]() |
2012-11-25
, 17:28
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#16
|
![]() |
2012-11-25
, 23:41
|
Posts: 397 |
Thanked: 185 times |
Joined on Oct 2011
|
#17
|
The Following User Says Thank You to kai_en For This Useful Post: | ||
![]() |
2012-11-26
, 04:29
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#18
|
I meant task should have no need to provide visual updates in real time while minimized
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-11-26
, 06:55
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#19
|
I think you misunderstood what I said. I didn't mean to say task should get suspended and reloaded like Windows Phone. I meant task should have no need to provide visual updates in real time while minimized
![]() |
2012-11-26
, 13:14
|
Posts: 397 |
Thanked: 185 times |
Joined on Oct 2011
|
#20
|
my favourite file manager?
Midnight Commander
works from any command line (providing framebuffer)
thus, i am a command line junkie, and i couldn't care less about "visual".
however, even on a command line it is nice to see whether a command is still running with a quick glance (minimized) without caring what files / stage is being processed...
this is being said your argument is trollish.
if an OS supports multi-tasking, it is unwise to stop "just" the display update, unless it is completely hidden in which case the display feeds are simply disabled.
in command line this is achieved by redirecting standard output stream to /dev/null.
what about standard error stream (#2 in shell parlance)? goes to /dev/null as well?
what if the process hits an error and needs input from user?
freezing a view of a running process is asking for (code) trouble.
the last step before the dreaded "blue screen of death" LostDOS users are so familiar with >¦-)))))
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith
My website
GitHub