Search Type: Posts; User: dgherrig
Search: Search took 0.04 seconds.
-
4 Apr 2013 12:15 PM
Jump to post Thread: Sencha Arch use extjs 4.2 by dgherrig
- Replies
- 7
- Views
- 519
I am currently running version 2.1.0 build:678, how do I upgrade to 2.2.x or latest version
-
1 Apr 2013 7:18 AM
Jump to post Thread: Sencha Arch use extjs 4.2 by dgherrig
- Replies
- 7
- Views
- 519
How do I configure the architect to use a new version of extjs, for example 4.2
-
17 Dec 2012 11:10 AM
- Replies
- 0
- Views
- 127
I make an Ext.ajax.request, and when the server sends back a 401 not authorized the browser pops up its own gui.
I want my Ext.ajax.reqeust to get the 401 "before" the browser does so I can... -
9 Oct 2012 4:40 PM
- Replies
- 3
- Views
- 439
Our team will have several developers working on the same project using Sencha Architect The question is, how do we do concurrent development. We already have a mercurial source control system in...
-
25 Sep 2012 6:59 AM
- Replies
- 0
- Views
- 312
I am posting this as a help for anybody running into a similar problem.
PROBLEM:
The EXTJS combo box expects data to populate it be formatted as, for example: -
24 Sep 2012 6:38 AM
Jump to post Thread: How to reformat combo box data by dgherrig
- Replies
- 1
- Views
- 272
I am trying to display data coming back from my server in a combo box.
The problem is that the data coming back from my legacy server, which I can not change looks like this:
{
... -
21 Sep 2012 2:35 PM
Jump to post Thread: i18l for buttons and labels, etc by dgherrig
- Replies
- 1
- Views
- 365
I understand the following statement from the documentation on Localizing your own app
"Ext JS doesn't enforce any particular approach to localization. It's only the framework itself that uses... -
19 Sep 2012 4:15 PM
- Replies
- 4
- Views
- 423
Ok, I got it, I did not completely understand, your response, until I did a little more researching
setting "remoteSort: true," on the store did exacltly what I needed.
Thanks for your... -
19 Sep 2012 3:50 PM
- Replies
- 4
- Views
- 423
So yes, I have the remoteSort working, if that is what you mean. My server is getting the sort parameters when the grid does a page request and sending back the correct data sorted.
With... -
19 Sep 2012 2:53 PM
- Replies
- 4
- Views
- 423
Current behavior is to just sort asc/desc on the current showing page. Then on the "next" page up/down the sort info is sent along to the server.
If you think about this, this is not... -
17 Sep 2012 12:57 PM
- Replies
- 3
- Views
- 679
Thanks, for responding, that's a very good workaround, saved my day.
-
11 Sep 2012 3:50 PM
- Replies
- 3
- Views
- 679
SA forces me to have an itemSelector in the viewConfig. If I remove it or comment out "itemSelcetor" from my deployed code all works fine.
Can somebody please explain or show example base on... -
10 Sep 2012 9:26 AM
- Replies
- 0
- Views
- 156
I have a legacy product that defines some JSON fields with spaces in the name for example "Inventory Manager" or "High Def".
The problem is that SA will not let you define a field with... -
30 Aug 2012 6:10 AM
- Replies
- 3
- Views
- 536
yeah, that's what I thought, I tried turning off and on but did not make any difference, running version 2.1.0 Build 588.
Could it maybe have something to do with, the Portal code downloaded... -
29 Aug 2012 4:18 PM
- Replies
- 3
- Views
- 536
sorry, typo, looks like,
<script type="text/javascript" src="app.js"></script> -
29 Aug 2012 4:15 PM
- Replies
- 3
- Views
- 536
Hi,
Every time I do a save in SA, the app.html app.js gets a new id and cause source control issues.
<script type="text/javascript" src="app.js?_dc=1346284880684"></script>
Is there a... -
29 Aug 2012 9:07 AM
Jump to post Thread: portal in sencha arch by dgherrig
- Replies
- 5
- Views
- 703
thanks so much, this is a hugh help.
-
29 Aug 2012 7:14 AM
Jump to post Thread: portal in sencha arch by dgherrig
- Replies
- 5
- Views
- 703
yes, please
Thank you -
29 Aug 2012 6:27 AM
Jump to post Thread: portal in sencha arch by dgherrig
- Replies
- 5
- Views
- 703
Hi,
I have been trying to creaete a portal like in http://docs.sencha.com/ext-js/4-1/#!/example/portal/portal.html using Sencha Arch but have been unable to figure out.
What am I missing,... -
28 Aug 2012 2:35 PM
Jump to post Thread: create portal using sench arch by dgherrig
- Replies
- 0
- Views
- 155
Hi,
I have been trying to creaete a portal like in http://docs.sencha.com/ext-js/4-1/#!/example/portal/portal.html using Sencha Arch but have been unable to figure out.
What am I missing, can... -
13 Aug 2012 6:24 AM
- Replies
- 1
- Views
- 266
To be more specific it looks like the Ext.data.SortTypes does not support the interface where the input parameters are the "current" and "next" sort value and takes a returned value of either 1,...
-
12 Aug 2012 3:08 PM
- Replies
- 1
- Views
- 266
Hi,
I am trying to do a data level sort with a custom sortType. The documentation for Ext.data.SortTypes at http://docs.sencha.com/ext-js/4-1/#!/api/Ext.data.SortTypes seems pretty straight... -
10 Aug 2012 1:49 PM
- Replies
- 4
- Views
- 762
I think I may have found the problem, I want to doing more testing and will let you know the final results, but,
I was doing:
Ext.getCmp('loginPanelId').getEl().hide();... -
10 Aug 2012 12:10 PM
- Replies
- 4
- Views
- 762
Yes, I have tried a number of different things, below is the code. If I deploy the basepanel as "not hidden" the child panels do show up, so I know there are there :), but when basepanel is deploy as...
-
9 Aug 2012 7:19 AM
- Replies
- 4
- Views
- 762
Hi,
I have a base panel with a layout of vbox. To the base panel I have added two child panels, one a plain panel and the other a tabbed panel.
When my application starts up the base panel...
Results 1 to 25 of 38
