Search Type: Posts; User: xjpmauricio

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. 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.
  2. 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...
  3. 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...
  4. 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...
  5. 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.
  6. 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!
  7. 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...
  8. 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({
    ...
  9. 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
  10. 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] ||...
  11. I have the same problem! any override available?
  12. Hi, anyone with an override to the infamous MS dateformat problem?

    This is what ExtJ (4.2) is sending to the server:
    ...
  13. 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:


    ...
  14. 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...
  15. Hi Scott, that's what i ended up doing!!!

    Thanks!!!
  16. 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...
  17. 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. 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.
  19. 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 =...
  20. 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...
  21. Hi, still have some products using ExtJs3 so i used your patch but with a slight difference:


    if ((typeof Range !== "undefined") && !Range.prototype.createContextualFragment) {
    ...
  22. 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...
  23. lol...that's a strong signature!!!

    Thanks.
  24. PS: it wasn't I who sent private messages. I really don't know what you are taling about.

    Thanks.
  25. 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
Page 1 of 4 1 2 3 4