﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Coolite Forums / Coolite Toolkit / Bugs </title><generator>InstantForum.NET v4.1.4</generator><description>Coolite Forums</description><link>http://www.coolite.com/forums/</link><webMaster>do-not-reply@coolite.com</webMaster><lastBuildDate>Thu, 11 Mar 2010 04:04:43 GMT</lastBuildDate><ttl>20</ttl><item><title>FileUploadField IE8 incorrectly renders browse button</title><link>http://www.coolite.com/forums/Topic28909-5-1.aspx</link><description>&lt;span style="font-family: monospace; color: rgb(63, 116, 127); white-space: pre; "&gt;FileUploadField &lt;/span&gt;is having a rendering issue in IE8. The browse button is misaligned with the field. It looks fine in chrome and In IE8 with compatibility turned on. Any idea on how this issue can be fixed? I've attached screenshots of the issue.&lt;div&gt;&lt;div&gt;&lt;span style="font-family: monospace; color: rgb(63, 116, 127); "&gt;&lt;span style="white-space: pre; "&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: monospace; color: rgb(63, 116, 127); "&gt;&lt;span style="white-space: pre; "&gt;[code]&lt;/span&gt;&lt;pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; "&gt;&amp;lt;ext:Window ID="UploadWindow" runat="server" Collapsible="false" Icon="Application"        Title="Upload Files" Show&amp;#111;nload="false" Height="200" Width="610"&amp;gt;        &amp;lt;Body&amp;gt;            &amp;lt;ext:FitLayout ID="FitLayout1" runat="server"&amp;gt;                &amp;lt;ext:FormPanel ID="BasicForm" runat="server" Height="200" Width="610" Frame="true"                    Title="File Upload Form" MonitorValid="true"&amp;gt;                    &amp;lt;Defaults&amp;gt;                        &amp;lt;ext:Parameter Name="anchor" Value="85%" Mode="Value" /&amp;gt;                        &amp;lt;ext:Parameter Name="allowBlank" Value="false" Mode="Raw" /&amp;gt;                        &amp;lt;ext:Parameter Name="msgTarget" Value="side" Mode="Value" /&amp;gt;                    &amp;lt;/Defaults&amp;gt;                    &amp;lt;Body&amp;gt;                        &amp;lt;ext:FormLayout ID="FormLayout1" runat="server" LabelWidth="100"&amp;gt;                            &amp;lt;ext:Anchor&amp;gt;                                &amp;lt;ext:TextField ID="PhotoName" runat="server" FieldLabel="Version" /&amp;gt;                            &amp;lt;/ext:Anchor&amp;gt;                            &amp;lt;ext:Anchor&amp;gt;                                &amp;lt;ext:DateField ID="ReleaseDateUploadField" runat="server" FieldLabel="Release Date"                                    NoteAlign="Top"&amp;gt;                                &amp;lt;/ext:DateField&amp;gt;                            &amp;lt;/ext:Anchor&amp;gt;                            &amp;lt;ext:Anchor&amp;gt;                                &amp;lt;ext:FileUploadField ID="fup1" runat="server" EmptyText="Select File 1" FieldLabel="File 1"                                    ButtonText="" Icon="Add"&amp;gt;                                &amp;lt;/ext:FileUploadField&amp;gt;                            &amp;lt;/ext:Anchor&amp;gt;                            &amp;lt;ext:Anchor&amp;gt;                                &amp;lt;ext:FileUploadField ID="fup2" runat="server" EmptyText="Select File 2"                                    FieldLabel="File 1" ButtonText="" Icon="Add"&amp;gt;                                &amp;lt;/ext:FileUploadField&amp;gt;                            &amp;lt;/ext:Anchor&amp;gt;                        &amp;lt;/ext:FormLayout&amp;gt;                    &amp;lt;/Body&amp;gt;                    &amp;lt;Listeners&amp;gt;                        &amp;lt;ClientValidation Handler="#{SaveButton}.setDisabled(!valid);" /&amp;gt;                    &amp;lt;/Listeners&amp;gt;                    &amp;lt;Buttons&amp;gt;                        &amp;lt;ext:Button ID="SaveButton" runat="server" Text="Save"&amp;gt;                            &amp;lt;AjaxEvents&amp;gt;                                &amp;lt;Click OnEvent="UploadClick" Before="if(!#{BasicForm}.getForm().isValid()) { return false; }                                 Ext.Msg.wait('Uploading Files...', 'Uploading');" Failure="Ext.Msg.show({                                 title   : 'Error',                                 msg     : 'Error during uploading',                                 minWidth: 200,                                 modal   : true,                                 icon    : Ext.Msg.ERROR,                                 buttons : Ext.Msg.OK                             });"&amp;gt;                                &amp;lt;/Click&amp;gt;                            &amp;lt;/AjaxEvents&amp;gt;                        &amp;lt;/ext:Button&amp;gt;                        &amp;lt;ext:Button ID="btnReset" runat="server" Text="Reset"&amp;gt;                            &amp;lt;Listeners&amp;gt;                                &amp;lt;Click Handler="#{BasicForm}.getForm().reset();" /&amp;gt;                            &amp;lt;/Listeners&amp;gt;                        &amp;lt;/ext:Button&amp;gt;                    &amp;lt;/Buttons&amp;gt;                &amp;lt;/ext:FormPanel&amp;gt;            &amp;lt;/ext:FitLayout&amp;gt;        &amp;lt;/Body&amp;gt;    &amp;lt;/ext:Window&amp;gt;&lt;br&gt;[/code]&lt;/pre&gt;&lt;pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; "&gt;&lt;br&gt;&lt;/pre&gt;&lt;pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; "&gt;Thanks&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Tue, 09 Mar 2010 19:50:08 GMT</pubDate><dc:creator>GolchK</dc:creator></item><item><title>The bug with the  propertygrid</title><link>http://www.coolite.com/forums/Topic28792-5-1.aspx</link><description> &lt;p&gt;i want to generate the PropertyGridParameter with ajax method,but the editors did't work as the code below.&lt;br&gt;&lt;br&gt;[code] for (int i = 0; i &amp;lt; ds.Tables[0].Rows.Count; i++)&lt;br&gt;            {&lt;br&gt;                &lt;br&gt;                &lt;br&gt;                Coolite.Ext.Web.NumberField nf = new NumberField();&lt;br&gt;                nf.ID = ds.Tables[0].Rows[i]["id"].ToString();&lt;br&gt;                nf.AllowBlank = false;&lt;br&gt;                &lt;br&gt;                CReadWriteXML cw = new CReadWriteXML(int.Parse(ds.Tables[0].Rows[i]["人员编号"].ToString()), int.Parse(nf.ID));&lt;br&gt;                float total = float.Parse(cw.ReadIDTotal());&lt;/p&gt;&lt;p&gt;&lt;br&gt;                Coolite.Ext.Web.PropertyGridParameter cp = new PropertyGridParameter();&lt;br&gt;             //   cp.Params.Add(new Coolite.Ext.Web.Parameter());&lt;br&gt;                cp.Name = string.Format("{0}({1}{2}{3})", ds.Tables[0].Rows[i]["分解指标"].ToString(), ChangeLogtic(ds.Tables[0].Rows[i]["目标值逻辑"].ToString()), ds.Tables[0].Rows[i]["目标值"].ToString(), ds.Tables[0].Rows[i]["目标值单位"].ToString());&lt;br&gt;                cp.Encode = true;&lt;br&gt;                cp.Value = total.ToString();&lt;br&gt;                cp.Mode = ParameterMode.Raw;&lt;br&gt;                target tr = new target();&lt;/p&gt;&lt;p&gt;                tr.name = cp.Name;&lt;br&gt;                tr.id = nf.ID;&lt;/p&gt;&lt;p&gt;&lt;br&gt;                Coolite.Ext.Web.ToolTip tp = new ToolTip();&lt;/p&gt;&lt;p&gt;                &lt;br&gt;                tp.Html = "已完成:" + total.ToString();&lt;br&gt;                string sf=ds.Tables[0].Rows[i]["目标值逻辑"].ToString();&lt;br&gt;                switch (sf)&lt;br&gt;                {&lt;br&gt;                    case "equal":&lt;br&gt;                        {&lt;br&gt;                            if (total == float.Parse(ds.Tables[0].Rows[i]["目标值"].ToString()))&lt;br&gt;                            {&lt;br&gt;                                tp.Icon = Icon.Accept;&lt;br&gt;                            }&lt;br&gt;                            break;&lt;br&gt;                        }&lt;br&gt;                    case "morethan":&lt;br&gt;                        {&lt;br&gt;                            if (total &amp;gt; float.Parse(ds.Tables[0].Rows[i]["目标值"].ToString()))&lt;br&gt;                            {&lt;br&gt;                                tp.Icon = Icon.Accept;&lt;br&gt;                            }&lt;br&gt;                            break;&lt;br&gt;                        }&lt;/p&gt;&lt;p&gt;&lt;br&gt;                    case "morethanequel":&lt;br&gt;                        {&lt;br&gt;                            if (total &amp;gt;= float.Parse(ds.Tables[0].Rows[i]["目标值"].ToString()))&lt;br&gt;                            {&lt;br&gt;                                tp.Icon = Icon.Accept;&lt;br&gt;                            }&lt;br&gt;                            break;&lt;/p&gt;&lt;p&gt;                        }&lt;br&gt;                    case "lessthan":&lt;br&gt;                        {&lt;br&gt;                            if (total &amp;lt; float.Parse(ds.Tables[0].Rows[i]["目标值"].ToString()))&lt;br&gt;                            {&lt;br&gt;                                tp.Icon = Icon.Accept;&lt;br&gt;                            }&lt;br&gt;                            break;&lt;br&gt;                        }&lt;br&gt;                    case "lessthanequel":&lt;br&gt;                        {&lt;br&gt;                            if (total &amp;lt;= float.Parse(ds.Tables[0].Rows[i]["目标值"].ToString()))&lt;br&gt;                            {&lt;br&gt;                                tp.Icon = Icon.Accept;&lt;br&gt;                            }&lt;br&gt;                            break;&lt;br&gt;                        }&lt;/p&gt;&lt;p&gt;                    case "notequel":&lt;br&gt;                        {&lt;br&gt;                            if (total != float.Parse(ds.Tables[0].Rows[i]["目标值"].ToString()))&lt;br&gt;                            {&lt;br&gt;                                tp.Icon = Icon.Accept;&lt;br&gt;                            }&lt;br&gt;                            break;&lt;br&gt;                        }&lt;/p&gt;&lt;p&gt;                    default: tp.Icon = Icon.Error; break;&lt;br&gt;           &lt;/p&gt;&lt;p&gt;                }&lt;br&gt;                li.Add(tr);&lt;br&gt;                nf.ToolTips.Add(tp);&lt;br&gt;                cp.Editor.Clear();&lt;br&gt;                cp.Editor.Add(nf);&lt;br&gt;                Mark.Source.Add(cp);&lt;br&gt;                &lt;/p&gt;&lt;p&gt;          &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;            }&lt;/p&gt;&lt;p&gt;            Mark.SetSource(Mark.Source);&lt;/p&gt;&lt;p&gt;        }[/code]&lt;br&gt;&lt;br&gt;and then ,i want to read the Source in the below code,and the Source has no item included in it . is this is a bug?[code] foreach (PropertyGridParameter cp in this.Mark.Source)&lt;br&gt;            {&lt;br&gt;                XmlNode xdetail = xd.CreateElement("detail");&lt;br&gt;                XmlAttribute xaid = xd.CreateAttribute("id");&lt;br&gt;                xaid.Value = cp.Editor.Editor.ID;&lt;br&gt;                XmlAttribute xavalue = xd.CreateAttribute("value");&lt;br&gt;                xavalue.Value = cp.Value;&lt;/p&gt;&lt;p&gt;                xdetail.Attributes.Append(xaid);&lt;br&gt;                xdetail.Attributes.Append(xavalue);&lt;/p&gt;&lt;p&gt;                xrecord.AppendChild(xdetail);&lt;/p&gt;&lt;p&gt;            }[/code] &lt;br&gt;&lt;br&gt;i can't read any item from the source at all .&lt;/p&gt;</description><pubDate>Fri, 05 Mar 2010 21:24:45 GMT</pubDate><dc:creator>Demo</dc:creator></item><item><title>[1.0] Gridpanel imagealign</title><link>http://www.coolite.com/forums/Topic28788-5-1.aspx</link><description> Hello,&lt;br&gt;&lt;br&gt;Align is not working on icons. Please help me out. It doesnt work on ImageCommandColumn also.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;[code]&lt;br&gt; &amp;lt;ext:CommandColumn DataIndex="documentosat" Header="Documento de Arrecadação"&amp;gt;&lt;br&gt;                    &amp;lt;Commands&amp;gt;&lt;br&gt;                        &amp;lt;ext:GridCommand Icon="Printer" CommandName="Arrecadao" /&amp;gt;&lt;br&gt;                    &amp;lt;/Commands&amp;gt;&lt;br&gt;&amp;lt;/ext:CommandColumn&amp;gt;&lt;br&gt;[/code]&lt;br&gt;</description><pubDate>Fri, 05 Mar 2010 13:27:34 GMT</pubDate><dc:creator>Bruno Nogueira</dc:creator></item><item><title>content inside rowexpander template won't update</title><link>http://www.coolite.com/forums/Topic28569-5-1.aspx</link><description> hi there i have a grid panel, the problem is if i call a server side update of the grid panel content,  the content of the grid row is updated, but the text inside the row expander does not get updated.&lt;br&gt;&lt;br&gt;&lt;br&gt;server side update&lt;br&gt;[code]&lt;br&gt;&lt;br&gt;        [AjaxMethod]&lt;br&gt;        public void bindQuestionSetContent_AM()&lt;br&gt;        {&lt;br&gt;            int pqsid = Convert.ToInt32(hdnParentWinQSID.Value);&lt;br&gt;            try&lt;br&gt;            {&lt;br&gt;                bindQuestionSetContent(pqsid, ....................);&lt;br&gt;                extgpMyQS_SelectionModel.ClearSelections();&lt;br&gt;            }&lt;br&gt;            catch&lt;br&gt;            {&lt;br&gt;                bindQuestionSetContent(pqsid);&lt;br&gt;            }&lt;br&gt;        }&lt;br&gt;&lt;br&gt;        private void bindQuestionSetContent(int pqsid, int selectedview)&lt;br&gt;        {&lt;br&gt;            try&lt;br&gt;            {&lt;br&gt;                DataTable dtMyQSContent = ...............;&lt;br&gt;                extstorePQS.DataSource = dtMyQSContent;&lt;br&gt;                extstorePQS.DataBind();&lt;br&gt;            }&lt;br&gt;            catch (Exception ex)&lt;br&gt;            {&lt;br&gt;                .....................&lt;br&gt;            }&lt;br&gt;        }&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&lt;br&gt;&amp;lt;ext:RowExpander ID="RowExpander1" runat="server" ColumnPosition="1"  &amp;gt;&lt;br&gt;                                    &amp;lt;Template ID="Template1" runat="server"&amp;gt;&lt;br&gt;                                        &amp;lt;p&amp;gt;&amp;lt;b&amp;gt;About this Question:&amp;lt;/b&amp;gt;&lt;b&gt; {description}&lt;/b&gt;&amp;lt;/p&amp;gt;&lt;br&gt;                                    &amp;lt;/Template&amp;gt;&lt;br&gt;                                    &amp;lt;Listeners&amp;gt;&lt;br&gt;                                        &amp;lt;BeforeExpand Fn="descriptionExpanded" /&amp;gt;&lt;br&gt;                                        &amp;lt;Expand Fn="descriptionExpandedDone" /&amp;gt;&lt;br&gt;                                    &amp;lt;/Listeners&amp;gt;&lt;br&gt;                                &amp;lt;/ext:RowExpander&amp;gt;&lt;br&gt;                                &amp;lt;ext:GridPanelMaintainScrollPositionOnRefresh runat="server"&amp;gt;&amp;lt;/ext:GridPanelMaintainScrollPositionOnRefresh&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;{description} does not get updated&lt;br&gt;</description><pubDate>Wed, 03 Mar 2010 03:11:26 GMT</pubDate><dc:creator>[WP]joju</dc:creator></item><item><title>Missing HTML when rendered over SVG content</title><link>http://www.coolite.com/forums/Topic28232-5-1.aspx</link><description>&lt;P&gt;Browser: IE 6+.&lt;BR&gt;&lt;BR&gt;When Coolite content is displayed over SVG content (tooltips, windows, menus etc) some of the content is lost (ie hidden under the SVG). &lt;BR&gt;Also DragDrop events do not work on SVG content ie the drag drop stops at the edge while the mouse continues over the SVG.&lt;BR&gt;&lt;BR&gt;The SVG is contained in a embed element in a iframe on the coolite page. The iframe is created using the autoload method with the mode set to iframe.&lt;BR&gt;&lt;BR&gt;Note: In the past we have had issues positioning DIVs over SVG to get arround this we have used IFrames.&lt;/P&gt;</description><pubDate>Thu, 25 Feb 2010 04:03:51 GMT</pubDate><dc:creator>seanwo</dc:creator></item><item><title>[0.8.2] Button "TabIndex" Property Not Rendered</title><link>http://www.coolite.com/forums/Topic28334-5-1.aspx</link><description>[code]&lt;br&gt;&amp;lt;ext:Window runat="server" ID="winForm"&amp;gt;&lt;br&gt;  &amp;lt;Body&amp;gt;&lt;br&gt;    &amp;lt;!-- Form contents --&amp;gt;&lt;br&gt;  &amp;lt;/Body&amp;gt;&lt;br&gt;  &amp;lt;Buttons&amp;gt;&lt;br&gt;    &amp;lt;ext:Button runat="server" ID="btnFormCancel" Text="Cancel" TabIndex="10"&amp;gt;&lt;br&gt;      &amp;lt;Listeners&amp;gt;&amp;lt;Click Handler="#{winForm}.hide();" /&amp;gt;&amp;lt;/Listeners&amp;gt;&lt;br&gt;    &amp;lt;/ext:Button&amp;gt;&lt;br&gt;    &amp;lt;ext:Button runat="server" ID="btnFormOK" Text="OK" TabIndex="9"&amp;gt;&lt;br&gt;      &amp;lt;Listeners&amp;gt;&amp;lt;Click Handler="submitForm();" /&amp;gt;&amp;lt;/Listeners&amp;gt;&lt;br&gt;    &amp;lt;/ext:Button&amp;gt;&lt;br&gt;  &amp;lt;/Buttons&amp;gt;&lt;br&gt;&amp;lt;/ext:Window&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;For all of the form contents (multiple tabs, layouts, anchors, textfields) where I specify TabIndex on the control it's adding the tabIndex properly to the js controls.  On the buttons, however, the TabIndex property is not being propogated to the js to render to the page.  I checked the ExtJs docs and the button object supports a tabIndex property, but the source of the page does not show it being written:&lt;br&gt;[code]&lt;br&gt;{id:"btnFormCancel",xtype:"button",listeners:{click:{fn:function(el,e){winForm.hide();}}},text:"Cancel"}&lt;br&gt;[/code]&lt;br&gt;</description><pubDate>Fri, 26 Feb 2010 10:58:04 GMT</pubDate><dc:creator>Thinjon100</dc:creator></item><item><title>Label : ForID = "htmlFor" vs "for"</title><link>http://www.coolite.com/forums/Topic28269-5-1.aspx</link><description> A label defined as such:&lt;br&gt;[code]&lt;br&gt;&amp;lt;ext:Anchor&amp;gt;&lt;br&gt;  &amp;lt;ext:Label runat="server" ForID="tbCity" Text="City" X="5" Y="65" /&amp;gt;                                      &lt;br&gt;&amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;[/code]&lt;br&gt;will result in HTML like:&lt;br&gt;[code]&lt;br&gt;&amp;lt;label class="x-label x-abs-layout-item" id="ctl10" htmlfor="tbCity" style="left: 5px; top: 65px;"&amp;gt;&lt;br&gt;  &amp;lt;img src="/extjs/resources/images/default/s-gif/coolite.axd" class="x-label-icon " style="display: none;"&amp;gt;&lt;br&gt;  &amp;lt;span class="x-label-value"&amp;gt;City&amp;lt;/span&amp;gt;&lt;br&gt;&amp;lt;/label&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;whereas a fieldlabel (which should be equivalent in usage) results in:&lt;br&gt;[code]&lt;br&gt;&amp;lt;label class="x-form-item-label " style="width: 100px;" for="tbtbCity" id="ext-gen785"&amp;gt;City:&amp;lt;/label&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;The major difference here is that one uses the IE-only "htmlfor" attribute, while the other defines the Chrome/Firefox-friendly "for" attribute (specified on the w3 site).&lt;br&gt;&lt;br&gt;Please note that "htmlfor" is only recognized by IE8 if it's in Compatibility Mode.  In Standards Mode, it ignores the "htmlfor" attribute.  In both modes, "for" works properly.&lt;br&gt;&lt;br&gt;Recommend changing "ForID" to generate "for" instead of "htmlfor".&lt;br&gt;</description><pubDate>Thu, 25 Feb 2010 11:09:00 GMT</pubDate><dc:creator>Thinjon100</dc:creator></item><item><title>[0.8.2] "Validator" property vs. AllowBlank</title><link>http://www.coolite.com/forums/Topic28323-5-1.aspx</link><description>I'm not sure this is really a bug, and not just intended behavior, but I encountered this while trying to set up some custom validators.&lt;br&gt;&lt;br&gt;If you have a blank value in a textfield, the only property it checks is allowBlank.  The validation function will return at that point, either true if allowBlank is true, or false (with appropriate error) if not.&lt;br&gt;&lt;br&gt;Unfortunately this makes it impossible to define a Validator (using the validator property on Field) to validate blank values.&lt;br&gt;&lt;br&gt;&lt;br&gt;In my application, this was needed because I did not want to allow blank values in certain fields if a checkbox elsewhere was checked (standard "is this address same as that other address" scenario).&lt;br&gt;&lt;br&gt;&lt;br&gt;Please note that I /did/ find a workaround by writing a js function on my checkbox that set/unset allowBlank on each control in my secondary address block, but that isn't the ideal scenario I'd wanted.&lt;br&gt;</description><pubDate>Fri, 26 Feb 2010 09:08:10 GMT</pubDate><dc:creator>Thinjon100</dc:creator></item><item><title>[1.0] Gridpanel GroupingView flying button</title><link>http://www.coolite.com/forums/Topic28137-5-1.aspx</link><description> Hello,&lt;br&gt;&lt;br&gt;This bug doesnt occur in &lt;u&gt;&lt;b&gt;firefox&lt;/b&gt;&lt;/u&gt;.&lt;br&gt;&lt;br&gt;When in &lt;b&gt;IE&lt;/b&gt; the GroupingView starts collapsed, and I uncollapsed a group with rows selected, then uncollapse another one the button doesnt follow the selected line, it stays in the same position.&lt;br&gt;&lt;br&gt;Image provided, this is a though one to explain.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;</description><pubDate>Wed, 24 Feb 2010 09:47:32 GMT</pubDate><dc:creator>Bruno Nogueira</dc:creator></item><item><title>[1.0] Dynamic radiogroup</title><link>http://www.coolite.com/forums/Topic28070-5-1.aspx</link><description> Hello,&lt;br&gt;&lt;br&gt;Dynamically added radiogroup in &lt;b&gt;a FormPanel&lt;/b&gt; (not in panels) is not respecting the fieldwidth. &lt;br&gt;&lt;br&gt;Can you help me out?&lt;br&gt;&lt;br&gt;Image provided.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;</description><pubDate>Tue, 23 Feb 2010 09:44:42 GMT</pubDate><dc:creator>Bruno Nogueira</dc:creator></item><item><title>[1.0] HtmlEditor ext window</title><link>http://www.coolite.com/forums/Topic28001-5-1.aspx</link><description> Hello, &lt;BR&gt;&lt;BR&gt;Whenere i add a htmleditor in a ext window, i get an error on ie.&lt;BR&gt;&lt;BR&gt;This is the error code.&lt;BR&gt;[code]&lt;BR&gt;&lt;SPAN lang=PT-BR&gt;&lt;P&gt;return Ext.isIE?this.iframe.contentWindow:&amp;#119;indow.frames[this.iframe.name]&lt;/P&gt;&lt;/SPAN&gt;[/code]&lt;BR&gt;&lt;BR&gt;This is my code&lt;BR&gt;[code]&lt;BR&gt;&lt;BR&gt;&amp;lt;ext:Editor ID="Editor" runat="server" AutoSize="Fit" Shadow="None"&amp;gt;&lt;BR&gt;    &amp;lt;Field&amp;gt;&lt;BR&gt;       &amp;lt;ext:HtmlEditor ID="EditorHtml" runat="server" /&amp;gt;&lt;BR&gt;    &amp;lt;/Field&amp;gt;&lt;BR&gt;&amp;lt;/ext:Editor&amp;gt;&lt;BR&gt;[/code]</description><pubDate>Mon, 22 Feb 2010 10:22:59 GMT</pubDate><dc:creator>Bruno Nogueira</dc:creator></item><item><title>[FIXED] [1.0] ComboBox reports incorrect value when 2 records have same text for display field</title><link>http://www.coolite.com/forums/Topic27001-5-1.aspx</link><description>The attached code demonstrates the bug.&lt;br&gt;&lt;br&gt;It has a combobox with 2 inline items (the issue exists on using an external store also). The items are as follows:&lt;br&gt;&lt;br&gt;Text = Item1 Value=0&lt;br&gt;Text = Item2 Value=1&lt;br&gt;&lt;br&gt;i.e. both have same text but different values. Now select the second item in the combobox. The select handler correctly reports the record. However, after that, if you access value, or setValue() on the combobox, it reports 0 (i.e. first item having that text) as the value.&lt;br&gt;&lt;br&gt;The bug had could have been pretty serious, but its criticality reduces due to the fact that selectedIndex on combobox still reports the correct index of the item selected.&lt;br&gt;</description><pubDate>Thu, 04 Feb 2010 10:15:05 GMT</pubDate><dc:creator>r_honey</dc:creator></item><item><title>[FIXED] [0.8.3] TimeField Bug (New)</title><link>http://www.coolite.com/forums/Topic26597-5-1.aspx</link><description>Hello vladsch,&lt;br&gt;&lt;br&gt;If you run the following example you will notice an inconsistency with the TimeField:&lt;br&gt;&lt;br&gt;Example.aspx:&lt;br&gt;&lt;br&gt;[code]&amp;lt;%@ Page Language="C#" %&amp;gt;&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;script runat="server"&amp;gt;&lt;br&gt;&lt;br&gt;    protected void Page_Load(object sender, EventArgs e)&lt;br&gt;    {&lt;br&gt;        if (!IsPostBack)&lt;br&gt;        {&lt;br&gt;            DateField1.SelectedDate = DateTime.Now;&lt;br&gt;            TimeField1.SelectedTime = new TimeSpan(9, 0, 0);&lt;br&gt;        }&lt;br&gt;    }&lt;br&gt;    &lt;br&gt;&amp;lt;/script&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br&gt;&amp;lt;head id="Head1" runat="server"&amp;gt;&lt;br&gt;    &amp;lt;title&amp;gt;Example&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;    &amp;lt;form id="form1" runat="server"&amp;gt;&lt;br&gt;        &amp;lt;ExtJS:ScriptManager ID="ScriptManager" runat="server" /&amp;gt;&lt;br&gt;        &amp;lt;ExtJS:TabPanel ID="TabPanel1" runat="server" AutoPostBack="true" DeferredRender="true"&amp;gt;&lt;br&gt;            &amp;lt;Tabs&amp;gt;&lt;br&gt;                &amp;lt;ExtJS:Tab ID="Tab1" runat="server" Title="Tab 1"&amp;gt;&lt;br&gt;                    &amp;lt;Body&amp;gt;&lt;br&gt;                        Tab 1&lt;br&gt;                    &amp;lt;/Body&amp;gt;&lt;br&gt;                &amp;lt;/ExtJS:Tab&amp;gt;&lt;br&gt;                &amp;lt;ExtJS:Tab ID="Tab2" runat="server" Title="Tab 2"&amp;gt;&lt;br&gt;                    &amp;lt;Body&amp;gt;&lt;br&gt;                        &amp;lt;ExtJS:DateField ID="DateField1" runat="server" /&amp;gt;&lt;br&gt;                        &amp;lt;ExtJS:TimeField ID="TimeField1" runat="server" /&amp;gt;&lt;br&gt;                    &amp;lt;/Body&amp;gt;&lt;br&gt;                &amp;lt;/ExtJS:Tab&amp;gt;&lt;br&gt;            &amp;lt;/Tabs&amp;gt;&lt;br&gt;        &amp;lt;/ExtJS:TabPanel&amp;gt;&lt;br&gt;    &amp;lt;/form&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;[/code]&lt;br&gt;&lt;br&gt;Replication steps:&lt;br&gt;&lt;br&gt;1. Load page&lt;br&gt;2. Click Tab 2&lt;br&gt;3. Notice that it says 9:00 pm and not 9:00 am like the TimeSpan suggests? :)&lt;br&gt;&lt;br&gt;Let me know when you have something to check from SVN.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Timothy&lt;br&gt;</description><pubDate>Sun, 31 Jan 2010 11:45:40 GMT</pubDate><dc:creator>Timothy</dc:creator></item><item><title>selection problem if drag drop is enabled</title><link>http://www.coolite.com/forums/Topic27801-5-1.aspx</link><description> hi, i'm currently using v.82 and i'm having this problem on grid panel with drag and drop enabled&lt;br&gt;&lt;br&gt;			&lt;!-- / icon and title --&gt;						&lt;!-- message --&gt;		If you select multiple rows in a grid and then click your mouse on one of those rows without holding down Ctrl or Shift, the expected behavior would be for the other selected rows to clear and the grid be left with just the newly clicked row as the selected row.&lt;br&gt;&lt;br&gt;Right now, the final mouse click is ignored. you will not be able to deselect a selected item without holding down Ctrl key.&lt;br&gt;&lt;br&gt;again this is only true for grid with EnableDragDrop="true" &lt;br&gt;</description><pubDate>Thu, 18 Feb 2010 20:38:29 GMT</pubDate><dc:creator>[WP]joju</dc:creator></item><item><title>[FIXED] [1.0] HyperLink with icon problem on IE6</title><link>http://www.coolite.com/forums/Topic27628-5-1.aspx</link><description>HyperLink control doesn't render the defined icon properly  on IE6 &lt;br&gt;&lt;br&gt;[code]&amp;lt;ext:HyperLink runat="server" Icon="DoorOut" Text="Logout" NavigateUrl="./Login.aspx" /&amp;gt;[/code]&lt;br&gt;&lt;br&gt;Is it a bug? I supose this problem has been reported before, but I couldn't find the topic in the forum.&lt;br&gt;&lt;br&gt;Thanks in advance&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 16 Feb 2010 06:47:47 GMT</pubDate><dc:creator>vostro1700</dc:creator></item><item><title>Wallpaper halts the Desktop?</title><link>http://www.coolite.com/forums/Topic27592-5-1.aspx</link><description> In using the ext:Desktop I noticed that if by chance the wallpaper file, as referenced by the Wallpaper attribute, was not present the control will endlessly try to look for it, essentially freezing the application. &lt;BR&gt;&lt;BR&gt;This is not necessarily a bug but I believe that holding up the entire page just for the sake of the wallpaper might not be the best thing. Could the control, if the wallpaper file isn't found, simply default to the standard Window's blue background color instead?</description><pubDate>Mon, 15 Feb 2010 08:56:09 GMT</pubDate><dc:creator>rlasker3</dc:creator></item><item><title>ServerMapping is causing AmbiguousMatchException with NHibernate proxied classes</title><link>http://www.coolite.com/forums/Topic26470-5-1.aspx</link><description>&lt;P&gt;&lt;FONT size=2&gt;I'm getting AmbiguousMatchException when I try to use the ServerMapping setting in a RecordField of a Store.&lt;BR&gt;&lt;BR&gt;I've found that this error is thrown in the method: Coolite.Ext.Web.StoreDataBound.GetFieldValue(), because is trying to get the value of a property that is defined in a proxied class (the class was proxied by NHibernate).&lt;BR&gt;&lt;BR&gt;In my case, the original class was: TimeKeeping.Common.Group, but NHibernate is proxying it as CProxyTypeTimeKeeping_Common_TablesGroupTables_NHibernate_ProxyINHibernateProxy1 because its first cache level. All the defined properties in the first class are redefined in the second class. That's why the Ambiguous Exception is thrown.&lt;BR&gt;&lt;BR&gt;If I try to use IsComplex instead of the ServerMapping property, I'm getting a different error, but i'm sure that is caused by something connected with this.&lt;BR&gt;&lt;BR&gt;Regards,&lt;BR&gt;Ariel&lt;/FONT&gt;&lt;/P&gt;</description><pubDate>Thu, 28 Jan 2010 14:26:00 GMT</pubDate><dc:creator>asztern</dc:creator></item><item><title>[FIXED] [1.0] Bug in GroupImageCommand</title><link>http://www.coolite.com/forums/Topic27318-5-1.aspx</link><description>Hi, I think I found a bug in GroupImageCommand.&lt;br&gt;&lt;br&gt;I have a GridPanel binded to a Store that has the GroupField property defined. The GridPanel shows some data grouped by that field and it has also defined a GroupCommand. When the command button is pressed I need to perform an operation on the rows that belong to the Group.&lt;br&gt;&lt;br&gt;The problem is that the records parameter (in the code snippet below) comes with an incorrect number of elements.&lt;br&gt;&lt;br&gt;I attached a  small example that reproduces the problem (I excluded de bin folder). Is it a bug? Can somebody help with this? I'm using Coolite 0.8.2.&lt;br&gt;&lt;br&gt;Thanks in advance!&lt;br&gt;&lt;br&gt;[code]var groupCommandHandler = function(command, groupId, records) {&lt;br&gt;   switch (command) {&lt;br&gt;       case "selectAll":&lt;br&gt;            console.log(records.length);&lt;br&gt;             for (i in records) {&lt;br&gt;                 if (records[i].data != null) {&lt;br&gt;                      // firebug&lt;br&gt;                      // console.log(records[i].data);&lt;br&gt;                 }&lt;br&gt;              }&lt;br&gt;              break;&lt;br&gt;   }&lt;br&gt;}[/code]&lt;br&gt;&lt;br&gt;Store with GroupField property defined&lt;br&gt;&lt;br&gt;[code]&amp;lt;ext:Store ID="StoreCompanies" runat="server" GroupField="Group"&amp;gt;&lt;br&gt;    &amp;lt;Reader&amp;gt;&lt;br&gt;        &amp;lt;ext:ArrayReader&amp;gt;&lt;br&gt;            &amp;lt;Fields&amp;gt;&lt;br&gt;                &amp;lt;ext:RecordField Name="Group"        Mapping="Group" /&amp;gt;&lt;br&gt;                &amp;lt;ext:RecordField Name="CompanyName"  Mapping="CompanyName" /&amp;gt;&lt;br&gt;                &amp;lt;ext:RecordField Name="CountryName"  Mapping="CountryName" /&amp;gt;&lt;br&gt;            &amp;lt;/Fields&amp;gt;&lt;br&gt;        &amp;lt;/ext:ArrayReader&amp;gt;&lt;br&gt;    &amp;lt;/Reader&amp;gt;&lt;br&gt;&amp;lt;/ext:Store&amp;gt;[/code]&lt;br&gt;&lt;br&gt;GridPanel is binded to StoreCompanies and displays the rows grouped by "Group" property.&lt;br&gt;&lt;br&gt;[code]&amp;lt;ext:GridPanel &lt;br&gt;    runat="server" &lt;br&gt;    StoreID="StoreCompanies"&lt;br&gt;    Width="600"&lt;br&gt;    Height="300" StripeRows="true"&amp;gt;&lt;br&gt;    &amp;lt;ColumnModel runat="server"&amp;gt;&lt;br&gt;        &amp;lt;Columns&amp;gt;&lt;br&gt;            &amp;lt;ext:Column Header="Group Name" DataIndex="Group" Groupable="true" /&amp;gt;&lt;br&gt;            &amp;lt;ext:Column Header="Company"    DataIndex="CompanyName" /&amp;gt;&lt;br&gt;            &amp;lt;ext:Column Header="Country"    DataIndex="CountryName" /&amp;gt;&lt;br&gt;            &amp;lt;ext:ImageCommandColumn&amp;gt;&lt;br&gt;                &amp;lt;GroupCommands&amp;gt;&lt;br&gt;                    &amp;lt;ext:GroupImageCommand CommandName="selectAll" Icon="Tablemultiple" Text="Select Group Rows" RightAlign="true" /&amp;gt;&lt;br&gt;                &amp;lt;/GroupCommands&amp;gt;&lt;br&gt;            &amp;lt;/ext:ImageCommandColumn&amp;gt;&lt;br&gt;        &amp;lt;/Columns&amp;gt;&lt;br&gt;    &amp;lt;/ColumnModel&amp;gt;&lt;br&gt;    &amp;lt;Listeners&amp;gt;&lt;br&gt;        &amp;lt;GroupCommand Fn="groupCommandHandler" /&amp;gt;&lt;br&gt;    &amp;lt;/Listeners&amp;gt;&lt;br&gt;    &amp;lt;View&amp;gt;&lt;br&gt;        &amp;lt;ext:GroupingView ID="GroupingView1"  &lt;br&gt;            HideGroupedColumn="true"&lt;br&gt;            runat="server" &lt;br&gt;            ForceFit="true"&lt;br&gt;            GroupTextTpl='{text}'&lt;br&gt;            EnableRowBody="true"&amp;gt;&lt;br&gt;        &amp;lt;/ext:GroupingView&amp;gt;&lt;br&gt;    &amp;lt;/View&amp;gt;&lt;br&gt;&amp;lt;/ext:GridPanel&amp;gt;[/code]&lt;br&gt;&lt;br&gt;Server side code. It just populate the store with some data....&lt;br&gt;&lt;br&gt;[code]protected void Page_Load(object sender, EventArgs e)&lt;br&gt;{&lt;br&gt;    if (!IsPostBack)&lt;br&gt;    {&lt;br&gt;&lt;br&gt;        this.StoreCompanies.DataSource = new System.Collections.Generic.List&amp;lt;CompanyDTO&amp;gt;&lt;br&gt;        {&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB",    CompanyName="3m Co", CountryName="Argentina" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB",    CompanyName="Alcoa Inc", CountryName="Brasil" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB",    CompanyName="Altria Group Inc", CountryName="Argentina" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB",    CompanyName="American Express Company", CountryName="Colombia" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB",    CompanyName="American International Group, Inc.", CountryName="Colombia" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB",    CompanyName="AT&amp;amp;T Inc.", CountryName="USA" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB-SL", CompanyName="Boeing Co.", CountryName="Brasil" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB-SL", CompanyName="Caterpillar Inc.", CountryName="USA" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB-SL", CompanyName="General Electric Company", CountryName="Colombia" },&lt;br&gt;            new CompanyDTO { Group="TSH-MASTER 3SB-SL", CompanyName="Honeywell Intl Inc.", CountryName="Colombia" }&lt;br&gt;        };&lt;br&gt;        &lt;br&gt;        this.StoreCompanies.DataBind();&lt;br&gt;    }&lt;br&gt;}&lt;br&gt;&lt;br&gt;public class CompanyDTO&lt;br&gt;{&lt;br&gt;    public string Group       { get; set; }&lt;br&gt;    public string CompanyName { get; set; }&lt;br&gt;    public string CountryName { get; set; }&lt;br&gt;}[/code]</description><pubDate>Wed, 10 Feb 2010 10:35:46 GMT</pubDate><dc:creator>vostro1700</dc:creator></item><item><title>RemoveViewState issue in masterpage?</title><link>http://www.coolite.com/forums/Topic26829-5-1.aspx</link><description> Hi,&lt;br&gt;&lt;br&gt;I've hit a performance problem with a page built using a CardLayout, basically the download size is fine but when I inspected the post data using Fiddler I notice I upload about 43K on each ajax event call.  &lt;br&gt;&lt;br&gt;Having looked into it I can see a lot of viewstate being posted which surprised me as I had set the removeViewState attribute to true in web.config.  &lt;br&gt;Anyhow, I change the ScriptManager in the masterpage to also have a RemoveViewState attribute, and now my post size is a much more reasonable 4K.  &lt;br&gt;&lt;br&gt;The only issue is that none of the controls on the page are getting their state updated, for example the .Text property of TextFields even though I can see that this data has been posted in fiddler.  I checked using a normal page and the fields are getting their properties set correctly.  Any ideas why this isn't happening when using a masterpage?&lt;br&gt;&lt;br&gt;I am using the 0.8.2 build.&lt;br&gt;&lt;br&gt;Fiddler Request:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;POST http://192.168.1.2/iris.webui/scripts/Generic.aspx?oid=10 HTTP/1.1&lt;br&gt;Accept: */*&lt;br&gt;Accept-Language: en-gb&lt;br&gt;Referer: http://192.168.1.2/iris.webui/scripts/Generic.aspx?oid=10&lt;br&gt;x-requested-with: XMLHttpRequest&lt;br&gt;Content-Type: application/x-www-form-urlencoded; charset=UTF-8&lt;br&gt;x-coolite: delta=true&lt;br&gt;Accept-Encoding: gzip, deflate&lt;br&gt;User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)&lt;br&gt;Host: 192.168.1.2&lt;br&gt;Content-Length: 4828&lt;br&gt;Connection: Keep-Alive&lt;br&gt;Pragma: no-cache&lt;br&gt;Cookie: ASP.NET_SessionId=kh344s555sq5lk55uh3tyxj1; .ASPXAUTH=CC45FF0A0DC9B7FBE3999465E9CBE3DF5E11A1B47037E812161CF96B105CFABF8AC1659DCEDDE9750193C0E2973C6E7E4C53BA9DF6E40919C8E0412E209407956F1C78F42735EB5E9F0FF40F0B242FC8&lt;br&gt;&lt;br&gt;DateFieldRescheduleDate=Select%20Date&amp;amp;TimeFieldRescheduleTime_Value=00%3A00&amp;amp;TimeFieldRescheduleTime=00%3A00&amp;amp;TimeFieldRescheduleTime_SelIndex=&amp;amp;TextFieldRescheduleTelephoneNumber=&amp;amp;ComboBoxOutcome_Value=&amp;amp;ComboBoxOutcome=Select%20Outcome&amp;amp;ComboBoxOutcome_SelIndex=&amp;amp;TextAreaFinishCallComments=&amp;amp;CheckboxConfirmRecording=CheckboxConfirmRecording&amp;amp;RadioStartContinue=RadioStartContinueYes&amp;amp;RadioAgreementDetailsCorrect=RadioAgreementDetailsCorrectYes&amp;amp;RadioExistingPolicy_Group=RadioExistingPolicyNo&amp;amp;TextAreaNoExistingPolicyComments=&amp;amp;TextPolicyJustificationComments=&amp;amp;RadioPersonalDetailsCorrect=RadioPersonalDetailsCorrectYes&amp;amp;RadioPolicyRedundancyIssues=RadioPolicyIssueRedundancyNo&amp;amp;TextAreaPolicyIssueRedundancyComments=&amp;amp;RadioPolicyIssuesMedical=RadioPolicyIssuesMedicalNo&amp;amp;TextAreaPolicyIssueMedicalComments=&amp;amp;ComboBoxOccupation_Value=Zoo%20Keeper&amp;amp;ComboBoxOccupation=Zoo%20Keeper&amp;amp;ComboBoxOccupation_SelIndex=3&amp;amp;NumberFieldAnnualSalary=35000.00&amp;amp;NumberFieldNetMonthlyIncome=0.00&amp;amp;NumberFieldOtherIncome=0.00&amp;amp;ComboBoxWorks16HoursWeek_Value=&amp;amp;ComboBoxWorks16HoursWeek=&amp;amp;ComboBoxWorks16HoursWeek_SelIndex=&amp;amp;ComboBoxEmployedFor6Months_Value=&amp;amp;ComboBoxEmployedFor6Months=&amp;amp;ComboBoxEmployedFor6Months_SelIndex=&amp;amp;ComboBoxCoverLengthFullPay_Value=&amp;amp;ComboBoxCoverLengthFullPay=&amp;amp;ComboBoxCoverLengthFullPay_SelIndex=&amp;amp;ComboBoxCoverLengthHalfPay_Value=&amp;amp;ComboBoxCoverLengthHalfPay=&amp;amp;ComboBoxCoverLengthHalfPay_SelIndex=&amp;amp;NumberFieldBonusOvertimeElement=0.00&amp;amp;NumberFieldRetirementAge=0&amp;amp;NumberFieldSavingsAmount=0.00&amp;amp;ComboBoxSavingsSupportDuration_Value=&amp;amp;ComboBoxSavingsSupportDuration=&amp;amp;ComboBoxSavingsSupportDuration_SelIndex=&amp;amp;ComboBoxHasDependents_Value=&amp;amp;ComboBoxHasDependents=&amp;amp;ComboBoxHasDependents_SelIndex=&amp;amp;TextAreaDependentComments=&amp;amp;NumberFieldLivingExpensesAmount=0.00&amp;amp;NumberFieldAdditionalCoverTotal=0.00&amp;amp;NumberFieldLPPAmount=0.00&amp;amp;ComboBoxLevelCover_Value=&amp;amp;ComboBoxLevelCover=Select&amp;amp;ComboBoxLevelCover_SelIndex=&amp;amp;DateFieldLivingExpensesCoverEndDate=&amp;amp;NumberFieldLivingExpensesTerminationAge=0&amp;amp;NumberFieldLivingExpensesTerminationYears=0&amp;amp;TextFieldMortgageLender=&amp;amp;NumberFieldMortgageBalance=0.00&amp;amp;NumberFieldMPPIAmount=0.00&amp;amp;DateFieldMPPIEndDate=&amp;amp;NumberFieldMPPITerm=0&amp;amp;DateFieldPolicyStartDate=&amp;amp;TextFieldFulfilmentContactNumber=&amp;amp;DateFieldFulfimentContactDate=&amp;amp;TimeFieldFulfilmentEarliestTime_Value=00%3A00&amp;amp;TimeFieldFulfilmentEarliestTime=00%3A00&amp;amp;TimeFieldFulfilmentEarliestTime_SelIndex=&amp;amp;TimeFieldFulfilmentLatestTime_Value=00%3A00&amp;amp;TimeFieldFulfilmentLatestTime=00%3A00&amp;amp;TimeFieldFulfilmentLatestTime_SelIndex=&amp;amp;TextFieldBankAccountName=&amp;amp;TextFieldBankAccountNumber=&amp;amp;TextFieldBankSortCode=&amp;amp;TextFieldBankName=&amp;amp;TextFieldBankBranch=&amp;amp;ComboBoxFulfilmentEmailYesNo_Value=&amp;amp;ComboBoxFulfilmentEmailYesNo=&amp;amp;ComboBoxFulfilmentEmailYesNo_SelIndex=&amp;amp;TextFieldFulfilmentEmailAddress=&amp;amp;ComboBoxFinishCallSuccessOutcome_Value=&amp;amp;ComboBoxFinishCallSuccessOutcome=Select%20Outcome&amp;amp;ComboBoxFinishCallSuccessOutcome_SelIndex=&amp;amp;ComboBoxFinishCallMortgageProtectionOutcome_Value=&amp;amp;ComboBoxFinishCallMortgageProtectionOutcome=Select%20Outcome&amp;amp;ComboBoxFinishCallMortgageProtectionOutcome_SelIndex=&amp;amp;ComboBoxFinishCallLivingExpensesOutcome_Value=&amp;amp;ComboBoxFinishCallLivingExpensesOutcome=Select%20Outcome&amp;amp;ComboBoxFinishCallLivingExpensesOutcome_SelIndex=&amp;amp;TextAreaFinishCallSuccessComments=&amp;amp;TextAreaDPAFailureComments=&amp;amp;__EVENTTARGET=ctl00%24ScriptManager1&amp;amp;__EVENTARGUMENT=ButtonDoQuoteStage3%7Cevent%7CClick&amp;amp;oid=10&amp;amp;ctl00_ContentPlaceHolderCanvas_ProfileDialog1_PropertyGridProfile_Data=&amp;amp;ctl00_ContentPlaceHolderCanvas_CustomerDialog1_TabPanel1_ActiveTab=ctl00_ContentPlaceHolderCanvas_CustomerDialog1_TabPanel1%3A0&amp;amp;ctl00_ContentPlaceHolderCanvas_AgreementDialog1_TabPanel1_ActiveTab=ctl00_ContentPlaceHolderCanvas_AgreementDialog1_TabPanel1%3A0&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl00_NumberField1=&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl01_NumberField1=&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl02_NumberField1=&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl03_NumberField1=&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl04_NumberField1=&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl05_NumberField1=&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl06_NumberField1=&amp;amp;ctl00_ContentPlaceHolderCanvas_BudgetCalculatorDialog1_RepeaterHousehold_ctl07_NumberField1=&amp;amp;TabPanel1_ActiveTab=TabPanel1%3A0&amp;amp;ctl00_ContentPlaceHolderCanvas_NotifyDialog1_TextFieldCustomer=&amp;amp;ctl00_ContentPlaceHolderCanvas_NotifyDialog1_TextFieldAgreement=&amp;amp;ctl00_ContentPlaceHolderCanvas_NotifyDialog1_ComboBoxType_Value=&amp;amp;ctl00_ContentPlaceHolderCanvas_NotifyDialog1_ComboBoxType=&amp;amp;ctl00_ContentPlaceHolderCanvas_NotifyDialog1_ComboBoxType_SelIndex=&amp;amp;ctl00_ContentPlaceHolderCanvas_NotifyDialog1_TextAreaMessage=[/code]&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 02 Feb 2010 13:02:43 GMT</pubDate><dc:creator>clanger</dc:creator></item><item><title>store, window and ColumnLayout</title><link>http://www.coolite.com/forums/Topic26853-5-1.aspx</link><description> &lt;span id="result_box" class="long_text"&gt;&lt;span title="salve, ho una window associata ad uno store, e all'interno la window a questi componenti."&gt;hello, I have a window associated with one store, and inside the window to these components. &lt;/span&gt;&lt;span title="i componenti della prima colonna vengono visualizzati con i dati in modo corretto, mentre quelli della seconda colonna non vengono visualizzati"&gt;components of the first column are displayed with the data correctly, while the second column does not appear.&lt;br&gt;i show you my code:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&lt;br&gt;&amp;lt;ext:Window ID="winEdit" runat="server" Title="Edit Ordini" Icon="VcardEdit" Center&amp;#111;nload="true"&lt;br&gt;    Width="750" AutoHeight="true" BodyStyle="padding:10px;" Collapsible="true" Resizable="true"&lt;br&gt;    Closable="true" Show&amp;#111;nload="false"&amp;gt;&lt;br&gt;    &amp;lt;Body&amp;gt;&lt;br&gt;        &amp;lt;ext:ColumnLayout ID="ColumnLayout1" runat="server"&amp;gt;&lt;br&gt;            &amp;lt;ext:LayoutColumn ColumnWidth="0.50"&amp;gt;&lt;br&gt;                &amp;lt;ext:Panel ID="Panel1" runat="server" Height="300" Header="false" BodyStyle="padding:10px;"&amp;gt;&lt;br&gt;                    &amp;lt;Body&amp;gt;&lt;br&gt;                        &amp;lt;ext:FitLayout ID="FitLayout1" runat="server"&amp;gt;&lt;br&gt;                            &amp;lt;ext:FormPanel ID="frmEdit" runat="server" Border="false" MonitorValid="true" BodyStyle="background-color:transparent;"&amp;gt;&lt;br&gt;                                &amp;lt;Body&amp;gt;&lt;br&gt;                                    &amp;lt;ext:FormLayout ID="FormLayout1" runat="server"&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:NumberField ID="IDOrdine" runat="server" DataIndex="IDOrdine" MsgTarget="Side"&lt;br&gt;                                                AllowBlank="false" FieldLabel="ID" Width="100" ReadOnly="true" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:MultiField ID="mfClienti" runat="server" FieldLabel="Cliente"&amp;gt;&lt;br&gt;                                                &amp;lt;Fields&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:ComboBox ForceSelection="true" runat="server" ID="IDUser" DataIndex="IDUser"&lt;br&gt;                                                        StoreID="storeClienti" ValueField="IDUser" ReadOnly="true" Mode="Local" TypeAhead="true"&lt;br&gt;                                                        AllowBlank="false" Select&amp;#111;nfocus="true" Resizable="true" DisplayField="cliente"&lt;br&gt;                                                        FieldLabel="Cliente"&amp;gt;&lt;br&gt;                                                        &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                            &amp;lt;Select OnEvent="filtraIndCli"&amp;gt;&lt;br&gt;                                                            &amp;lt;/Select&amp;gt;&lt;br&gt;                                                        &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:ComboBox&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:Toolbar ID="Toolbar2" runat="server" Cls="form-toolbar" Flat="true"&amp;gt;&lt;br&gt;                                                        &amp;lt;Items&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="tbAdd" runat="server" Icon="Add"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="AddListaClienti"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip1" runat="server" Html="New record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="tbEdit" runat="server" Icon="BulletEdit"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="EditListaClienti"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip2" runat="server" Html="Edit record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                        &amp;lt;/Items&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                                                &amp;lt;/Fields&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:MultiField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:MultiField ID="mfTipoPag" runat="server" FieldLabel="Tipo Pagamenti"&amp;gt;&lt;br&gt;                                                &amp;lt;Fields&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:ComboBox ForceSelection="true" runat="server" ID="IDTipoPagamento" DataIndex="IDTipoPagamento"&lt;br&gt;                                                        StoreID="storeTipoPag" ValueField="IDTipoPagamento" ReadOnly="true" Mode="Local"&lt;br&gt;                                                        TypeAhead="true" AllowBlank="false" Select&amp;#111;nfocus="true" DisplayField="descrizione"&lt;br&gt;                                                        FieldLabel="Corrieri" Resizable="true"&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:ComboBox&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:Toolbar ID="Toolbar6" runat="server" Cls="form-toolbar" Flat="true"&amp;gt;&lt;br&gt;                                                        &amp;lt;Items&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton7" runat="server" Icon="Add"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="AddListaCorrieri"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip9" runat="server" Html="New record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton8" runat="server" Icon="BulletEdit"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="EditListaCorrieri"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip10" runat="server" Html="Edit record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                        &amp;lt;/Items&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                                                &amp;lt;/Fields&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:MultiField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:MultiField ID="mfStatoOrdine" runat="server" FieldLabel="Tipo Pagamenti"&amp;gt;&lt;br&gt;                                                &amp;lt;Fields&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:ComboBox ForceSelection="true" runat="server" ID="IDStatoOrdine" DataIndex="IDStatoOrdine"&lt;br&gt;                                                        StoreID="storeTipoPag" ValueField="IDStatoOrdine" ReadOnly="true" Mode="Local"&lt;br&gt;                                                        TypeAhead="true" AllowBlank="false" Select&amp;#111;nfocus="true" DisplayField="descInterna"&lt;br&gt;                                                        FieldLabel="Corrieri" Resizable="true"&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:ComboBox&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:Toolbar ID="Toolbar7" runat="server" Cls="form-toolbar" Flat="true"&amp;gt;&lt;br&gt;                                                        &amp;lt;Items&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton9" runat="server" Icon="Add"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="AddListaStatoOrdine"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip11" runat="server" Html="New record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton10" runat="server" Icon="BulletEdit"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="EditListaStatoOrdine"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip12" runat="server" Html="Edit record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                        &amp;lt;/Items&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                                                &amp;lt;/Fields&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:MultiField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:MultiField ID="mfIndCons" runat="server" FieldLabel="Ind. di Consegna"&amp;gt;&lt;br&gt;                                                &amp;lt;Fields&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:ComboBox ForceSelection="true" runat="server" ID="IDIndConsegna" StoreID="storeIndCons"&lt;br&gt;                                                        ValueField="IDIndirizzi" DataIndex="IDIndConsegna" ReadOnly="true" Mode="Local"&lt;br&gt;                                                        TypeAhead="true" AllowBlank="false" Select&amp;#111;nfocus="true" DisplayField="indirizzo"&lt;br&gt;                                                        Resizable="true" FieldLabel="indirizzo" ItemSelector="div.list-item"&amp;gt;&lt;br&gt;                                                        &amp;lt;Template ID="Template1" runat="server"&amp;gt;&lt;br&gt;                                                            &amp;lt;tpl for="."&amp;gt;&lt;br&gt;                                                                &amp;lt;div class="list-item"&amp;gt;&lt;br&gt;                                                                     &amp;lt;h3&amp;gt;{indirizzo}&amp;lt;/h3&amp;gt;&lt;br&gt;                                                                &amp;lt;/div&amp;gt;&lt;br&gt;                                                            &amp;lt;/tpl&amp;gt;&lt;br&gt;                                                        &amp;lt;/Template&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:ComboBox&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:Toolbar ID="Toolbar3" runat="server" Cls="form-toolbar" Flat="true"&amp;gt;&lt;br&gt;                                                        &amp;lt;Items&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton1" runat="server" Icon="Add"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="AddListaIndCons"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip3" runat="server" Html="New record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton2" runat="server" Icon="BulletEdit"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="EditListaIndCons"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip4" runat="server" Html="Edit record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                        &amp;lt;/Items&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                                                &amp;lt;/Fields&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:MultiField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:MultiField ID="mfIndFatt" runat="server" FieldLabel="Ind. di Fatturazione"&amp;gt;&lt;br&gt;                                                &amp;lt;Fields&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:ComboBox ForceSelection="true" runat="server" ID="IDIndFattura" StoreID="storeIndFatt"&lt;br&gt;                                                        ValueField="IDIndirizzi" DataIndex="IDIndFattura" ReadOnly="true" Mode="Local"&lt;br&gt;                                                        TypeAhead="true" AllowBlank="false" Select&amp;#111;nfocus="true" DisplayField="indirizzo"&lt;br&gt;                                                        Resizable="true" FieldLabel="indirizzo" ItemSelector="div.list-item"&amp;gt;&lt;br&gt;                                                        &amp;lt;Template ID="Template2" runat="server"&amp;gt;&lt;br&gt;                                                            &amp;lt;tpl for="."&amp;gt;&lt;br&gt;                                                                &amp;lt;div class="list-item"&amp;gt;&lt;br&gt;                                                                     &amp;lt;h3&amp;gt;{indirizzo}&amp;lt;/h3&amp;gt;&lt;br&gt;                                                                &amp;lt;/div&amp;gt;&lt;br&gt;                                                            &amp;lt;/tpl&amp;gt;&lt;br&gt;                                                        &amp;lt;/Template&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:ComboBox&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:Toolbar ID="Toolbar5" runat="server" Cls="form-toolbar" Flat="true"&amp;gt;&lt;br&gt;                                                        &amp;lt;Items&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton5" runat="server" Icon="Add"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="AddListaIndFatt"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip7" runat="server" Html="New record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton6" runat="server" Icon="BulletEdit"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="EditListaIndFatt"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip8" runat="server" Html="Edit record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                        &amp;lt;/Items&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                                                &amp;lt;/Fields&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:MultiField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:MultiField ID="mfCorrieri" runat="server" FieldLabel="Corrieri"&amp;gt;&lt;br&gt;                                                &amp;lt;Fields&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:ComboBox ForceSelection="true" runat="server" ID="IDCorriere" DataIndex="IDCorriere"&lt;br&gt;                                                        StoreID="storeCorrieri" ValueField="IDCorriere" ReadOnly="true" Mode="Local"&lt;br&gt;                                                        TypeAhead="true" AllowBlank="false" Select&amp;#111;nfocus="true" DisplayField="corriere"&lt;br&gt;                                                        FieldLabel="Corrieri" Resizable="true"&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:ComboBox&amp;gt;&lt;br&gt;                                                    &amp;lt;ext:Toolbar ID="Toolbar4" runat="server" Cls="form-toolbar" Flat="true"&amp;gt;&lt;br&gt;                                                        &amp;lt;Items&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton3" runat="server" Icon="Add"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="AddListaCorrieri"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip5" runat="server" Html="New record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                            &amp;lt;ext:ToolbarButton ID="ToolbarButton4" runat="server" Icon="BulletEdit"&amp;gt;&lt;br&gt;                                                                &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                                                                    &amp;lt;Click OnEvent="EditListaCorrieri"&amp;gt;&lt;br&gt;                                                                        &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                                                                    &amp;lt;/Click&amp;gt;&lt;br&gt;                                                                &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                                                                &amp;lt;ToolTips&amp;gt;&lt;br&gt;                                                                    &amp;lt;ext:ToolTip ID="ToolTip6" runat="server" Html="Edit record"&amp;gt;&lt;br&gt;                                                                    &amp;lt;/ext:ToolTip&amp;gt;&lt;br&gt;                                                                &amp;lt;/ToolTips&amp;gt;&lt;br&gt;                                                            &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                                                        &amp;lt;/Items&amp;gt;&lt;br&gt;                                                    &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;                                                &amp;lt;/Fields&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:MultiField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                    &amp;lt;/ext:FormLayout&amp;gt;&lt;br&gt;                                &amp;lt;/Body&amp;gt;&lt;br&gt;                                &amp;lt;Listeners&amp;gt;&lt;br&gt;                                    &amp;lt;ClientValidation Handler="#{btnSave}.setDisabled(!#{frmEdit}.getForm().isValid());" /&amp;gt;&lt;br&gt;                                &amp;lt;/Listeners&amp;gt;&lt;br&gt;                            &amp;lt;/ext:FormPanel&amp;gt;&lt;br&gt;                        &amp;lt;/ext:FitLayout&amp;gt;&lt;br&gt;                    &amp;lt;/Body&amp;gt;&lt;br&gt;                &amp;lt;/ext:Panel&amp;gt;&lt;br&gt;            &amp;lt;/ext:LayoutColumn&amp;gt;&lt;br&gt;            &amp;lt;ext:LayoutColumn ColumnWidth="0.50"&amp;gt;&lt;br&gt;                &amp;lt;ext:Panel ID="Panel2" runat="server" Height="300" Header="false" BodyStyle="padding:10px;"&amp;gt;&lt;br&gt;                    &amp;lt;Body&amp;gt;&lt;br&gt;                        &amp;lt;ext:FitLayout ID="FitLayout12" runat="server"&amp;gt;&lt;br&gt;                            &amp;lt;ext:FormPanel ID="FormPanel1" runat="server" Border="false" MonitorValid="true"&lt;br&gt;                                BodyStyle="background-color:transparent;"&amp;gt;&lt;br&gt;                                &amp;lt;Body&amp;gt;&lt;br&gt;                                    &amp;lt;ext:FormLayout ID="FormLayout2" runat="server"&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:TextField ID="IDTransazione" runat="server" DataIndex="IDTransazione" MsgTarget="Side"&lt;br&gt;                                                AllowBlank="true" FieldLabel="ID Transazione" Width="100" ReadOnly="true" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:TextField ID="CodiceTrasporto" runat="server" DataIndex="CodiceTrasporto" MsgTarget="Side"&lt;br&gt;                                                AllowBlank="true" FieldLabel="Codice Trasporto" Width="100" ReadOnly="true" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:DateField ID="DataOrdine" runat="server" DataIndex="DataOrdine" MsgTarget="Side"&lt;br&gt;                                                AllowBlank="false" FieldLabel="Data ordine" Width="100" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:TextArea ID="commentiAcquisto" runat="server" DataIndex="commentiAcquisto" MsgTarget="Side"&lt;br&gt;                                                AllowBlank="true" FieldLabel="Commenti Acquisto" Height="50" Width="200" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:NumberField ID="CostoTrasporto" EnableKeyEvents="true" runat="server" DataIndex="CostoTrasporto"&lt;br&gt;                                                MsgTarget="Side" AllowBlank="false" DecimalSeparator="," DecimalPrecision="2"&lt;br&gt;                                                FieldLabel="Costo Trasporto" Width="100"&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:NumberField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:NumberField ID="QtaOrdine" runat="server" DataIndex="QtaOrdine" MsgTarget="Side"&lt;br&gt;                                                AllowBlank="false" FieldLabel="Qta Ordine" Width="100" ReadOnly="false" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:NumberField ID="PrezzoTot" EnableKeyEvents="true" runat="server" DataIndex="PrezzoTot"&lt;br&gt;                                                MsgTarget="Side" AllowBlank="false" DecimalSeparator="," DecimalPrecision="2"&lt;br&gt;                                                FieldLabel="Imp. Tot. Ordine" Width="100"&amp;gt;&lt;br&gt;                                            &amp;lt;/ext:NumberField&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                        &amp;lt;ext:Anchor&amp;gt;&lt;br&gt;                                            &amp;lt;ext:Checkbox ID="fatturato" runat="server" DataIndex="fatturato" MsgTarget="Side"&lt;br&gt;                                                FieldLabel="Fatturato" Width="100" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:Anchor&amp;gt;&lt;br&gt;                                    &amp;lt;/ext:FormLayout&amp;gt;&lt;br&gt;                                &amp;lt;/Body&amp;gt;&lt;br&gt;                                 &amp;lt;Listeners&amp;gt;&lt;br&gt;                                    &amp;lt;ClientValidation Handler="#{btnSave}.setDisabled(!#{frmEdit}.getForm().isValid());" /&amp;gt;&lt;br&gt;                                &amp;lt;/Listeners&amp;gt;&lt;br&gt;                            &amp;lt;/ext:FormPanel&amp;gt;&lt;br&gt;                        &amp;lt;/ext:FitLayout&amp;gt;&lt;br&gt;                    &amp;lt;/Body&amp;gt;&lt;br&gt;                &amp;lt;/ext:Panel&amp;gt;&lt;br&gt;            &amp;lt;/ext:LayoutColumn&amp;gt;&lt;br&gt;        &amp;lt;/ext:ColumnLayout&amp;gt;&lt;br&gt;    &amp;lt;/Body&amp;gt;&lt;br&gt;    &amp;lt;TopBar&amp;gt;&lt;br&gt;        &amp;lt;ext:Toolbar ID="Toolbar1" runat="server"&amp;gt;&lt;br&gt;            &amp;lt;Items&amp;gt;&lt;br&gt;                &amp;lt;ext:ToolbarButton ID="btnAdd" runat="server" Icon="Add" Text="Add"&amp;gt;&lt;br&gt;                    &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                        &amp;lt;Click OnEvent="AddRecord"&amp;gt;&lt;br&gt;                            &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                        &amp;lt;/Click&amp;gt;&lt;br&gt;                    &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                &amp;lt;ext:ToolbarButton ID="btnDelete" runat="server" Icon="Delete" Text="Delete"&amp;gt;&lt;br&gt;                    &amp;lt;Listeners&amp;gt;&lt;br&gt;                        &amp;lt;Click Fn="confirmClickEdit" /&amp;gt;&lt;br&gt;                    &amp;lt;/Listeners&amp;gt;&lt;br&gt;                    &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                        &amp;lt;Click OnEvent="DeleteRecord"&amp;gt;&lt;br&gt;                            &amp;lt;ExtraParams&amp;gt;&lt;br&gt;                                &amp;lt;ext:Parameter Name="recordId" Value="#{storeEdit}.getAt(0).id" Mode="Raw" /&amp;gt;&lt;br&gt;                            &amp;lt;/ExtraParams&amp;gt;&lt;br&gt;                            &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                        &amp;lt;/Click&amp;gt;&lt;br&gt;                    &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                &amp;lt;ext:ToolbarFill ID="ToolbarFill1" runat="server" /&amp;gt;&lt;br&gt;                &amp;lt;ext:ToolbarButton ID="btnSave" runat="server" Icon="Disk" Text="Save"&amp;gt;&lt;br&gt;                    &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                        &amp;lt;Click OnEvent="SaveRecord" Before="return #{frmEdit}.getForm().isValid();"&amp;gt;&lt;br&gt;                            &amp;lt;ExtraParams&amp;gt;&lt;br&gt;                                &amp;lt;ext:Parameter Name="recordId" Value="#{storeEdit}.getAt(0).id" Mode="Raw" /&amp;gt;&lt;br&gt;                            &amp;lt;/ExtraParams&amp;gt;&lt;br&gt;                            &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                        &amp;lt;/Click&amp;gt;&lt;br&gt;                    &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                &amp;lt;ext:ToolbarButton ID="btnAnnulla" runat="server" Icon="ArrowRefresh" Text="Annulla"&amp;gt;&lt;br&gt;                    &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                        &amp;lt;Click OnEvent="Annulla"&amp;gt;&lt;br&gt;                            &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                        &amp;lt;/Click&amp;gt;&lt;br&gt;                    &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;                &amp;lt;ext:ToolbarButton ID="btnRemoveFilter" runat="server" Icon="FolderTable" Text="Show All"&amp;gt;&lt;br&gt;                    &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;                        &amp;lt;Click OnEvent="RemoveFilter"&amp;gt;&lt;br&gt;                            &amp;lt;EventMask ShowMask="true" MinDelay="100" Msg="Attendere..." /&amp;gt;&lt;br&gt;                        &amp;lt;/Click&amp;gt;&lt;br&gt;                    &amp;lt;/AjaxEvents&amp;gt;&lt;br&gt;                &amp;lt;/ext:ToolbarButton&amp;gt;&lt;br&gt;            &amp;lt;/Items&amp;gt;&lt;br&gt;        &amp;lt;/ext:Toolbar&amp;gt;&lt;br&gt;    &amp;lt;/TopBar&amp;gt;&lt;br&gt;    &amp;lt;BottomBar&amp;gt;&lt;br&gt;        &amp;lt;ext:PagingToolbar ID="pagEdit" runat="server" PageSize="1" StoreID="storeEdit" DisplayInfo="false"&amp;gt;&lt;br&gt;        &amp;lt;/ext:PagingToolbar&amp;gt;&lt;br&gt;    &amp;lt;/BottomBar&amp;gt;&lt;br&gt;&amp;lt;/ext:Window&amp;gt;&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;any solutions ?&lt;br&gt;&lt;/span&gt;&lt;/span&gt;</description><pubDate>Tue, 02 Feb 2010 23:12:54 GMT</pubDate><dc:creator>maxdiable</dc:creator></item><item><title>[FIXED] [1.0] FileUploadField button behaviour</title><link>http://www.coolite.com/forums/Topic26632-5-1.aspx</link><description>&lt;div&gt;Can I draw your attention to the topic I posted in the help forum&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;a href="http://www.coolite.com/forums/Topic26411-4-1.aspx"&gt;http://www.coolite.com/forums/Topic26411-4-1.aspx&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is this a bug? The sample on the ext js website seems to work okay.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks&lt;/div&gt;&lt;div&gt;Neil.&lt;/div&gt;</description><pubDate>Mon, 01 Feb 2010 05:06:24 GMT</pubDate><dc:creator>Neil Walters</dc:creator></item><item><title>[FIXED] [0.8.3] TimeField Bug</title><link>http://www.coolite.com/forums/Topic26533-5-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;The following simple example demonstrates an issue with the TimeField within a TabPanel with deferred rendering enabled.&lt;br&gt;&lt;br&gt;Example.aspx:&lt;br&gt;[code]&lt;br&gt;&amp;lt;%@ Page Language="C#" %&amp;gt;&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;script runat="server"&amp;gt;&lt;br&gt;&lt;br&gt;    protected void Page_Load(object sender, EventArgs e)&lt;br&gt;    {&lt;br&gt;        if (!IsPostBack)&lt;br&gt;        {&lt;br&gt;            DateField1.SelectedDate = DateTime.Now;&lt;br&gt;            TimeField1.SelectedTime = new TimeSpan(15, 0, 0);&lt;br&gt;        }&lt;br&gt;    }&lt;br&gt;    &lt;br&gt;&amp;lt;/script&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br&gt;&amp;lt;head runat="server"&amp;gt;&lt;br&gt;    &amp;lt;title&amp;gt;Example&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;    &amp;lt;form id="form1" runat="server"&amp;gt;&lt;br&gt;        &amp;lt;ExtJS:ScriptManager ID="ScriptManager" runat="server" /&amp;gt;&lt;br&gt;        &amp;lt;ExtJS:TabPanel runat="server" AutoPostBack="true" DeferredRender="true"&amp;gt;&lt;br&gt;            &amp;lt;Tabs&amp;gt;&lt;br&gt;                &amp;lt;ExtJS:Tab runat="server" Title="Tab 1"&amp;gt;&lt;br&gt;                    &amp;lt;Body&amp;gt;&lt;br&gt;                        Tab 1&lt;br&gt;                    &amp;lt;/Body&amp;gt;&lt;br&gt;                &amp;lt;/ExtJS:Tab&amp;gt;&lt;br&gt;                &amp;lt;ExtJS:Tab runat="server" Title="Tab 2"&amp;gt;&lt;br&gt;                    &amp;lt;Body&amp;gt;&lt;br&gt;                        &amp;lt;ExtJS:DateField ID="DateField1" runat="server" /&amp;gt;&lt;br&gt;                        &amp;lt;ExtJS:TimeField ID="TimeField1" runat="server" /&amp;gt;&lt;br&gt;                    &amp;lt;/Body&amp;gt;&lt;br&gt;                &amp;lt;/ExtJS:Tab&amp;gt;&lt;br&gt;            &amp;lt;/Tabs&amp;gt;&lt;br&gt;        &amp;lt;/ExtJS:TabPanel&amp;gt;&lt;br&gt;    &amp;lt;/form&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Replication steps:&lt;br&gt;&lt;br&gt;1. Load page&lt;br&gt;2. Click &lt;i&gt;Tab 2&lt;/i&gt;&lt;br&gt;3. Notice that the TimeField is 12:00 PM but the time was set to 3:00 PM in code behind -- appears to work for DateField&lt;br&gt;&lt;br&gt;Let me know when updated and I will confirm changes.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Timothy&lt;br&gt;</description><pubDate>Fri, 29 Jan 2010 10:43:58 GMT</pubDate><dc:creator>Timothy</dc:creator></item><item><title>[FIXED] [0.8.3] Ellipsis trigger missing v. 0.8.2</title><link>http://www.coolite.com/forums/Topic26557-5-1.aspx</link><description> &lt;br&gt;Hi, &lt;br&gt;after svn Update to v. 0.8.2 the ellipsis trigger has disappeared from every field.&lt;br&gt;See attachement below.&lt;br&gt;&lt;br&gt;I have tried with all 3 theme and both framed and unframed panels, but with same unsuccesfull result.&lt;br&gt;&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&amp;lt;ext:Panel runat="server" Border="false" &amp;gt;&lt;br&gt;                                    &amp;lt;Body&amp;gt;&lt;br&gt;                                        &amp;lt;ext:FormLayout ID="FormLayout1" runat="server"&amp;gt;                                            &lt;br&gt;                                        &amp;lt;ext:Anchor Horizontal="95%"&amp;gt;                                              &lt;br&gt;                                                &amp;lt;ext:TriggerField id="_lastName" runat="server" FieldLabel="Last Name" ReadOnly="false"&amp;gt;&lt;br&gt;                                                    &amp;lt;Triggers&amp;gt;&lt;br&gt;                                                        &amp;lt;ext:FieldTrigger Icon="Ellipsis" Qtip="Click to choose customer" /&amp;gt;&lt;br&gt;                                                    &amp;lt;/Triggers&amp;gt;&lt;br&gt;                                                    &amp;lt;AjaxEvents&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Regard,&lt;br&gt;Stefano&lt;br&gt;&lt;br&gt;&lt;b&gt;UPDATE: &lt;/b&gt;The problem is present only with slate theme, with othere themes it's been enough to Ctrl+F5 the browser, no results applying this to Slate&lt;br&gt;</description><pubDate>Sat, 30 Jan 2010 03:20:23 GMT</pubDate><dc:creator>drgw74</dc:creator></item><item><title>[FIXED] [1.0] Bug in TabPanel</title><link>http://www.coolite.com/forums/Topic26391-5-1.aspx</link><description>Hi, i'm having a problem with the tabpanel, all controls that i add in another tab, doesn't render well, like gridpanel, when i go to the 2nd tab, they looks well,  but the paging control looks like it has no data.&lt;br&gt;and in this example, when i click the button1 and i save the values in the 2nd tab in a DirectMethod sub, all the controls in the second tab have a null value, like they don't exist.&lt;br&gt;i'm doing something wrong?&lt;br&gt;thanks very much, sorry about my english&lt;br&gt;&lt;br&gt;&lt;br&gt; [code]&lt;br&gt;&lt;br&gt;    &amp;lt;ext:Window ID="winDetalle" runat="server" Icon="EmailEdit" Title="mail" Width="800" Height="510" Modal="true" &lt;br&gt;        Maximizable="true" Minimizable="false" Hidden="true" Layout="Fit" InitCenter="true" &amp;gt;&lt;br&gt;        &amp;lt;Items&amp;gt;&lt;br&gt;            &amp;lt;ext:TabPanel ID="tabEdit" runat="server" ActiveTabIndex="0" Border="false"  AnimScroll="true" AutoScroll="true"&amp;gt;&lt;br&gt;            &amp;lt;Items&amp;gt;&lt;br&gt;                &amp;lt;ext:Panel ID="tabCuerpo" runat="server" Title="body" Icon="BookOpen" BodyStyle="padding:5px;" AutoScroll="true" Layout="Fit" RegisterAllResources="true" &amp;gt;&lt;br&gt;                    &amp;lt;AutoLoad Mode="IFrame" Url="test.aspx" ShowMask="true" NoCache="true" ManuallyTriggered="true"&amp;gt;&lt;br&gt;                    &amp;lt;Params&amp;gt;&lt;br&gt;                        &amp;lt;ext:Parameter Name="valor" Mode="Value" /&amp;gt;&lt;br&gt;                    &amp;lt;/Params&amp;gt;&lt;br&gt;                    &amp;lt;/AutoLoad&amp;gt;&lt;br&gt;                &amp;lt;/ext:Panel&amp;gt;&lt;br&gt;                &amp;lt;ext:Panel ID="tabDetalle" runat="server" Title="mail" Icon="ApplicationViewDetail" BodyStyle="padding:5px;" AutoScroll="true" Layout="Fit"&amp;gt;&lt;br&gt;                    &amp;lt;Items&amp;gt;&lt;br&gt;                        &amp;lt;ext:FormPanel runat="server" ID="frmDetalle" MonitorPoll="500" MonitorResize="true" MonitorValid="true" BodyStyle="padding:5px;" AutoScroll="true"&amp;gt;&lt;br&gt;                        &amp;lt;Defaults&amp;gt;&lt;br&gt;                            &amp;lt;ext:Parameter Name="BlankText" Value="nada" /&amp;gt;&lt;br&gt;                            &amp;lt;ext:Parameter Name="MsgTarget" Value="side" /&amp;gt;&lt;br&gt;                        &amp;lt;/Defaults&amp;gt;&lt;br&gt;                        &amp;lt;Items&amp;gt;&lt;br&gt;                            &amp;lt;ext:TextField ID="txtID" runat="server" FieldLabel="ID" Width="100" ReadOnly="true" /&amp;gt;&lt;br&gt;                            &amp;lt;ext:TextField ID="txtNombre" runat="server" AllowBlank="false" AnchorHorizontal="95%" /&amp;gt;&lt;br&gt;                            &amp;lt;ext:ComboBox ID="cmbIdioma" runat="server" AllowBlank="false" AnchorHorizontal="95%" /&amp;gt;&lt;br&gt;                            &amp;lt;ext:TextField ID="txtDescription" runat="server" AnchorHorizontal="95%" /&amp;gt;&lt;br&gt;                            &amp;lt;ext:TextField ID="txtToList" runat="server" Note="&amp;lt;%$ DynResources:Mail.ToList.Help %&amp;gt;" NoteAlign="Down"  AnchorHorizontal="95%" /&amp;gt;&lt;br&gt;                            &amp;lt;ext:TextField ID="txtCcList" runat="server" Note="&amp;lt;%$ DynResources:Mail.From.Help %&amp;gt;" NoteAlign="Down" AnchorHorizontal="95%" /&amp;gt;&lt;br&gt;                            &amp;lt;ext:TextField ID="txtBccList" runat="server"  Note="&amp;lt;%$ DynResources:Mail.BccList.Help %&amp;gt;" NoteAlign="Down" AnchorHorizontal="95%" /&amp;gt;&lt;br&gt;                        &amp;lt;/Items&amp;gt;&lt;br&gt;                        &amp;lt;/ext:FormPanel&amp;gt;&lt;br&gt;                    &amp;lt;/Items&amp;gt;&lt;br&gt;                &amp;lt;/ext:Panel&amp;gt;&lt;br&gt;            &amp;lt;/Items&amp;gt;&lt;br&gt;            &amp;lt;/ext:TabPanel&amp;gt;&lt;br&gt;        &amp;lt;/Items&amp;gt;&lt;br&gt;        &amp;lt;Buttons&amp;gt;&lt;br&gt;            &amp;lt;ext:Button ID="Button1" runat="server" Text="save" Icon="Disk" ValidationGroup="aa"&amp;gt;&lt;br&gt;                &amp;lt;Listeners&amp;gt;&lt;br&gt;                    &amp;lt;Click Handler="validCampos2(#{frmDetalle}.getForm(),false,#{tabCuerpo}.getBody().Devuelve());" /&amp;gt;&lt;br&gt;                &amp;lt;/Listeners&amp;gt;&lt;br&gt;            &amp;lt;/ext:Button&amp;gt;&lt;br&gt;        &amp;lt;/Buttons&amp;gt;&lt;br&gt;    &amp;lt;/ext:Window&amp;gt;&lt;br&gt;[/code]&lt;br&gt;</description><pubDate>Wed, 27 Jan 2010 14:40:21 GMT</pubDate><dc:creator>juane66</dc:creator></item><item><title>Bug: ComboBox.getValue() with non-unique item text.</title><link>http://www.coolite.com/forums/Topic26347-5-1.aspx</link><description>&lt;div&gt;Hi&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I have (possibly) found a bug with the ComboBox. Running the following code snippet produces two different results from getValue() when the last item in the list is selected.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Not sure if this is present in plain extjs - haven't tested it as I'm not too familiar with extjs.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;span style="font-family: monospace; color: rgb(63, 116, 127); white-space: pre; "&gt;[code]&lt;/span&gt;&lt;div&gt;&lt;font color="#3F747F" face="monospace"&gt;&lt;span style="white-space: pre;"&gt;&amp;lt;%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %&amp;gt;&amp;lt;%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %&amp;gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" &amp;gt;&amp;lt;head runat="server"&amp;gt;    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;script type="text/javascript" &amp;gt;&amp;lt;/script&amp;gt;    &amp;lt;form id="form1" runat="server"&amp;gt;    &amp;lt;ext:ScriptManager ID="ScriptManager1" runat="server" /&amp;gt;    &amp;lt;div&amp;gt;        &amp;lt;ext:ComboBox ID="ComboBox1" runat="server"&amp;gt;        &amp;lt;Items&amp;gt;            &amp;lt;ext:ListItem Value="0" Text="Zero"/&amp;gt;            &amp;lt;ext:ListItem Value="1" Text="One"/&amp;gt;            &amp;lt;ext:ListItem Value="2" Text="Two"/&amp;gt;            &amp;lt;ext:ListItem Value="3" Text="Three"/&amp;gt;            &amp;lt;ext:ListItem Value="4" Text="Four"/&amp;gt;            &amp;lt;ext:ListItem Value="5" Text="Two"/&amp;gt;        &amp;lt;/Items&amp;gt;        &amp;lt;Listeners&amp;gt;            &amp;lt;Select Handler="alert(#{ComboBox1}.getValue());" /&amp;gt;        &amp;lt;/Listeners&amp;gt;        &amp;lt;/ext:ComboBox&amp;gt;        &amp;lt;ext:Button ID="Button1" runat="server" Text="Submit"&amp;gt;        &amp;lt;Listeners&amp;gt;            &amp;lt;Click Handler="alert(#{ComboBox1}.getValue());" /&amp;gt;        &amp;lt;/Listeners&amp;gt;        &amp;lt;/ext:Button&amp;gt;        &amp;lt;/div&amp;gt;    &amp;lt;/form&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="font-family: monospace; color: rgb(63, 116, 127); white-space: pre; "&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: monospace; color: rgb(63, 116, 127); white-space: pre; "&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: monospace; color: rgb(63, 116, 127); "&gt;&lt;pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; "&gt;[/code]&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;</description><pubDate>Wed, 27 Jan 2010 08:14:34 GMT</pubDate><dc:creator>Neil Walters</dc:creator></item><item><title>[FIXED] [1.0] TreeLoader override missing scope in request data</title><link>http://www.coolite.com/forums/Topic26288-5-1.aspx</link><description>Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;In the source file\Ext.Net\Build\Ext.Net\extnet\core\tree\TreeLoader.js, your requestDataoverride is missing scope parameter (the third one) and functionality, so that when I use TreeLoader.load() and use scope, it is not reflected.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Tadeusz&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Tue, 26 Jan 2010 14:40:24 GMT</pubDate><dc:creator>tdracz</dc:creator></item><item><title>[0.8.2]FormPanels KeyMap Failure &amp; Other Notes...</title><link>http://www.coolite.com/forums/Topic26181-5-1.aspx</link><description>[code]&lt;BR&gt;&lt;FONT color=#0000ff&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Panel&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;id&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="pnl"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;Title&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="Some Text"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="server"&amp;gt;&lt;BR&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Body&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;&lt;FONT color=#0000ff&gt;    &amp;lt;&lt;/FONT&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Image&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;id&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="img"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;ImageUrl&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="../img.jpg"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="server"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;Align&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="Left"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;StyleSpec&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="padding-right:5px;"&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;    &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Image&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;    &amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;TextField&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;ID&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="text"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;Width&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="54"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;AllowBlank&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="false"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="server"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;EmptyText&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="Required"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;EmptyClass&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="capempty" &lt;/FONT&gt;&lt;FONT color=#ff0000&gt;MaxLengthText&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="5"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;MinLengthText&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="5"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;MinLength&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="5"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;MaxLength&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="5"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;InputType&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="Text"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;CausesValidation&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="True"&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;    &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;TextField&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;    &amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Button&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;Icon&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="ArrowRefresh"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;runat&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="server"&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;StyleSpec&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="padding-top:10px;"&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;    &amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Button&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Body&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;KeyMap&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;KeyBinding&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;StopEvent&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="true"&amp;gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Keys&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Key&lt;/FONT&gt; &lt;FONT color=#ff0000&gt;Code&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;="ENTER"&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;/&amp;gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Keys&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;KeyBinding&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;KeyMap&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515&gt;ext&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;:&lt;/FONT&gt;&lt;FONT color=#a31515&gt;Panel&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;BR&gt;&lt;FONT color=#000000&gt;[/code]&lt;BR&gt;This component is an ascx that is added to an aspx page that uses it. The control is wrapped in FormPanel with another button with a Type="Submit".&lt;BR&gt;&lt;BR&gt;The first problem that's observed is the pressing ENTER bypasses the click event of the Submit button in the outter control and goes directly to traditional PostBack which bypasses all my code and resets the page to no selection. Is there any way to listen for Submit and prevent submit from being called in a form panel?&lt;BR&gt;&lt;BR&gt;Secondly, I tried eliminate the ENTER key functionality altogether with the KeyMap above. When ENTER is pressed, the StopEvent="true" selection seems to cause a runtime break in coolite.axd at &lt;FONT color=#0000ff&gt;if&lt;/FONT&gt;(&lt;FONT color=#0000ff&gt;this&lt;/FONT&gt;.stopEvent){e.stopEvent();}fn.call(scope||window,k,e); Line 175:Col 12 &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;I'm assuming there's a bug in here somewhere, but it may be me. Is there ANY WAY to prevent ENTER from going to postback? Isn't that a pretty common thing?&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Mon, 25 Jan 2010 19:34:16 GMT</pubDate><dc:creator>michaeld@vipmail.com</dc:creator></item><item><title>[FIXED] [1.0] Duplicate Id generated for CSS link</title><link>http://www.coolite.com/forums/Topic25917-5-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Reasonably minor issue, but I noticed the following HTML gets generated using the Gray theme:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&amp;lt;!-- Coolite Toolkit for ASP.NET with ExtJS [Community Edition]. Version 0.8.2.2648. --&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;link rel="stylesheet" type="text/css" href="/Sonetto/extjs/resources/css/ext-all-embedded-css/coolite.axd?v=2648" /&amp;gt;&lt;br&gt;&amp;lt;link rel="stylesheet" type="text/css" href="/Sonetto/extjs/resources/css/xtheme-gray-embedded-css/coolite.axd?v=2648" id="ext-theme" /&amp;gt;&lt;br&gt;&amp;lt;link rel="stylesheet" type="text/css" href="/Sonetto/ux/extensions/triggerfield/css/triggerfield-embedded-css/coolite.axd?v=2648" id="ext-theme" /&amp;gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;The last two &amp;lt;link /&amp;gt;s above both have the same value for their id attribute (scroll to the end of the line).&lt;br&gt;&lt;br&gt;Doesn't break anything as such, though does cause a validation error (which, for practical purposes is minor, but would be nice to get some noise out of the way, if possible)&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 22 Jan 2010 01:37:37 GMT</pubDate><dc:creator>anup</dc:creator></item><item><title>A list of small bugs in MenuPanel 0.82 - to test for 1.0</title><link>http://www.coolite.com/forums/Topic26036-5-1.aspx</link><description>&lt;P&gt;I was building with a menu panel yesterday. I found the following issues...&lt;BR&gt;&lt;BR&gt;1. MenuItems &amp;amp; DateMenuItems have left padding to push them right of a vertical spacer so icons can be aligned to the left whereas TextMenuItems and ComboMenuItems are aligned all the way left. Only MenuItems have an Icon parameter, so DateMenuItems either need an Icon or need to be aligned with TextMenuItems.  Alternatively, I'd recommend left aligning these controls and allowing all of them to have Icon parameters, and only when they do, aligning them with space for the icon. &lt;BR&gt;&lt;BR&gt;2. CanActivate="false" works properly on submenus, but not first level menupanels. That is, I am able to click-select this control in this control path:&lt;BR&gt; &amp;lt;ext:MenuPanel&amp;gt;&amp;lt;Menu&amp;gt;&amp;lt;Items&amp;gt;&amp;lt;ext:TextMenuItem CanActivate="false"&amp;gt;...&lt;BR&gt;... but not this control in this control path (this is the proper behavior): &amp;lt;ext:MenuPanel&amp;gt;&amp;lt;Menu&amp;gt;&amp;lt;Items&amp;gt;&amp;lt;ext:MenuItem&amp;gt;&amp;lt;ext:Menu&amp;gt;&amp;lt;Items&amp;gt;&amp;lt;ext:TextMenuItem CanActivate="false"&amp;gt;...&lt;BR&gt;&lt;BR&gt;3. Tooltips do not show in MenuItems. &lt;BR&gt;&lt;BR&gt;4. Notes not supported in all MenuItem controls. Some yes, some no. &lt;/P&gt;&lt;P&gt;5. There should be some way to set the Calendar to a read-only setting, i.e. show a date that is selected on the page in another fashion. &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description><pubDate>Sat, 23 Jan 2010 19:57:02 GMT</pubDate><dc:creator>michaeld@vipmail.com</dc:creator></item><item><title>[FIXED] [1.0] ComboBox should implement IEditableTextControl</title><link>http://www.coolite.com/forums/Topic16765-5-1.aspx</link><description>ComboBox doesn't currently implement IEditableTextControl, which means that it can't be used inside of many ASP.Net controls' ContentTemplates where specific named controls are required.&lt;br&gt;&lt;br&gt;For example, an Ext:ComboBox can't be used for the "Question" field of a CreateUserWizard.ContentTemplate.  Trying to do so gives:&lt;br&gt;[code]&lt;br&gt;cuw1: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID Question for the security question, this is required if your membership provider requires a question and answer.&lt;br&gt;[/code]</description><pubDate>Sun, 19 Jul 2009 14:36:07 GMT</pubDate><dc:creator>shaun</dc:creator></item><item><title>[0.8.2] CommandColumn and Renderer</title><link>http://www.coolite.com/forums/Topic25782-5-1.aspx</link><description> Hi,&lt;br&gt;&lt;br&gt;When i try to use CommandColumn with a renderer a get a Ext.Fly error, although when i change to to plain Column, the renderer works fine.&lt;br&gt;&lt;br&gt;Thanks in advance.&lt;br&gt;&lt;br&gt;&lt;br&gt;Ps: If you could also fix the topic title to '[0.8.2] CommandColumn and renderer', i cant seem to do it in 'Edit' mode.&lt;br&gt;&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;        function escondeEditar(value, metadata, record, rowIndex, colIndex, store) {&lt;br&gt;            var isSelected = &amp;lt;%= GridPanelBeneficios.ClientID %&amp;gt;.getSelectionModel().isSelected(record);&lt;br&gt;            &lt;br&gt;            if (isSelected) {&lt;br&gt;                return '2'&lt;br&gt;            }&lt;br&gt;            &lt;br&gt;            return '1';&lt;br&gt;        }&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;[code]&lt;br&gt; &amp;lt;ext:GridPanel AutoHeight="true" AutoExpandColumn="RTB_DES_BENEFICIO" ID="GridPanelBeneficios"&lt;br&gt;                        runat="server" StoreID="StoreBeneficio"&amp;gt;&lt;br&gt;                        &amp;lt;ColumnModel runat="server"&amp;gt;&lt;br&gt;                            &amp;lt;Columns&amp;gt;&lt;br&gt;                                &amp;lt;ext:GroupingSummaryColumn DataIndex="RTB_NUM_BENEFICIO" Fixed="true" Header="Benefício"&lt;br&gt;                                    Width="60" /&amp;gt;&lt;br&gt;                                &amp;lt;ext:Column ColumnID="GRUPO" Sortable="true" DataIndex="GRUPO" /&amp;gt;&lt;br&gt;                                &amp;lt;ext:GroupingSummaryColumn ColumnID="RTB_DES_BENEFICIO" DataIndex="RTB_DES_BENEFICIO"&lt;br&gt;                                    Header="Descrição Benefício"&amp;gt;&lt;br&gt;                                &amp;lt;/ext:GroupingSummaryColumn&amp;gt;&lt;br&gt;                                &amp;lt;ext:GroupingSummaryColumn DataIndex="RTB_STR_FONTE_LEGAL" Header="FonteLegal" Width="240" /&amp;gt;&lt;br&gt;                                &amp;lt;ext:CommandColumn Width="60"&amp;gt;&lt;br&gt;                                    &amp;lt;Commands&amp;gt;&lt;br&gt;                                        &amp;lt;ext:GridCommand Icon="NoteEdit" CommandName="Edit"&amp;gt;&lt;br&gt;                                            &amp;lt;ToolTip Text="Edit" /&amp;gt;&lt;br&gt;                                        &amp;lt;/ext:GridCommand&amp;gt;&lt;br&gt;                                    &amp;lt;/Commands&amp;gt;&lt;br&gt;                                    &amp;lt;Renderer Fn="escondeEditar" /&amp;gt;&lt;br&gt;                                &amp;lt;/ext:CommandColumn&amp;gt;&lt;br&gt;                            &amp;lt;/Columns&amp;gt;&lt;br&gt;                        &amp;lt;/ColumnModel&amp;gt;&lt;br&gt;                        &amp;lt;View&amp;gt;&lt;br&gt;                            &amp;lt;ext:GroupingView runat="server" ForceFit="true" ShowGroupName="false" EnableNoGroups="true"&lt;br&gt;                                HideGroupedColumn="true" /&amp;gt;&lt;br&gt;                        &amp;lt;/View&amp;gt;&lt;br&gt;                        &amp;lt;Plugins&amp;gt;&lt;br&gt;                            &amp;lt;ext:GroupingSummary runat="server" /&amp;gt;&lt;br&gt;                        &amp;lt;/Plugins&amp;gt;&lt;br&gt;                        &amp;lt;SelectionModel&amp;gt;&lt;br&gt;                            &amp;lt;ext:CheckboxSelectionModel runat="server"&amp;gt;&lt;br&gt;                                &amp;lt;Listeners&amp;gt;&lt;br&gt;                                    &amp;lt;RowSelect Handler="#{GridPanelBeneficios}.getView().refreshRow(record); /&amp;gt;&lt;br&gt;                                    &amp;lt;RowDeselect Handler="#{GridPanelBeneficios}.getView().refreshRow(record);" /&amp;gt;&lt;br&gt;                                &amp;lt;/Listeners&amp;gt;                                 &lt;br&gt;                            &amp;lt;/ext:CheckboxSelectionModel&amp;gt;&lt;br&gt;                        &amp;lt;/SelectionModel&amp;gt;&lt;br&gt;                    &amp;lt;/ext:GridPanel&amp;gt;&lt;br&gt;[/code]&lt;br&gt;</description><pubDate>Wed, 20 Jan 2010 11:24:43 GMT</pubDate><dc:creator>Bruno Nogueira</dc:creator></item><item><title>When a DateField is readonly and disabled, you can still select a date using the date picker</title><link>http://www.coolite.com/forums/Topic25317-5-1.aspx</link><description>&lt;P&gt;I am using version 0.8.0.30406&lt;BR&gt;&lt;BR&gt;I have a DateField as follows:&lt;BR&gt;&lt;BR&gt;[code]&lt;BR&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2 face=Consolas&gt;&lt;FONT color=#800000 size=2 face=Consolas&gt;&lt;FONT color=#800000 size=2 face=Consolas&gt;ext&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2 face=Consolas&gt;&lt;FONT color=#800000 size=2 face=Consolas&gt;&lt;FONT color=#800000 size=2 face=Consolas&gt;DateField&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;runat&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="server"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;ID&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="TxtPublishDate"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;MsgTarget&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="Side"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;FieldLabel&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="" &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;ReadOnly&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="true"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;Disabled&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="true"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;Format&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="dd-MMM-yyyy"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;&lt;FONT color=#ff0000 size=2 face=Consolas&gt;CustomAttribute&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;="Testing"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2 face=Consolas&gt;&lt;FONT size=2 face=Consolas&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;&lt;FONT color=#0000ff size=2 face=Consolas&gt;/&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;When the screen renders, you cannot type in a date, but you can press the date picker button and it lets you select a date.&lt;BR&gt;&lt;BR&gt;The same thing happens for a TimeField with the drop down list of times being selectable.&lt;BR&gt;&lt;BR&gt;Sorry if this is a duplicate, I did try and search for this issue.&lt;/P&gt;</description><pubDate>Tue, 12 Jan 2010 17:48:06 GMT</pubDate><dc:creator>nootn</dc:creator></item><item><title>decoded html after ajaxmethod</title><link>http://www.coolite.com/forums/Topic25213-5-1.aspx</link><description> i have an encode string returned from an ajaxmethod... but on the ajaxmethod success callback function, the returned string is already decoded... is this also affected by having the file upload field on the page?&lt;br&gt;&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;Coolite.AjaxMethods.uchrcaPublicQS.publishQuestionSetToCompany( &lt;br&gt;                            tobepid, tobepwid,&lt;br&gt;                            { &lt;br&gt;                                success: function(result)  &lt;br&gt;                                    {   //result is already decoded html }&lt;br&gt;[/code]&lt;br&gt;</description><pubDate>Mon, 11 Jan 2010 21:57:03 GMT</pubDate><dc:creator>[WP]joju</dc:creator></item><item><title>Columnnames outside the box in the sort dropdownbox</title><link>http://www.coolite.com/forums/Topic25212-5-1.aspx</link><description>The image should explain it all :)&lt;BR&gt;&lt;BR&gt;The problems only occurs with a couple of columns in certain tables.&lt;BR&gt;&lt;BR&gt;I'm not sure whether this is a Extjs bug or a Coolite bug tho...&lt;BR&gt;&lt;BR&gt;tested on FF 3.0/3.5 and IE8.</description><pubDate>Mon, 11 Jan 2010 18:54:18 GMT</pubDate><dc:creator>Ciaro</dc:creator></item><item><title>[FIXED] [1.0] Multiselect setValue</title><link>http://www.coolite.com/forums/Topic25075-5-1.aspx</link><description>&lt;div&gt;If the listitems in the multiselect is not sorted by value field there is problem with setting values.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For instance if a value of 156 comes before a value of 15. 156 will be selected when setValue is called with '15'.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;That's because store.query is doing a starts with search:&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.extjs.com/deploy/dev/docs/source/Store.html#method-Ext.data.Store-query"&gt;http://www.extjs.com/deploy/dev/docs/source/Store.html#method-Ext.data.Store-query&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;multiselect.js:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;[code]&lt;div&gt;&lt;div&gt;setValue : function (values, keepExisting, suppressEvent) {&lt;/div&gt;&lt;div&gt;        var index,&lt;/div&gt;&lt;div&gt;            selections = [];&lt;/div&gt;&lt;div&gt;        &lt;/div&gt;&lt;div&gt;        if (keepExisting !== true) {&lt;/div&gt;&lt;div&gt;            this.view.clearSelections();&lt;/div&gt;&lt;div&gt;            this.hiddenField.dom.value = '';&lt;/div&gt;&lt;div&gt;            this.selectedIds = {};&lt;/div&gt;&lt;div&gt;        }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;        if (!values || (values == '')) { &lt;/div&gt;&lt;div&gt;            return; &lt;/div&gt;&lt;div&gt;        }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;        if (!(values instanceof Array)) { &lt;/div&gt;&lt;div&gt;            values = values.split(this.delimiter); &lt;/div&gt;&lt;div&gt;        }&lt;/div&gt;&lt;div&gt;        &lt;/div&gt;&lt;div&gt;        for (var i = 0; i &amp;lt; values.length; i++) {&lt;/div&gt;&lt;div&gt;            index = this.view.store.indexOf(this.view.store.query(this.valueField,&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;				&lt;/span&gt;values[i]).itemAt(0));&lt;/div&gt;&lt;div&gt;            selections.push(index);&lt;/div&gt;&lt;div&gt;        }&lt;/div&gt;&lt;div&gt;        &lt;/div&gt;&lt;div&gt;        this.view.select(selections, keepExisting, suppressEvent);&lt;/div&gt;&lt;div&gt;        this.hiddenField.dom.value = this.getValue();&lt;/div&gt;&lt;div&gt;        this.hiddenIndexes.dom.value = this.getIndexes();&lt;/div&gt;&lt;div&gt;        &lt;/div&gt;&lt;div&gt;        if (this.submitText) {&lt;/div&gt;&lt;div&gt;            this.hiddenText.dom.value = this.getValue(this.displayField);&lt;/div&gt;&lt;div&gt;        }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;        this.validate();&lt;/div&gt;&lt;div&gt;    },&lt;/div&gt;&lt;div&gt;[/code]&lt;/div&gt;&lt;/div&gt;</description><pubDate>Fri, 08 Jan 2010 05:32:56 GMT</pubDate><dc:creator>petlun</dc:creator></item><item><title>[FIXED] [1.0] cachefly cdn - still references the Ext 2.2.1 scripts</title><link>http://www.coolite.com/forums/Topic25128-5-1.aspx</link><description>should it be referencing the 3.1.0 scripts?&lt;br&gt;&lt;br&gt;also referencing the 3.0.0 styles - should this be 3.1.0?&lt;br&gt;&lt;br&gt;cheers.&lt;br&gt;&lt;br&gt;</description><pubDate>Sun, 10 Jan 2010 07:51:51 GMT</pubDate><dc:creator>brettmas</dc:creator></item><item><title>[FIXED] [1.0] SetClassIcon Toggle Bug?</title><link>http://www.coolite.com/forums/Topic24913-5-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I have a situation where I need to change the icon of a panel. It was recommended in a post to use the .setIconClass() function to change it client-side. I feel that there is a bug though, if you try to setIconClass on a panel that is collapsible. You end up with two icons.&lt;br&gt;&lt;br&gt;Here is a sample:&lt;br&gt;&lt;br&gt;[code]&amp;lt;%@ Page Language="C#" %&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %&amp;gt;&lt;br&gt;&amp;lt;script runat="server"&amp;gt;&lt;br&gt;    public void Page_Load(object sender, EventArgs e)&lt;br&gt;    {&lt;br&gt;        if (!Ext.IsAjaxRequest)&lt;br&gt;        {&lt;br&gt;            this.ScriptManager1.RegisterIcon(Icon.Delete);&lt;br&gt;        }&lt;br&gt;    }&lt;br&gt;&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;br&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br&gt;&amp;lt;head id="Head1" runat="server"&amp;gt;&lt;br&gt;    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;    &amp;lt;form id="form1" runat="server"&amp;gt;&lt;br&gt;    &amp;lt;ext:ScriptManager ID="ScriptManager1" runat="server" Theme="Gray" /&amp;gt;&lt;br&gt;    &amp;lt;ext:Panel ID="Panel1" Title="Panel1" runat="server" Collapsible="true" Icon="Add" Height="100" Width="300" /&amp;gt;&lt;br&gt;    &amp;lt;ext:Panel ID="Panel2" Title="Panel2" runat="server" Collapsible="false" Icon="Add" Height="100" Width="300" /&amp;gt;&lt;br&gt;    &amp;lt;ext:Button ID="Button1" runat="server" Text="Change Panel1 Icon"&amp;gt;&lt;br&gt;        &amp;lt;Listeners&amp;gt;&lt;br&gt;            &amp;lt;Click Handler="#{Panel1}.setIconClass('icon-delete');" /&amp;gt;&lt;br&gt;        &amp;lt;/Listeners&amp;gt;&lt;br&gt;    &amp;lt;/ext:Button&amp;gt;&lt;br&gt;    &amp;lt;ext:Button ID="Button2" runat="server" Text="Change Panel2 Icon"&amp;gt;&lt;br&gt;        &amp;lt;Listeners&amp;gt;&lt;br&gt;            &amp;lt;Click Handler="#{Panel2}.setIconClass('icon-delete');" /&amp;gt;&lt;br&gt;        &amp;lt;/Listeners&amp;gt;&lt;br&gt;    &amp;lt;/ext:Button&amp;gt;&lt;br&gt;    &amp;lt;/form&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;[/code]&lt;br&gt;&lt;br&gt;&lt;span style="text-decoration: line-through;"&gt;I currently have it setup server-side so I'm fine, just thought this was a bug and I'd report it.&lt;/span&gt;&lt;br&gt;&lt;br&gt;EDIT: I lied. I thought I could do it server-side, but setting the Icon via 'Panel1.Icon = Icon.Delete;' in an Ajax event also yields two icons.&lt;br&gt;&lt;br&gt;EDIT2: It seems that is is because the img tag is placed after the div for the collapsible toggle and the javascript function only checks to see if the first child is the img tag containing the icon information.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Kyle&lt;br&gt;</description><pubDate>Tue, 05 Jan 2010 07:00:46 GMT</pubDate><dc:creator>kylecm</dc:creator></item><item><title>Toolbar Separator Image not showing for Gray Theme</title><link>http://www.coolite.com/forums/Topic24876-5-1.aspx</link><description>The ToolBarSeparator css is incorrect when using the Gray theme.  The xtheme-gray-embedded.css has the following style generated:&lt;br&gt;&lt;br&gt;[code].x-toolbar .xtb-sep {&lt;br&gt;    background-image: url("&amp;lt;%=WebResource("Ext.Net.Build.Ext.Net..ext.resources.images.default.grid.grid-split.gif")%&amp;gt;");&lt;br&gt;}[/code]&lt;br&gt;&lt;br&gt;That is not the correct, it should be:&lt;br&gt;&lt;br&gt;[code].x-toolbar .xtb-sep {&lt;br&gt;    background-image: url("&amp;lt;%=WebResource("Ext.Net.Build.Ext.Net.extjs.resources.images.default.grid-split.gif")%&amp;gt;");&lt;br&gt;}[/code]&lt;br&gt;&lt;br&gt;The xtheme-gray-embedded.css is generated during the build process and I do not know how to fix the build process.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 04 Jan 2010 12:38:10 GMT</pubDate><dc:creator>jsdeveloper</dc:creator></item><item><title>I found an example "TreePanel / basic / refresh static tree" of an error</title><link>http://www.coolite.com/forums/Topic24786-5-1.aspx</link><description> 我发现示例"TreePanel/basic/refresh static tree"的一个错误&lt;BR&gt;首次加载时是没有错误的，但是当点击刷新时，就会报告“'tree.root.ui' is null or not an object ”.把源码中的Handler="refreshTree(#{TreePanel1})改成Handler="refreshTreeExt.getCmp('TreePanel1'))则正常。希望这个问题引起重视&lt;BR&gt;&lt;BR&gt;&lt;SPAN id=result_box class=long_text&gt;&lt;SPAN style="BACKGROUND-COLOR: #fff" title="我发现示例TreePanel/basic/refresh static tree的一个错误" closure_hashCode_7hbuou="242"&gt;I found an example "TreePanel / basic / refresh static tree" of an error&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style="BACKGROUND-COLOR: #ebeff9" title="首次加载时是没有错误的，但是当点击刷新时，就会报告“'tree.root.ui' is null or not an object ”.把源码中的Handler=&amp;quot;refreshTree(#{TreePanel1})改" closure_hashCode_7hbuou="243"&gt;The first load is not wrong, but when you click refresh, they will report " 'tree.root.ui' is null or not an object". The source of the Handler = "refreshTree (# (TreePanel1))" change to &lt;/SPAN&gt;&lt;SPAN style="BACKGROUND-COLOR: #fff" title="成Handler=&amp;quot;refreshTreeExt.getCmp('TreePanel1'))则正常。" closure_hashCode_7hbuou="244"&gt;Handler = "refreshTreeExt.getCmp ( 'TreePanel1'))" was normal. &lt;/SPAN&gt;&lt;SPAN style="BACKGROUND-COLOR: #fff" title=希望这个问题引起重视 closure_hashCode_7hbuou="245"&gt;Hope that this issue attention&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Fri, 01 Jan 2010 02:50:09 GMT</pubDate><dc:creator>rugate</dc:creator></item><item><title>DynamicLibrary does not handle Guid columns</title><link>http://www.coolite.com/forums/Topic24598-5-1.aspx</link><description>&lt;BR&gt;All --&lt;BR&gt;&lt;BR&gt;Please help.&lt;BR&gt;&lt;BR&gt;I was directed to this forum by Google Code, from within the DynamicLibrary code project, etc, which is apparently, somehow related to CooLite.&lt;BR&gt;&lt;BR&gt;DynamicLibrary, which is apparently used at some level by CooLite etc, seems like it DynamicLibrary does not handle Guid columns well for custom where clauses.&lt;BR&gt;&lt;BR&gt;See full details at the open Issue at Google Code here...&lt;BR&gt;&lt;BR&gt; &lt;BR&gt;&lt;A href="http://code.google.com/p/coolite-mvc/issues/detail?id=11"&gt;http://code.google.com/p/coolite-mvc/issues/detail?id=11&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Is there a fix or workaround?&lt;BR&gt;&lt;BR&gt;Please advise.&lt;BR&gt;&lt;BR&gt;Thank you.&lt;BR&gt;&lt;BR&gt;-- Mark Kamoski&lt;BR&gt;</description><pubDate>Wed, 23 Dec 2009 11:08:28 GMT</pubDate><dc:creator>mkamoski</dc:creator></item></channel></rss>