Search found 11 matches

Go to advanced search

by Jacques van Niekerk
Sat Aug 16, 2014 8:17 am
Forum: Issues
Topic: Effective Aggregation in Appery
Replies: 8
Views: 1361
 
Jump to post

Effective Aggregation in Appery

No - no solution. I decided not to use the Appery database/server side tools. Rolled my own as REST services.

by Jacques van Niekerk
Tue Aug 12, 2014 7:50 am
Forum: Issues
Topic: Use Javascript to determin if instance is HTML5 or Android?
Replies: 2
Views: 337
 
Jump to post

Use Javascript to determin if instance is HTML5 or Android?

Is there any way to use Javascript to determine whether the currently executing instance of an Appery app is native Android, or HTML5 ? One wants to do this in order to deprecate native services which are not visible via Android. I want to avoid having two versions of the app - would rather do check...
by Jacques van Niekerk
Tue Jul 29, 2014 11:49 am
Forum: Issues
Topic: Popup component and templated pages
Replies: 1
Views: 264
 
Jump to post

Popup component and templated pages

Can the new Popup component be used with a Page that is based on a template ?
I can add the popup component to a template page and to a page that is not based on a template, but cannot add it to a page based on a template.

by Jacques van Niekerk
Wed Jul 16, 2014 1:57 pm
Forum: Issues
Topic: Source code files out of sync with screens, changes not propagating
Replies: 3
Views: 408
 
Jump to post

Source code files out of sync with screens, changes not propagating

I did not edit them. They were MARKED as edited, granted. Incorrectly.
In addition source code change rollbacks do not work.

by Jacques van Niekerk
Wed Jul 16, 2014 1:44 pm
Forum: Issues
Topic: Source code files out of sync with screens, changes not propagating
Replies: 3
Views: 408
 
Jump to post

Source code files out of sync with screens, changes not propagating

I have had problems with Appery where source code files show as having been changed, even though they were not directly edited. Any changes to the actual screens are not reflected in the source files (html) and therefore not available in the app. Rolling back source code changes simply has no effect...
by Jacques van Niekerk
Mon Apr 14, 2014 7:55 am
Forum: Issues
Topic: Effective Aggregation in Appery
Replies: 8
Views: 1361
 
Jump to post

Effective Aggregation in Appery

Thank you. Any indication of timelines ?

by Jacques van Niekerk
Thu Apr 10, 2014 3:12 pm
Forum: Issues
Topic: Effective Aggregation in Appery
Replies: 8
Views: 1361
 
Jump to post

Effective Aggregation in Appery

Looking at this thread" https://getsatisfaction.com/apperyio/... it appears that Appery does not support any mongodb aggregation functions at all. If an app reaches any kind of scale this potentially becomes a real problem with having to transfer large amounts of data out of the database to be ...
by Jacques van Niekerk
Thu Apr 10, 2014 1:00 pm
Forum: Issues
Topic: Updating custom columns on User collection using server side script
Replies: 5
Views: 512
 
Jump to post

Updating custom columns on User collection using server side script

OK - resolved. The following code works: DatabaseUser.update(dbid, usr._id, {"CustomColumn":customValue});
But please note that the documentation should state clearly that generic operations on Collections are NOT applicable to the pre-defined collections.

by Jacques van Niekerk
Thu Apr 10, 2014 6:17 am
Forum: Issues
Topic: Updating custom columns on User collection using server side script
Replies: 5
Views: 512
 
Jump to post

Updating custom columns on User collection using server side script

Here is the exact call I am making from the server side script: Collection.updateObject(dbid,"User", usr._id, customObject); In this case customObject contains the data I wish to update. The error occurs because apparently the User collection cannot be found in the database with id dbid as...

Go to advanced search