Search found 7 matches

Go to advanced search

by erichelgeson
Sat Dec 15, 2012 8:58 pm
Forum: Issues
Topic: date picker - invoke service
Replies: 7
Views: 3297
 
Jump to post

date picker - invoke service

+1 This is a critical feature to date picker with tiggzi.

by erichelgeson
Sat Dec 15, 2012 8:35 pm
Forum: Issues
Topic: set default on datepicker
Replies: 8
Views: 1987
 
Jump to post

set default on datepicker

Since this is the first hit in google i'm putting the full code i got working here //set picker on load so it doesnt show NaN var current_date = new Date(); var dd = current_date.getDate(); var mm = current_date.getMonth()+1; //January is 0! var yyyy = current_date.getFullYear(); $('input[type="...
by erichelgeson
Sat Dec 15, 2012 3:44 am
Forum: Issues
Topic: ReferenceError: Tiggzi is not defined
Replies: 8
Views: 2554
 
Jump to post

ReferenceError: Tiggzi is not defined

It was actually a javascript var that somehow became undefined. Had 500's when debugging, was hard to debug, actually had to delete the project and re-create.

by erichelgeson
Fri Dec 14, 2012 1:35 am
Forum: Issues
Topic: ReferenceError: Tiggzi is not defined
Replies: 8
Views: 2554
 
Jump to post

ReferenceError: Tiggzi is not defined

Well i figured it out, I realized there are scopes to the events tab, eg if you click on the icon you see different events than you see when clicking on the container. I had 2 local variable settings conflicting. Can show you how to reproduce if you'd like.

Thanks

by erichelgeson
Fri Dec 14, 2012 1:28 am
Forum: Issues
Topic: ReferenceError: Tiggzi is not defined
Replies: 8
Views: 2554
 
Jump to post

ReferenceError: Tiggzi is not defined

ahh ha! makes sense, thanks! Though now I'm having 2 other issues. One javascript files/resources never save, i edit them hit save or test and they always are the old one. Other thing is I always get "Oh No! We are sorry. Something happened and we couldn't complete the request. Here is what you...
by erichelgeson
Thu Dec 13, 2012 4:44 am
Forum: Issues
Topic: ReferenceError: Tiggzi is not defined
Replies: 8
Views: 2554
 
Jump to post

ReferenceError: Tiggzi is not defined

I do, Chrome latest beta on Mac

Port error: Could not establish connection. Receiving end does not exist. miscellaneous_bindings:236
chromeHidden.Port.dispatchOnDisconnect

The references work when they're embedded in the app, just not in Chrome's console.

by erichelgeson
Thu Dec 13, 2012 3:32 am
Forum: Issues
Topic: ReferenceError: Tiggzi is not defined
Replies: 8
Views: 2554
 
Jump to post

ReferenceError: Tiggzi is not defined

I created an app and trying to debug and do some debugging in Chrome, when i try to just grab a value i get an error:

var input = Tiggzi('inUsername');
ReferenceError: Tiggzi is not defined

Am I doing something wrong? Seems like the Tiggzi js api didnt load.

Go to advanced search