Search Type: Posts; User: milestonebass
Search: Search took 0.01 seconds.
-
18 Mar 2013 10:11 PM
- Replies
- 146
- Views
- 35,325
When setting a column width, the filterbar field for that column is not being initially rendered. However, flexes work fine.
Has anyone else experienced this problem (and got a possible... -
6 Sep 2012 11:33 PM
- Replies
- 2
- Views
- 1,336
I had the same issue with a 4.1.1 build and solved it by changing the ext import path from:
ext-4.1.1/ext-all.js
to
ext-4.1.1/ext.js (obviously, make sure you've got the script at this path!)
... -
3 Sep 2012 10:19 PM
- Replies
- 3
- Views
- 1,390
I had the same behaviour and solved it by moving store references out of the app.js and into their own controller.
Declare this new controller in the application config to include the stores. -
27 May 2012 9:11 PM
- Replies
- 1
- Views
- 416
I resolved this issue on iOS by setting the element width after the hide/show.
this.buttonsSet.pauseButton.setWidth(25);
Notice here that the width is 25 pixels (1 pixel more than the 24... -
27 May 2012 6:30 PM
- Replies
- 1
- Views
- 416
I have a simple hbox layout containing buttons for a media player.
{
xtype: 'container',
layout: 'hbox',
ref: 'buttonsSet',
... -
22 Sep 2011 6:15 PM
- Replies
- 1
- Views
- 995
I would be interested to know what the result of this was as I am facing a similar issue. ~o)
-
16 Aug 2011 7:36 PM
- Replies
- 623
- Views
- 216,432
Looks like the page visit tracker is broken - I just went directly to the file in the URL:
http://lovcombo.extjs.eu/lovcombo-1.0.zip -
4 Aug 2011 11:03 PM
- Replies
- 13
- Views
- 12,571
how you mean? I consider Chris_S response a full solution to the problem.
-
3 Aug 2011 3:43 PM
- Replies
- 13
- Views
- 12,571
Thanks Chris_S. Neat override solution. :)
-
24 Nov 2010 5:01 PM
Jump to post Thread: loadMsg position by milestonebass
- Replies
- 2
- Views
- 625
Thanks for your guidance Condor, it is a good approach to solving this issue.
I'm sure this is a common problem, so here's I resolved it:
Added the override as below:
... -
23 Nov 2010 4:02 PM
Jump to post Thread: loadMsg position by milestonebass
- Replies
- 2
- Views
- 625
Is it possible for the loadMsg to be positioned near the top of the loadMask, instead of center aligned?
How so?
Thanks. -
13 Jul 2010 11:18 PM
- Replies
- 7
- Views
- 5,635
Animal's two posts are all the information you need.
1. call getBottomToolbar() on the Element containing the paging toolbar
2. Math.ceil((t.cursor + t.pageSize) / t.pageSize); - where t is the... -
28 Mar 2010 8:55 PM
- Replies
- 0
- Views
- 696
When a browser resize occurs, content within this form panel disappears. If I collapse the panel and re-expand it the description fieldset is now visible but the inner panel content is still not...
-
11 Mar 2010 2:27 PM
- Replies
- 2
- Views
- 1,030
http://www.extjs.com/deploy/dev/docs/?class=Ext.grid.GridPanel&member=viewready
The viewReady event works beautifully! Thank you, Animal. -
10 Mar 2010 10:00 PM
- Replies
- 2
- Views
- 1,030
After the render of an EditorGridPanel, I want to expand the single group if there is only one group and collapse all the groups if there is more than one group.
Namespace.PersonGridPanel = new... -
25 Feb 2010 3:52 PM
- Replies
- 4
- Views
- 1,887
Only works for modal windows, of course.
How would you suggest the same functionality for a non-modal window? -
28 Jan 2010 4:25 PM
- Replies
- 1
- Views
- 893
This code will scroll the appropriate record into view on the MonthsGrid for a split second and then the scrollbar will snap back to the top - taking the record out of view.
The following code is... -
20 Jan 2010 10:12 PM
- Replies
- 9
- Views
- 8,363
Thank you! Solved the same problem which I was having.
-
21 Dec 2009 5:39 PM
- Replies
- 11
- Views
- 12,192
Don't know if it will help your situation, but I just removed the args to make it work on IE8.
this.grid.getView().getRow(i).scrollIntoView(); -
17 Dec 2009 10:08 PM
- Replies
- 16
- Views
- 3,132
I was having a similar issue with my application and it was driving me crazy! This solution worked a treat - many thanks!
Results 1 to 20 of 20
