Search Type: Posts; User: Wedgie
Search: Search took 0.02 seconds.
-
2 May 2012 5:21 PM
- Replies
- 1
- Views
- 275
Designer 1.2.2 created a file called designer.js that seems to be the equivalent of the app.js file that is created by Architect. Like app.js, the designer.js file contains the call to...
-
1 May 2012 11:32 PM
- Replies
- 9
- Views
- 858
Thanks Phil,
I think I am getting it. The old Designer 1.2 created its files in /view and /view/ui. Those in /view were extend-ed from those in /view/ui and were the ones that I could edit, and... -
30 Apr 2012 3:38 PM
- Replies
- 9
- Views
- 858
Thanks Don,
I should perhaps have been clearer in my question. I'm not needing to port from Sencha Touch 1 to 2 as my project is written in Ext JS 4.07, with plans to upgrade to 4.1. Also, I don't... -
30 Apr 2012 3:14 PM
- Replies
- 9
- Views
- 858
Thanks Don,
I hope I don't have to start from scratch as I have just finished a 6 month project using Designer and don't want to do it again, and I'm sure my customer who is just going live with the... -
30 Apr 2012 2:30 PM
- Replies
- 9
- Views
- 858
Time for a bump it seems /:)
I'm wondering if I'm asking a dumb question, or whether Architect simply doesn't play nicely with Designer projects and there is no easy answer. More likely it's... -
28 Apr 2012 7:10 PM
- Replies
- 9
- Views
- 858
I've spent some more time working on this, and more as a test than anything else I managed to re-use my old Designer 1.2 project as follows:
Opened my .xds file in Architect and saved it to a new... -
27 Apr 2012 12:06 AM
- Replies
- 9
- Views
- 858
I want to use Architect 2.0 with an existing Designer 1.2 project and I'm having trouble understanding the differences.
For example in Designer 1.2 it created the directory tree:
app
--> store... -
26 Apr 2012 11:54 PM
Jump to post Thread: How to use the ExtJS 4.1? by Wedgie
- Replies
- 5
- Views
- 1,131
I don't believe it supports 4.1 yet.
-
2 Jan 2012 7:45 PM
- Replies
- 0
- Views
- 457
This is for ExtDesigner v 1.2.2 - ExtJS 4.07
I read somewhere that you shouldn't use dynamic JS loading for production code. I recall it was something to do with performance, but despite much... -
14 Dec 2011 1:41 AM
- Replies
- 2
- Views
- 723
Looking at the source code for Ext.grid.RowEditor in version 4.0.7 it looks like this behavior is unfortunately hard coded.
-
13 Dec 2011 10:46 PM
- Replies
- 2
- Views
- 723
The RowEditor grid plugin captures the enter key as part of its processing, but I want my user to be able to edit the text in a "textarea" field. When they press "enter" to enter a newline the...
-
5 Dec 2011 3:57 PM
- Replies
- 8
- Views
- 618
Thanks Tobias, that looks like it might be handy under some circumstances, but your link led me to this one http://docs.sencha.com/ext-js/4-0/#!/api/Ext.Ajax-method-abort which looks like the...
-
5 Dec 2011 3:26 PM
- Replies
- 8
- Views
- 618
Yes, I agree Bruno. My approach was going to be to use an Ext.Ajax.request and a Store with a memory proxy and check that the received data was what I wanted before saving it to the Store, but if I...
-
5 Dec 2011 2:22 PM
- Replies
- 8
- Views
- 618
Thanks Bruno
I wouldn't have thought of deleting the Ext.Ajax.request object. I would have been concerned that it would not be cleanly handled and would lead to broken references somewhere in the... -
5 Dec 2011 1:02 PM
- Replies
- 8
- Views
- 618
Thanks Bruno. I'm trying to do this in Ext Designer so I don't have a small code sample, but the scenario is I think fairly common and hopefully I can make it clear without dummying up code.
... -
5 Dec 2011 10:56 AM
- Replies
- 8
- Views
- 618
Here is my use case: As my user browses a master/detail result set I want him/her to be able to load and view the summary information quickly, while in the background I load the detail information. I...
-
5 Dec 2011 6:37 AM
- Replies
- 2
- Views
- 531
I was thinking that initComponent() might be the answer, but it's not clear how. At least it's not clear to me. It would be nice to have access to the config object before it gets used to build the...
-
4 Dec 2011 11:43 PM
- Replies
- 2
- Views
- 531
I have Ext Designer 1.2.2 and I notice that not all config settings are available in the Component Config. For example I wish to set verticalScrollerType for an Ext.grid.Panel but it's not there.
... -
4 Dec 2011 2:37 PM
Jump to post Thread: Disable paging parameters by Wedgie
- Replies
- 5
- Views
- 4,389
I'd like to know the answer to this too. It looks like this ability may be missing. It would be good to at least have that confirmed so we can add a feature request.
-
4 Dec 2011 1:55 PM
- Replies
- 4
- Views
- 1,000
Thanks Bruno
store.filters.clear() works a treat -
2 Dec 2011 9:42 AM
- Replies
- 4
- Views
- 1,000
Thanks Mitchell
The result set would be too big without filters so I need them to be applied remotely, but I also need to change them dynamically so that the user can perform searching. What is... -
2 Dec 2011 6:20 AM
- Replies
- 4
- Views
- 1,000
On Ext 4.0.7 with Ext Designer 1.2.2
The filter() method on Ext.data.Store keeps adding new filters with each call. I don't want it to do that so I call clearFilter() first. But this causes the... -
28 Sep 2011 10:34 PM
- Replies
- 1
- Views
- 521
This has probably been asked before, but I can't find it in the forum, so here goes.
I have classes that contain data stores as embedded objects and they automatically define the fields and create... -
27 Sep 2011 10:53 PM
- Replies
- 4
- Views
- 970
Thanks Evan
Is there any workaround we can apply? Possibly by making sure the template has a value? -
27 Sep 2011 6:09 PM
- Replies
- 4
- Views
- 970
I'm seeing the same problem on FF 3.6 Firebug 1.7.3 Windows XP
Results 1 to 25 of 76
