Search Results

Type: Posts; User: juane66

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. the fix worked thanks a lot!!!
  2. in your example you are using a tabpanel instead of a formpanel in the first tab can you try changing that?
  3. i have tested with 3826 release and it doesn't work either.
    the viewstate is enabled by default, i have tried with DisableViewState="true"
    and it doesn't work either.
  4. it's strange, i have tried that in the dev proyect from ext.net
    the only difference is that i use the last version of json for this version.
    i will try to use the version that came with ext.net to...
  5. to try that example you don't have to go to the 2nd tab.
    when the page is loaded just click the button, it works when you go to the 2nd tab.
    it has something to do with tabs not rendered
  6. i tried with version 3825 and the problem still exists, the problem was introduced in that version (3809) i think.
  7. there's a problem since this version with the post back of numberfields, the postback are returned empty when they are located in a second tab.
    Here's a sample to test:



    <form id="form1"...
  8. i just did, when the page was posted i noticed.

    the easy way to test it is to test and remove this line:

    <div style="width:99%; height:100%; margin:10px;"> //IF I REMOVE THIS LINE IT WORKS FINE...
  9. Hi, i'm having a problem with the following code in ie6, in ie8 and ff works fine.
    the problem is with the div in the master page before the placeholder.
    In IE6 it makes the combo appears in the...
  10. it's now fixed.
    thanks again
  11. In that revision you added this function in the treenode.js file:


    collapse : function () {
    this.updateExpandIcon();
    if (this.rendered) {
    ...
  12. it's fixed, mark it as solved.
    thanks
  13. i have tried going back the json dll and i still get that error.
    i'm using firefox and the page to test it is:
    http://localhost/Examples/GridPanel/Miscellaneous/Details_Window/

    the error is:...
  14. the link to release 8 is:
    http://json.codeplex.com/releases/view/50552
  15. you can reproduce it with the sample page:
    Examples/GridPanel/Miscellaneous/Details_Window/
    i get there:

    Error: Ext.elCache is undefined
    Source File: extjs/ext-all-js/ext.axd?v=33641
    Line: 7
    ...
  16. Hi, i have updated the Newtonsoft.Json.dll to the 3.5 release 8 and svn version 3395, and in a grid i get this javascript error:
    Error: Ext.elCache is undefined
    Source File:...
  17. hi, i don't know if this thread is related to release 3371, but with that release all my combos are getting error when loading values, in a window when are loaded again, the error i'm getting in all...
  18. Hi Vladimir
    do you have any news about this?
    here is a link with the updated gmap:
    http://www.sencha.com/forum/showthread.php?40534-Ext.ux.GMapPanel-Google-Maps
    Do you think that this can be...
  19. the problem is in the .add of the combo, what i used to workaround was to hardcode the values in the aspx page and what was dynamic i put them in a store, and then i was able to merge, but the...
  20. i don't know the ilmerge, what that app does, is when you precompile a web site, it generates dll in the bin directory that are not usefull when exporting to production servers, because the name are...
  21. here is a simple test:



    <%@ Page Language="VB" ValidateRequest="false" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="test" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  22. i tried that:



    cmbMotivo.Items.Add(New Ext.Net.ListItem(oNode.getAttribute("descripcion"), oNode.getAttribute("codigo")))



    but the error persist, i comment that line and...
  23. Hi, i'm having a weird error when i'm trying to deploy a proyect, the proyect compile fine, but when i use the aspnet_merge.exe utility to unify all the assemblys of the proyect i get the error:...
  24. it's all working fine now, thanks, mark it as solved
  25. i have tried your example, but doesn't work, if i put any class in the indication field, the icon dissapear.


    <ext:Checkbox ID="chkParamUseAnalytics" runat="server"...
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4