Search Type: Posts; User: aratcliffe
Search: Search took 0.02 seconds.
-
Yesterday 9:02 PM
- Replies
- 0
- Views
- 22
I have a requirement to style tabs with borders however in the Neptune theme tab borders are turned off via a theme javascript override:
Ext.define('ExtThemeNeptune.tab.Tab', { override:... -
22 Feb 2012 5:44 PM
Jump to post Thread: Lazy loading model data by aratcliffe
- Replies
- 2
- Views
- 592
Thanks for the advice Mitchell, here's the implementation on my model class that also takes care of reading any associated models when the full data is loaded:
loadAllData: function... -
22 Feb 2012 2:24 AM
Jump to post Thread: Lazy loading model data by aratcliffe
- Replies
- 2
- Views
- 592
I have a RESTful service that returns a list of companies where each company has a name and url property. The url is a link to a full representation of the company resource.
I populate a companies... -
14 Sep 2011 9:44 PM
- Replies
- 0
- Views
- 546
I have an Ext.view.View that creates a vertical list of items in a sidebar. I would like these items to be draggable so that the user can reorder the items in the list. Therefore the items should...
-
13 Aug 2011 2:27 PM
- Replies
- 413
- Views
- 162,675
Thanks Doug, that's very cool!!
-
6 Aug 2011 9:11 PM
- Replies
- 413
- Views
- 162,675
@Doug,
Thanks for the reply. What I'm referring to by UI is a UI component loaded by $JIT - so Ext and $JIT will be loaded at the point at which I load the module. An example of this in my... -
4 Aug 2011 5:55 PM
- Replies
- 413
- Views
- 162,675
I'd like to be able to setup global beforeload and complete listeners so that I can notify the user that the UI is loading. Is this possible?
Cheers
Adam -
2 May 2011 8:58 PM
Jump to post Thread: Cancel a select on Dataview by aratcliffe
- Replies
- 8
- Views
- 1,637
In addition to the above change to the Ext.DataViewSelectionModel found I needed to modify Ext.DataView also to relay the beforeselect event:
Ext.DataView.override({
getSelectionModel:... -
28 Apr 2011 1:06 PM
- Replies
- 2
- Views
- 1,863
@realjax Application profiles are described here: http://dev.sencha.com/deploy/touch/docs/?class=Ext.Application in the introductory description of the Application class.
-
27 Apr 2011 9:26 PM
- Replies
- 2
- Views
- 1,863
I'm building a mapping application for which I'd like to support device-specific layouts. For example a list of map layers might be presented in a sidebar in a 2 column layout when running on a...
-
26 Apr 2011 5:38 PM
- Replies
- 5
- Views
- 4,168
The locationupdate event handler is ok as the function is passed a reference to the GeoLocation object itself which has latitude and longitude properties. Though I agree that the name of the...
-
15 Mar 2011 8:48 PM
- Replies
- 61
- Views
- 24,125
I'm seeing some strange behavior when using combos as a component inside a ComponentListView. An additional EM element is being created inside of the combo wrapper DIV and the trigger IMG is being...
-
1 Mar 2011 1:45 AM
Jump to post Thread: Debugging memory leaks by aratcliffe
- Replies
- 0
- Views
- 422
I have a reasonably large Ext JS app that is not releasing memory when the page is unloaded. In FF 3.6 (Mac) the browser memory usage increases by approx. 35MB each time the page is reloaded. The app...
-
17 Feb 2011 7:15 PM
- Replies
- 61
- Views
- 24,125
Thanks Condor, that solution works well :)
-
15 Feb 2011 8:34 PM
- Replies
- 61
- Views
- 24,125
I would like to set some properties of my components, such as visibility, based upon the properties of the record the component is being rendered for. How can I do this?
Cheers
Adam -
2 Jan 2011 11:47 PM
- Replies
- 0
- Views
- 1,512
I have a toolbar button that I would temporarily like to swap out the icon for an animated gif loading icon while data is being requested.
Using a gif from ajaxload.info I've tried creating a... -
2 Jan 2011 8:42 PM
- Replies
- 4
- Views
- 1,828
Hi Shea,
Thanks - that works!
I'm not familiar with Ruby - does the File.join statement concatenate an array of strings with the filesystem path separator?
Cheers
Adam -
2 Jan 2011 4:58 PM
- Replies
- 4
- Views
- 1,828
Hi,
I'm trying to create a custom theme following the steps outlined in the blog entry on the Sencha site: http://www.sencha.com/blog/2010/12/17/an-introduction-to-theming-sencha-touch/
I'm... -
27 Dec 2010 10:24 PM
- Replies
- 5
- Views
- 4,168
Sencha Touch Version: 1.0.1a
When Ext.Map is configured with the useCurrentLocation option and the geo option is not specified a default Ext.util.GeoLocation is created. This is configured with... -
27 Dec 2010 10:07 PM
- Replies
- 10
- Views
- 2,914
I have an Ext.List component which is one of 2 items belonging to an Ext.TabPanel. If loading of the store the list is bound to is initiated when the other child of the tabpanel is active, when I...
-
26 Dec 2010 12:45 PM
- Replies
- 1
- Views
- 1,696
Is anybody able to post code or a link to an example showing how to support both iPhone drill down style layouts and iPad 2 column layouts within the same application, automatically selecting the...
-
15 Nov 2010 2:15 PM
- Replies
- 413
- Views
- 162,675
Hi,
Does the $JIT API provide a way of doing this already or should I be testing for the existence of the object/function that was loaded before making the $JIT call?
The way I'm using $JIT... -
27 Oct 2010 4:49 PM
- Replies
- 2
- Views
- 1,179
Thanks for the reply Jay. I guess in order to keep them in sync I would register bi-directional listeners on the stores?
-
26 Oct 2010 2:31 PM
- Replies
- 2
- Views
- 1,179
I have an application view where I wish to display filtered data from a local store in a combobox but also be able to access the store's complete, unfiltered data set in an event handler. What is...
-
9 Sep 2010 1:14 PM
- Replies
- 413
- Views
- 162,675
Although not free this issue of jsmag: http://www.jsmag.com/main.issues.description/id=31/ has a good tutorial on using $JIT.
Results 1 to 25 of 28
