Search Results

Type: Posts; User: grmontero

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. I´m lloking for the same settings...!

    Any help..?

    Thanks
  2. O.k..
    here a example:

    I need to clear the TextFields... the textArea and the HtmlEditor.

    But the HtmlEditor don´t change the text...

    The Button call 'Clear' Function.

    <%@ Page...
  3. Hi.

    I´m cleaning the text of HtmlEditor with this code.


    function limpiar() {
    frm = &#100;ocument.getElementById('form1');

    var window = <%= Window1.ClientID %>;
  4. Hello.

    My question is this.

    How I ca put Inside a cell of a gridPanel a Control like a list that can show me Child Records... like a Hierarchical Data.

    I do This with JDeveloper... but I´m...
  5. Thanks !

    Vladsch.


    :)
  6. Hello.
    I have a panel, and I want to set the BackColor but i Don´t know How...
    Any help...

    Is a symple question...
    Any help.??
    Thanks...
  7. I i´m doing this...



    Me.TextBox1.FieldLabel = "<p style='font-size:0.11in;'>[B]"


    But the label is showing like this image...
  8. Hello.
    My question is very simple.

    How I can show FieldLabe of a textField or combobox... in Bold style..?

    Thanks...!

    Atte: Gustavo Montero G.
  9. Hello.

    I have this code in javascript for clear the fields in the Windows edition.


    function ClearFields() {
    frm = &#100;ocument.getElementById('form1');
    if (!frm) return;
    for(i=0;...
  10. ke mas ... Fabio.
    Veo.. que Seguistes utilizando el coolite.
    como terminó el proyecto de Comercio exterior. Agregueme al messeger gmonterog88@hotmail.com.

    Estamos hablando Bro.


    Ate:...
  11. I have the same problem.
    To reproduce this problem is simple.
    Only create a Dataset and add a datatable that contains a column with NullValues.
    When you want to bind this dataset to a Store....
  12. Thansk´s... Vladsch.

    Excelent.

    This works..

    Now.. I can fill the comboBox with the correct set of data.

    I´m Using this example, whick work with a WebService..
  13. Any one... Help me..

    Vladch... Give me some Idea pleae..

    Thank's



    Combo 1
  14. Hello.

    I have 3 different ComboBox in a form. and every one have the same Store associated.

    <ext:Store runat="server" ID="StoreCombos">
    <Reader>
    <ext:XmlReader...
  15. how to add a TemplateControl to a ComboBox in codebehind..

    I need to do the same...
    any help..?

    Thaks..!
  16. Thread: Tab Icon

    by grmontero
    yess... Work fine.

    Thanks...!
  17. Thread: Tab Icon

    by grmontero
    Hello.

    I'm cretaing Tabs with this code.

    if (!tab) {
    var icon = "'" + menuItem.iconCls + "'" ;
    tab = TabPanel.add({
    id:...
  18. Hello..

    I find a better and easy way to reload a TabPanel
    Here:
    https://examples1.ext.net/#/Panel/Basic/Deferred_Loading/
    Thaks...
    And Excuseme.

    Gustavo R. Montero G.
  19. Hello.

    Someone that helpme with this Issue.??

    I have a TabPanel create from MarkUp. but in running Mode I add Other tabPanel with his Tabs... Inside a tab of Original TabPanel.

    Any Method...
  20. Hello..
    I Have the same problem with ajax Method.
    This code work with the coolite 0.7 version but Not in 0.8


    Response.Clear()
    Response.ContentType = "application/x-download"
    ...
  21. Hello.

    I need create a kind of Gant like i'm showing in the image.

    someone, can help me.

    How, I could create a progressbar inside the column cell in the Grid panel according a value in the...
  22. in version 0.7... Downloading File in AjaxMethod was working.. but i Change to the 0.8... and something happend that stop work...

    I appreciate any Help...

    Thanks...

    Gustavo Montero G.
  23. I was adding the same Number id for all rows...
    That was the problem...

    Thanks for all.
  24. Hello...

    Why happen that GridPanel show Only the last Row of the Datatable..?
  25. Hi.

    This is my question..

    Why this code don't work with ajax method...?

    I try to download a Bynary file from database... but I nedd to do this with AjaxMethod...
Results 1 to 25 of 49
Page 1 of 2 1 2