View Single Post
Old 09-26-2011, 12:49 PM   #572
VICTORSJG
Addict
VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.
 
Posts: 318
Karma: 1846
Join Date: Dec 2009
Device: PRS-505
Quote:
Originally Posted by Mark Nord View Post
Victor,

I think there is no specific limit on variables, but at the real device there is a limit of somewhat < 100kB for a script. This seems to be true in the Sim too.
calandar.js is getting rather huge (92k) currently.

I would suggest to shorten the code by
  1. removing stale code ( code between /* */)
  2. deleting/shortening comments
  3. shorten var statements to var I=somthing, j, k=anotherting, ....;
  4. shorten var names
HTH
Mark
Mark i've compressed the file, now is 68 k, and i have the same problem. I send you the files compressed and normal.
Attached Files
File Type: rar files.rar (23.2 KB, 196 views)
VICTORSJG is offline   Reply With Quote