Search Type: Posts; User: ITS Telco
Search: Search took 0.02 seconds.
-
30 Aug 2011 7:21 AM
- Replies
- 8
- Views
- 2,856
Hello wuyahuang,
it is an example for an Ext.util.JSONP.request.
If the timer finished the timeout_req function.
Unfortunately the Ext.util.JSONP.request do not notice this.
So I call in the... -
30 Aug 2011 5:19 AM
Jump to post Thread: JSONP - Object in a store by ITS Telco
- Replies
- 2
- Views
- 728
It is solved. It was a "hasMany" problem.
http://www.sencha.com/forum/showthread.php?113868-Hint-Models-with-hasMany-in-Lists&highlight=hasMany
Thx. -
30 Aug 2011 5:10 AM
- Replies
- 6
- Views
- 1,599
Hi,
the order is important.
I guess you have to change the order of
<script src="app/views/Viewport.js" type="text/javascript"></script> <script src="app/views/tabpanel.js"... -
5 Aug 2011 6:08 AM
Jump to post Thread: JSONP - Object in a store by ITS Telco
- Replies
- 2
- Views
- 728
No help ?
-
4 Aug 2011 5:56 AM
- Replies
- 8
- Views
- 2,740
The only way how I could store data was in an array.
Instead of "url" parameter I used the "data" parameter.
But this is non alternative for me, because I get JSON data fom a third system.
Maybe I... -
4 Aug 2011 5:33 AM
- Replies
- 8
- Views
- 2,740
Could it be it is a general problem.
Coz I try long time already to store a jsonp object and it will not working.
I already opened a thread for a similar problem:... -
4 Aug 2011 3:56 AM
Jump to post Thread: (basic) button not working? by ITS Telco
- Replies
- 8
- Views
- 1,029
I always put it at the beginning of js file.
-
4 Aug 2011 3:56 AM
Jump to post Thread: (basic) button not working? by ITS Telco
- Replies
- 8
- Views
- 1,029
Okay I understand. I only tested in browser.
-
4 Aug 2011 3:06 AM
Jump to post Thread: JSONP - Object in a store by ITS Telco
- Replies
- 2
- Views
- 728
Hello,
i have some trouble with a JSONP-Object.
After a httpRequest I have a JSONP-Object and it looks as I want it.
I want to fill with this object a list. Before i could do this I must store... -
4 Aug 2011 2:57 AM
Jump to post Thread: (basic) button not working? by ITS Telco
- Replies
- 8
- Views
- 1,029
just insert
Ext.ns('app.views'); -
4 Aug 2011 2:54 AM
Jump to post Thread: (basic) button not working? by ITS Telco
- Replies
- 8
- Views
- 1,029
i have no problems.
i touch the buttons and the message box with aaaa appear.
how does you tested it ? -
26 Jul 2011 4:55 AM
- Replies
- 3
- Views
- 2,004
Hello wildaker,
I solve the problem on this way.
First before the request start I set a timer:
alertTimerId = window.setTimeout("timeout_req()", 5000); // for 5 sec
In the function... -
26 Jul 2011 4:53 AM
- Replies
- 8
- Views
- 2,856
Hello lansea,
I solve the problem on this way.
First before the request start I set a timer:
alertTimerId = window.setTimeout("timeout_req()", 5000); // for 5 sec
In the function... -
25 Jul 2011 5:24 AM
- Replies
- 1
- Views
- 868
Hello again,
I know of course the Ext.data.Store class,
but there I got the error
Access-Control-Allow-Origin
So it seems this is no solution and not worth to go in this direction.
best... -
25 Jul 2011 4:50 AM
- Replies
- 5
- Views
- 3,655
Hi bundinho,
I am not sure, if it that would you mean.
But it is possible to make a condition in the tpl.
First you initialize the template with the XTemplate class:
senchaTpl = new... -
25 Jul 2011 4:24 AM
- Replies
- 1
- Views
- 868
Hello,
I have a problem (of course).
I read JSONP data from the url with Ext.util.JSONP.request.
Then I put these data in a global variable.
Now I want create with these data a fieldset of...
Results 1 to 16 of 16
