Search found 31 matches

Go to advanced search

by Dan Sweeney
Sun Oct 06, 2013 6:16 pm
Forum: Issues
Topic: embedding you tube videos
Replies: 14
Views: 1948
 
Jump to post

embedding you tube videos

Hi, I'm having the same problem.

If I expand the video to full screen I can see it, but I can't see the video in the standard window.

Thanks

by Dan Sweeney
Wed Sep 04, 2013 8:59 am
Forum: Issues
Topic: Rest service not working since update
Replies: 4
Views: 1027
 
Jump to post

Rest service not working since update

That works great now, thanks

by Dan Sweeney
Mon Sep 02, 2013 8:33 am
Forum: Issues
Topic: Rest service not working since update
Replies: 4
Views: 1027
 
Jump to post

Rest service not working since update

I've been having problems connecting to my rest services since your recent update. I've tried it on two different apps without changing the rest service itself and I'm getting nothing back from them after I compile my apps. They work ok in the browser when testing but not on the release version on m...
by Dan Sweeney
Sat Aug 24, 2013 8:06 am
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15859
 
Jump to post

Support for local SQLite datasources

Thanks for that. I've got my label within the collapse block setting the color now. I've put the code in the expand event because it doesn't seem to work in the value change event. I do need to change the collapse block header text color too if possible and have tried putting the following in the va...
by Dan Sweeney
Sat Aug 24, 2013 8:06 am
Forum: Issues
Topic: Change list item collapse block background and label font color
Replies: 3
Views: 854
 
Jump to post

Change list item collapse block background and label font color

Thanks for that. I've got my label within the collapse block setting the color now. I've put the code in the expand event because it doesn't seem to work in the value change event. I do need to change the collapse block header text color too if possible and have tried putting the following in the va...
by Dan Sweeney
Fri Aug 23, 2013 10:20 pm
Forum: Issues
Topic: Change list item collapse block background and label font color
Replies: 3
Views: 854
 
Jump to post

Change list item collapse block background and label font color

I have a list item with a collapse block and some labels. My list item is called 'mListWOut', my collapse block within the list item is called 'mCollapseBlock'. I have 2 labels within the collapse block being populated from a rest service. What I need is to change the back colour of the collapse con...
by Dan Sweeney
Wed Jun 05, 2013 2:55 pm
Forum: Issues
Topic: Closing popup
Replies: 6
Views: 2460
 
Jump to post

Closing popup

Hi Illya I'm encountering this same problem and have tried your suggestion but it's not quite working for me. My page has a listitem which is populated by a rest service on page load (works fine), I then have a button which shows a popup and when I close the popup, the page is blank, as if their are...
by Dan Sweeney
Wed May 29, 2013 9:51 am
Forum: Issues
Topic: In app purchases UK company
Replies: 2
Views: 475
 
Jump to post

In app purchases UK company

Hi

Can you tell me when you expect to have an in app purchase solution for UK based companies?

I've had a look at Stripe but they only support US based companies at the moment.

I saw I can use a Cordova plug-in for Android but I also require an Apple solution.

Regards

by Dan Sweeney
Tue May 21, 2013 7:21 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15859
 
Jump to post

Support for local SQLite datasources

Hi Katya
That's sorted that thanks. I'm still having problems mapping the array to my list.
I've set the mobilelistitem to the "ourFinalArray" and added one of the JSON fields and mapped this to a label but it doesn't seem to be mapping.
What am I missing?

by Dan Sweeney
Tue May 21, 2013 10:53 am
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15859
 
Jump to post

Support for local SQLite datasources

Sorry, here it is: codevar db = window.openDatabase("MELInsp", "1.0", "MEL Inspection DB", 200000); $t.jsGetMyLocalInspections = $t.createClass(null, { init: function(requestOptions) { this.__requestOptions = $.extend({}, ...

Go to advanced search