Search Type: Posts; User: eirik.lorentsen

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    99
    Views
    30,207
    Yes. In the demo there is a button called "BR - reuse" demonstrating exactly how to do this.

    In short you store the pointer to the notification when you create it. This can be done in advance as...
  2. Replies
    99
    Views
    30,207
    Pass the following parameter to the constructor and the notification will not go anywhere:
    autoClose: false
  3. Replies
    99
    Views
    30,207
    View the source from the demo page:
    http://www.eirik.net/Ext/ux/window/Notification.html
  4. Replies
    99
    Views
    30,207
    Great idea. I wouldn't mind at all!
  5. Replies
    99
    Views
    30,207
    If I understand it right, then close() is just an alias for hide() or destroy(), depending on what closeAction is set to. In previous versions I always destroyed the Notifications, but in the last...
  6. Replies
    99
    Views
    30,207
    Previous versions can be found here:

    2.0:
    http://www.eirik.net/Ext/ux/window/tags/Notification/2.0/Notification.js

    1.3:...
  7. Replies
    99
    Views
    30,207
    blagerweij:
    Just pick the license that suits you. Meaning you are completely free to use it in any commercial application under the MIT license.
  8. Replies
    99
    Views
    30,207
    That is correct. The new 2.1 version should be backwards compatible with the previous 2.0 version. Just replace the Notification.js file with the one in the link and the changes will take effect.
  9. Replies
    99
    Views
    30,207
    hpsam, dmurat, idonofrio:

    I have sorted out the problem with destruction and reuse. The notifications now destroy their dom by default unless closeAction is set to 'hide' in which case the...
  10. Replies
    99
    Views
    30,207
    I'll have a look at this as soon as I can find some spare time ;)
  11. Replies
    99
    Views
    30,207
    Yes. Efattal has authored a 3.x Notification extension:
    http://www.sencha.com/forum/showthread.php?32365-Ext.ux.Notification
    This was the inspiration for the 4.x version.
  12. Replies
    99
    Views
    30,207
    The wait is over! Version 2.0 is here!

    The new features/improvements are as following:

    Renamed some properties ending with "Delay" to the more correct: "Duration".
    Moved the hiding animation...
  13. Replies
    99
    Views
    30,207
    I have been working on a new version with all the suggested improvments including center alignment. I'm expecting to have it ready pretty soon!
  14. Replies
    6
    Views
    2,288
    I tried with 'component[floating=true]' and it worked on windows but didn't catch tooltips. Which are used for error messages in forms that may reside inside a alwaysOnTop window. So I used...
  15. Replies
    6
    Views
    2,288
    mitchellsimoens:
    Good point! That was also my original idea. But i wasn't sure how to format the ComponentQuery to match all floating panels.

    I looked further into it and I think this would be...
  16. Replies
    99
    Views
    30,207
    crealivres:
    I have created a alwaysOnTop controller that you can use to keep the notifications always on top.

    See:...
  17. Replies
    6
    Views
    2,288
    Always On Top extension for Ext JS 4.x

    I have created a 4.x controller adding alwaysOnTop feature to floating components.

    NOTE: I changed the name of the extension to Ext.ux.util.AlwaysOnTop to...
  18. Replies
    488
    Views
    68,575
    The documentation (4.0.7) lists 'quicktip' as xtype for
    Ext.tip.QuickTip

    On:
    http://docs.sencha.com/ext-js/4-0/#!/api/Ext.tip.QuickTip
    to the right of the title

    However in the sourcecode...
  19. Replies
    109
    Views
    88,095
    Grolubao:
    I'm sorry but I haven't applied the styling to any 3.x code.
    But if you set the config of the window to:
    border: false,
    preventHeader: true
    and add a cls where you use the...
  20. Replies
    99
    Views
    30,207
    jmaia:
    Nice suggestion adding center alignment. It shouldn't be too difficult to add it in a future version.

    Meanwhile it should be possible to fake it relatively easy by overriding the paddingX...
  21. Replies
    99
    Views
    30,207
    Minor changes on how the component is destroyed.
  22. Replies
    99
    Views
    30,207
    jmaia,

    I have created a new version 1.2 including your feature suggestion.

    There are now two new config options: stickOnClick and stickWhileHover
    They both default to true.

    The stickOnClick...
  23. Replies
    99
    Views
    30,207
    thomaschang,

    Thanx for reporting that bug! The Array.indexOf method that I was using is not universally implemented and failed in older IE versions. I replaced my array manipulations with the...
  24. Since there has been no reply here for a while i'm taking the liberty to promote my port/rewrite of the efattal version:
    145503

    It has some improvements making it similar to this one in...
  25. Replies
    109
    Views
    88,095
    I have ported / rewritten a 4.x version of this extension that can be found here:
    http://www.sencha.com/forum/showthread.php?t=145503

    I placed it in the Ext.ux.window.Notification namespace.
    And...
Results 1 to 25 of 27
Page 1 of 2 1 2