Search found 11 matches

Go to advanced search

by Rutger van Dijk5994263
Fri Aug 16, 2013 2:13 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15671
 
Jump to post

Support for local SQLite datasources

Don't know what you mean? You have some database with data and you want it to be stored in local db.

You must create inserts based upon this db file. You can do without internet connection, but I prefer to do it with online db cause than I can import when I have internet and use it without.

by Rutger van Dijk5994263
Fri Aug 16, 2013 1:57 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15671
 
Jump to post

Support for local SQLite datasources

Hi Toby,

Everything should be done from javascript. There is no out-of-the-box solution at the moment in apperyio.
So you need to create db in JS. Create table in JS. Add items in JS. Retrieve data in JS,.....

Code examples are in tutorial.

by Rutger van Dijk5994263
Fri Aug 16, 2013 1:44 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15671
 
Jump to post

Support for local SQLite datasources

Hi Toby,
The tutorial describes more than you need. But the part about storing and retrieving data from local db are there.
But you need to use the code for instance to store data from some form in your app. I think you have all needed to make a full app.

by Rutger van Dijk5994263
Thu Jul 18, 2013 10:08 am
Forum: Issues
Topic: Test url is not working. I get an error 500.
Replies: 5
Views: 601
 
Jump to post

Test url is not working. I get an error 500.

I found out it is working again. Maybe idea for future to inform reporter ;)

by Rutger van Dijk5994263
Fri Jul 12, 2013 2:26 pm
Forum: Issues
Topic: Test url is not working. I get an error 500.
Replies: 5
Views: 601
 
Jump to post

Test url is not working. I get an error 500.

Hopefully you will be able to fix it a.s.a.p. so I can continue developing/testing my app. I am not a skilled developer, so I am working according to the trial and error methodology.

by Rutger van Dijk5994263
Thu Jul 11, 2013 7:23 pm
Forum: Issues
Topic: Test url is not working. I get an error 500.
Replies: 5
Views: 601
 
Jump to post

Test url is not working. I get an error 500.

Image

When trying to test my app, I get an error. This is like this for about 5 hours now. I also get the error when I go to url directly: http://appery.io/app/view/6890111a-42...

by Rutger van Dijk5994263
Thu Jul 11, 2013 9:48 am
Forum: Issues
Topic: Facebook Style Navigation
Replies: 104
Views: 33364
 
Jump to post

Facebook Style Navigation

Today I had the same problem. What helped for me:

.leftPanel {
margin: 0px;
width: 100%;
}

.ui-panel-display-reveal {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

leftPanel is the name of the div

by Rutger van Dijk5994263
Thu Jun 27, 2013 6:37 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15671
 
Jump to post

Support for local SQLite datasources

The example does: Get data from online database, store this in local database and retrieve it with generic service. I have created the description in 20min and it probably will have to be extended when distributed on internet. All must understand that I have no education in whatever coding language ...
by Rutger van Dijk5994263
Thu Jun 27, 2013 6:30 pm
Forum: Issues
Topic: Support for local SQLite datasources
Replies: 69
Views: 15671
 
Jump to post

Support for local SQLite datasources

I just created a word document with an example. Any idea how I can share with you: email?

Go to advanced search