Search found 29 matches

Go to advanced search

by Louis
Fri Nov 14, 2014 9:24 am
Forum: Issues
Topic: Error logic changed since update
Replies: 3
Views: 411
 
Jump to post

Error logic changed since update

No worries - It's not a big deal. I was just wondering if you were aware of any changes that might of done this. Scenario: Error message that has visible set to false on load / page show of page. The rest service is then called, if success show content, if error message visible becomes enabled and t...
by Louis
Thu Nov 13, 2014 1:59 pm
Forum: Issues
Topic: Error logic changed since update
Replies: 3
Views: 411
 
Jump to post

Error logic changed since update

Hi, Before the update, I had a few errors messages that would enable (visible) when a service would fail (Data Error: Set property and on Success show what ever was being pulled). All working fine. It also worked if the content wasn't XML or JSON compatible. For example: If a feed no longer exists a...
by Louis
Thu Nov 13, 2014 8:57 am
Forum: Issues
Topic: List items visible only when a user has started to type in the datafilter
Replies: 8
Views: 1021
 
Jump to post

List items visible only when a user has started to type in the datafilter

Thank you, Evgene!

For anyone else who is interested:

Select your list more properties attribute codedata-filter-reveal/code and value codetrue/code add

by Louis
Wed Nov 12, 2014 4:26 pm
Forum: Issues
Topic: List items visible only when a user has started to type in the datafilter
Replies: 8
Views: 1021
 
Jump to post

List items visible only when a user has started to type in the datafilter

bump - also interested if anyone knows how to.

by Louis
Wed Nov 12, 2014 11:25 am
Forum: Issues
Topic: Can't upload images using Appery Media Manager
Replies: 5
Views: 570
 
Jump to post

Can't upload images using Appery Media Manager

Mine's working fine - Chrome on Windows 7.

by Louis
Wed Nov 12, 2014 10:51 am
Forum: Issues
Topic: image src from file data service
Replies: 10
Views: 1555
 
Jump to post

image src from file data service

So your image is loading the right ID/file name into a label but won't show when mapped to an asset?

What javascript have you added to the mapped items? Is it appending the filename with the URL of the filesystem?
i.e.: ../files/views/assets/image/[filename].jpg

by Louis
Tue Nov 11, 2014 9:28 am
Forum: Issues
Topic: slow transitions in both tester and in apk in googe play
Replies: 17
Views: 1820
 
Jump to post

slow transitions in both tester and in apk in googe play

If you manage to fix this issue I will be interested in knowing what optimisations you have made in general, as I'm also looking to increase speed of transitions between pages etc.

by Louis
Wed Nov 05, 2014 2:55 pm
Forum: Issues
Topic: Background image flickering when moving between pages
Replies: 37
Views: 4729
 
Jump to post

Background image flickering when moving between pages

Hi Matt, If you haven't already assigned a CSS class to the background you could do so using: code$("#selector id").addClass("class name")/code Obviously changing the first and second part to match yours. But in general, I prefer to use CSS to add background images etc (I...
by Louis
Wed Nov 05, 2014 2:13 pm
Forum: Issues
Topic: Background image flickering when moving between pages
Replies: 37
Views: 4729
 
Jump to post

Background image flickering when moving between pages

Have you tried changing the format (jpg,png etc.) of the images or checking if they are all the same?

Also flickering can sometimes occur if the page is loading something out of the container. Have you tried adding codeoverflow:hidden/code to the css class?

Go to advanced search