| The Following User Says Thank You to jolouis For This Useful Post: | ||
|
|
2009-08-08
, 21:18
|
|
|
Posts: 145 |
Thanked: 33 times |
Joined on Dec 2007
|
#592
|
As for the load times, that's pretty unusual; are other applications slow to launch as well, or is it just Flip? The initial launch (first time you run it) usually takes a bit of time because python compiles all of the scripts into objects... but once that's done it should load fairly quickly (usually about 3-5 seconds from clicking icon to clock display).
Maybe you're out of memory or even flash space so Python doesn't have anywhere to store the compiled object files?
|
|
2009-08-13
, 09:59
|
|
|
Posts: 15 |
Thanked: 3 times |
Joined on Dec 2005
@ Finland
|
#593
|
|
|
2009-08-13
, 11:00
|
|
Posts: 336 |
Thanked: 47 times |
Joined on Jul 2008
|
#594
|
I am now having an issue where the whole application get frozen if I try to see any other view than the default one shown when application start with this latest version I installed couple days ago. Even closing the application doesn't work after that. Only way to close the flip clock is kill the python itself.
I didn't had any issues with previous version of flip clock.
I will try to uninstalling and reinstalling the application to see if that fixes the problem.
|
|
2009-08-13
, 11:44
|
|
Posts: 397 |
Thanked: 99 times |
Joined on Jun 2008
@ Toronto, Ontario
|
#595
|
|
|
2009-08-13
, 13:28
|
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#596
|
I am now having an issue where the whole application get frozen if I try to see any other view than the default one shown when application start with this latest version I installed couple days ago. Even closing the application doesn't work after that. Only way to close the flip clock is kill the python itself.
I didn't had any issues with previous version of flip clock.
I will try to uninstalling and reinstalling the application to see if that fixes the problem.
|
|
2009-08-13
, 14:06
|
|
Posts: 631 |
Thanked: 837 times |
Joined on May 2007
@ Milton, Ontario, Canada
|
#597
|
| The Following 3 Users Say Thank You to jolouis For This Useful Post: | ||
|
|
2009-08-13
, 16:16
|
|
|
Posts: 304 |
Thanked: 233 times |
Joined on Jul 2009
@ São Paulo, SP, Brasil
|
#598
|
|
|
2009-08-13
, 16:43
|
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#599
|
Since everyone is having such issues I may just roll the extras version back to the last one that seemed to work better for people; the latest did have some minor changes to things that got sort of half implemented and that may be causing problems now. This should be a short term hold over for everyone; I'm pushing hard to try and get the C-based version up to basic functionality so that you guys can give that one a shot and start testing it as the performance is much better, and since it's a rebuild from scratch it's a little more optimized... If anyone's interested let me know, but at this point I've got the clock interface up and running, just no alarm functionality yet which is my next task...
Ciro, not sure if you've been doing any further development on your end, but if you're interested in seeing where it's at I'm going to do a commit to SVN in about 20 minutes...
|
|
2009-08-13
, 18:30
|
|
|
Posts: 1,359 |
Thanked: 717 times |
Joined on May 2009
@ ...standing right behind you...
|
#600
|
At first the icons weren't working on my tablet. I rebooted a couple times I think and nothing changed. I decided to just leave it. They work now though. I think I had to reboot since then, I just didn't check it. The icons should reappear, eventually.
![]() |
| Tags |
| clock, flip clock |
| Thread Tools | |
|
As for the load times, that's pretty unusual; are other applications slow to launch as well, or is it just Flip? The initial launch (first time you run it) usually takes a bit of time because python compiles all of the scripts into objects... but once that's done it should load fairly quickly (usually about 3-5 seconds from clicking icon to clock display). Maybe you're out of memory or even flash space so Python doesn't have anywhere to store the compiled object files?