Search Type: Posts; User: dougi
Search: Search took 0.03 seconds.
-
10 Aug 2012 4:03 AM
- Replies
- 3
- Views
- 265
i solve my issue. I find this code in the source
handleEvent: function(e) { var me = this, key = e.type == 'keydown' && e.getKey(), tagName =... -
10 Aug 2012 3:37 AM
- Replies
- 3
- Views
- 265
i see. I have many forms in my applications and i only have issues with those inside my dataview. I do not use any keynav or listens any key events and my textfields don't have any constraints apply...
-
10 Aug 2012 12:28 AM
- Replies
- 3
- Views
- 265
i can't figure out why i can't add spaces in a textfield located inside a dataview.
i have a daatview that lists all the items of a store. All the items are initially described in short way with... -
9 Aug 2012 11:34 PM
- Replies
- 2
- Views
- 643
hi,
sorry for the delay.
i just create a new instance of my model and save it. everything works fine except that the structure of my model are not send in the payload section formatted in json.... -
2 Aug 2012 11:30 PM
- Replies
- 2
- Views
- 643
hi,
i can't figure out why no json data are send in the request body (payload section) when i save my model like it does with an update. Is it the correct behavior or did i miss something ? thanks... -
2 Aug 2012 1:38 AM
- Replies
- 11
- Views
- 4,496
i thought first that it was a bug on my side but it's worst. Can we expect a correction soon?
-
30 May 2012 6:30 AM
- Replies
- 9
- Views
- 689
thanks for your answer AMsdt6585. I will keep this in mind in case my solution failed but up to now it works pretty well.
i look through my application controllers list. For each controller, i... -
30 May 2012 3:49 AM
- Replies
- 9
- Views
- 689
i finally only set render event via the control method. I don't forget to set the parameter single to true to make it only fires once and auto-unregisters itself. Inside it, i declare the other bunch...
-
29 May 2012 12:31 PM
- Replies
- 9
- Views
- 689
i have the same problem. Have you find a solution ? I tried clearListeners too without success.
Thanks for your help, i am stuck. -
29 May 2012 2:06 AM
- Replies
- 4
- Views
- 602
ok, you are right, sorry for the post. I should have make this simple test myself. Thanks for the example. It still don't work in my case...i will find it
-
29 May 2012 12:30 AM
- Replies
- 4
- Views
- 602
here is my model declaration:
Ext.define('QeApp.model.Version', { extend: 'Ext.data.Model',
fields: [
{ name:'id', type:'int' },
{ name:'type', type:'string' },... -
28 May 2012 11:46 PM
Jump to post Thread: setting proxy of associated model by dougi
- Replies
- 1
- Views
- 305
Hi,
i can't find the right way to do it.
i have a model 'application' with an associated model 'version' with an hasMany relationship
How should i set the proxy of my version model to build... -
28 May 2012 11:21 PM
- Replies
- 4
- Views
- 602
Hi,
i use extjs 4.1 commercial
i noticed something weird with boolean field.
the field is set as modified when its value is set with a string and not a boolean value. quite unexpected.
here... -
25 Apr 2012 12:03 AM
Jump to post Thread: what's the problem with MessageBox by dougi
- Replies
- 3
- Views
- 455
it's linked to the event i attached the handler to. Failed with until afterrender event. Succeed with the activate event.
I guess it's a newbie mistake but i don't understand why. A messagebox is... -
24 Apr 2012 5:15 AM
Jump to post Thread: what's the problem with MessageBox by dougi
- Replies
- 3
- Views
- 455
Hi,
i run into something really weird.
I want to launch a prompt messageBox from my controller.
i is correctly displayed when i create it from my controller init method. but it shows as kind... -
28 Mar 2012 5:46 AM
Jump to post Thread: tpl and renderTpl use cases by dougi
- Replies
- 3
- Views
- 1,156
is it the way to use it.
In my custom component, the inner structure is defined with renderTpl and populates with renderData.
renderTpl:[
'<div>',
'<div id="inner">',
... -
28 Mar 2012 4:56 AM
Jump to post Thread: tpl and renderTpl use cases by dougi
- Replies
- 3
- Views
- 1,156
Hi,
thanks but it does not help me that much. I'm currently looking at some Ext component source code to get the concept and come to the point that renderTpl is the solution for custom component. ... -
26 Mar 2012 11:52 AM
Jump to post Thread: tpl and renderTpl use cases by dougi
- Replies
- 3
- Views
- 1,156
Hi,
I'm confused about the role of the tpl and renderTpl attributes. They can't be use together so i guess they do similar things.
For what i know
tpl works with data and renderTpl. we can... -
22 Mar 2012 4:38 AM
- Replies
- 27
- Views
- 4,103
Good news!
-
22 Mar 2012 2:10 AM
- Replies
- 27
- Views
- 4,103
i have got the same errors with 4.1 RC1 on windows XP. The process never ends.
It's a major problem and for what i know it 's the same problem for macos and window users. So it's currently a dead... -
21 Mar 2012 11:57 PM
- Replies
- 3
- Views
- 965
I find the error. A semicolon to the last item of my class or list. I am relieved.
Thanks for paying attention to my issue. -
21 Mar 2012 2:30 AM
- Replies
- 3
- Views
- 965
Hi,
i tried a basic example on IE6 and nothing is displayed neither no errors triggered. The page is correctly displayed in others browsers.
Is there anything to set to make it work with IE?
... -
29 Feb 2012 6:40 AM
Jump to post Thread: Ext JS 4.1 Beta 3 is Now Available by dougi
- Replies
- 57
- Views
- 19,784
Hi,
when i compile my sass file, severals warning appeared specifying that many images files can't be find. Among them:
+ ... -
28 Feb 2012 8:25 AM
- Replies
- 27
- Views
- 4,103
Sorry for the delay.
it still not finish even with the manifest. it freezes. -
24 Feb 2012 7:04 AM
- Replies
- 27
- Views
- 4,103
i add a manifest file under the resources folder named manifest.js and references it through the options -m . It removed some errors but not all.
-- error messages --
TypeError: 'undefined' is...
Results 1 to 25 of 26
