Search found 13 matches

Go to advanced search

by Matthew Gann
Wed Sep 26, 2012 7:08 pm
Forum: Issues
Topic: Build Error while doing an archive in Xcode 4.5
Replies: 1
Views: 424
 
Jump to post

Build Error while doing an archive in Xcode 4.5

Removing armv6 in all of the architectures in xcode seems to have fixed the issue.

by Matthew Gann
Wed Sep 26, 2012 5:44 pm
Forum: Issues
Topic: Build Error while doing an archive in Xcode 4.5
Replies: 1
Views: 424
 
Jump to post

Build Error while doing an archive in Xcode 4.5

In xcode 4.5, iPad only app, the build is failing while trying to create an archive where it hasn't been before. The build works when testing in the emulator. Error: chown: /Users/myuseraccount/Library/Developer/Xcode/DerivedData/PhoneGapTemplate-eselbqzneietxafajxwuhljrpwap/Build/Intermediates/Arch...
by Matthew Gann
Thu Aug 30, 2012 7:46 pm
Forum: Issues
Topic: Mapping REST value to List Counter Value
Replies: 5
Views: 1439
 
Jump to post

Mapping REST value to List Counter Value

I have a value from a REST service mapped to Counter value, but the counter value stays at the default 0. Is this even possible or should I go about it with a styled label? https://d37wxxhohlp07s.cloudfront.net/s3_images/785489/pic_1_inline.png?1346355904 https://d37wxxhohlp07s.cloudfront.net/s3_ima...
by Matthew Gann
Tue Aug 28, 2012 8:00 pm
Forum: Issues
Topic: How to set map address property with local storage variable?
Replies: 6
Views: 906
 
Jump to post

How to set map address property with local storage variable?

What do you have to do within Tiggzi to add a listener and then reinitialize the map to pay attention to it?

by Matthew Gann
Tue Aug 21, 2012 5:33 pm
Forum: Issues
Topic: How to set map address property with local storage variable?
Replies: 6
Views: 906
 
Jump to post

How to set map address property with local storage variable?

Unfortunately, It didn't work. What worked (which is weird) is I added a random service to the page (didn't have any relation to the page), and put the javascript above into the success event. I think the map needed to load THEN change the variable and then refresh. Is there something to detect if t...
by Matthew Gann
Fri Aug 17, 2012 8:21 pm
Forum: Issues
Topic: How to set map address property with local storage variable?
Replies: 6
Views: 906
 
Jump to post

How to set map address property with local storage variable?

Trying to set a map address with a local storage variable with the screen event load - Set Property - googlemap2 - Address. That doesn't work. So I tried custom javascript on screen event load: var mynewaddy = localStorage.getItem('meetingTermAddress'); var map = Tiggr('googlemap2'); map.options['ad...
by Matthew Gann
Fri Aug 17, 2012 8:12 pm
Forum: Issues
Topic: Image asset placed in master of mater-detail screen never shows selected image.
Replies: 3
Views: 670
 
Jump to post

Image asset placed in master of mater-detail screen never shows selected image.

I manually went into the generated code (Export for xcode) and changed the image src and it worked in the build. Just FYI.

by Matthew Gann
Wed Aug 15, 2012 7:49 pm
Forum: Issues
Topic: Image asset placed in master of mater-detail screen never shows selected image.
Replies: 3
Views: 670
 
Jump to post

Image asset placed in master of mater-detail screen never shows selected image.

Image assets placed in the left/master frame of the master-detail iPad frame always revert to no-image when tested in the browser and when exported as xcode. You can place the same asset into a regular screen and the image asset works fine. This is reproducible every time. https://d37wxxhohlp07s.clo...
by Matthew Gann
Wed Aug 15, 2012 12:21 pm
Forum: Issues
Topic: Master Detail Screen with REST service list AND a default detail content screen.
Replies: 3
Views: 710
 
Jump to post

Master Detail Screen with REST service list AND a default detail content screen.

I didn't realize there were service-specific events. That seems to work. Thanks!

by Matthew Gann
Wed Aug 15, 2012 12:02 am
Forum: Issues
Topic: Master Detail Screen with REST service list AND a default detail content screen.
Replies: 3
Views: 710
 
Jump to post

Master Detail Screen with REST service list AND a default detail content screen.

Using the master-detail ipad screen, I'm loading a list from a REST service on the left which will load the detail content screen on the right when clicked (works). But, I want to add some content from another screen as the default detail content (something like "welcome! how how ya? This is ho...

Go to advanced search