[CLOSED] FileuploadFiel Icon Problem

  1. #1

    [CLOSED] FileuploadFiel Icon Problem

    When I run my test application, in a page aspx with a FileUploadField, this error occurs...

    Attachment 3743

    note that the error is in the class of C # FileUploadField.cs

    In my aspx page, i declare a field FileUploadField as follow:
    <Items>
          <ext:FileUploadField runat="server" ID="upfDocumento" EmptyText="Selecione um documento" ButtonText="Selecionar" Icon="Attach" />
    </Items>
    Thanks for any help
    Last edited by Daniil; Feb 01, 2012 at 3:12 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks for the report. We will fix.

    As a temporary workaround you can set up a Button in code behind, in Page_Load or Page_Init.

    this.FilteUploadField1.Button = new Ext.Net.Button() 
    { 
        Icon = Icon.Accept
    }
  3. #3
    Solved!!!

    Thanks a lot
  4. #4
    The fix has been added to SVN and will be available in DP2.

    Thanks again for the report.

Similar Threads

  1. [CLOSED] Icon in textarea layout problem
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 31, 2012, 2:16 PM
  2. [CLOSED] Problem using icon comboBox
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 11, 2010, 10:33 AM
  3. Replies: 1
    Last Post: Feb 16, 2010, 4:16 PM
  4. [CLOSED] Problem setting window icon
    By SFritsche in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 28, 2009, 1:00 PM
  5. Replies: 2
    Last Post: Jan 07, 2009, 10:33 AM

Posting Permissions