Search found 14 matches

Go to advanced search

by Jonathan Young
Mon Dec 10, 2012 11:23 am
Forum: Issues
Topic: eBay findingAPI demo on Tiggzi
Replies: 4
Views: 708
 
Jump to post

eBay findingAPI demo on Tiggzi

Problem solved! I tried putting the request parameter "_cb_findItemsByKeywords" in the header ( see it on http://help.gotiggr.com/documentation... ), and test connection again, then populate the responses. It worked,although I do not understand the issue, yet. Can someone help explain the ...
by Jonathan Young
Sun Dec 09, 2012 2:00 pm
Forum: Issues
Topic: eBay findingAPI demo on Tiggzi
Replies: 4
Views: 708
 
Jump to post

eBay findingAPI demo on Tiggzi

Sure, Max. This is what I tried to invoke for the eBay findingAPI:- url = " http://svcs.ebay.com/services/search/... "; url += "?OPERATION-NAME=findItemsByKeywords"; url += "&SERVICE-VERSION=1.0.0"; url += "&SECURITY-APPNAME=MyAppID"; url += "&...
by Jonathan Young
Sun Dec 09, 2012 8:40 am
Forum: Issues
Topic: eBay findingAPI demo on Tiggzi
Replies: 4
Views: 708
 
Jump to post

eBay findingAPI demo on Tiggzi

I'm trying out eBay's findingAPI.

I've created a new REST service, and successfully tested the connection.

And yet when I tried "Populate Response Structure", it returns:
"Failure. Incorrect response data....."

Any clue for me to go on?

Thanks in advance!

by Jonathan Young
Thu Sep 27, 2012 2:10 pm
Forum: Issues
Topic: Custom Button by responsive display
Replies: 6
Views: 684
 
Jump to post

Custom Button by responsive display

ok, I have figured out what the issue is. This line of CSS: @media only screen and (-webkit-min-device-pixel-ratio: 2) { ... } which is supposed to give a "responsive" ability to the device does not work well with Tiggzi (or even the PhoneGap) environment. When removed, the CSS works fine ...
by Jonathan Young
Thu Sep 27, 2012 1:22 pm
Forum: Issues
Topic: Custom Button by responsive display
Replies: 6
Views: 684
 
Jump to post

Custom Button by responsive display

ok...

by Jonathan Young
Wed Sep 26, 2012 7:19 am
Forum: Issues
Topic: Custom Button by responsive display
Replies: 6
Views: 684
 
Jump to post

Custom Button by responsive display

I was trying to have custom buttons displayed in 36x36 png, but to no avail. I don't understand why it is so as I had been able to do that by 18x18 png. The CSS, essentially looks like this: @media only screen and (-webkit-min-device-pixel-ratio: 2) { .ui-icon-audio-play { background-image: url(&quo...
by Jonathan Young
Tue Sep 25, 2012 11:06 pm
Forum: Issues
Topic: Custom Button by responsive display
Replies: 6
Views: 684
 
Jump to post

Custom Button by responsive display

Hi, As indicated, I was using 36x36 png icons as the custom buttons, but didn't know how to do it with the following CCS: https://d37wxxhohlp07s.cloudfront.net/s3_images/796386/css_inline.png?1348614278 (it's so small; it reads: @media only screen and (-webkit......) ) If changed into 18x18 png by d...
by Jonathan Young
Tue Sep 25, 2012 3:28 pm
Forum: Issues
Topic: Custom Button Set in mobilescreen/ mobilecontainer
Replies: 8
Views: 1134
 
Jump to post

Custom Button Set in mobilescreen/ mobilecontainer

Hi, I turned out have this section in the CSS ===================================== #slider{ display:none; } div.ui-slider{ margin:0; width:100%; } .ui-icon-audio-play { background-image: url(" http://project.tiggzi.com/views/11b8c... "); } ===================================== with this a...
by Jonathan Young
Tue Sep 25, 2012 2:32 pm
Forum: Issues
Topic: Custom Button Set in mobilescreen/ mobilecontainer
Replies: 8
Views: 1134
 
Jump to post

Custom Button Set in mobilescreen/ mobilecontainer

It seems to work fine, supposedly. Thanks!

But I need to add this css part, for example:

.ui-icon-audio-play {
background-image: url("http://project.tiggzi.com/views/11b8c...");
}

So, do I create a new separate css element?

by Jonathan Young
Tue Sep 25, 2012 1:20 pm
Forum: Issues
Topic: Custom Button Set in mobilescreen/ mobilecontainer
Replies: 8
Views: 1134
 
Jump to post

Custom Button Set in mobilescreen/ mobilecontainer

Okey! Panel HTML pasting the code, right?

Go to advanced search