Search Results

Type: Posts; User: klaus.schwarz

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi Vladimir,

    thank you for your possible solutions.
    I tried solution no 3 first and it seems to work fine.

    But I remember that there was a reason for this curious construction (InitAllControls...
  2. Hi Geoffrey,

    done !

    Klaus
  3. Hi,
    did you receive the mail?

    Klaus
  4. I sent the mail at 10:26 AM.

    Klaus
  5. Again I have problems to change usercontrols during runtime.
    I added sample code to reproduce the problem.
    Please start the application and then click on a radio button on the left site.
    Change...
  6. Everthing works fine now with this Version
    CLOSED

    Thank you,
    Klaus
  7. I loaded the update from SVN (http://svn.ext.net/premium/trunk) and tried to compile the project.
    This ended with an error: "The .... AGPL-command ended with code 9009"

    Klaus
  8. Ok it is an old problem that should be already solved.
    It is a DropDownField with TreePanel inside a usercontrol.

    Default.aspx


    <%@ Page Language="vb" AutoEventWireup="false"...
  9. Thanks Vladimir,

    then I had no success in isolating the problem of my application in the test application.
    I will try to find the problem.

    Klaus
  10. In my application I have this handler, but the usercontrol is not displayed.
    I deleted the handler by accident during stripping for the test project to reproduce the problem.

    Is the usercontrol...
  11. I made some additional tests with my usercontrols.
    If there is no DropDownField and no ComboBox inside the usercontrol the usercontrol can be displayed.
    Hope this helps.

    Klaus
  12. I sent the test project to supportAText.net yesterday.
    Klaus
  13. With every new version many problems are solved and some new problems appear.
    Now I have again problems with user controls. Everything worked fine until update from SVN.

    I stripped my application...
  14. Thanks,
    it is solved.

    Klaus
  15. How can I select a node of a treepanel in codebehind?
    I tried SelectNode and got an error.

    Default.aspx


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb"...
  16. The delivery via mail was also not possible.

    This is the zip file
  17. Zips are not allowed at the moment.
  18. The rendering problem happens when the usercontrol with topbar is loaded dynamicly.
    I made a small test application.
    Please click the save button to load the usercontrol.

    Where can I put the zip...
  19. The TopBar of an inner Panel is not rendered correctly (white background).
    In my application the icons are also missing but mouseover shows the rectangle of the button (picture 2).




    <%@...
  20. Hi Martin,

    thanks for the link. The solution for me is much easier.
    I only added a second parameter for the tabItemChanged listerener with my new CustomConfig name.



    ...
  21. Hi,

    I added a TabStripItem with CustomConfig to a TabStrip in a DirectRequest of the page.



    ' create TabStripItem
    Dim detCusTabStrItem As New Ext.Net.TabStripItem
    ...
  22. Thank you, its solved.
  23. How can I change visible of a button in a toolbar during DirectRequest?

    Default.aspx


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="uctrl._Default" %>...
  24. Ok, I will use disabled for the checkboxes.
    Thx, Klaus
  25. When I set ReadOnly of a Checkbox to true in codebehind the checkbox is not read only.
Results 1 to 25 of 51
Page 1 of 3 1 2 3