Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC
OK...mystery solved with a bit more sleuthing. The problem was in an event that was back in July of 2015, the date back to which all entries were deleted when I added "one too many" events to my json! I first discovered that one of my events wasn't showing up at the beginning of July. In

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread Luis Miguel Morillas
And comments aren't allowed in json either. I think this is valid [1] Try with it. https://pastee.org/t3m6u Saludos, -- luismiguel (@lmorillas) 2016-03-31 16:22 GMT+02:00 David Karger : > single quotes aren't allowed in json. > >

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread David Karger
I'm afraid I can't provide guarantees about anything involving computers. But it should be an easy experiment to global-replace every ' with " and see what happens. On 03/31/2016 11:12 AM, KayC wrote: Thanks for your reply. Shouldn't I have been seeing problems all along?? Would the

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC
Thanks for your reply. Shouldn't I have been seeing problems all along?? Would the timeline widget just now decide it can't handle single quotes? This would be quite curious to say the least. IF removing single quotes will fix my problem then I can do this, but I don't want to spend the time

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread David Karger
single quotes aren't allowed in json. http://stackoverflow.com/questions/2275359/jquery-single-quote-in-json-response On 3/31/2016 9:33 AM, KayC wrote: > Here are the first few, and closing lines of my json. all I can see > as cause of the lint error is taht I'm using single quotes not double

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC
here what json lint gives me Error: Parse error on line 1: { 'events': //The di --^ Expecting 'STRING', '}', got 'undefined' Line 1? This file works fine if I simply remove one event from the file. How could the error be in line 1? I used to be a sw engineer but have been out of

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC
Very helpful feedback. I will lint and see what I find. Kay -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to simile-widgets+unsubscr...@googlegroups.com. To

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread David Karger
The system works fine with many more items, so it's not an item limit problem. For checking json, I suggest this json validator: http://jsonlint.com/ On 03/30/2016 01:01 PM, KayC wrote: I'm not in a position to argue your point about the json. All I know is it has worked fine for 4 years now

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread Luis Miguel Morillas
I don't know. I'll prepare a test later El 30/3/2016 19:01, "KayC" escribió: > I'm not in a position to argue your point about the json. All I know is > it has worked fine for 4 years now and my problem is recent and doesn't > seem to be json format related. > > Are you

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread KayC
I'm not in a position to argue your point about the json. All I know is it has worked fine for 4 years now and my problem is recent and doesn't seem to be json format related. Are you indicating that if it were a valid json I wouldn't be seeing the problem I'm seeing? If yes, could you tell

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread Luis Miguel Morillas
CAPECatalogData.json is not a valid json. Why don't you migrate it to Exhibit 3? Saludos, -- luismiguel (@lmorillas) 2016-03-30 17:38 GMT+02:00 KayC : > Thanks for your time... > I think I have around 200 or 220 events. www.pe10ratio.com/timeline.html. > > If I try to

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread KayC
Thanks for your time... I think I have around 200 or 220 events. www.pe10ratio.com/timeline.html. If I try to add one more event, about 20 events are eliminated all the way back to July of 2015. I have experimented enough to be 100% certain that I don't have a syntax error in my newest event

Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread Luis Miguel Morillas
Do you have an example? How many events are you talking about? El 30/3/2016 17:02, "KayC" escribió: > Hi, > I'm having an unexplainable problem adding another event to my json file. > Adding one more event causes many recent events to disappear. I'm > wondering if there is a

[Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread KayC
Hi, I'm having an unexplainable problem adding another event to my json file. Adding one more event causes many recent events to disappear. I'm wondering if there is a limit on the number of events Timeline can handle. Thanks in advance for any help you can provide. Kay -- You received this