Search Type: Posts; User: Slash
Search: Search took 0.01 seconds.
-
16 Apr 2008 6:11 PM
- Replies
- 2
- Views
- 1,174
Hi all,
I was wondering does anyone change the mouse pointer during a refresh, grids, content etc.
The application I'm working on has a setInterval() for refreshing the data, I was wondering... -
13 Apr 2008 2:46 PM
Jump to post Thread: un-collapse button dissappears? by Slash
- Replies
- 4
- Views
- 6,697
Hi all,
I've been using the following to set the title(s):
race_panel_layout.beginUpdate();
var northp = race_panel_layout.getRegion('north');
northp.titleTextEl.innerHTML = "blah";... -
11 Apr 2008 6:05 PM
Jump to post Thread: Collapsed Title change? by Slash
- Replies
- 0
- Views
- 703
Hi all,
I've been using the following to set the title:
race_panel_layout.beginUpdate();
var northp = race_panel_layout.getRegion('north');
northp.titleTextEl.innerHTML = "Race details... -
11 Apr 2008 5:46 PM
Jump to post Thread: Setting Collapsed title. by Slash
- Replies
- 0
- Views
- 637
Hi all,
I've been using the following to set the title:
race_panel_layout.beginUpdate();
var northp = race_panel_layout.getRegion('north');
northp.titleTextEl.innerHTML = "Race details... -
7 Apr 2008 8:16 PM
Jump to post Thread: Problems porting V1.1 to V2. by Slash
- Replies
- 6
- Views
- 1,223
yer, I've managed to identify a large selection of code that needs to be completly re-written (joy)...
my coding is not the best, so this is going to be painful :) -
7 Apr 2008 7:55 PM
Jump to post Thread: Problems porting V1.1 to V2. by Slash
- Replies
- 6
- Views
- 1,223
Hi,
My full code is over 1500 lines...... I've sent you a priv.
-B -
7 Apr 2008 6:51 PM
Jump to post Thread: Problems porting V1.1 to V2. by Slash
- Replies
- 6
- Views
- 1,223
Hi, ok, I've removed the titles, and it's now not returning that error, however it's now comming back with:
ct has no properties
[Break on this error] this.el = ct.createChild({
I assume... -
7 Apr 2008 6:34 PM
Jump to post Thread: Problems porting V1.1 to V2. by Slash
- Replies
- 6
- Views
- 1,223
Hi all,
I'm in the process of porting an application to v2,
I've converted 3 Grids in the code as show below:
WAS
stats_grid = new Ext.grid.Gridl( 'stats_grid', {
Results 1 to 8 of 8
