Search Type: Posts; User: TheNakedPirate
Search: Search took 0.02 seconds.
-
15 Mar 2008 8:27 PM
- Replies
- 6
- Views
- 10,395
Sorry...it's been a while and I haven't had a lot of time to help you out here.
To help those still looking for a more of a clue...here is some IMPERFECT but demonstrative code to get you on your... -
21 Feb 2008 10:41 PM
- Replies
- 5
- Views
- 2,347
no, completely different. Like I said...odd! I suspect that the underlying store is getting bollocksed in some fashion. I don't know why.
-
20 Feb 2008 3:58 PM
- Replies
- 5
- Views
- 2,347
I just added the red bits for now hope it doesn't break anything...my stuff seems to work fine now...not sure its solved
setXY : function(el, xy) {
if(xy !== undefined){... -
20 Feb 2008 3:35 PM
- Replies
- 5
- Views
- 2,347
I hooked the source files up to be able to track this down
the exception occurs is in ext-base.js
line 161 says xy[0] is undefined, in fact xy is undefined.
setXY : function(el,... -
19 Feb 2008 7:16 PM
- Replies
- 5
- Views
- 2,347
I have a weird situation that I have searched around here for a solution and had no luck with.
using ext 2.0.1
I have a grid in a tabpanel that has toolbar with a button that launches a modal... -
11 Feb 2008 8:53 PM
- Replies
- 6
- Views
- 1,233
Now that is cool...found the next thing I wanted straight away...Big Thanks your way
-
11 Feb 2008 5:15 PM
- Replies
- 6
- Views
- 1,233
thanks
-
11 Feb 2008 4:24 PM
- Replies
- 6
- Views
- 1,233
Hey thanks for that. It really helps.
Is it best to use google to search this site? I have always used the forum search...which is probably why I can never find anything.
I know you probably... -
11 Feb 2008 1:45 PM
- Replies
- 6
- Views
- 1,233
This message is thrown occasionally while running my app.
I tried to search these forums for an answer but the search engine kept rejecting my criteria. So sorry if the answer has already been... -
6 Feb 2008 3:57 PM
- Replies
- 18
- Views
- 11,294
Love your avatar alanl - good example
-
6 Feb 2008 2:41 PM
- Replies
- 6
- Views
- 10,395
Oh there are some architecture articles around the site have a look at those too
-
6 Feb 2008 2:40 PM
- Replies
- 6
- Views
- 10,395
Excuse English & grammar...I'm pretty busy at the moment so I won't proof read, I'll just write.
I my view. One of the central concepts with Ajax development and especially with Ext is that you... -
30 Jan 2008 12:38 AM
- Replies
- 9
- Views
- 1,766
I posted a bunch of code on making a CRUD form here http://extjs.com/forum/showthread.php?t=24550
It may help you -
29 Jan 2008 10:05 PM
Jump to post Thread: TabPanel Multiple Rows by TheNakedPirate
- Replies
- 23
- Views
- 11,113
And this is the confusing thing...I've looked. I can't see how to do it although people keep saying its base behaviour.
To be perfectly clear I want 2 rows of tabs like you see on dialog boxes... -
29 Jan 2008 4:49 PM
Jump to post Thread: TabPanel Multiple Rows by TheNakedPirate
- Replies
- 23
- Views
- 11,113
What does only available with tabs on top mean?
enableTabScroll : Boolean True to enable scrolling to tabs that may be invisible... -
29 Jan 2008 4:44 PM
Jump to post Thread: TabPanel Multiple Rows by TheNakedPirate
- Replies
- 23
- Views
- 11,113
To Help, an example of the code that DOES NOT give my 2 rows of tabs when the page displayed with a smaller with than the tabpanel.
ObjectListsPanel = function(config){
Ext.apply(this,... -
29 Jan 2008 4:36 PM
Jump to post Thread: TabPanel Multiple Rows by TheNakedPirate
- Replies
- 23
- Views
- 11,113
yes wrapping tabs...how do I make it happen?
what magic do I invoke?
OR
what might I have done to prevent tabs from wrapping? -
28 Jan 2008 7:40 PM
- Replies
- 6
- Views
- 10,395
I call myself a C# programmer. I was introduced to all the fuss around AJAX around 6 months ago and found Jack's library pretty soon after that. I really like it BUT...
There is a lot of code and... -
24 Jan 2008 6:50 PM
Jump to post Thread: IsDirty & BasicForm.load() by TheNakedPirate
- Replies
- 5
- Views
- 2,001
Thanks,
Tried it, owned it....BooYah! -
24 Jan 2008 4:37 PM
Jump to post Thread: IsDirty & BasicForm.load() by TheNakedPirate
- Replies
- 5
- Views
- 2,001
I have a FormPanel that appears in a Modal Window with a reader that I invoke after it is rendered. The reader loads the record that the user will edit in the form.
, listeners :{
... -
20 Jan 2008 7:14 PM
Jump to post Thread: TabPanel Multiple Rows by TheNakedPirate
- Replies
- 23
- Views
- 11,113
I have done a search and I can't find anything on how to make a TabStrip use multiple rows.
I have about 12 lists associated with my main record. each of with are displayed in their own tabpanel.... -
16 Jan 2008 9:29 PM
- Replies
- 2
- Views
- 2,572
I have noticed a similar behaviour. rendered doesn't seem to mean rendered often the on dolayout event is where everything is finally rendered. also on dolayout often fires as many as 3-4 times which...
-
16 Jan 2008 9:00 PM
Jump to post Thread: Two Rows of Tabs by TheNakedPirate
- Replies
- 1
- Views
- 908
I also have a requirement for multiple rows of tabs in my application...could you point me to the Ext 2.0 example that shows how to do it?
-
8 Jan 2008 5:59 PM
- Replies
- 10
- Views
- 7,982
yeah, for example this one I posted today that no-one answered http://extjs.com/forum/showthread.php?t=22542
-
8 Jan 2008 3:00 PM
- Replies
- 2
- Views
- 2,572
Hi there...I have these 2 functions that show and hide labels. I need these because when I call field.hide() on a ext form field like TextField it doesn't hide the label. I have read that this is by...
Results 1 to 25 of 100
