Search Results

Type: Posts; User: ArashRahimian

Search took 0.02 seconds.
  1. Hi Ext

    At first thanks so much about Ext components. I'm appreciated.
    I'm adding a dynamic module into my desktop control but I have problem on raising DirecEvents. My code is



    ...
  2. Hi
    When I use this tag for registering mi control every thing is fine.


    <%@ Register Src="modules/WhatsNew.ascx" TagPrefix="mod" TagName="WhatsNew" %>

    But when I use this method for...
  3. Hi
    I think base of the problem is ResourceManager. It can not find objects that has DirecEvents like Click. When I put a simple button in WhatsNew.ascx control of Desktop control sample of Ext.Net...
  4. In previous version of Ext.Net I used Desktop.Module.Add method and it was working fine but in this version (4.5) this method is not working for adding modules to desktop control.
  5. Hi there!
    Why when I use KeyMap object in content tag of my ButtonGroup object, the Window object of DesktopModuleProxy will not be appeared in my Desktop control?!?

    My code is


    ...
  6. Hi there!
    There is a problem on raising DirectEvent on DesktopModuleProxy Window prioperty. When I set a window in Window tag of DesktopModuleProxy and setting a SplitButton (inserted in Items of a...
  7. TX for reply
  8. Hi there
    My problem is when I use the code below in two windows that are opened in Desktop control, assigned short keys will raising button click event of the first added window not in second one. ...
  9. Hi Fabricio Murta

    Thanks for reply. I solved my problem. That was my mistake. For disabling Browser short keys I used this code


    document.onkeydown = function(e) {

    var...
  10. Hi
    I have a problem in my control. I have 2 controls that named ExplorerDataView and ExplorerGridPanel. ExplorerGridPanel is inherited form GridPanel. I put them on another control named Explorer...
  11. Hi
    I have a problem in my control. I have 2 controls that named ExplorerDataView and ExplorerGridPanel. ExplorerGridPanel is inherited form GridPanel. I put them on another control named Explorer...
  12. Finally I found a solution. I changed my class inheritance form AbstractComponent into UserControl and it works. I found my answer in this page....
  13. Hi
    I have a problem on confirmation dialog. I created an AbstaractComponent inherited class named ConfirmationDialog for displaying confirmation dialog. Then I wrote a property in another component...
  14. Hi there.
    Tanks about these useful controls but i have a problem. When i load these controls on a standalone window control everything works fine but when i load these controls on a page that must...
Results 1 to 14 of 14