Search Type: Posts; User: dcohn
Search: Search took 0.03 seconds.
-
30 Apr 2013 8:48 AM
- Replies
- 1
- Views
- 169
This is a compatibility issue with Java. On my local PC i have JDK 1.6.0u25 and it works fine. The build server has u13. It would be nice if we could get to the bottom of the issue, but in the...
-
29 Apr 2013 9:39 AM
- Replies
- 1
- Views
- 169
I've got the theme building process incorporated as part of my Ant build process on a build server. The process works flawlessly if I execute it locally on my PC, but on the build server if fails...
-
17 Apr 2013 9:38 AM
- Replies
- 4
- Views
- 182
Yes, we're loading an older version of CKEditor that has /*@cc_on!@*/ in it.
Looks like Drupal has had similar issues: http://drupal.org/node/1846214
I've moved my imports around to load... -
16 Apr 2013 10:34 AM
- Replies
- 4
- Views
- 182
No this is when loaded in the browser. We don't do true compilation using Sencha Cmd. We use the old JSB process to concatenate a list of files together.
-
16 Apr 2013 7:49 AM
- Replies
- 4
- Views
- 182
I use bootstrap.js to load the appropriate build, and with 4.1.1 it worked fine. With 4.2, loading ext-all-dev.js and ext-all-debug.js break due to
//@tag foundation,core
IE doesn't like this... -
15 Apr 2013 8:37 AM
- Replies
- 6
- Views
- 523
This worked, thanks. You can close.
-
10 Apr 2013 6:13 AM
Jump to post Thread: Quoting in DomHelper by dcohn
- Replies
- 3
- Views
- 491
To answer my own question, until this is fixed, I'm just doing:
Ext.DomHelper.append('div-id', {
tag: 'input',
value: Ext.String.htmlEncode(value)
}) -
10 Apr 2013 5:54 AM
Jump to post Thread: Quoting in DomHelper by dcohn
- Replies
- 3
- Views
- 491
Escaped quotes doesn't work. This seems to still be broken in 4.2 Any updates or a fast workaround?
-
8 Apr 2013 1:22 PM
- Replies
- 6
- Views
- 523
Any thoughts on a workaround?
-
5 Apr 2013 11:48 AM
- Replies
- 6
- Views
- 523
With 4.1.1 I was using ext-all-scoped.css along with the following to prevent the ExtJS CSS from messing with my non-ExtJS HTML/CSS on my page
Ext = {
buildSettings:{
baseCSSPrefix: 'x-',
... -
3 Apr 2013 6:56 AM
Jump to post Thread: Using Sencha Cmd 3.1 with JRuby by dcohn
- Replies
- 4
- Views
- 351
I found that by using the archive download of ruby instead of jruby, I can just set the path to include the ruby folder and it works
-
3 Apr 2013 6:17 AM
Jump to post Thread: Using Sencha Cmd 3.1 with JRuby by dcohn
- Replies
- 4
- Views
- 351
The point is to avoid installing ruby and just use jruby
-
28 Mar 2013 1:15 PM
Jump to post Thread: Using Sencha Cmd 3.1 with JRuby by dcohn
- Replies
- 4
- Views
- 351
We do not want to have to deploy Ruby to all of our developer and build environments. Until now, using the Sencha SDK we've been able to use JRuby since we've been calling it ourselves. With Sencha...
-
21 Mar 2013 1:51 PM
Jump to post Thread: Slider weirdness with increments by dcohn
- Replies
- 3
- Views
- 205
4.2.0
-
21 Mar 2013 9:13 AM
Jump to post Thread: Slider weirdness with increments by dcohn
- Replies
- 3
- Views
- 205
If I create the following slider:
Ext.create('Ext.slider.Single', {
width: 200,
value: 1000,
increment: 100,
minValue: 50,
maxValue: 1000, -
20 Mar 2013 2:17 PM
- Replies
- 5
- Views
- 546
The reason this works, btw, is because the monitor is watching for form fields being removed from their containers. It misses when a container that contains form fields is removed. But if you just...
-
20 Mar 2013 2:01 PM
- Replies
- 5
- Views
- 546
Sencha team:
The issue seems to lie in the Ext.container.Monitor code, it doesn't catch that form field that is removed if it wasn't removed directly but rather by having its owner container... -
13 Nov 2012 6:48 AM
- Replies
- 15
- Views
- 6,101
This could prove to be very helpful information. But you make two very broad statements without any explanation. Can you please explain why it is that you feel that the Douglas Crockford...
-
24 Jul 2012 10:40 AM
- Replies
- 15
- Views
- 6,101
Has anyone heard from Sencha regarding this? It seems completely out of line that they're not even acknowledging it. There seems to be a similar leak in Sencha Touch that was fixed, but nothing has...
-
12 Jun 2012 6:39 AM
Jump to post Thread: Model constructors in 4.1 by dcohn
- Replies
- 2
- Views
- 337
Yes, and I actually came to the same conclusion just a few minutes after posting. However, this seems like a massive oversight to me, I'm hoping this is something that can be fixed in a maintenance...
-
12 Jun 2012 5:20 AM
Jump to post Thread: Model constructors in 4.1 by dcohn
- Replies
- 2
- Views
- 337
In ExtJS 4.0.7, I was defining a constructor for my model that would use the data from the model to create a map marker. The model is created by an autoLoad on a store.
Ext.define('Asset', {
... -
21 May 2012 6:24 AM
Jump to post Thread: Ext.ux.window.Notification by dcohn
- Replies
- 99
- Views
- 30,340
Did you ever figure out how to destroy the notifications after hiding? I'm going to be creating a lot of notifications, I don't want all of the old ones eating up memory once they are hidden.
-
27 Sep 2011 12:42 PM
Jump to post Thread: How to filter a TreeStore? by dcohn
- Replies
- 4
- Views
- 1,457
Did you figure this out? I have the same question
Results 1 to 23 of 23
