Absolute positioning of fields and Field Indicator not showing

  1. #1

    Absolute positioning of fields and Field Indicator not showing

    Hello,

    I have positioned my fields using absolute positioning inside of a panel with layout=absolute, I am noticing that the field indicator icons are not being shown for these fields, do absolutely positioned fields support the indicator icon ?

     
    <ext:Panel  ID="pnlCostsResources" 
                        runat="server" 
                        border="false"
                        height="185"
                        padding="10" 
                        layout="absolute"
                        Width="950" 
                       
                        >
                <Items>
    
     <ext:NumberField  ID="txtHourlyRate" 
                                        runat="server" 
                                        text="0.0"  
                                        AllowDecimals="true" 
                                        AllowNegative="false" 
                                        width="85"  
                                        OnDirectChange ="txtHourlyRate_NumberChanged"
                                         x="10"
                                         y="54"
                                         IndicatorIcon="BulletRed">
                            </ext:NumberField>
    </items>
    </ext:panel>
  2. #2
    Hi,

    FieldIndicator requires form layout

Similar Threads

  1. Replies: 7
    Last Post: Jan 25, 2012, 11:25 AM
  2. Field indicator not showing?
    By wexman in forum 1.x Help
    Replies: 6
    Last Post: Mar 03, 2011, 1:37 PM
  3. Replies: 32
    Last Post: Nov 17, 2010, 12:08 PM
  4. [CLOSED] Issue w/new Field.Indicator
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 06, 2010, 12:23 PM
  5. Best approach to absolute positioning of controls?
    By dbassett74 in forum 1.x Help
    Replies: 5
    Last Post: May 11, 2009, 6:28 PM

Tags for this Thread

Posting Permissions