Search found 23 matches

Go to advanced search

by Alfred Butler
Sun Sep 04, 2016 9:07 pm
Forum: Issues
Topic: Apperyio storage deletei. Is there a Apperyio.storage.XXXX.delete(); ?
Replies: 3
Views: 1652
 
Jump to post

Apperyio storage deletei. Is there a Apperyio.storage.XXXX.delete(); ?

My variable
Apperyio.storage._final_text_msg.delete();

Is there a delete or do you simply clean out the contents of the variable

by Alfred Butler
Sun Jan 19, 2014 2:20 pm
Forum: Issues
Topic: HTML5 code base
Replies: 2
Views: 571
 
Jump to post

HTML5 code base

This of course is when you are not using any Phonegap material

by Alfred Butler
Sun Jan 19, 2014 1:28 pm
Forum: Issues
Topic: HTML5 code base
Replies: 2
Views: 571
 
Jump to post

HTML5 code base

I have a question in general on the export of HTML5 code. I noticed that you distinguish between different devices as well when exporting this software. This makes me wonder what is unique to each base. An example I have is that I exported the "Other" HTML5 software and have been using it ...
by Alfred Butler
Wed Jan 08, 2014 2:42 pm
Forum: Issues
Topic: Is it possible to not truncate the titles of pages?
Replies: 2
Views: 650
 
Jump to post

Is it possible to not truncate the titles of pages?

Create a CSS file in your project. Add this to the file .ui-header .ui-title { overflow: visible !important; white-space: normal !important; } Relaunch the app. You can also adjust this style to whatever you want. Try this also .ui-header .ui-title { margin-right: 10%; margin-left: 10%; } First one ...
by Alfred Butler
Mon Nov 04, 2013 2:28 pm
Forum: Issues
Topic: AJAX Parse error: Status 200: Unable to parse JSON string
Replies: 18
Views: 2794
 
Jump to post

AJAX Parse error: Status 200: Unable to parse JSON string

Ok this works using the Appery.io service. Didn't solve my issue with writing my own AJAX script (Just in case others view this). Most of the docs I view show how to map responses to a return form. At least from a UI design perspective. This is also true from a REQUEST as well. But a lot of this dat...
by Alfred Butler
Sun Nov 03, 2013 4:59 pm
Forum: Issues
Topic: AJAX Parse error: Status 200: Unable to parse JSON string
Replies: 18
Views: 2794
 
Jump to post

AJAX Parse error: Status 200: Unable to parse JSON string

Can i send this via support@appery,io ?
i don't want it posted in this thread

by Alfred Butler
Sun Nov 03, 2013 1:27 pm
Forum: Issues
Topic: AJAX Parse error: Status 200: Unable to parse JSON string
Replies: 18
Views: 2794
 
Jump to post

AJAX Parse error: Status 200: Unable to parse JSON string

if you look at the "Postman" plugin from Chrome you can easily set it up to mimic the test. it's a JSON tester.
You will see that it works correctly.

by Alfred Butler
Sun Nov 03, 2013 12:10 pm
Forum: Issues
Topic: AJAX Parse error: Status 200: Unable to parse JSON string
Replies: 18
Views: 2794
 
Jump to post

AJAX Parse error: Status 200: Unable to parse JSON string

I wrote both the front end and back end.
There is no authentication.
I have a Java app that issues requests as well.
It is a PUT.
If you want we can switch to another operation that does a GET.
I don't think that will get us anywhere really. You want the JAVA code?

Go to advanced search