Search found 9 matches

Go to advanced search

by Bee Sprout
Mon Apr 29, 2013 6:17 pm
Forum: Issues
Topic: How to map request parameters on a "/" based api?
Replies: 4
Views: 512
 
Jump to post

How to map request parameters on a "/" based api?

Fo some reason I went back to normal setup and it worked !

by Bee Sprout
Mon Apr 29, 2013 6:02 pm
Forum: Issues
Topic: How to map request parameters on a "/" based api?
Replies: 4
Views: 512
 
Jump to post

How to map request parameters on a "/" based api?

is tis what you meant?

On the adding service area.

Request URL: http://www.mypistevo.com/public/searc...

I did this and set the parameters on test area as fname = jose .. etc, didnt work. Any other ideas ? :)

by Bee Sprout
Mon Apr 29, 2013 4:30 pm
Forum: Issues
Topic: How to map request parameters on a "/" based api?
Replies: 4
Views: 512
 
Jump to post

How to map request parameters on a "/" based api?

I am trying to use this api, but cant map request parameters when adding the service, if I enter the entire content in the settings area it works. Request URL works: http://www.mypistevo.com/public/searc... How can I use these parameters on the tool if they are separated by "/" instead of ...
by Bee Sprout
Fri Apr 05, 2013 9:03 pm
Forum: Issues
Topic: How can I add a Traffic Layer to a map?
Replies: 7
Views: 739
 
Jump to post

How can I add a Traffic Layer to a map?

sorry, I am getting the map. This works fine in getting me the map and current location. var map = Tiggzi('map'); map.options['address']=''; map.refresh(); after trying to understand the layers adding link from google api, in order to add the traffic layer I did this. var map = Tiggzi('map'); var tr...
by Bee Sprout
Fri Apr 05, 2013 8:55 pm
Forum: Issues
Topic: How can I add a Traffic Layer to a map?
Replies: 7
Views: 739
 
Jump to post

How can I add a Traffic Layer to a map?

This is how far I have gone...

var map = Tiggzi('map');

var trafficLayer = new google.maps.TrafficLayer();
trafficLayer.setMap(map);

am I missing anything?

by Bee Sprout
Fri Apr 05, 2013 7:06 pm
Forum: Issues
Topic: How can I add a Traffic Layer to a map?
Replies: 7
Views: 739
 
Jump to post

How can I add a Traffic Layer to a map?

How can I add a Traffic Layer to a Map?

by Bee Sprout
Wed Apr 03, 2013 8:44 pm
Forum: Issues
Topic: Cant reach an object after I created it..
Replies: 5
Views: 594
 
Jump to post

Cant reach an object after I created it..

Got it! Was able to solve it, thanks Marina! I owe you an Ice Cream Scoop!

by Bee Sprout
Wed Apr 03, 2013 8:02 pm
Forum: Issues
Topic: Cant reach an object after I created it..
Replies: 5
Views: 594
 
Jump to post

Cant reach an object after I created it..

Sorry Marina, I am a rookie! This is my code I tried doing that still not working. Can you check i did right your advise? // Checking call status, if answered do hangup on button press. var input = Tiggzi('numberToDial').text(); var status = /Answered/; var exists = status.test(input); if(exists){ w...
by Bee Sprout
Wed Apr 03, 2013 6:44 pm
Forum: Issues
Topic: Cant reach an object after I created it..
Replies: 5
Views: 594
 
Jump to post

Cant reach an object after I created it..

Cant reach an object after I created it.. I created this object withing a function, I need to run the hangup(); function on another button, but cant reach it. Any Ideas? function makecall() { var dial_num = Tiggzi('numberToDial').text(); //alert(dial_num); Tiggzi('numberToDial').text("Dialing.....

Go to advanced search