Search found 18 matches

Go to advanced search

by Feeniix_
Thu Mar 08, 2012 10:28 am
Forum: Issues
Topic: How to make $ from apps made on tiggzi?
Replies: 5
Views: 923
 
Jump to post

How to make $ from apps made on tiggzi?

Hi Max,
Can you recommend any ad providers that have javascript widgets or REST services, and maybe provide an overview of how to use them? Currently, I'm signed up with AdMob, but I can't quite find these things.
Regards,
Jaimee

by Feeniix_
Thu Jan 19, 2012 5:45 am
Forum: Issues
Topic: How do I compile and install the iPhone Tiggzi Tester?
Replies: 3
Views: 852
 
Jump to post

How do I compile and install the iPhone Tiggzi Tester?

I've downloaded the code, got xcode installed, did the stuff in the developer portal for the certificate signing and provisioning stuff.... and I hit 'run' in xcode and I get loads of errors and it fails because (I think) it's looking for another developer (someone named Pavel..?). I know it says to...
by Feeniix_
Thu Jan 19, 2012 3:11 am
Forum: Issues
Topic: How do I make the Mobile Header larger (vertically)?
Replies: 1
Views: 612
 
Jump to post

How do I make the Mobile Header larger (vertically)?

I wish to take up the top 1/4 or so of the screen with my logo, and have it static on the page. I think the easiest way (and nicest way) to do this would be to put it in the MobileHeader but it doesn't seem to allow for great size vertically.

Is there some code I can use to increase it's size?

by Feeniix_
Tue Jan 10, 2012 3:19 am
Forum: Issues
Topic: Touch Events:SwipeLeft and Swiperight events?
Replies: 10
Views: 2539
 
Jump to post

Touch Events:SwipeLeft and Swiperight events?

Or am I supposed to actually place the code on the screen load? :-/

by Feeniix_
Tue Jan 10, 2012 2:00 am
Forum: Issues
Topic: Touch Events:SwipeLeft and Swiperight events?
Replies: 10
Views: 2539
 
Jump to post

Touch Events:SwipeLeft and Swiperight events?

PS. I've tried firefox 9.0.1 and internet explorer 7.

Regards,
Jaimee

by Feeniix_
Tue Jan 10, 2012 1:58 am
Forum: Issues
Topic: Touch Events:SwipeLeft and Swiperight events?
Replies: 10
Views: 2539
 
Jump to post

Touch Events:SwipeLeft and Swiperight events?

I've created a new project (swipe input) and am selecting the mobilecontainer on the page, I click on events, but when I select load (or anything, for that matter) it's not automatically changing the GUI so I can select the type of event, etc. I've shared the app with a href="mailto:support@got...
by Feeniix_
Tue Jan 10, 2012 12:51 am
Forum: Issues
Topic: How can I use the accelerometer?
Replies: 5
Views: 1343
 
Jump to post

How can I use the accelerometer?

Where do I place the code to have it react?

Also, I'd really like to have the user 'swipe' pages left or right and have the app recat by changing the page. Where would I put code for that type of input?

by Feeniix_
Mon Jan 09, 2012 11:17 pm
Forum: Issues
Topic: How can I use the accelerometer?
Replies: 5
Views: 1343
 
Jump to post

How can I use the accelerometer?

Hi Max,

I understand how I can use code on an event on a component, but what I would like is to have the app react when the phone is shaken. Where would I start to put the code for this?

Would it be upon page load?

Regards,
Jaimee

by Feeniix_
Fri Jan 06, 2012 1:17 am
Forum: Issues
Topic: How can I use the accelerometer?
Replies: 5
Views: 1343
 
Jump to post

How can I use the accelerometer?

Hi, I'd like my page to refresh and change a tiggr component whenever the mobile device is shaken, i believe I can do this with the phonegap API? Could you please explain how this is done?
Regards,
Jaimee

by Feeniix_
Tue Jan 03, 2012 7:24 am
Forum: Issues
Topic: Event based property change of other component based on components own property
Replies: 19
Views: 4332
 
Jump to post

Event based property change of other component based on components own property

That doesn't seem to work. Is it supposed to be like this:

var s = localStorage.getItem('termsAccepted');
var page = new pageItem('terms', 'screen-E71C.html');

if (s == null) {
navigate(page);
}

on Load on the home page?

Go to advanced search