Search Type: Posts; User: Chods

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    456
    Hi

    I'm in the process of upgrading to Ext 4.1 and I notice nothing renders anymore. So i think I have a lot of re factoring on my plate.

    To give you an example.

    I have a dataview which...
  2. Replies
    1
    Views
    810
    Hi

    Does anyone on the dev team etc know if there are plans on the road map to add the functionality to share a single instance of Ext Js amongst IFrames. We have mulitple iframes which all have a...
  3. Replies
    0
    Views
    1,145
    Hi - Not sure whether this is a bug or if i am going about this the wrong way. The issue only seems to occur in IE8. Basically if i dynamically create a panel with an iframe inside it allocates...
  4. Hi

    Has anyone tried to do this? We have multiple panel on the page and we only want to display the tools for the panel you are currently hovering over. would be quite a nice addition to the...
  5. Are the dev team intending to look into this issue?
  6. Yes, I have seen exactly the same thing on my machine, and others.
  7. Hi

    We also see the exact same issues as descibed above on some machines but not on others. Ive spent a while trying to debug this but its incredibly ahrd to put my finger on exactly what is going...
  8. Replies
    6
    Views
    2,665
    Can you please provide me with a link as I cannot find it anywhere?

    Thanks
  9. Replies
    6
    Views
    2,665
    Hi

    Does anyone know the location of these? All links to version 3 take you to 4. This was a great reference.

    Thanks
  10. Yes I thought about doing that but I was hoping the new way of representing data was a bit more intelligent. I dont want to have 2 datasets. 1 for each combo. e.g.

    Number for dataset 1

    1
    2...
  11. Thats exactly what i see aswell, only the value is an array. I have to select value[0] to get the selected item.
  12. The third example here maybe what I am looking for.

    http://dev.sencha.com/deploy/DataDemo/index.html

    I need to load the Product i require and then push the data i need into the store for the...
  13. I was playing around with the new data objects and i wanted to try out the following scenario.

    I wanted to have 2 combo boxes. ProductCombo and ThemeCombo. Now Theme depends on Product so when I...
  14. var dropDownStore = Ext.create('Ext.data.Store', {
    model: 'Product',
    data: [{
    id: '1',
    value: 'All',
    themes: [{
    id: '1',
    value: 'All'...
  15. Replies
    4
    Views
    735
    Maybe someone with knowledge of how state works could hlp me out if what I am doing is not good.

    But you can override the getState method to return whatever you need to. Then when you add your...
  16. Replies
    4
    Views
    735
    You could try listening to the 'beforestatesave' event. Then update the state object as you wish. I am trying to do this with a ComboBox at the moment. But I am not having much success.
  17. Replies
    4
    Views
    735
    If you are using the statndard cookieProvider then this will save the cookies in the browser.

    Unfortunately this is not reliable as the maximum cookie size in IE is 4KB. After this the provider...
  18. I was wondering if anyone had ever saved a combobox selected item to state. Currently when i make this object Stateful it saves something to state but I am not exactly sure what.

    I tried to...
  19. Replies
    9
    Views
    827
    If i understand what your asking the success handler takes parameters.


    success: function(form, action) {
    Ext.Msg.alert('Success', action.result.msg);
    },


    so in your case.
  20. Replies
    34
    Views
    13,947
    Too much of a mouthful i think. Most of the people i know call it Ekst Js or Ekst
  21. Replies
    35
    Views
    7,167
    So would you prefer to have all the tools you have for java for javascript and develop the UI purely in javascript or carry on as you are?
  22. Replies
    35
    Views
    7,167
    So for example how long after Ext Js 4.0 is released will it be until Ext GWT catches up or are they developed in parallel.

    If the java is generating javascript surely you will have to debug the...
  23. Replies
    35
    Views
    7,167
    whats the javascript like that is spat out? Is it easy to debug?

    If you find a useful third party control in js how do you integrate it?

    Dependence on 2 frameworks rather than 1 is surely a...
  24. Holy !
  25. I fully agree. I wasn't where I am when this was started. however I have worked how you have suggested in the past with outstanding results using panel.load
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4