Search Results

Type: Posts; User: camazorro

Search took 0.01 seconds.
  1. <ext:Hidden ID="CurrentControlPath" runat="server" />
    <ext:Hidden ID="CurrentModuleID" runat="server" />

    <ext:Panel ID="pnlAppLoad" runat="server" Region ="Center" Layout="FitLayout">
    ...
  2. Theres HTML5 File API but may I will not work on all browsers

    See this link
  3. Create a BeforeEdit Listener and in the handle put the code bellow



    if(e.record.rps != 1)
    e.cancel=true;
    else
    e.cancel=false;
  4. See this the code I have, I saw a deference in the Target and the way I fire the click event is using buttonname.fireEvent('click');



    <ext:KeyMap runat="server" Target="={Ext.isGecko ?...
  5. Thanks!!! Its working
  6. Hi

    I got the following situation:

    I have a login window with a form panel, the formpanel validate the fields and disable the login button when the form is invalid. Also have a reset button...
  7. Hello Guys

    I will work on a example during this weekend to post it here. Basically I'm working with asp.net application and the controls are loaded from a class library outside of the main...
  8. Later I will prepare the solution and upload attachment
  9. Hi

    Maybe I dont ask correctly

    I found the solution in this post, is not related to my original question but it have the solution :)

    The .designer.cs file I created to imitate Visual Studio...
  10. Hi

    I really need this

    Thanks
  11. Can you post a example of the code to see if I can help or someone have a solution
  12. Hi you can create aspx for the report and load the new window and use a iframe



    var win = new Window
    {
    ID = "wndInv",
    Width =...
  13. Anyone with a suggestion will be appreciated

    Thanks
  14. Hi I have a Class from another assembly that defines a window. Then I reference this class in another VS project and I cant get the listener to execute see the code:

    ExtNetErrorReport.designer.cs...
  15. Thread: Tag Property

    by camazorro
    Hello
    I got a error when I set the value of the Tag property in the control

    See:


    <ext:TextArea ID="INV_STATUS_NOTE1" runat="server" FieldLabel="Description"...
  16. Hello

    I have a problem to call DirectEvent from Dynamic Window I created. Im using 1.3

    See the Code:

    This is de default.aspx code:

    <form id="frmMain" runat="server">
    ...
  17. The combo show the value, the only difference between my code and yours is the dataset only have one column and I use the same column for Display and Value.

    Thanks
  18. Hi I have this combo when I need to get SelectedItem is null

    See Code


    <ext:ComboBox ID="cmbPeriodo" runat="server" FieldLabel="Periodo" LabelWidth="50"...
  19. I have a store and a grid but when I execute the code its giveme the following error:

    The control with ID 'ctl25_stEmails' not found


    <%@ Control Language="C#" AutoEventWireup="true"...
Results 1 to 20 of 20