Search Results

Type: Posts; User: lazycoder

Search took 0.01 seconds.
  1. Hi I have some problems with the KeyMap property of the Panel.



    <ext:KeyBinding Ctrl="true" Alt="false" >
    <Keys>
    <ext:Key Code="Q" />
    </Keys>
    <Listeners>
    <Event Fn="someFunction" />
  2. Hi,

    I have avwindow control, I am adding some keybinding to it but I they dont effect until the window get focus by clicking the window caption and moving it to another place. But I prefer the...
  3. Hi,

    I have a problem with the gridPanel and couldnt find the right solution event after I searched the forum. So here is my scenario;


    I have a gridPanel object which binds through a store to...
  4. Hi,

    I have a problem with my window component. I am dynamically creating an window object and loading its content from the javascript. But after the execution of load function it is throwing an...
  5. Hi vladimir, it is almost impossible to send a code that demonstrate it because it is embbedded into a library. But I can send you screenshots by mail if you like to
  6. I have a ViewPort object, which has a child Panel on its body. In my Panel's body I have a fitlayout element and also it has a tabpanel child control. These controls are placed in my masterpage. I...
  7. Thank you very much Vladimir, it better. Just one last question I have, is it possible to have a collection of all items in the grid? I use grid.getSelections() to have all the selected rows, what...
  8. Well then that explains everything. I have written some bunch of javascript but I think I have some problem with it anyway. Do you suggest any workaround to solve this situation in 0.7? I know...
  9. Thanks for your reply Vladimir,

    I'm afraid it didn't work. I tried both gridPanel.getRowsValue(true, true,true) and gridPanel.getRowsValue(true, false, true) and also every combination but it...
  10. Hi all!

    I have a GridPanel in my form. And I'd like to know if there is a way to determine the visible columns which are been set from client side. Here is my scenario; Users are exporting the...
  11. Hi,

    I've successfully managed to simulate the example; Live Search variation of ComboBox. But I have a question at this point, is it possible to make a postback when item is selected? In my case,...
Results 1 to 11 of 11