Search Type: Posts; User: emblemparade
Search: Search took 0.02 seconds.
-
2 Oct 2012 4:11 PM
Jump to post Thread: TextArea with wrap:off? by emblemparade
- Replies
- 3
- Views
- 1,414
And now, here's the same fix for Ext JS 4.1:
var noWrapTextAreaTpl = Ext.create('Ext.XTemplate',
'<textarea id="{id}" ',
'<tpl if="name"> name="{name}"</tpl>',
... -
6 Oct 2011 11:07 AM
- Replies
- 6
- Views
- 3,325
I don't have a trivial test case available, because it would require some server-side code.
But the steps to reproduce:
1) Create a Ext JS store with no columns. Let the first request to the... -
29 Aug 2011 1:46 AM
- Replies
- 27
- Views
- 12,671
@imwill
This solved flickering and icons look OK... but now scrolling up and down in panels is broken. :( Some buttons do not scroll with the rest of form. -
26 Aug 2011 11:16 PM
- Replies
- 2
- Views
- 2,724
Thanks! :)
Actually, I have to -- MongoVision has already been updated to work with Ext JS 4, so all these extensions should be good to go. -
25 Aug 2011 1:04 PM
- Replies
- 9
- Views
- 2,364
@mycoding:
It's absolutely not for Java, but for JavaScript. It runs on the JVM and accesses some JVM services, but the language throughout is JavaScript.
@jerry:
What I should have said is... -
19 Aug 2011 8:21 PM
- Replies
- 27
- Views
- 12,671
Nice guess, Bob, but this is very clearly a CSS transparency issue. Using the CSS fix does make the flicker go away -- the problem is that it introduces icon rendering issues.
I also test my... -
15 Aug 2011 5:48 PM
- Replies
- 27
- Views
- 12,671
Right, but there's also this closed thread that claims that the bug has been solved:
http://www.sencha.com/forum/showthread.php?135798-List-of-Known-Android-Issues-Fixed-in-Upcoming-Release
An... -
15 Aug 2011 12:22 PM
- Replies
- 27
- Views
- 12,671
I'm really hurting on this bug. :/
Anybody find a way to do more discriminating CSS so that the animation fix doesn't break icon rendering? -
29 Jul 2011 5:09 PM
- Replies
- 0
- Views
- 1,688
(See the initial announcement)
New release!
Get it:
http://threecrickets.com/savory/download/
So, what do we have here... -
29 Jul 2011 12:02 PM
- Replies
- 3
- Views
- 1,633
I've created one as part of the Savory framework (LGPL). However, he's a quick copy-and-paste of it:
Ext.define('Savory.form.field.ReCaptcha', {
alias: 'widget.recaptchafield',
extend:... -
9 Jul 2011 11:15 AM
- Replies
- 9
- Views
- 2,364
The Chicago talk was recorded and will be online soon. I will post the link here when it's ready.
CouchDB is terrific, but has different use cases. MongoDB atomic operations ended up being the... -
30 Jun 2011 4:38 PM
- Replies
- 9
- Views
- 2,364
If you live in Chicago, come to the July 6 2011 MongoDB meetup, where I will be presenting Savory, and showing some wild Ext JS and Sencha Touch tricks:
... -
30 Jun 2011 4:37 PM
- Replies
- 9
- Views
- 2,364
I'm happy to announce an early release of the first open source, super-scalable, comprehensive web development framework for MongoDB, featuring strong integration with the Ext JS...
-
10 May 2011 7:34 PM
- Replies
- 5
- Views
- 1,492
Can you post a workaround for read?
-
9 May 2011 12:12 PM
- Replies
- 5
- Views
- 1,492
OK, so store.remove() suffers from the same problem. The workaround is a little more complex.
First, here's the updated exception handler from the proxy:
store.getProxy().on('exception',... -
8 May 2011 10:34 PM
- Replies
- 2
- Views
- 750
There's always insert() which you can use to add non-sorted data.
As it stands right now, add() seems broken or of limited use. In my opinion, adding an addSorted() method will not solve this... -
8 May 2011 1:11 PM
- Replies
- 2
- Views
- 750
If you have sorters installed on the store, you would except them to always work. But, if you call store.add(...), it does not happen, and your records are simply added to the end. When connected to...
-
8 May 2011 1:06 PM
- Replies
- 5
- Views
- 1,492
If you do store.add(...), and the server returns success:false in the response, the store ignores this and still adds the record. Obviously wrong!
The workaround I found is to handle the exception... -
2 May 2011 6:23 PM
- Replies
- 1
- Views
- 1,054
This used to work in Ext JS 3, but no more.
It was difficult to debug, but I found out how to do it! You need to override the getRowClass function of the view (which is based on the... -
1 May 2011 9:21 PM
- Replies
- 6
- Views
- 3,325
I'm announcing two bugs (Ext JS 4.0) as well as providing a workaround. :)
The first issue is store.add won't work with an implicit model initialized via metaData coming in from the reader,... -
29 Apr 2011 3:32 PM
Jump to post Thread: TextArea with wrap:off? by emblemparade
- Replies
- 3
- Views
- 1,414
After rummaging through the source code, I found this workaround. It actually seems like the old method is no longer supported, because fields are rendered using templates.
First, create a custom... -
27 Apr 2011 11:24 PM
Jump to post Thread: TextArea with wrap:off? by emblemparade
- Replies
- 3
- Views
- 1,414
Something like this used to work in Ext JS 3:
xtype: 'textareafield',
autoCreate: {
tag: 'textarea',
spellcheck:... -
4 Dec 2010 2:56 PM
- Replies
- 2
- Views
- 2,724
Hi all,
The MongoVision project contains several well-documented, Apache-licensed, Ext JS extensions that are easily usable in other projects:
LoadMask: adds a load mask to any component,...
Results 1 to 23 of 23
