-
29 Jul 2008 1:46 AM #21
When rendering window takes focus
When rendering window takes focus
Hi,
just tested it today, works perfect... The only problem is that the (toast|notification)window takes focus when displayed. To change that behavior, we can simply overrides Ext.Window.focus() method :
Just add at the end the following method
Better alternative is to provide a config param...PHP Code:animHide: function(){
Ext.vision.dialog.NotificationMgr.positions.remove(this.pos);
this.el.ghost("b", {
duration: 1,
remove: true
});
},
focus: Ext.emptyFn
Note also that when showing it on document.body, scrollbars may appear. Fix it in the CSS by adding
ThxPHP Code:body {
overflow: hidden;
}
-
29 Jul 2008 3:37 AM #22
Suggestion
Suggestion
Suggestion ! add sound in this plugin.


Vador
-
26 Aug 2008 4:22 PM #23
-
26 Aug 2008 6:53 PM #24
-
16 Sep 2008 2:15 AM #25
NEW VERSION
Sometimes named tintin
ExtJS Contributions:
Ext.ux.ToastWindow | Ext.ux.BoxSelect | Ext.ux.VirtualKeyboard
-
16 Sep 2008 8:28 AM #26
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
16 Sep 2008 1:38 PM #27
Cool. Have you thought to post this in the ux repository? Makes for easier updating/documenting, etc.
I like how you can click on the button multiple times and get multiple notifications above the older ones.MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
16 Sep 2008 10:09 PM #28
hi, canot open and upzip the files using winrar when i download the notification.zip.
is't bug?
-
16 Sep 2008 11:08 PM #29Sometimes named tintin
ExtJS Contributions:
Ext.ux.ToastWindow | Ext.ux.BoxSelect | Ext.ux.VirtualKeyboard
-
16 Sep 2008 11:08 PM #30
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )


Reply With Quote


