Search found 16 matches

Go to advanced search

by Egor Kotov
Mon Sep 05, 2016 1:39 pm
Forum: Issues
Topic: query (or (and)(and));
Replies: 2
Views: 738
 
Jump to post

query (or (and)(and));

Hello Nicklas,
I just build a simple query generator for simple and/or queries.
http://blog.bismallion.com/appery-db-...
At least, you can test each part of your query, cause right now it generates simple ones.

by Egor Kotov
Fri Nov 07, 2014 1:04 pm
Forum: Issues
Topic: Problem running setTimeout for loading a page
Replies: 2
Views: 596
 
Jump to post

Problem running setTimeout for loading a page

use
setTimeout(
function(){
Appery.navigateTo('page_name')
}, 1000);
-----OR------
setTimeout(
Appery.navigateTo('page_name')
, 1000);

by Egor Kotov
Thu Oct 02, 2014 10:50 am
Forum: Issues
Topic: Can't add new popup component.
Replies: 8
Views: 1120
 
Jump to post

Can't add new popup component.

Thanks Katya.
I checked, the page was created from template.
Problem solved.

by Egor Kotov
Wed Oct 01, 2014 11:57 pm
Forum: Issues
Topic: Can't add new popup component.
Replies: 8
Views: 1120
 
Jump to post

Can't add new popup component.

App hav been shared, no rush.
I have found a workaround for this time.

by Egor Kotov
Wed Oct 01, 2014 11:47 pm
Forum: Issues
Topic: Can't add new popup component.
Replies: 8
Views: 1120
 
Jump to post

Can't add new popup component.

by Egor Kotov
Wed Oct 01, 2014 11:46 pm
Forum: Issues
Topic: Error falls in log when dragging popup inside of panel component
Replies: 5
Views: 637
 
Jump to post

Error falls in log when dragging popup inside of panel component

Chrome PC , 37.0.2062.124 m (last version on this very moment).

by Egor Kotov
Wed Oct 01, 2014 11:21 pm
Forum: Issues
Topic: Can't add new popup component.
Replies: 8
Views: 1120
 
Jump to post

Can't add new popup component.

1) opening already existed page. 2) dragging popup component to one of component on page: label, button, pagecontainer, etc. There is no description in the documentation about how user should place/use this component, just general description about possibilities. http://devcenter.appery.io/documenta...
by Egor Kotov
Wed Oct 01, 2014 11:18 pm
Forum: Issues
Topic: Error falls in log when dragging popup inside of panel component
Replies: 5
Views: 637
 
Jump to post

Error falls in log when dragging popup inside of panel component

Hi, Illya, thanks for quick reply.
http://gyazo.com/d5c81efb45acfc0aedad... - first part of error.
http://gyazo.com/2a4124124afe353719b4... - second part of error.

by Egor Kotov
Wed Oct 01, 2014 10:46 pm
Forum: Issues
Topic: Error falls in log when dragging popup inside of panel component
Replies: 5
Views: 637
 
Jump to post

Error falls in log when dragging popup inside of panel component

I haven't seen any critical issues on that.
Just FYI.

by Egor Kotov
Wed Oct 01, 2014 10:33 pm
Forum: Issues
Topic: Can't add new popup component.
Replies: 8
Views: 1120
 
Jump to post

Can't add new popup component.

On old builder version I can't add popup.
I'm simply dragging this component to a button or other component. and nothong happens.
Please tell me what I'm doing wrong.
Thanks in advance.

Go to advanced search