Search Type: Posts; User: rsqw
Search: Search took 0.03 seconds.
-
2 Sep 2012 3:16 PM
Jump to post Thread: Architecture proposal by rsqw
- Replies
- 1
- Views
- 498
Hi,
As I dind't find any usefull information about large apps architecture, I've started this topic to share some my experience of using extjs in large apps, and will be very glad to receive any... -
13 Jul 2012 9:20 AM
Jump to post Thread: Memory Leak by rsqw
- Replies
- 1
- Views
- 787
simple application with one grid(126 Mb of RAM):
37155
I've destroyed the grid, but save the reference of grid.view into variable a,
created new property "f", and added many dom-elements into... -
13 Jul 2012 8:08 AM
- Replies
- 26
- Views
- 9,605
hm,
very interesting, because for me this problem has gone after upgrading to 4.1.1 -
13 Jul 2012 4:19 AM
- Replies
- 26
- Views
- 9,605
this has been fixed in extjs4.1.1
-
12 Jul 2012 10:38 AM
- Replies
- 26
- Views
- 9,605
I can't agree with you, it's Extjs issue, because "very slow grid scrolling" appears only in infinite-grids, just try simple grid-examples from sencha-documentation <-- they work
-
5 Jul 2012 5:36 AM
Jump to post Thread: Store + ComboBox synchronization by rsqw
- Replies
- 3
- Views
- 676
Any news about this bug?
-
5 Jul 2012 5:35 AM
- Replies
- 26
- Views
- 9,605
Same issue, Archlinux
-
5 Jul 2012 5:32 AM
- Replies
- 2
- Views
- 344
Oh, ok sorry
-
5 Jul 2012 4:34 AM
- Replies
- 2
- Views
- 344
tested against:
Browser: Google Chrome 19.0.1084.52
Extjs: 4.1.1.0rc
Description:
Combobox returns invalid value after calling model.set-method -
18 Jun 2012 2:17 AM
Jump to post Thread: ComponentView in extjs4.1 by rsqw
- Replies
- 5
- Views
- 833
hm, there is no "useComponent" in src-path of the framework :((
-
15 Jun 2012 1:59 PM
- Replies
- 3
- Views
- 1,086
nice thoughts
-
15 Jun 2012 1:56 PM
Jump to post Thread: ComponentView in extjs4.1 by rsqw
- Replies
- 5
- Views
- 833
Scott, thanks for your explanation.
Unfortunately I cannot find documentation for this, where I can read about useComponent? -
15 Jun 2012 10:42 AM
Jump to post Thread: Ext JS 4.1.1 RC2 Now Available by rsqw
- Replies
- 29
- Views
- 12,101
Hm, have just started upgdating to 4.1.1 rc2, and as always my app doesn't work, can anybody tell me
where is reader#rawData-property???? -
15 Jun 2012 6:59 AM
Jump to post Thread: ComponentView in extjs4.1 by rsqw
- Replies
- 5
- Views
- 833
Hi there,
Is there any analog of SenchaTouch ComponentView in extjs 4.1?
Regards. -
3 Jun 2012 3:10 AM
- Replies
- 6
- Views
- 692
Ext.Ajax.request({
url: "/cool/url",
method: "POST",
params: {
coolParam: "coolValue"
},
success: MY_COOL_SUCCESS_CALLBACK
failure: MY_COOL_FAILURE_CALLBACK
}); -
3 Jun 2012 3:05 AM
Jump to post Thread: problem of string between php and js by rsqw
- Replies
- 3
- Views
- 333
owenho, it's just a UTF-8 encoding, where is the problem?
-
3 Jun 2012 3:03 AM
Jump to post Thread: Infinite Scrolling (deprecated data) by rsqw
- Replies
- 1
- Views
- 471
Hi,
My question is quite simple:
Buffered-Store caches the models into PageMap, and as a result store contains deprecated data (because Store doesn't make an Ajax-request for fresh portion of... -
3 Jun 2012 2:28 AM
- Replies
- 1
- Views
- 565
Hi,
Folks, please follow these links:
http://dev.sencha.com/deploy/ext-4.0.1/examples/grid/infinite-scroll.html
http://docs.sencha.com/ext-js/4-1/extjs-build/examples/grid/infinite-scroll.html
... -
1 Jun 2012 11:22 PM
Jump to post Thread: destroying associated-store by rsqw
- Replies
- 5
- Views
- 780
Ok, I'll try to make things clear.
Ext.define("Website", {
extend: "Ext.data.Model",
idProperty: "websiteId",
fields: [
'websiteId',
'website',
... -
1 Jun 2012 2:10 PM
Jump to post Thread: destroying associated-store by rsqw
- Replies
- 5
- Views
- 780
The private function destroyStore() in 4.x should do what you need --- unfortunately, no :(
in my case after user.posts().destroyStore(), user.postsStore still exists :( -
1 Jun 2012 12:50 PM
- Replies
- 2
- Views
- 446
Scott, Thank you for fast response,
Yes storeId helps,
BUT not in case with buffered-grid :(,
In my application I've a buffered-grid:
Ext.define("grid", {
extend:... -
1 Jun 2012 5:25 AM
Jump to post Thread: destroying associated-store by rsqw
- Replies
- 5
- Views
- 780
Hi,
How can I completely destroy the associated store?
My solution is:
user.posts().destroyStore();
delete user.postsStore; -
1 Jun 2012 5:15 AM
- Replies
- 2
- Views
- 446
Hi,
I've just noticed, that Ext.StoreManager doesn't register associated-stores, does anybody know how to fix this?
Thanks!!! -
10 May 2012 8:22 AM
Jump to post Thread: removeEventListener in #relayEvents by rsqw
- Replies
- 0
- Views
- 254
Hi,
I cannot find any solution to removeEventListener, when I use relayEvents:
var panel = Ext.create("Ext.Panel", {
title: "Panel",
items: [{
xtype: "button", text: "Button1"
}] -
10 May 2012 8:17 AM
Jump to post Thread: Chrome faster than IE 9 by rsqw
- Replies
- 3
- Views
- 573
chrome faster because of V8
it rocks :)
Results 1 to 25 of 92
