Search Type: Posts; User: fallenrayne
Search: Search took 0.02 seconds.
-
26 Aug 2009 4:42 AM
- Replies
- 7
- Views
- 3,078
Actually, nevermind. I just figured out that the XML this site is providing is not well-formed. I hadn't tried opening it directly into Firefox before and as soon as I tried I got errors. So that...
-
26 Aug 2009 4:36 AM
- Replies
- 7
- Views
- 3,078
Condor,
While that was exactly the problem when I was testing with a smaller set of data, there is still a slight problem. Is there a limit to the size of data that the XMLStore can read in? The... -
25 Aug 2009 11:22 AM
- Replies
- 7
- Views
- 3,078
As a quick note, I realize that getTotalCount() will not return anything due to the fact that I am not getting the totalRecords. I was not really using that line for debugging, it was a hold over...
-
25 Aug 2009 8:31 AM
Jump to post Thread: Filter by fallenrayne
- Replies
- 1
- Views
- 1,051
You can't read the ExtJS API?
filter(String field, String/RegExp value, [Boolean anyMatch], [Boolean caseSensitive] ) : void
Filter the records by a specified property.
or
filterBy(... -
24 Aug 2009 10:26 PM
- Replies
- 7
- Views
- 3,078
Hi all,
I am having issues getting my XmlStore to read the data that I am passing it. With firebug I am able to see that the xml is being loaded, just never parsed. I have no control over the... -
24 Sep 2008 8:15 AM
- Replies
- 171
- Views
- 72,452
So encoding on the client side is clumsy and should be handled by whatever toolkit you are using by default so you don't have to do it yourself, yet now when you change frontends you have to fix all...
-
23 Sep 2008 9:24 AM
- Replies
- 171
- Views
- 72,452
I realize that your not wanting to encode data on the client side before writing to the database. I was talking about the differences between encoding on the server side before it is written and...
-
22 Sep 2008 10:33 AM
- Replies
- 171
- Views
- 72,452
If you want a hole to be found, here is one for you. If you start feeding your data and you do your htmlEncoding on the output in the client side, rather than the input server side, anyone who...
-
4 Sep 2008 2:31 PM
- Replies
- 24
- Views
- 5,444
Meh, it has my needed elements. I can inspect the dom, I have a javascript console and error system that allows me to jump directly to the errors, it has computed styles and it has YSlow like...
-
4 Sep 2008 1:05 PM
- Replies
- 24
- Views
- 5,444
Chrome has Firebug, right click on a page and hit "Inspect Element"... it also has YSlow already built into it.
-
3 Sep 2008 6:53 PM
- Replies
- 24
- Views
- 5,444
Does it really matter? Are they going to take over the world one user's data at a time? Is Google really going to try and steal my bank account information to rob me of my meager amounts of money...
-
3 Sep 2008 4:41 PM
- Replies
- 24
- Views
- 5,444
Just to give you guys heads up on this... it has already been addressed:
http://www.mattcutts.com/blog/google-chrome-license-agreement/ -
2 Sep 2008 4:09 PM
Jump to post Thread: Google Chrome by fallenrayne
- Replies
- 38
- Views
- 10,944
Acid3 Testing (http://acid3.acidtests.org/):
Chrome: 79/100
Opera: 83/100
IE7: 12/100
Firefox 3: 71/100 -
2 Sep 2008 3:59 PM
Jump to post Thread: Google Chrome by fallenrayne
- Replies
- 38
- Views
- 10,944
Try going to http://dromaeo.com/
Chrome total score: 1147.40ms
Firefox 3: 3089.80ms
Opera: 2839.00ms
IE7: Crashes -
2 Sep 2008 3:29 PM
Jump to post Thread: Google Chrome by fallenrayne
- Replies
- 38
- Views
- 10,944
Chrome will work faster than Safari. Chrome is not using Webkit to render JavaScript, it is using V8, which compiles the JavaScript into machine code. And yes, I did say "COMPILES!". This makes...
-
23 May 2008 12:44 PM
Jump to post Thread: Cloning an Element by fallenrayne
- Replies
- 1
- Views
- 942
Hello All,
I was curious if there is a way to clone an element. I currently have an iframe that I need to clone and place into a window but I have yet to find a way in 2.0 to do this. I have... -
11 Apr 2008 10:39 AM
Jump to post Thread: Minimum CSS for Grid by fallenrayne
- Replies
- 9
- Views
- 1,635
Well if all of your ULs were in, say the center panel you could always just do:
#center ul {margin:10px;}
Basically I would find some way to generalize it as much as possible. -
9 Apr 2008 11:00 AM
Jump to post Thread: Simple Layout Question by fallenrayne
- Replies
- 9
- Views
- 1,949
Region is specified in BorderLayout.Region.
-
9 Apr 2008 10:55 AM
- Replies
- 4
- Views
- 989
You could always try hiding the check box using CSS display:none.
-
9 Apr 2008 10:49 AM
Jump to post Thread: Simple Layout Question by fallenrayne
- Replies
- 9
- Views
- 1,949
I've had this issue before and to resolve it I needed to use:
Ext.onReady(function(){
myFunction();
});
instead of: -
8 Apr 2008 11:06 AM
Jump to post Thread: Reordering panel header tools by fallenrayne
- Replies
- 5
- Views
- 1,212
:) ty for your help anyways. Maybe someone else out there has some experience with this? If not, hopefully I will figure it out before the end of today (the task is due for testing tomorrow).
-
8 Apr 2008 10:50 AM
Jump to post Thread: Reordering panel header tools by fallenrayne
- Replies
- 5
- Views
- 1,212
I understand that pop and shift remove from the array, I was trying to remove the collapse tool using shift() seeing that Ext splices the collapse tool to beginning of the array. When I tried to use...
-
8 Apr 2008 9:03 AM
Jump to post Thread: Reordering panel header tools by fallenrayne
- Replies
- 5
- Views
- 1,212
Hi,
I did a few searches on the forum and looked through the API but I wasn't able to find anything dealing with changing the order of the tools in the header.
Basically I have up to 4 tools... -
4 Apr 2008 4:56 AM
- Replies
- 272
- Views
- 56,596
I think the problem is that the API is not supposed to be a programming manual. It is supposed to be just an API, much like JavaDocs. When people say to read the docs that is normally because it is...
-
26 Mar 2008 2:14 PM
- Replies
- 14
- Views
- 3,237
I was more just showing what the proper property to change was and what you should apply it too, he asked for a clue, so I gave him a clue, not the whole answer.
Results 1 to 25 of 72
