-
17 Sep 2008 12:26 AM #31Sometimes named tintin
ExtJS Contributions:
Ext.ux.ToastWindow | Ext.ux.BoxSelect | Ext.ux.VirtualKeyboard
-
17 Sep 2008 12:35 AM #32
The new release is cool.
Maybe it will be better if the close button will be available all the time?
-
17 Sep 2008 1:31 AM #33
When clicking the eject button on the new online demo page firefox 3.0.1 crashes everytime...
Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
17 Sep 2008 6:50 AM #34
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
17 Sep 2008 8:13 AM #35
-
19 Sep 2008 5:20 AM #36
Anyone notice all of the orphaned elements in the DOM? Looks like the destruction/garbage collection may need some attention?
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
-
19 Sep 2008 5:49 AM #37
Yeah, but it's because the default auto destroy behaviour for the plugin is to hide the window:
Code:if (this.autoDestroy) this.task = new Ext.util.DelayedTask(this.hide, this); else this.closable = true;
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
19 Sep 2008 6:01 AM #38
Too right. I don't understand that part.
if you set autoDestroy = true, wouldn't it be appropriate to destroy it, not hide it?
I'm confused what the intent behind that code is.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
-
19 Sep 2008 6:08 AM #39
Should probably replace this.hide with this.close, it's not like you're going to reuse the toast.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
19 Sep 2008 6:23 AM #40
Hi guys,
You're right. I don't remember why I choosed Hide...
I'll correct that soon. Thanks.Sometimes named tintin
ExtJS Contributions:
Ext.ux.ToastWindow | Ext.ux.BoxSelect | Ext.ux.VirtualKeyboard



Reply With Quote
