Search found 137 matches

Go to advanced search

by leven.steve
Mon Nov 07, 2016 8:36 am
Forum: Issues
Topic: Select Component
Replies: 25
Views: 6797
 
Jump to post

Select Component

Zhivko, it took me a long time to get my head around this and the Appery guys gave me the answer. Create a scope variable - say selectedModel Add selectedModelto your Select component using ng-model attribute Also add selectedModel using ng-selected attribute. Now when you set selectedModel to one o...
by leven.steve
Sun Nov 06, 2016 11:27 pm
Forum: Issues
Topic: How do I get the content of an image in the media manager using its filename
Replies: 7
Views: 1049
 
Jump to post

How do I get the content of an image in the media manager using its filename

Hi I need to get the base64 string of an image uploaded to the media manager. (eg a logo) I tried using $scope.imgsrc=Apperyio.getImagePath('rtlogonew.png'); but getImagePath "is not a function" error is returned in the console. I cannot see another example in the documentation or the foru...
by leven.steve
Sat Nov 05, 2016 10:56 am
Forum: Issues
Topic: Platform Problem - Pages Not Loading [Resolved]
Replies: 8
Views: 1547
 
Jump to post

Platform Problem - Pages Not Loading [Resolved]

So we will still have to check the status page. Why not post updates as well to your Twitter feed so we can get notified? Pro-active rather than re-active.

by leven.steve
Fri Nov 04, 2016 12:35 pm
Forum: Issues
Topic: Platform Problem - Pages Not Loading [Resolved]
Replies: 8
Views: 1547
 
Jump to post

Platform Problem - Pages Not Loading [Resolved]

Max,

It would be most helpful if you can post status updates to your Twitter feed. That way we would know when you start an update and when it completes.
And in this instance, given the massive time delay to get live again, I wouldn't have to check every 15 mins to find out!

by leven.steve
Wed Nov 02, 2016 11:55 am
Forum: Issues
Topic: Unable to load uploaded font files
Replies: 1
Views: 447
 
Jump to post

Unable to load uploaded font files

I have uploaded some font files to the CSS folder of my app. When the app runs I get a "Failed to decode" error and an "invalid version tag" error for the two fonts referenced. What do I need to do / change to resolve this please? https://d2r1vs3d9006ap.cloudfront.net/s3_images/1...
by leven.steve
Wed Nov 02, 2016 11:45 am
Forum: Issues
Topic: How do I add allowable MIME types to my web app project?
Replies: 0
Views: 1146
 
Jump to post

How do I add allowable MIME types to my web app project?

I need to allow the following MIME types for some font files I have uploaded. This is what I would need to do on an IIS server as an example. How do I do this in my project to allow these files? (I have replace angle brackets with square ones to prevent the HTML being lost) [system.webServer] [stati...
by leven.steve
Wed Oct 12, 2016 8:42 pm
Forum: Issues
Topic: if statement not working
Replies: 2
Views: 499
 
Jump to post

if statement not working

Deon, I feel your pain the same way when things change/stop working. I've been using the Lodash library which Appery includes by default in the apps. Assuming you've got it included you could try using the Lodash function .isUndefined() like if( .isUndefined(userreg)) {...} See here https://lodash.c...
by leven.steve
Wed Oct 12, 2016 1:59 pm
Forum: Issues
Topic: Mapping the collname for a Pointer on create/update
Replies: 1
Views: 412
 
Jump to post

Mapping the collname for a Pointer on create/update

Is it possible to set the collname to the fixed value needed when using mapping? Is the only way to have a scope variable for each collname and map that? What would be useful is to be able to have the (JS) button availabel even if nothinjg is mapped to that column so you could enter the collname as ...
by leven.steve
Wed Oct 12, 2016 12:16 pm
Forum: Issues
Topic: Make component read-only
Replies: 17
Views: 1610
 
Jump to post

Make component read-only

What about use the ng-readonly attribute in the designer, set it to a local scope variable and then set that variable accordingly? I have a page that I need to make a number of fields read-only unless it's being accessed by an "admin" user login. So I have $scope.isAdmin and use: ng-readon...
by leven.steve
Wed Oct 12, 2016 6:28 am
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11772
 
Jump to post

UPDATE some columns (ie PATCH)

Thanks IIlya, I will look at that.
It may have been a little more helpful if you guys gave me that answer and link 3 months ago though!

Go to advanced search