Search Type: Posts; User: devtig

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. I have seen myself trying to look for this a couple of times in menu Edit -> Project Settings -> Framework. If you would just go for the simple solution, you would put the text right there:

    "To...
  2. Replies
    16
    Views
    1,535
    Your post is poetic and adds value to the discussion. If you would add a link to a nice tutorial then it would add actual value for newbies.
  3. Thanks evant, it works! (4.1.1).

    This bit is now in my ext-overrides.js until 4.2. The blue code is the bugfixer.


    Ext.view.BoundList.override({
    refresh: function(){
    var me =...
  4. Great news. Mind sharing a snippet of the fix, so that I can apply it in my client's project using 4.1.1?
  5. Replies
    11
    Views
    5,385
    I got a ExtJS 4 version of Animal's findInvalid


    Ext.form.Basic.prototype.findInvalid = function() {
    var me = this,
    invalid;
    Ext.suspendLayouts();
    invalid =...
  6. Ext version tested:

    Ext 4.1.3
    Ext 4.1.1
    Browser versions tested against:

    IE6 (6.0.2800) on Win2000
    IE6 (6.0.2900) on WinXP
    DOCTYPE tested against:
  7. Replies
    55
    Views
    6,988
    Yes, I agree. I still use Localizer with projects I create with Sencha Architect today.
  8. Replies
    55
    Views
    6,988
    The namespace pollution alone is not a valid argument to use Localizer. He might as well use Ext.translations.titleName="Título español";
  9. Replies
    21
    Views
    6,894
    Works great in ExtJS 4.1.1. Thanks!
  10. You're posting in the wrong forum. This is ancient Ext JS 1.x forum. And your query is about: Javascript GetObject LDAP. Google that.
  11. Replies
    100
    Views
    34,382
    I think replacing all instances of me.hide() with me.close() in the code is the way to improve it (I haven't tried it). The default closeAction of a window is destroy. So, when you close() a window,...
  12. I think I understand what's happening. ExtJS devs probably intended to only suppress select en deselect events with suppressEvent=true. I _thought_ it would also suppress selectionchange event, but...
  13. You're wondering why your cross-domain iframed web app using cookies works everywhere, except in Safari? By default Safari only allows cookies from sites you navigate to directly. So, you're out of...
  14. Replies
    100
    Views
    34,382
    What do you mean with rearrange?
  15. I would help with updating the Dutch locale file in general. Is there git or a repository for the locale files? Or... how may I help? I would also need a locale file template to see what needs...
  16. In 4.1.1. the translations for model validation messages are missing in all localization files. For Dutch, you would need to add to locale/ext-lang-nl.js


    ...
  17. Hi Tobiu, why do you do the form.loadRecord(customer)? Isn't the form still populated with the entered values?
  18. Thanks.
  19. Replies
    3
    Views
    4,829
    Link is not working (anymore). Instead go to https://market.sencha.com/ and click Themes.
  20. Replies
    30
    Views
    7,282
    I'm not sure if the Sencha devs are subscribed to threads with a bug marked as Fixed. In that case they won't hear us.
  21. You guys only fixed it for select method. suppressEvent is ignored with selectAll.

    I just tested it in 4.1.1.

    Use this override until it's fixed by the Sencha devs. It's a copy paste of the...
  22. Replies
    30
    Views
    7,282
    I'm using Ext JS 4.1.1. and it appears to me now that grids that use a store with buffered set to true do show the Loading mask just fine, but the mask is not removed when there are no results. But...
  23. Replies
    100
    Views
    34,382
    Hi Erik, thanks for your effort. So, I only need to download this to have your improvements?

    http://www.eirik.net/Ext/ux/window/Notification.js
  24. For ExtJS 4 the solution is to add a cls indentWrappedText to a Radio, Checkbox, RadioGroup or CheckboxGroup.

    Add this style:

    .indentWrappedText input.x-form-radio, .indentWrappedText...
  25. Ext version tested:

    Ext 4.1.0
    Browser versions tested against:

    IE6
    IE8
    FF13
    Safari 5
    Chrome
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4