Search Type: Posts; User: xjpmauricio
Search: Search took 0.04 seconds.
-
13 May 2013 2:47 PM
- Replies
- 2
- Views
- 113
I've solved my problems, please take a look at this post: http://www.sencha.com/forum/showthread.php?263389-How-to-create-different-instances-of-the-same-controller.
-
13 May 2013 2:21 PM
- Replies
- 8
- Views
- 187
Hi Jay, I've larned the MVC pattern but like we all know, Extjs MVC pattern only works on a single instance basis (singletons) wich is not what i need. I love Extjs and that's basically the reason...
-
10 May 2013 3:48 PM
- Replies
- 8
- Views
- 187
Hi, the current extjs MVC pattern does not support multiple instances of the same controller wich is simply what I'm trying to do. I've seen multiple posts here of many people complaining about the...
-
10 May 2013 3:30 PM
- Replies
- 8
- Views
- 187
Hi, I made the decision to quit ExtJs MVC pattern. It's too strict. In the real world we use ExtJs to build Entreprise applications wich are huge by default. We're not building single small apps to...
-
10 May 2013 2:15 PM
- Replies
- 8
- Views
- 187
Hi, thanks for the tip but, I really wish I had the time to dig into another framework. This feature should be simple to implement with ExtJs.
-
10 May 2013 7:08 AM
- Replies
- 8
- Views
- 187
Hi everyone, I cannot seem to find a solution for this: How to create different instances of the same controller to be used on different panels. Is it possible?
Thanks! -
10 May 2013 5:28 AM
- Replies
- 52
- Views
- 24,045
Hi everyone, I've been trying to solve this issue also but with no luck yet.
What I'm trying to achieve is to have the hability to use the same controller on differente panels. Reuse the... -
9 May 2013 8:49 AM
- Replies
- 2
- Views
- 113
Hi everyone. I've got a "small" problem: I have an application wich uses ExtJs MVC pattern. I have a single App wich dinamically loads controllers this way:
Ext.application({
... -
23 Dec 2012 7:18 AM
- Replies
- 2
- Views
- 455
I "solved" this problem, please see this post: http://www.sencha.com/forum/showthread.php?249714-Problem-in-4.1.x-with-MS-dates-in-JSON-POST-to-.NET-WCF-web-service&p=923880#post923880
-
23 Dec 2012 7:08 AM
- Replies
- 7
- Views
- 1,017
I found a solution for this problem; this is the original method on Ext.data.writer.Writer:
writeValue: function(data, field, record){
var name = field[this.nameProperty] ||... -
22 Dec 2012 4:49 PM
- Replies
- 7
- Views
- 1,017
I have the same problem! any override available?
-
22 Dec 2012 4:25 PM
- Replies
- 2
- Views
- 455
Hi, anyone with an override to the infamous MS dateformat problem?
This is what ExtJ (4.2) is sending to the server:
... -
5 Sep 2012 6:24 AM
- Replies
- 14
- Views
- 3,443
Hi found the same issue. In my case, i have two modal windows opened and the problem appeard when trying to open a MessageBox above all windows. I'm currently using animal's tip to solve this:
... -
3 Sep 2012 5:36 AM
- Replies
- 27
- Views
- 8,174
Hi, i've just bumped into this issue also!
We're building a modular application so, we need to load modules using "lazy loading"; the MVC applications are loaded only if the user clicks on a menu... -
23 Jul 2012 9:05 AM
- Replies
- 2
- Views
- 292
Hi Scott, that's what i ended up doing!!!
Thanks!!! -
23 Jul 2012 7:09 AM
- Replies
- 2
- Views
- 292
Is there some way to change the dashSize value inside a axis of Category type?
I have a chart with many bars, the problem is that the labels containing dates are not showing up; is there a way to... -
19 Jun 2012 2:41 AM
- Replies
- 2
- Views
- 643
Hi, how can i set the default focus on the 'no' button of this message window?
Ext.Msg.show({
title: 'Message',
msg: 'Are you sure you want to delete the selected... -
18 Jun 2012 6:34 AM
- Replies
- 1
- Views
- 476
Well...the correct answer was that all i needed to do was to get the record from the store by id and realod it back again to the form.
Simple. -
18 Jun 2012 5:42 AM
- Replies
- 1
- Views
- 476
Hi, this code works perfecly on a record update. The store.sync callback is not working on a new record creation. Any ideias?
var scope = this;
var form =... -
19 May 2012 3:08 PM
- Replies
- 15
- Views
- 5,041
I'm having the same problem. A customer demand. I'm just going to change the records order and then bind them like i usually do. Simple!
By changing the records order i mean that for example, the... -
9 Apr 2012 7:05 AM
- Replies
- 8
- Views
- 7,022
Hi, still have some products using ExtJs3 so i used your patch but with a slight difference:
if ((typeof Range !== "undefined") && !Range.prototype.createContextualFragment) {
... -
30 Mar 2012 5:31 AM
- Replies
- 1
- Views
- 318
Hi, i have an Iframe with a DIV inside wich i want to add a Ext.resizer.Resizer but, somehow Ext never seems to be able to grab the DIV. It just returns this error: "Error: 'el.dom' is null or not an...
-
22 Mar 2012 1:55 PM
- Replies
- 5
- Views
- 794
lol...that's a strong signature!!!
Thanks. -
22 Mar 2012 1:47 PM
- Replies
- 5
- Views
- 794
PS: it wasn't I who sent private messages. I really don't know what you are taling about.
Thanks. -
22 Mar 2012 1:44 PM
- Replies
- 5
- Views
- 794
Well...i solved it this way:
afterrender: function (e) {
windowToolBox.dd.onDrag = function (e) {
var me = this,
comp = (me.proxy && !me.comp.liveDrag) ? me.proxy :...
Results 1 to 25 of 80
