Search Type: Posts; User: kanntronics
Search: Search took 0.03 seconds.
-
11 Jan 2012 7:01 PM
Jump to post Thread: Access to 4.1 svn/git branch? by kanntronics
- Replies
- 47
- Views
- 9,458
+ 1
I feel that support subscription is not worth anymore. I see no difference between premium member vs regular customer except access for premium forum. Sencha, please do something about this. ... -
16 Nov 2011 4:02 AM
Jump to post Thread: Access to 4.1 svn/git branch? by kanntronics
- Replies
- 47
- Views
- 9,458
Sencha, please do something about this. Don't let us, a support subscriber down. It's very frustrating. No point of getting support subscription when I need to wait 4.1 release for bug fixes.
-
16 Nov 2011 3:58 AM
Jump to post Thread: Ext JS 4.1 - Updates by kanntronics
- Replies
- 102
- Views
- 30,333
+1
At least get the SVN for Ext 4 branch working just like before. As a support subscriber, I want a frequent update for bug fixes. Please do something or just let us access via Git if the git-svn... -
13 Jul 2010 9:08 PM
- Replies
- 7
- Views
- 1,924
latest changes in svn produce error when CheckItem doesn't have any group. Firebug say:
Example Toolbar with Menus demonsrate this error. See checkbox 'I like Ext' in first menu. -
10 Nov 2009 2:09 AM
- Replies
- 7
- Views
- 1,805
I just fresh checkout Ext 3.0 trunk and build it with JSBuilder2. However the issue still exist
Ext 3.0 rev 5602
Ext Core rev 102
17114 -
6 Nov 2009 7:04 PM
- Replies
- 7
- Views
- 1,805
After updating back and forth svn revision, seems like changes in Ext Core rev 89 break Ext Direct.
For now I reverted to Ext Core rev 88.. Hopefully dev team can look into this problem.. -
2 Nov 2009 7:26 PM
- Replies
- 7
- Views
- 1,805
Ext version tested:
Ext 3.0 rev 5580
Adapter used:
ext -
23 Oct 2009 11:56 PM
- Replies
- 9
- Views
- 1,394
Ext version tested:
Ext 3.0 rev 5535
Adapter used:
ext -
24 Aug 2009 5:19 AM
- Replies
- 3
- Views
- 1,172
Ext version tested:
Ext 3.0.x rev 5193
Adapter used:
ext -
23 Aug 2009 6:57 PM
- Replies
- 3
- Views
- 1,429
I modifed the stock example to use DirectProxy implementation
grid.js
Ext.onReady(function(){
Ext.Direct.addProvider(Ext.direct.API);
function change(val){ -
20 Aug 2009 6:10 PM
- Replies
- 3
- Views
- 1,429
updating from r5110 to r5174 introduce this error:
15794
15795
seems like changes in DirectProxy r5113 causing this error.
sample store config: -
5 Aug 2009 10:00 AM
- Replies
- 1
- Views
- 769
When opening the layout browser example, the content doesn't rendered properly and IE (both IE7 & IE8) fire this error:
15442
15443 -
19 Jul 2009 6:38 PM
- Replies
- 4
- Views
- 3,591
@kumarshah
Just out of curiosity, why don't u just use CFQueryReader where u can return the query result right away without populating the struct. i think it much more cleaner.. another option is... -
19 Jul 2009 6:04 AM
- Replies
- 9
- Views
- 2,886
@ImShogun
the first case utilizing Ext Direct. For ColdFusion, u might want to check DirectCFM. u can examine how it handle the JSON request in Direct.cfc file.
For second case, u can handle... -
10 Jul 2009 2:57 AM
Jump to post Thread: ColdFusion Query Data Reader by kanntronics
- Replies
- 40
- Views
- 16,215
yes, i'm using the latest CFQueryReader 1.1.. it work well with Ext 3.0 from the download section but fail with head rev from svn..
if I update to rev 4713, it work fine.. -
9 Jul 2009 7:15 PM
Jump to post Thread: ColdFusion Query Data Reader by kanntronics
- Replies
- 40
- Views
- 16,215
@CutterBl
it seems CFQueryReader doesn't work with latest revision of Ext 3.0.. changes in rev 4714 broke it.. maybe there is a problem with the extractor -
14 Jun 2009 7:44 PM
- Replies
- 1,016
- Views
- 302,898
Hi Doug,
I try use miframe (mif1.2.5) with the latest ext3.0(svn4379).
however, the miframe broke the tree and accordion layout.
u can try it by include miframe in layout-browser example.... -
27 May 2009 8:15 PM
- Replies
- 34
- Views
- 22,044
Hi Steve, just fyi, I successfully setup DirectCFM with your CFQueryReader 1.1 without any issues.. here my config:
store: new Ext.data.DirectStore({
autoLoad: true,
storeId: 'Standard',... -
25 May 2009 5:24 PM
- Replies
- 7
- Views
- 1,258
@christocracy,
the config above doesn't work. seems like all the 4 api must be specified.
this config will work:
new Ext.data.DirectProxy({
api: { -
25 May 2009 11:03 AM
- Replies
- 7
- Views
- 1,258
great.. thanks..
-
24 May 2009 8:26 PM
- Replies
- 7
- Views
- 1,258
today when I update to svn head, the code below throw an error:
store: new Ext.data.Store({
autoLoad: true,
proxy: new Ext.data.DirectProxy({
directFn: Ext.ss.Data.load,... -
12 May 2009 11:39 PM
- Replies
- 34
- Views
- 22,044
Just share some thought..
security context should be managed at server side code.. in my application, I manage the security in Application.cfm; any access to cfm or cfc must passed the... -
12 May 2009 5:23 PM
- Replies
- 34
- Views
- 22,044
I think DirectCFM is purposely for Ext.Direct stuff..
To make a simple ajax request to cfc, you can do like this:
Ext.Ajax.request({
url: 'data.cfc',
method: 'post',
params: {
Results 1 to 23 of 23
