Search Type: Posts; User: sneddo
Search: Search took 0.06 seconds.
-
14 Aug 2008 8:00 AM
Jump to post Thread: Firefox version sniffing by sneddo
- Replies
- 7
- Views
- 1,590
You are right isGecko has been there since version 1, but In my case I needed to know what version of FF was being used, and isGecko2 and isGecko3 didnt come in till the new version, else Id have...
-
14 Aug 2008 7:49 AM
Jump to post Thread: Firefox version sniffing by sneddo
- Replies
- 7
- Views
- 1,590
Ahh I guess these must have been added in the new version?
although I have downloaded it I have not yet put it into my app! that would have saved me a few mins.. never mind!
cheers, -
14 Aug 2008 7:47 AM
Jump to post Thread: Firefox version sniffing by sneddo
- Replies
- 7
- Views
- 1,590
I guess, but I wanted it to work in that same way as the Ext sniffing.
Unless I'm missing something you need to set them all for this to be available do you not?
cheers, -
14 Aug 2008 5:13 AM
Jump to post Thread: Firefox version sniffing by sneddo
- Replies
- 7
- Views
- 1,590
Hay all,
I had a search around the forum and couldn't find any information on this. I then turned to Google and found a way of telling what version of Firefox is being used.
This is what I am... -
11 Aug 2008 3:21 AM
- Replies
- 2
- Views
- 783
That works great,
no there isnt an id set on the store, the store code is:
im.textAreaStore = new Ext.data.SimpleStore({
fields: [
{name: 'id'},
... -
11 Aug 2008 3:02 AM
- Replies
- 2
- Views
- 783
Hello,
I am trying to records to a SimpleStore, I can get it to add a record with this code
function tabChange() {
var test = im.activeTab;
if(im.activeTab != null){
... -
4 Aug 2008 4:49 AM
- Replies
- 6
- Views
- 2,119
Awsome! thanks a lot for your help!
-
4 Aug 2008 3:38 AM
- Replies
- 6
- Views
- 2,119
Hi condor,
Thank you for your reply, maybe Im doing the load incorrectly.. here is my whole script so far.
Ext.onReady(function(){
Ext.namespace('ContactStatus'); -
4 Aug 2008 3:08 AM
- Replies
- 6
- Views
- 2,119
Hello,
I have a problem accessing some data after my page has loaded.
I expected
Store.length; or -
30 Jul 2008 12:05 PM
- Replies
- 49
- Views
- 23,209
After stepping through the code several times using Visual studio, this is what I can see is happening:
In the parseSoapRequest method (shown below), req.responseXML is not poulated in ie7, ie6 or... -
30 Jul 2008 12:42 AM
- Replies
- 49
- Views
- 23,209
Hello all, Im having what seems like a really stupid problem.
I can not get my data to go into the store.. when I inspect the dom my data is in my reader. my code is as follows:
... -
30 May 2008 7:03 AM
Jump to post Thread: Ext.SplitBar causes error in IE. by sneddo
- Replies
- 1
- Views
- 585
I guess no one else has had the same problem as me then,
can someone please tell me if the SplitBar should work in IE ?
Thank you. -
30 May 2008 1:26 AM
Jump to post Thread: Ext.SplitBar causes error in IE. by sneddo
- Replies
- 1
- Views
- 585
Hello,
I am using the Ext.SplitBar in a small app. I have just been testing it in IE and I get the following error.
'Internet Explorer cannot open teh internet site... -
29 May 2008 3:16 AM
- Replies
- 2
- Views
- 800
Of course.. sorry for stupid question.. been one of them days ...
Thank you for your fast reply though. :D -
29 May 2008 2:17 AM
- Replies
- 2
- Views
- 800
Hello ppl,
I'm not sure if this is a stupid question or not.. I have a script atm that creates an array of checked items from some check boxes. I store this data in a cookie so I can use it later...
Results 1 to 15 of 15
