Search Type: Posts; User: m4dc4p
Search: Search took 0.02 seconds.
-
4 Dec 2012 8:24 AM
- Replies
- 9
- Views
- 3,734
Thanks! I made the suggested change.
-
24 Apr 2012 9:29 AM
- Replies
- 1
- Views
- 317
Dear Design Team,
I started using Sencha Architect today and it made a good first impression. I was able to put together a UI fairly quickly, and I liked how things were organized.
However, I... -
26 Oct 2011 9:16 AM
- Replies
- 9
- Views
- 3,734
I didn't design the sample UI to be very flexible, so I don't think you can do that. You'd have more luck creating your own UI.
Out of curiosity, what are you using the uploader for? -
14 Oct 2011 7:37 AM
- Replies
- 9
- Views
- 3,734
I haven't used MVC myself so I'm not sure how to do it exactly, but I am positive there is a way. I would expect you can set up handlers for the three uploader events, which will in turn fire...
-
6 Oct 2011 7:21 AM
- Replies
- 9
- Views
- 3,734
The file is in the request body, as a stream of raw bytes. Fiddler (or Firebug, etc.) will show you what the browser submits.
What are you using the server side - PHP? I haven't actually tried... -
5 Oct 2011 8:55 AM
Jump to post Thread: DragZone in two gridpanel by m4dc4p
- Replies
- 2
- Views
- 740
What is your question?
-
30 Sep 2011 7:14 AM
- Replies
- 4
- Views
- 741
Yes, spend some time with the API documentation.
-
29 Sep 2011 11:06 AM
- Replies
- 1
- Views
- 282
On my page, a Store gets updated asynchronously by the server. When data in the store changes, a Panel on the same page (might) need to change its title. The Store contains many rows, but the Panel's...
-
29 Sep 2011 9:26 AM
- Replies
- 4
- Views
- 741
You need to call the upload method on the Ext.data.Connection object that submits the form. It might be easiest to create a form dynamically, add your file upload field to it, and then submit the...
-
20 Sep 2011 3:14 PM
- Replies
- 9
- Views
- 3,734
I've created a set of components and some samples that allow you to upload files using drag and drop and which will give progress notifications as the files upload.(*)
I didn't build a really... -
6 Sep 2011 7:14 AM
- Replies
- 0
- Views
- 671
A splitbutton with a "title" tooltip won't open the menu associated with the button, due to a bug in Button's "show Menu" function. Specifically, the line where "getQuickTip()" is called returns...
-
17 Aug 2011 8:46 AM
- Replies
- 7
- Views
- 1,152
That works for the issue I was seeing - thanks for providing a workaround.
-
8 Aug 2011 2:47 PM
- Replies
- 7
- Views
- 1,152
Didn't help in this case. The panels still refuse to re-expand.
-
8 Aug 2011 2:44 PM
- Replies
- 2
- Views
- 536
Thanks for the workaround - that does the trick
Whatever you decide should end up documented, that was totally non-obvious to me ... -
8 Aug 2011 1:22 PM
- Replies
- 2
- Views
- 536
autoScroll doesn't seem to work on panels. The below demonstrates the problem. Three items are rendered in the panel. The panel is 100 pixels high but the content is 150 pixels high. No scroll bar...
-
8 Aug 2011 12:27 PM
- Replies
- 7
- Views
- 1,152
Collapsible panels seem busted in 4.0.5 when they are added to a viewport after it has been constructor. I can click the "collapse" button and the panel collapses. When I click it again, the panel...
-
18 Jul 2011 11:04 AM
Jump to post Thread: API Documentation Content Bugs by m4dc4p
- Replies
- 488
- Views
- 68,555
The onValidDrop function, defined in Ext.dd.DragSource, has the tag "onInvalidDrop" associated with it. This makes the function not show up in the API docs.
Looking at... -
24 May 2011 7:19 AM
Jump to post Thread: IFrame and Ext.onReady in IE by m4dc4p
- Replies
- 4
- Views
- 1,299
Can anyone else reproduce this error?
-
20 May 2011 1:19 PM
Jump to post Thread: IFrame and Ext.onReady in IE by m4dc4p
- Replies
- 4
- Views
- 1,299
I am loading Ext in an iframe and the onReady call has no effect. Test pages are at the bottom of this post.
The framed page, ext_test.html, uses document.body.appendChild to load Ext. It then... -
12 May 2011 11:48 AM
- Replies
- 6
- Views
- 1,736
That worked! Thanks so much for your help!
-
12 May 2011 11:24 AM
- Replies
- 6
- Views
- 1,736
When I use ext-debug, I don't get any 404s. When I just use ext, I get one 404, and it clearly doesn't reference the right path.
For example, using ext-debug.js I will see... -
12 May 2011 8:28 AM
- Replies
- 6
- Views
- 1,736
When I include ext-debug, I can see that a bunch of js files get loaded (which I want).
When I just include ext.js, it seems like the Loader doesn't get configured correctly. None of the js files... -
17 Mar 2011 11:06 AM
- Replies
- 6
- Views
- 2,149
Did your write up make it into PR4? I'd love to read it.
-
17 Mar 2011 10:58 AM
- Replies
- 1
- Views
- 859
The example given for "listeners" isn't very helpful. First, the listener added refers to the undocumented 'el' property:
click: {
element: 'el', //bind to the underlying el... -
17 Mar 2011 10:45 AM
- Replies
- 1
- Views
- 815
I found that adding listeners for each event is what I need to do. The following code:
Ext.onReady(function() {
var p = new Ext.container.Viewport();
var listeners = new...
Results 1 to 25 of 28
