Search Type: Posts; User: cmeans
Search: Search took 0.01 seconds.
-
11 Jun 2013 6:55 PM
- Replies
- 3
- Views
- 223
I believe ExtJS v4.2.x is supposed to make the scopeRessetCSS settings etc. obsolete.
I'd been waiting for 4.2 to stabilize before migrating to it, and that project got put on hold, so I never got... -
23 Apr 2013 6:10 PM
- Replies
- 6
- Views
- 292
I think this thread would be served better in the Sencha Cmd forum.
Is there a way to move it there? -
23 Apr 2013 6:08 PM
- Replies
- 6
- Views
- 292
It's worth mentioning that the theme.html appears to be rendering fine in Chrome, so I think the build process is OK, so I assume this means there's an issue in the process that creates the...
-
23 Apr 2013 10:41 AM
- Replies
- 6
- Views
- 292
I'm having the same issue with a custom panel ui.
I've had success with technical support on this forum in the past, so I'd imagine the more information we can provide to help target the problem,... -
15 Apr 2013 6:17 PM
- Replies
- 1
- Views
- 200
I don't know about the most recent version of Cmd, but in the older versions you can modify the .sencha/app/build-impl.xml file.
Look for this property setting:
<property... -
15 Apr 2013 3:13 PM
- Replies
- 8
- Views
- 425
We do it by using a modified build.xml, and include the blub there rather than in an external file.
Here's the pertinent section to add (this works with Cmd v3.0.2.288...and earlier):
... -
15 Apr 2013 7:57 AM
- Replies
- 7
- Views
- 754
I had a similar issue w/4.1.3 & Sencha Cmd 3.0.2.288, but I was able to track it down to the store I was creating for a Tree.
The solution for me was to add a requires array to that store... -
15 Apr 2013 7:44 AM
- Replies
- 2
- Views
- 249
After many hours of toiling, I finally found the solution.
Despite the fact that I do list the model in the Application.models array, I needed to add the model class name to the requires array for... -
14 Apr 2013 12:15 PM
- Replies
- 2
- Views
- 249
Can anyone provide any hints as to why the Loader would not be able to find my two classes inside the all-classes.js (I've verified that they are there), and therefore try to load them via a URL?
... -
11 Apr 2013 10:21 AM
- Replies
- 2
- Views
- 250
Hi Mitchell,
I'm experiencing a similar problem with v4.1.3.
I'm calling removeAll on my TreeStore, which has nodes on it that were populated via store.setRootNode passing in a JSON object.
... -
11 Apr 2013 9:39 AM
- Replies
- 2
- Views
- 249
ExtJS v4.1.3
Cmd v3.0.2.288
Though my model & store classes that descend from TreeModel and TreeStore respectively are present in the all-classes.js generated by Cmd, the runtime loader seems to... -
14 Mar 2013 7:54 AM
- Replies
- 0
- Views
- 158
ExtJS 4.1.3
I need to place the popup adjacent to an element within a larger div.
The popup needs to be constrained to the div client-area (so it can go above, below, left or right of the... -
20 Feb 2013 2:24 PM
- Replies
- 15
- Views
- 1,260
Thanks to Don, we now have a solution to the issue where custom button UIs were not being correctly rendered in the theme.html (there's a small bug in the render.js file). One assumes this may also...
-
20 Feb 2013 10:18 AM
- Replies
- 15
- Views
- 1,260
OK. So, do I still have to wait until 3.1 is out (and supports 4.1), or can I get help with the current 3.0.2 and 4.1 which is what I have right now and should work?
-
20 Feb 2013 9:53 AM
- Replies
- 15
- Views
- 1,260
OK. I appreciate the response.
My understanding was that Sencha Cmd worked with ExtJS v4.1.1a and above...I didn't see anything that indicated that that had changed. It did seem I needed ExtJS... -
20 Feb 2013 9:04 AM
- Replies
- 3
- Views
- 223
ExtJS v4.1.3
I have an ExtJS MVC app that now needs to sit inside header and footer content provided by our client. Unfortunately, the standard ExtJS CSS is breaking a lot of the clients... -
20 Feb 2013 9:02 AM
- Replies
- 15
- Views
- 1,260
I could really use some help figuring out why Chrome isn't rendering correctly. No one has replied that they can show that it is working out of the box...so if this is a bug in Sencha Cmd I'd rather...
-
20 Feb 2013 9:00 AM
- Replies
- 4
- Views
- 1,157
Can anyone help?
-
16 Feb 2013 11:20 AM
- Replies
- 24
- Views
- 14,122
I'd be interested in this too...especially if there's support to avoid any potential memory leaks (or at least direction on how to implement that ourselves).
-
6 Feb 2013 7:33 PM
- Replies
- 2
- Views
- 1,225
Thanks, exactly what I needed.
-Chris -
4 Feb 2013 12:08 PM
- Replies
- 4
- Views
- 1,157
I've upgraded to 4.1.3, and can confirm that the rendering of the theme.html is still not including the appropriate custom button ui CSS for focus, over or pressed states. The buttons render...
-
1 Feb 2013 9:45 PM
- Replies
- 15
- Views
- 1,260
OK, so the problem with border-width is that we need to include !important in the CSS declaration otherwise it won't override the existing setting (this should be fixed).
However, we can't use:
... -
1 Feb 2013 10:26 AM
- Replies
- 4
- Views
- 1,157
I've since discovered that I can't even manipulate something as basic as the border-width.
I'd really appreciate it if someone could provide me a pointer or two on this...provide a working... -
1 Feb 2013 8:46 AM
- Replies
- 15
- Views
- 1,260
Event something simple as this isn't rendering correctly in Chrome (theme.html):
@include extjs-button-ui(
'test-small',
$border-color: green,
$border-width: 4px, -
1 Feb 2013 6:18 AM
- Replies
- 15
- Views
- 1,260
OK.
As many of the other settings in the custom button UI seem to be working correctly, can you verify that the entry for the background-gradient is constructed correctly? (Can you point me to the...
Results 1 to 25 of 74
