Search Results

Type: Posts; User: tiramisu

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. I think a declarative example would clarify my need:



    <DirectEvents>
    <Click OnEvent="LoadSomething" Condition="Ext.getCmp(this.id) ? function () {...
  2. I have a strange problem using listners in a control. When i select the "Removed" listner, in firebug I see it be converted to a "render" listner. Is that correct?


    ...
  3. Hi

    The question bellow is addressed to vladimir, due his previous efforts for similar questions.

    I created a custom control to connect to a jabber server. The final part is now the...
  4. I achieved the right behavior as follows, but I still think that using a cyclebutton for that should be the correct way. Maybe you know a better solution?



    // Toolbar: Connection...
  5. Hi

    I have a problem with an cycle button. Could you please give me a hint:



    Toolbar myToolbar = new Toolbar();
    // Connection Button
    CycleButton myConnectionButton = new CycleButton();...
  6. Hi

    In my current project I noticed a theme problem in the portal. Backgrounds of portal-modules wouldn't be colored as desired. I made a workaround as described below, but I think this is not the...
  7. Works perfect, thank you vladimir ;-)
  8. Hello

    I want to extend the AXD provided by EXT.NET to have my scripts wrappen into the ResourcePlaceHolder. The Javascript source file would be placed in a separate Assembly and marked as Embeded...
  9. Dear vladimir

    I did it as showed below, and it seems to work. Could you please give me your opinion? Main intension is to handle panels and windows. It works also with areas.

    Still I have no...
  10. Agree, in that case I think DirectEvent is the better way to have clear serverside code.

    A further question on the MVC subproject:
    When I should use RenderExtPartial OR PartialViewResult in a...
  11. I use the ButtonGroup to achieve a button grouping like in office 2007. :cool:

    The idea was a modular design of the different user controls, so i can in a later step switch between different...
  12. Hi

    Basicly I think it should be possible do that on the client.

    - Multiple windows/tabpanels allowed: No Id is set
    - Single windows/tabpanels: Id must be set accordnigly to the URI...
  13. Hi

    I have the code as follows. Now i want to do the same using the content tag instead --> Option B.

    The Problem is, the alignment goes now vertical. Why?


    Option A
  14. Related to the same topic, I have also a question.

    Using MVC, I have the choice between DirectEvents and controller actions. Now my question is, when to use which of them.

    Let's say I want to...
  15. Dear vladimir

    Have you seen I have a special question for you. :cool:

    Best regards, Flavio
  16. Hi daniil

    I adressed this post directly to vladimir, because he was also creating that functionality in this :...
  17. I managed to rework the oneliner mentoined at the top:



    myControllerContext.HttpContext.Response.Write("if(!Ext.get('" + myXControl.ClientID + "')){" + myXControl.ToScript(this.RenderMode,...
  18. Hi vladimir

    To simplify my project, I made my own version of a partialviewresult. The problem is, like in a thread before, to activate ID's that are aleady rendered.


    The Interesting Part...
  19. Dear vladimir

    I only see the last branch with date 25.10. Where is the new repository?

    Best regards
  20. Dear vladimir

    Works like a charm. Thank you for the information.

    Best regards
  21. Hello

    I get always an error since today running my Application.



    Parser Error Message: Type 'Ext.Net.RestUrls' does not have a public property named 'Create'.
    Any idea?

    Best regards
  22. Hi vladimir

    I have already seen that post, also seen that it is solved and so I refreshed from svn but I haven't noticed any difference.

    Best regards
  23. Hi

    I have a problem using the GMapPanel. When I place the center marker with GeoCodeAddress then all is fine, but using the lat and lng makes diasappear the tools (zoom, googlebar etc.).


    ...
  24. Hi, I have a general question on that topic:

    REST == CRUD ?

    What is your opinion?

    Cause I begin now the implementation of that part im struggling around if I would call that REST or CRUD....
  25. Hi Vladimir

    I adopted your sample to the parent class I use. It works perfect. Thank you.

    The big question I have still is, how to get it work using Ext.Net Syntax. How can I use the code as...
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4