Search found 163 matches

Go to advanced search

by Ole Henrik Oftedal
Mon Sep 17, 2012 1:00 pm
Forum: Issues
Topic: Navbar mystery
Replies: 7
Views: 1063
 
Jump to post

Navbar mystery

Hi! Any changes to Tiggzi in last couple of minutes. Suddenly my NavBar stopped functioning (no action performed). I use it to navigate to an other page with javascript like this: Tiggr.navigateTo('StatusScreen',{}); Happens with normal test (with browser) and also if I make it as an Android .APK ap...
by Ole Henrik Oftedal
Sat Sep 08, 2012 12:25 pm
Forum: Issues
Topic: How to access the "underlying" data(array) of a component
Replies: 3
Views: 616
 
Jump to post

How to access the "underlying" data(array) of a component

Yes, I know that. Tiggzi uses this data to populate my text input fields. var m = JSON.stringify(jqXHR.responseText); alert (m); works very well from the OnComplete event for the service. But I cannot access this data in this way from a button on the form. I could save the data to a local variable b...
by Ole Henrik Oftedal
Fri Sep 07, 2012 11:38 am
Forum: Issues
Topic: Getting location of the touchscreen when touched
Replies: 20
Views: 2423
 
Jump to post

Getting location of the touchscreen when touched

Hi Eric! Glad you fixed it. You have come to the right place when talking about support. I'm a very beginner myself and Tiggzi support has helped me all the way. They are fantastic! Sometimes they give you a short answer. This could be frustrating but It is also good because It will let you struggle...
by Ole Henrik Oftedal
Fri Sep 07, 2012 8:23 am
Forum: Issues
Topic: How to access the "underlying" data(array) of a component
Replies: 3
Views: 616
 
Jump to post

How to access the "underlying" data(array) of a component

Hi! If you use a service, and you put the result in a mobilegrid og mobilelist you can get many lines/records when the data comes from a JSON array. Sometimes you might also let the user edit the displayed data so that you can send the modified data back to the database. I come to think of the strin...
by Ole Henrik Oftedal
Mon Sep 03, 2012 2:20 pm
Forum: Issues
Topic: How to read the value from a Datepicker?
Replies: 11
Views: 1524
 
Jump to post

How to read the value from a Datepicker?

Hi!

Take a look at this thread:

https://getsatisfaction.com/tiggzi/to...

It is no longer of type "date". In the latest version it is of type "text".

by Ole Henrik Oftedal
Sun Sep 02, 2012 8:24 pm
Forum: Issues
Topic: Mobile text input in grid or panel placed in Carousel component
Replies: 2
Views: 409
 
Jump to post

Mobile text input in grid or panel placed in Carousel component

Hi! The Carousel component is a really cool component. Im now learning how to use it. Is it possible to ask the user for data when using the Carousel component? When I try to use the mobile text input (in a panel or grid attached to the Carousel component), it is not possible to enter data into the ...
by Ole Henrik Oftedal
Wed Aug 22, 2012 2:50 pm
Forum: Issues
Topic: Active property in navbar item
Replies: 2
Views: 494
 
Jump to post

Active property in navbar item

Hi! When you use navbar and you select a property to be active you get this in the footer. https://d37wxxhohlp07s.cloudfront.net/s3_images/781894/Skjermbilde%202012-08-22%20kl.%2016.45.08_inline.png?1345646762 But if you select screen2 and then screen1 again without doing a page refresh the footer i...
by Ole Henrik Oftedal
Sun Aug 19, 2012 8:30 am
Forum: Issues
Topic: Problems with proxy on tiggzi.net?
Replies: 25
Views: 3690
 
Jump to post

Problems with proxy on tiggzi.net?

Ok. Thanks for all help Max! I think I'll redesign my whole app and API instead of using Basic Authentication. But this is so easy in Tiggzi and MS Word so that is no problem. Instead of Basic Authentication and using the http header, I'll put in a kind of Key string in my URL. I dont know if this i...
by Ole Henrik Oftedal
Sat Aug 18, 2012 2:05 pm
Forum: Issues
Topic: Problems with proxy on tiggzi.net?
Replies: 25
Views: 3690
 
Jump to post

Problems with proxy on tiggzi.net?

I think I managed to turn on Cross-origin resource sharing (CORS) on my REST server which makes it easier to test because pages are not that easily forbidden by the "same origin policy". (Here's how I can reproduce an error now. I could be the same or another problem.) First I set up my se...
by Ole Henrik Oftedal
Sat Aug 18, 2012 8:48 am
Forum: Issues
Topic: Problems with proxy on tiggzi.net?
Replies: 25
Views: 3690
 
Jump to post

Problems with proxy on tiggzi.net?

I've tried both with and without. Same result.

Go to advanced search