Search Type: Posts; User: jamie.nicholson

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. It looks like ST2 team are ahead of the ball game on this,

    Sencha Touch Product Roadmap
    ->Additional device support, such as Windows Phone, etc
    ->Improved Android Tablet and Phone Performance
    ...
  2. This works.

    However stores aren't normally destoryed/collected when invoking the remove method.
    Adding this code below will ensure it's removed unless of course you do...
  3. Thought it maybe related to this,

    http://www.sencha.com/forum/showthread.php?75751-OPEN-42-ComboBox-s-setValue-call-with-a-remotely-loaded-Store

    Code to setValue where the problem occurs,


    ...
  4. It happens after a
    -> tab/form is removed from a tabpanel using tabpanel.remove(tab).
    -> then the tab/form is re-added to the tabpanel however the store reference in the combo is set to null and...
  5. I did some digging in the Ext code and some more testing on my remote and local stores. It appears remote stores do get destroyed even after setting autoDestroy on the store and control i.e....
  6. Yes I've run into exactly the same problem.

    Though I haven't found the need to filter local combo's.
    I use the following configuration on my local combo's and it tends to auto complete on the...
  7. Should you

    ->load your stores once at application load time, only ones that are re used a lot

    OR

    -> create a new store for every combobox as it's rendered

    I've gone down the 1st path,...
  8. Replies
    136
    Views
    63,237
    I use Saki's state provider and this extension(great extenstion btw), they don't mash. Saki's state provider is an alternative to the cookie provider. SmartCheckBoxSelectionModel sets the provider...
  9. Replies
    393
    Views
    125,347
    Thanks Saki for a great extension. Found a problem with SmartCheckBoxSelectionModel v1.17.
    It stomps the State provider, which means all future state changes are saved to the cookies event when you...
  10. Ext version tested:

    Ext 3.3 rev beta


    Adapter used:

    ext
    yui
    jquery
  11. Also found this to be an issue, was a real head scratcher, until I went source diving into ExtJS source code and came up with a similar override to Condor.
  12. Hi,

    I wanted my KeyNav function to control when the events were stopped. So I pointed the defaultEventAction to EventObject method getKey. This means when enter is pressed it doesn't stop the...
  13. I have a number of re-usable stores loaded into Ext.StoreMgr and all have a storeId and are used in several places throughout an application. When I destroy the gridfilters it also takes the...
  14. Very nice plugin, got it working without asking any questions. Always pays to read the thread.
    And can't believe how many questions Mystix answered!! Where is the donate Mystix button?
  15. I've worked around some of the problems on this issue. But I've only tested this in Firefox, works a treat

    Firstly if you're trying to get keyboard control of a tree within a window you need to...
  16. Replies
    190
    Views
    151,029
    Local NZ Council GIS viewer using ExtJS for some components of it's website,

    http://www.northshorecity.govt.nz/your_neigbourhood/property_information/gis.htm

    Very cool to see ExtJS being using...
  17. You're right I agree, cloning a whole form would be nasty.

    However wouldn't it be better to display that information in a grid and at least have a form popup to edit the info? My preference for...
  18. Great plugin, didn't quite do what I wanted so I've changed it somewhat.
    Perhaps my changes can be integrated to compliment what you've done with the fieldsets rather than replace it. But I...
  19. I abandoned the table layout as a data display it just looked ugly, with my css.
    Decided to use the Portal and portlets to arrange the data better.
  20. I've been toying with Table layout and don't normally delve into the css very far.

    My objective was to make the first column of my table have a blue background and I achieved this by putting it in...
  21. Replies
    136
    Views
    63,237
    Love the 'smart' CheckboxSelectionModel works a charm,

    Just reading your usage and noticed the excel option is documented as false by default.
    However in your code v1.7 it's set to true.

    Cheers
  22. Ok here's the sample,

    viewport - container for editorgrid(plant sample) & form(modified simpleform sample)

    you'll need the plants.xml from the plants sample too...
  23. Will endeavor to put up a working example in the next couple of days.

    Tried to throw something together using one of the examples this morning but having a bit of trouble even getting it together....
  24. Ahh I figured it out, ExtJS is dropping the modified object /edited information every time you begin a new edit.....

    Is this expected behavior for ExtJS, possibly a bug?

    M app is uses an...
  25. Looks like it should account for dirty cells will need to look into this more.



    doRender : function(cs, rs, ds, startRow, colCount, stripe){
    var ts = this.templates, ct =...
Results 1 to 25 of 49
Page 1 of 2 1 2