Search found 22 matches

Go to advanced search

by Cameron Johnston
Thu Aug 15, 2013 3:18 pm
Forum: Issues
Topic: Dimming UI elements in the Background
Replies: 2
Views: 551
 
Jump to post

Dimming UI elements in the Background

I see, thanks for the reply Max!

by Cameron Johnston
Wed Aug 14, 2013 9:02 pm
Forum: Issues
Topic: Dimming UI elements in the Background
Replies: 2
Views: 551
 
Jump to post

Dimming UI elements in the Background

Hello, As part of my next app, I'd like to do something similar to what I've shown in these screenshots: Before: https://d2r1vs3d9006ap.cloudfront.net/s3_images/941115/before_inline.jpg?1376513870 After the trash button is clicked: https://d2r1vs3d9006ap.cloudfront.net/s3_images/941117/after_inline....
by Cameron Johnston
Wed Jul 17, 2013 4:05 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10920
 
Jump to post

Mapping multiple responses from a service to the same component

Hi Marina,
I used the last method you've outlined, and it works! Thank you!

Cameron

by Cameron Johnston
Tue Jul 16, 2013 10:01 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10920
 
Jump to post

Mapping multiple responses from a service to the same component

Hi Katya,
Replacing that line of code still produces the same result. Any other recommendations?

by Cameron Johnston
Tue Jul 16, 2013 6:30 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10920
 
Jump to post

Mapping multiple responses from a service to the same component

Hi Katya, Thanks for the reply. Your logic makes perfect sense to me, and I've added your JS code to my mapping. Still, the only text that is displayed is the 'name' field, and based on a bit of debugging I've discovered that the 'short_name' field never gets transferred to the short_name variable a...
by Cameron Johnston
Mon Jul 15, 2013 4:20 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10920
 
Jump to post

Mapping multiple responses from a service to the same component

Here's a screenshot of my service response. The dataset being returned contains two fields that I want to display together, short_name and name. In this screenshot, only name is being displayed (eg. Dev2 Mainroad Lower Lainland Cont). What I want is short_name and name, separated by a ' - '. For exa...
by Cameron Johnston
Fri Jul 12, 2013 9:03 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10920
 
Jump to post

Mapping multiple responses from a service to the same component

Thanks Illya. I've now found out that arguments[0] contains all the data from the response of my mobile service, and the other parameters in the arguments array are undefined. When I created a popup with the line of JS you've provided, the contents of arguments[0] were too big for the popup box. For...
by Cameron Johnston
Fri Jul 12, 2013 8:09 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10920
 
Jump to post

Mapping multiple responses from a service to the same component

Thanks for the reply Marina. I don't seem to be getting what I want in the arguments array. I've created a service success event to run the following line of JS, just to check the contents of the arguments array: alert(arguments[0] + ' ' + arguments[1] + ' ' + arguments[2] + ' ' + arguments[3]); The...
by Cameron Johnston
Fri Jul 12, 2013 2:12 pm
Forum: Issues
Topic: Mapping multiple responses from a service to the same component
Replies: 57
Views: 10920
 
Jump to post

Mapping multiple responses from a service to the same component

Hi Katya,
Thanks for the reply. Can you please elaborate a bit on your answer? More specifically, when you say 'the first parameter', this is the first parameter of what?

by Cameron Johnston
Thu Jul 11, 2013 10:46 pm
Forum: Issues
Topic: Change Color of Backbutton and Label
Replies: 1
Views: 368
 
Jump to post

Change Color of Backbutton and Label

Hello,

Is it possible to:

  1. Make the back button a color different than the header?

  2. Make the background color of a label different than the background of the rest of the screen?

    Thanks,
    Cameron

Go to advanced search