Search Type: Posts; User: hjones
Search: Search took 0.03 seconds.
-
20 Dec 2012 8:54 AM
- Replies
- 7
- Views
- 1,442
I was seeing the same warning message and lack of rendering when using a 'border' layout in my panel.
I have a simple Viewport with just the single Panel added to items.
Then my panel has a border... -
27 Nov 2012 11:11 AM
- Replies
- 21
- Views
- 13,692
You need to override the Combo's onExpand method and replace the BoundListKeyNav implementation with one thats Grid or Tree friendly.
-
20 Oct 2012 8:10 PM
Jump to post Thread: Bubble type graph in extJS by hjones
- Replies
- 5
- Views
- 1,198
Have a look here: http://www.randelshofer.ch/treeviz/ for a Java example and I think the source is available.
Packing arbitrary circles within a larger circle is non-trivial...for a paper that... -
18 Oct 2012 12:11 PM
- Replies
- 1
- Views
- 510
Amazed me that this is still broken in 4.1.2.
Here's a fix...
Ext.define('Ext.data.proxy.Server', {
override: 'Ext.data.proxy.Server',
getParams: function(operation) {
... -
8 Oct 2012 5:52 PM
- Replies
- 9
- Views
- 1,139
I think at some point soon you need to clean up the help (which I like) but add some better validation and feedback.
A specific example would be: sencha app upgrade -p ext
I've been having... -
8 Oct 2012 5:38 PM
- Replies
- 4
- Views
- 739
Yup...looking good in 190. Thanks....big improvement over earlier builds.
-
1 Oct 2012 7:07 PM
- Replies
- 4
- Views
- 739
I wanted to play with a custom theme so I followed the instructions here...
http://docs.sencha.com/ext-js/4-1/#!/guide/command_theme
...to create a new theme in my generated application.
... -
1 Oct 2012 12:59 PM
- Replies
- 9
- Views
- 1,139
So I think I found the problem...
Specifying the sdk option in the sencha.cfg doesn't appear to work.
It DOES use the path there as my generated apps appear to get all the right ext files from... -
1 Oct 2012 12:41 PM
- Replies
- 9
- Views
- 1,139
Here's some more detail...
Huws-MacBook-Pro:testapp huwjones$ pwd
/Users/huwjones/testapp
Huws-MacBook-Pro:testapp huwjones$ sencha --debug app refresh
Sencha Cmd v3.0.0.181 -
28 Sep 2012 7:30 PM
- Replies
- 7
- Views
- 5,950
Don,
I installed build 181, updated my path and tried to upgrade my previously generated apps (generated using 141).
I'm getting this output and errors...
sencha app upgrade
Sencha Cmd... -
28 Sep 2012 7:11 PM
- Replies
- 9
- Views
- 1,139
The NullPointerException I was seeing with build 141 while doing a 'sencha app build' immediately after generating the raw MyApp has gone - yay!...but it doesn't appear to have done the equivalent...
-
26 Sep 2012 6:22 PM
- Replies
- 9
- Views
- 1,139
After trying the previous build systems I can say that Cmd v3 is a huge step in the right direction. Keep going.
I've got some feedback on the generated ExtJS app and an exception I can't get past... -
12 Aug 2012 6:19 PM
Jump to post Thread: Ext JS in a maven project. by hjones
- Replies
- 36
- Views
- 8,350
I haven't used it myself and the last update was 8 months ago but here's code for a Maven plugin that builds ExtJS 4.x projects.
https://github.com/ffrr/extjs-maven-plugin -
23 Jul 2011 6:25 AM
- Replies
- 166
- Views
- 59,576
You can't stop this kind of non-persistent XSS - at least thats my understanding and has been explained many times in this thread.
I'm talking about persistent XSS - a user being able to get that... -
22 Jul 2011 10:34 AM
- Replies
- 166
- Views
- 59,576
Has any progress been made on this front?
I am considering solving the problem in grids by doing the following at the Field level using the convert functionality.
Ext.data.Types.AUTO = ... -
31 May 2011 7:52 PM
- Replies
- 192
- Views
- 93,544
The link to a Grails implementation (by Mike Cantrell) on the first post of this thread appears to be no longer active.
http://mcantrell.wordpress.com/2008/...ds-and-grails/
Does anyone have... -
20 Apr 2011 7:12 PM
- Replies
- 1
- Views
- 869
I am glad someone else had the same idea...when the grid has less than the paging size of data then don't show the paging toolbar...makes for a much cleaner UI that auto-magically grows.
I'm doing... -
12 Nov 2010 10:53 AM
- Replies
- 88
- Views
- 41,834
This is a great plugin...I'm using it with hierarchicalColMenu: false.
When the user clicks on the header menu and on the Columns option ALL the checked menu items underneath get checked...with no... -
30 Sep 2010 6:19 AM
- Replies
- 0
- Views
- 1,009
Sorry...I realize this is probably not in the right forum (can it be moved?)
Ext.FlashComponent.EXPRESS_INSTALL_URL and expressInstall config only deals with the Flash upgrade state, i.e. Flash... -
20 Sep 2010 11:51 AM
- Replies
- 4
- Views
- 2,720
Just wanted to add a comment here that might help people trying to set revertInvalid on a Grid column editor.
We were using the shorthand,
editor: {
xtype: 'textfield',
....
... -
14 Sep 2010 10:25 AM
- Replies
- 0
- Views
- 1,073
Ext version tested:
Ext 3.2.0
Adapter used:
ext
[ ]yui
[ ]jquery -
7 Sep 2010 2:12 PM
Jump to post Thread: Json Encoding in Provider by hjones
- Replies
- 2
- Views
- 947
I don't think it is doing a JSON encode in the provider.
The encodeValue function are converting the state object(s) in to an encoded string format that isn't JSON. The resulting string is escaped... -
12 Aug 2010 12:50 PM
- Replies
- 4
- Views
- 2,862
http://www.sencha.com/forum/showthread.php?84278-validate-problem-of-a-gridpanel-as-a-form-item&highlight=form+grid+valid
-
2 Aug 2010 7:29 PM
- Replies
- 1
- Views
- 1,322
Make sure you have the idProperty config property on your reader/store.
If you don't sent this up then the record will auto assign an id and set phantom = true.
Here's a comment from... -
16 Jul 2010 6:26 AM
Jump to post Thread: Store save results by hjones
- Replies
- 1
- Views
- 554
I'm setting a proxy in the store like this...
proxy : new Ext.data.HttpProxy({
api: {
read : ...
update : ...
},
listeners: {
Results 1 to 25 of 33
