Search found 604 matches

Go to advanced search

by Terry Gilliver
Wed Jul 12, 2017 1:30 pm
Forum: Issues
Topic: change radiogroup from horizontal to vertical depending on screen width
Replies: 10
Views: 2079
 
Jump to post

change radiogroup from horizontal to vertical depending on screen width

The breakpoint issue seems to be a chrome bug. closing and reopening the browser seems to fix it temporarily. I am using Chrome: Version 59.0.3071.115 (Official Build) (64-bit)

by Terry Gilliver
Wed Jul 12, 2017 10:11 am
Forum: Issues
Topic: change radiogroup from horizontal to vertical depending on screen width
Replies: 10
Views: 2079
 
Jump to post

change radiogroup from horizontal to vertical depending on screen width

Ok, Thanks Bruce, i will try that.

Happy Wednesday!

Oh, and my breakpoints are working again... how weird.

by Terry Gilliver
Wed Jul 12, 2017 10:09 am
Forum: Issues
Topic: No security database access
Replies: 5
Views: 1043
 
Jump to post

No security database access

Thanks for the update Bernie.

In this situation, however, it is a completely anonymous app.

by Terry Gilliver
Tue Jul 11, 2017 2:52 pm
Forum: Issues
Topic: change radiogroup from horizontal to vertical depending on screen width
Replies: 10
Views: 2079
 
Jump to post

change radiogroup from horizontal to vertical depending on screen width

Didn't work for me Bruce. however, was looking for a select that would work on all checkbox groups. I tried: pre$(document)&#46;on('pageshow',function() { debugger; alert("page show event fired"); if ($(window)&#46;width() < 400) { alert("page < 400"); $("fieldset[da...
by Terry Gilliver
Tue Jul 11, 2017 11:59 am
Forum: Issues
Topic: change radiogroup from horizontal to vertical depending on screen width
Replies: 10
Views: 2079
 
Jump to post

change radiogroup from horizontal to vertical depending on screen width

How can I switch a control-group (radio-group or checkbox-group) from horizontal to vertical depending on screen size? (jQuery Mobile) This is what I have tried so far: pre$(document)&#46;on('pagebeforeshow',function() { if ($(window)&#46;width() < 400) { $("fieldset[data-type=horizonta...
by Terry Gilliver
Mon Jul 10, 2017 1:38 pm
Forum: Issues
Topic: list all items of a collection in specific order
Replies: 4
Views: 1024
 
Jump to post

list all items of a collection in specific order

Thanks, Bruce,

i just realised i can also add it to the list service, therefore no need to change to a query service. Works fine!

Happy Monday!

by Terry Gilliver
Mon Jul 10, 2017 1:13 pm
Forum: Issues
Topic: list all items of a collection in specific order
Replies: 4
Views: 1024
 
Jump to post

list all items of a collection in specific order

I need to return all items from a collection in a particular order. I don't think this can be done with a list service, so i am guessing it has to be done in a query service. I wish to order my collection by 'Tax_Period' which is a string like '2015-2016' or '2016-2017'. I want them listed in ascend...
by Terry Gilliver
Sat Jul 08, 2017 4:38 pm
Forum: Issues
Topic: No security database access
Replies: 5
Views: 1043
 
Jump to post

No security database access

I haven't set Secure Collection = true, but I see a header for session token in the service.

Are you saying that I can leave that setting blank?

by Terry Gilliver
Sat Jul 08, 2017 12:28 pm
Forum: Issues
Topic: No security database access
Replies: 5
Views: 1043
 
Jump to post

No security database access

I have an app that doesn't require a login, therefore there is no session token. I have a database with static data which needs no security (read only). How do I access this, as when i create a database service it requires the session token.

by Terry Gilliver
Thu Jul 06, 2017 5:29 pm
Forum: Issues
Topic: SQLITE database locally on phone
Replies: 3
Views: 910
 
Jump to post

SQLITE database locally on phone

Thanks Guys,

That has given me something to look into

Go to advanced search