Search Type: Posts; User: SchattenMann
Search: Search took 0.04 seconds.
-
18 Sep 2012 1:42 AM
- Replies
- 11
- Views
- 825
how would one do that to, lets say, post a form?
-
18 Sep 2012 1:08 AM
- Replies
- 11
- Views
- 825
As far as i know, since the server won't be in the same domain as the webapp, it will be a Cross- Domain request and therefor won't work with siimple Post.
Wither JSONP or CORS is necessary -
18 Sep 2012 12:53 AM
- Replies
- 11
- Views
- 825
Basically i'm doing a WebUI for a Portuguese ERP.
User will be able to add Invoices and similar documents. Since some users will perform invoices with many items the amount of data post back to... -
17 Sep 2012 12:23 PM
- Replies
- 11
- Views
- 825
by now sencha tools only..
hopefully phonegap will enter in a near future but theres a lot to learn till then :) -
17 Sep 2012 11:18 AM
- Replies
- 11
- Views
- 825
data will always be json encoded, either form posts or grid updates.
will be a webapp compiled for iOS and Android -
17 Sep 2012 9:18 AM
- Replies
- 7
- Views
- 2,060
Once the application deployed how one should proceed?
I won't be able to know the ip of every mobile phone using it...or am i missing something? -
17 Sep 2012 7:24 AM
- Replies
- 11
- Views
- 825
Greetings,
I'm currently using normal JSONP but it seems to be failing when URL gets over X characters. Since JSONP is pure GET that tends to happen a lot and is causing me a lot of troubles.
... -
13 Aug 2012 6:09 AM
Jump to post Thread: JSONP Store Not Loading Data by SchattenMann
- Replies
- 6
- Views
- 1,026
That would be my next comment.
wrap your json string with $_POST['callback']
although to be honest, assuming no errors or typos done, it would be exactly the same.
my advice would be to... -
13 Aug 2012 5:52 AM
Jump to post Thread: JSONP Store Not Loading Data by SchattenMann
- Replies
- 6
- Views
- 1,026
ups my bad, you should set callbackName , not callbackKey
http://docs.sencha.com/touch/2-0/#!/api/Ext.data.JsonP-method-request -
13 Aug 2012 1:24 AM
Jump to post Thread: JSONP Store Not Loading Data by SchattenMann
- Replies
- 6
- Views
- 1,026
why are you loading JSON from a JS?
I may not be the best person to answer you but i believe that if you are loading something like function(xxx) inside a .js that will probably be treated as a js... -
9 Aug 2012 6:55 AM
Jump to post Thread: how to check form dirty by SchattenMann
- Replies
- 4
- Views
- 643
thank you for your reply michael.parrott
i'm trying to use your example - i've noticed the use of model.set instead of model.setData - but how can i first set the default model values?
for... -
9 Aug 2012 5:48 AM
Jump to post Thread: how to check form dirty by SchattenMann
- Replies
- 4
- Views
- 643
bump for today
-
9 Aug 2012 5:16 AM
- Replies
- 25
- Views
- 11,793
i will try to report all i've found asap but tbh i will need some time...lol
-
9 Aug 2012 1:54 AM
- Replies
- 25
- Views
- 11,793
i did updated to 2.1.0 b2 and roll back imediatly!
alot of stuff on my app stop worked on that beta... -
8 Aug 2012 11:17 AM
Jump to post Thread: how to check form dirty by SchattenMann
- Replies
- 4
- Views
- 643
Greetings,
I need to check if form values have been changed to prevent user to exit the form without saving it.
With ExtJS 4 that was very easy with isDirty function but sencha touch seems to... -
8 Aug 2012 10:26 AM
- Replies
- 25
- Views
- 11,793
I'm using Sencha Architect 2.0.0 Build 442 and i'm getting this problem
what can i do to fix it?
thanks -
7 Aug 2012 5:41 AM
- Replies
- 1
- Views
- 281
Seems to be fixed with the following code:
onListaArtigosEspeciaisItemSwipe: function(dataview, index, target, record, e, options) {
if (e.direction == "right") {
var del... -
7 Aug 2012 4:01 AM
- Replies
- 1
- Views
- 281
Greetings,
I'm looking to add the common iOS function in List that when user swipe in a item the specific "disclosure" button is replaced by a "Delete" button.
Following this thread i was... -
3 Aug 2012 5:36 AM
- Replies
- 8
- Views
- 1,773
that is extremely cleaver mitchellsimoens
thanks!
PS: is it worth it to add a suggestion for a new JSONP form.method? -
3 Aug 2012 4:25 AM
- Replies
- 8
- Views
- 1,773
Thank you mitchellsimoens
I have just realized that i expressed myself wrong and thats probably the reason why no one answered me before.
What i want to do is to submit Form using JSONP for... -
2 Aug 2012 9:47 AM
- Replies
- 8
- Views
- 1,773
Any help would be great
-
27 Jul 2012 5:15 AM
- Replies
- 8
- Views
- 1,773
Either this question is to stupid to deserve an answer or no one had done this - i'm pretty sure it's the first tough lol
either way i would really appreciate an answer. -
24 Jul 2012 2:42 AM
- Replies
- 8
- Views
- 1,773
Bump for the morning
-
23 Jul 2012 8:15 AM
- Replies
- 12
- Views
- 1,070
ic...
i supose it will be usefull in the future somehow...thanks -
23 Jul 2012 8:03 AM
- Replies
- 12
- Views
- 1,070
well i suppose that i will work indeed lol
although now i don't understand the use of the component property....
Results 1 to 25 of 119
