Search Results

Type: Posts; User: PascuV

Search took 0.01 seconds; generated 56 minute(s) ago.
  1. okey, fixed
  2. I have been developing application since a bought the license almost 3 years ago and I didnt have problem since now.

    I have developed a new application and the "Unlicensed" message is showing...
  3. Basically I have 2 panels in my aspx file "Productos.aspx", one called "panelizq" on the left with a treepanel and one called "panelarticulos" on the right where I would like to load my...
  4. No way.

    GridPanel code:

    <ext:GridPanel runat="server" ID="GridMensual" ColumnWidth="0.75" Height ="280" MarginSpec="20 0 0 0" Frame="false">
    ...
  5. Hi Z,

    Thank you very much for your help, but unfortunately your code is not working, it only hides the "id" header as shown below:

    https://i.imgur.com/pHLdUWc.png

    The ext-48-X cells keep...
  6. ¿Is there a solution?

    Thank you very much.
  7. Hi,

    I have a little problem. Following this example, I have created a grid to export to Excel. The grid doesn't have an Id column, but when I create my Excel file, this Id column appears on it...
  8. Thank You so much Fabricio, Its working perfect now.
  9. Hi,

    I,ve been trying to clean a Textfield after a KeyMap but It is not working. However if i do the same, from a Button with a Directevent it works perfect.

    Here is an example of my code:
    ...
  10. Hi,

    I'm trying to copy the behaviour of DisableControl in Codebehind.

    for example, in my .aspx file I got this button and it works fine:


    <ext:ImageButton

    ...
  11. Hi, I've got a prompt and I would like to gather Its text. Here is my code:



    <%@ Page Title="Fabricacion Jhayber" Language="C#" AutoEventWireup="true" CodeBehind="CheckQR.aspx.cs"...
  12. Hello? Any help?
  13. Hi,

    Im trying to create a grid for my application and its not being possible.

    I Have copied your example about a basic grid and is still not working. Here is what i've tried:


    <%@ Page...
  14. Hi Fabricio!

    I don't know why but the code I posted yesterday It's working fine now. Sorry

    You can close the Thread.

    Thank You very much
  15. Hi,

    I've created a few Textboxs and one Checkbox dynamically in a DirectEvent.
    When I want to gather the Textbox value I do this:


    string cantidadfield =...
  16. Thank You Frabicio, its working now!
  17. Hi,

    Well, basically what a want to do is create a panel dynamically and show an html on it. I have managed to do it on a static way, but i need to do it dynamically:

    Here is an example:

    <%@...
  18. Hi, Im having this error when I try to open a window or show a pdf file. With the provisional resolve from a a ext.net form. I have tried to change use textfields instead of labels but im still...
  19. Hi Fabricio, It worked, but not as I expected so I found another solution. I keep the "Y" coordinate of the button and I use It in the window.

    You can mark this thread as closed. Thank You!
  20. Thx! It worked.
  21. Hi, I want to call a .js function located in a child from parent.

    For example, I have 2 files: desktop.aspx(parent) and productos.aspx(child). To call a .js function located in...
  22. Hi, I have a page with multiple buttons that show a Window, the problem is that all those buttons are in a different Y possition, so i would like to show the window centered in the screen (not in the...
  23. Hi,

    My problem is that I cant set a default ComboBox value without a page load.


    Here is an example with a delailed explanation below.

    .aspx:
  24. It Works! Thank You very much
  25. Hello,

    I have a button, when I click it, it opens a menu which contains a combobox. What I'm trying to do is getting the combobox value when I change its value, but it always returns null.

    I...
Results 1 to 25 of 25