Search Type: Posts; User: Chods
Search: Search took 0.03 seconds.
-
2 May 2012 1:54 AM
Jump to post Thread: Ext 4.1 Upgrade by Chods
- Replies
- 1
- Views
- 456
Hi
I'm in the process of upgrading to Ext 4.1 and I notice nothing renders anymore. So i think I have a lot of re factoring on my plate.
To give you an example.
I have a dataview which... -
6 Oct 2011 7:26 AM
Jump to post Thread: Ext Js 4.1 by Chods
- Replies
- 1
- Views
- 810
Hi
Does anyone on the dev team etc know if there are plans on the road map to add the functionality to share a single instance of Ext Js amongst IFrames. We have mulitple iframes which all have a... -
11 Aug 2011 9:36 AM
Jump to post Thread: IE8 Memory leak by Chods
- Replies
- 0
- Views
- 1,145
Hi - Not sure whether this is a bug or if i am going about this the wrong way. The issue only seems to occur in IE8. Basically if i dynamically create a panel with an iframe inside it allocates...
-
3 Aug 2011 8:30 AM
- Replies
- 0
- Views
- 276
Hi
Has anyone tried to do this? We have multiple panel on the page and we only want to display the tools for the panel you are currently hovering over. would be quite a nice addition to the... -
21 Jul 2011 8:43 AM
- Replies
- 18
- Views
- 2,619
Are the dev team intending to look into this issue?
-
15 Jul 2011 12:58 AM
- Replies
- 18
- Views
- 2,619
Yes, I have seen exactly the same thing on my machine, and others.
-
14 Jul 2011 2:37 AM
- Replies
- 18
- Views
- 2,619
Hi
We also see the exact same issues as descibed above on some machines but not on others. Ive spent a while trying to debug this but its incredibly ahrd to put my finger on exactly what is going... -
26 Apr 2011 5:46 AM
Jump to post Thread: Where are the Ext Js 3.x.x samples by Chods
- Replies
- 6
- Views
- 2,665
Can you please provide me with a link as I cannot find it anywhere?
Thanks -
26 Apr 2011 5:19 AM
Jump to post Thread: Where are the Ext Js 3.x.x samples by Chods
- Replies
- 6
- Views
- 2,665
Hi
Does anyone know the location of these? All links to version 3 take you to 4. This was a great reference.
Thanks -
14 Mar 2011 5:46 AM
- Replies
- 3
- Views
- 1,280
Yes I thought about doing that but I was hoping the new way of representing data was a bit more intelligent. I dont want to have 2 datasets. 1 for each combo. e.g.
Number for dataset 1
1
2... -
10 Mar 2011 2:06 AM
- Replies
- 5
- Views
- 2,611
Thats exactly what i see aswell, only the value is an array. I have to select value[0] to get the selected item.
-
9 Mar 2011 9:59 AM
- Replies
- 3
- Views
- 1,280
The third example here maybe what I am looking for.
http://dev.sencha.com/deploy/DataDemo/index.html
I need to load the Product i require and then push the data i need into the store for the... -
9 Mar 2011 9:48 AM
- Replies
- 3
- Views
- 1,280
I was playing around with the new data objects and i wanted to try out the following scenario.
I wanted to have 2 combo boxes. ProductCombo and ThemeCombo. Now Theme depends on Product so when I... -
9 Mar 2011 6:59 AM
- Replies
- 5
- Views
- 2,611
var dropDownStore = Ext.create('Ext.data.Store', {
model: 'Product',
data: [{
id: '1',
value: 'All',
themes: [{
id: '1',
value: 'All'... -
4 Feb 2011 5:57 AM
Jump to post Thread: CookieProvider problem by Chods
- Replies
- 4
- Views
- 735
Maybe someone with knowledge of how state works could hlp me out if what I am doing is not good.
But you can override the getState method to return whatever you need to. Then when you add your... -
4 Feb 2011 5:41 AM
Jump to post Thread: CookieProvider problem by Chods
- Replies
- 4
- Views
- 735
You could try listening to the 'beforestatesave' event. Then update the state object as you wish. I am trying to do this with a ComboBox at the moment. But I am not having much success.
-
4 Feb 2011 5:20 AM
Jump to post Thread: CookieProvider problem by Chods
- Replies
- 4
- Views
- 735
If you are using the statndard cookieProvider then this will save the cookies in the browser.
Unfortunately this is not reliable as the maximum cookie size in IE is 4KB. After this the provider... -
4 Feb 2011 4:55 AM
- Replies
- 1
- Views
- 986
I was wondering if anyone had ever saved a combobox selected item to state. Currently when i make this object Stateful it saves something to state but I am not exactly sure what.
I tried to... -
9 Dec 2010 8:50 AM
Jump to post Thread: Form submit success handler by Chods
- Replies
- 9
- Views
- 827
If i understand what your asking the success handler takes parameters.
success: function(form, action) {
Ext.Msg.alert('Success', action.result.msg);
},
so in your case. -
2 Dec 2010 3:31 AM
Jump to post Thread: Do you say "ekst" or "E-X-T"? by Chods
- Replies
- 34
- Views
- 13,947
Too much of a mouthful i think. Most of the people i know call it Ekst Js or Ekst
-
29 Nov 2010 2:36 AM
Jump to post Thread: GWT or native JS - Future Bets? by Chods
- Replies
- 35
- Views
- 7,167
So would you prefer to have all the tools you have for java for javascript and develop the UI purely in javascript or carry on as you are?
-
29 Nov 2010 1:15 AM
Jump to post Thread: GWT or native JS - Future Bets? by Chods
- Replies
- 35
- Views
- 7,167
So for example how long after Ext Js 4.0 is released will it be until Ext GWT catches up or are they developed in parallel.
If the java is generating javascript surely you will have to debug the... -
26 Nov 2010 8:32 AM
Jump to post Thread: GWT or native JS - Future Bets? by Chods
- Replies
- 35
- Views
- 7,167
whats the javascript like that is spat out? Is it easy to debug?
If you find a useful third party control in js how do you integrate it?
Dependence on 2 frameworks rather than 1 is surely a... -
26 Nov 2010 8:00 AM
- Replies
- 67
- Views
- 15,633
Holy !
-
24 Sep 2010 6:15 AM
- Replies
- 6
- Views
- 863
I fully agree. I wasn't where I am when this was started. however I have worked how you have suggested in the past with outstanding results using panel.load
Results 1 to 25 of 103
