Search Type: Posts; User: austin1030

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Hi

    I'm trying to use setReadOnly on form with field style so that users know certain fields' value can't be changeable. However, I'm having trouble to set the field back to original style.
    ...
  2. Replies
    1
    Views
    723
    Hi

    I don't know this is a right place to discuss about registering for Senchcon'13

    I'm trying to register with my company credit card and the registration declines the payment.
    "There is an...
  3. Replies
    2
    Views
    210
    I want to load mask when data is loading for treepanel.

    I'll try your method.
  4. Replies
    2
    Views
    210
    Hi

    I've been looking for a solution for loadMask on my TreePanel.

    Since, I don't know which version, loadMask for TreePanel no longer works.

    Here how I set up my code.

    panel.js
  5. vietits, I don't think this will work. It returns the root constructor in an array.

    I tried to retrieve by
    <TreeStore>.getRootNode().childNodes or
    <TreeStore>.tree.root.childNodes which hope...
  6. Hi

    Does anyone know how to find total number of node on TreeStore when it retrieve data from the server side?

    I like to fire an event "beforeload" so that I can give some of restriction.

    If...
  7. Replies
    64
    Views
    23,711
    I get this error

    Uncaught SyntaxError: Unexpected number

    Any idea?
  8. @Jay, thank for your respond. I was saying there is a way to re-render tab (whatever content each tab has). Actually I thought same way what you said. It is sort of not clear because reloading tab...
  9. Hi

    By calling
    this.tab.add(...) will replace if there is same content already rendered.
    By doing so, I notice the tabpanel removes current tab and add new content as a replacement.
    Problem is...
  10. Replies
    1
    Views
    546
    Hi

    I'm trying to use Simple Tasks example into my tabpanel and not quite working.
    I can get it to work but

    autoCreateViewport: true
    cause to show outside of tabpanel.

    Any idea how I can...
  11. Replies
    4
    Views
    856
    Apparently the problem was with grid in each tab. I had a column with an "id" which creating duplicate "id". So, when I close a tab, it close all tabs with grid that has same "id" in the column.
    ...
  12. Replies
    4
    Views
    856
    Hi

    I have multiple tabs (w/ unique id) built on ext-4.0 and since then any extjs release (now extjs 4.1) cause multiple tabs disappearing all together when I close one tab.

    I get this error on...
  13. Hi

    Just to curious, is there a way to capture data like credit card using card swipe device with ST2?
    If it is possible, can you point me where to get more information?

    Thanks

    Austin
  14. Then is there another way to make this happen?
  15. Wonder if this ever been answered....
  16. I didn't know localStorage is using HTML5 localStorage...so is that mean it is not Sencha native tool? Perhaps I'm better off using Sencha localstorage?



    Right, I'm not using...
  17. I just found out that below code will work and prove that localstorage does persist data.



    var store = Ext.getStore('storeid');

    store.load(); // this is the key to retrieve saved data

    //...
  18. Hi

    I've been reading some of articles in this forum about the localstorage and got more confuse.

    This is what I've been using it.


    localStorage.setItem('name',value);

    var data =...
  19. Replies
    6
    Views
    635
    Sorry, I don't understand what you mean.

    Here what I think. The reason why calling 'task.delay(1000)' inside of 'Ext.util.DelayedTask' does not work is that by calling 'task.delay(1000)' will...
  20. Replies
    6
    Views
    635
    @landed: I have a card layout and like to show a live clock to use as a timestamp for their clock in/out process. This process only occur only on one of container in the card layout. Just to...
  21. Replies
    6
    Views
    635
    It seems like inside call "task.delay(1000)" seems not do anything. It does not loop.

    Any idea?
  22. Replies
    6
    Views
    635
    Hi

    Is there a way to view current date and time in seconds...like live clock?

    It would be helpful if you can point where I can start with it.

    Thanks
  23. Hi

    I have a nestedList docked on the left and a card panel on the right within a container.

    What I want is how to clear selection on the nestedList when a button (like "cancel") clicked on the...
  24. I thought I read some where saying that it has bug on rowEditing part. I couldn't get mine work even I followed the tutorial. Does anyone got this one work?
  25. Replies
    9
    Views
    1,708
    I've been using extjs 4 since it came out because what I heard and learned from last Senchacon.

    From last Senchacon, it was awesome what extjs 4 could do and how bright for my current project.
    ...
Results 1 to 25 of 67
Page 1 of 3 1 2 3