Search Type: Posts; User: jamie.nicholson
Search: Search took 0.02 seconds.
-
25 Apr 2012 4:39 PM
- Replies
- 15
- Views
- 3,398
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
... -
18 Jun 2011 12:22 PM
- Replies
- 9
- Views
- 1,317
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... -
17 Jun 2011 9:58 PM
- Replies
- 9
- Views
- 1,317
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,
... -
17 Jun 2011 3:01 PM
- Replies
- 9
- Views
- 1,317
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... -
16 Jun 2011 2:43 PM
- Replies
- 9
- Views
- 1,317
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....
-
16 Jun 2011 12:58 PM
- Replies
- 9
- Views
- 1,317
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... -
16 Jun 2011 1:48 AM
- Replies
- 9
- Views
- 1,317
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,... -
20 Feb 2011 9:26 AM
- 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...
-
20 Feb 2011 8:30 AM
- 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... -
29 Nov 2010 9:57 AM
- Replies
- 1
- Views
- 1,151
Ext version tested:
Ext 3.3 rev beta
Adapter used:
ext
yui
jquery -
8 Nov 2010 10:15 AM
- Replies
- 8
- Views
- 3,156
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.
-
14 Sep 2010 9:21 AM
- Replies
- 0
- Views
- 701
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... -
23 May 2010 5:46 PM
- Replies
- 192
- Views
- 93,709
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...
-
27 Apr 2010 5:55 PM
- Replies
- 465
- Views
- 239,529
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? -
18 Jan 2010 12:58 PM
- Replies
- 4
- Views
- 3,431
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... -
28 Jun 2009 4:50 PM
Jump to post Thread: Ext Sightings by jamie.nicholson
- 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... -
25 Jun 2009 1:19 AM
- Replies
- 32
- Views
- 25,644
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... -
24 Jun 2009 8:02 PM
- Replies
- 32
- Views
- 25,644
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... -
1 Jun 2009 1:44 PM
- Replies
- 1
- Views
- 692
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. -
30 May 2009 1:42 AM
- Replies
- 1
- Views
- 692
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... -
6 May 2009 3:01 PM
- 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 -
2 Mar 2009 1:01 PM
- Replies
- 6
- Views
- 2,619
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... -
2 Mar 2009 11:58 AM
- Replies
- 6
- Views
- 2,619
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.... -
1 Mar 2009 6:25 PM
- Replies
- 6
- Views
- 2,619
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... -
1 Mar 2009 2:00 PM
- Replies
- 6
- Views
- 2,619
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
