Search Type: Posts; User: chrisjs

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    8,807
    Hello,

    is this update available somewhere?

    Unknown Host

    Description: Unable to locate the server named "fallenworlds.net" --- the server does not have a DNS entry. Perhaps there is a ...
  2. Replies
    1
    Views
    138
    These problems were mainly problems in the order of the items in the jsb file.

    I fixed them by examining the dependencies and re-ordered the entries.
  3. Replies
    1
    Views
    138
    Hello,

    we created a couple of applications on the basis of ExtJS 4.1.3 with the MVC structure. Since now, all the js-files where included in the index file with a script tag.

    But now we want...
  4. Hello,

    in our code we use a custom formatter mentioned in this thread:
    http://www.sencha.com/forum/showthread.php?5499-Other-currency-formats-other-than-usMoney/page3


    ...
  5. Replies
    8
    Views
    13,093
    Hello,

    thank you for the work of this helper function for comparing objects. It is working very well. I am actually in refactoring an ExtJS 4 MVC app so it uses autoloading. Therefor I want to...
  6. Hello,

    ATM I am in refactoring our ExtJS app for using MVC and autoloader.

    We have a translation function which was implemented like this:


    myapp.i18n.translate = function (key) {
    if...
  7. I was also looking for a solution to this copy problem.
    I did not realize, that this is now new in 4.1 - we just upgraded, so now we have a solution.
    Thank you.

    I found another solution, which...
  8. Replies
    8
    Views
    4,713
    Hello,

    i used a modified version of this and now we are updating from 4.0.7 to 4.1.3

    This is working with 4.1.3 in Firefox, but not in IE:


    Ext.define('onlineplus.common.IframePanel', {
    ...
  9. The people at Firebug say, this is a ExtJS issue:
  10. Hello,

    i want to get the fields from a model in order to build a dynamic search window. The search needs to know, which fields it should use.
    I try to use ModelManager to get the model.

    I...
  11. Hello,

    i found the solution by myself:

    i use a filter and load the store


    edit: function() {
    var appStore = this.getApplicationsStore();
  12. Yes, i load the applications store and in the callback of the load function, i log the store to the console. The data property of the store is empty.
  13. Hello,

    i have a problem with my current work, a user manager.
    User list shows up, i select a row in the grid and a hit on button (or double clicking the row) shows a detail window for editing. I...
  14. Replies
    8
    Views
    888
    Hello,

    i have the same problem.

    I also have defined a model with proxy, configured urls for READ and UPDATE.
    I want to add extraparams with



    record.proxy.extraParams = {
  15. We also do not want to edit the code again after an update. So i created a new file
    mycompany/fixes/ItemSelector.js
    with the following content (abbreviated):


    /**
    * Fixes for ItemSelector
    ...
  16. Replies
    6
    Views
    2,034
    Hello,

    i think, he reckons Ext.ux.form.MultiSelect which is found in examples/ux/form/
  17. Replies
    0
    Views
    657
    Hello,

    i have a problem with a tooltip which does not overlap the pdf which is shown in an iframe:

    27832

    This problem also happens to a message window which will show up centered but under...
Results 1 to 17 of 17