Search found 8 matches

Go to advanced search

by Stavros
Wed Dec 05, 2012 10:17 pm
Forum: Issues
Topic: Duplicate an app?
Replies: 2
Views: 360
 
Jump to post

Duplicate an app?

Thank you again Max!

by Stavros
Wed Dec 05, 2012 4:43 pm
Forum: Issues
Topic: Duplicate an app?
Replies: 2
Views: 360
 
Jump to post

Duplicate an app?

Is there any way to duplicate an app so to work on the newly created copy, keeping the old copy intact ?

by Stavros
Fri Nov 30, 2012 10:48 pm
Forum: Issues
Topic: How to check for db connection
Replies: 3
Views: 477
 
Jump to post

How to check for db connection

Thank you Max!

...a little more help.. how to write the JS in an event...

by Stavros
Fri Nov 30, 2012 4:40 pm
Forum: Issues
Topic: How to check for db connection
Replies: 3
Views: 477
 
Jump to post

How to check for db connection

I have an app that connects with tiggzi db (that's fine so far thanks to the great dev tool called TIGGZI !) But what is the script that fisrt checks for db connection or even wifi connection ? before the user starts updating the db (or at least he thinks he does ...while there is no connection...)
by Stavros
Thu Nov 22, 2012 5:55 pm
Forum: Issues
Topic: Checking for empty input on mobiletextinput
Replies: 3
Views: 592
 
Jump to post

Checking for empty input on mobiletextinput

What is the JS to put on the click event of a button in order not to go forward if the user ommits to enter his/her name, number into two mobiletextinput of type text and number? Maybe something like var name = Tiggr('mobiletextinput1').val(); var number = Tiggr('mobiletextinput2').val(); if (name !...
by Stavros
Sat Nov 17, 2012 4:50 am
Forum: Issues
Topic: Program the back button on mobile phone?
Replies: 4
Views: 537
 
Jump to post

Program the back button on mobile phone?

Thank you very much!
(sorry for the delayed answer)

by Stavros
Wed Nov 14, 2012 2:00 pm
Forum: Issues
Topic: Program the back button on mobile phone?
Replies: 4
Views: 537
 
Jump to post

Program the back button on mobile phone?

Thank you Marina,

Because I am a novice Tiggzi user,...
Where should I put the script

document.addEventListener("backbutton", onBackKeyDown, false);

function onBackKeyDown() {
// Handle the back button
???
}

Startscreen lets say is my target page,

Thanks again

by Stavros
Wed Nov 14, 2012 1:36 pm
Forum: Issues
Topic: Program the back button on mobile phone?
Replies: 4
Views: 537
 
Jump to post

Program the back button on mobile phone?

How can I prevent the application from going back to the previous screen when the user pushes the "back" button on his/her Android device?
How can I direct him/her to the startscreen?

Thank you

Go to advanced search