Search Type: Posts; User: Specks
Search: Search took 0.03 seconds.
-
7 Dec 2012 1:46 AM
- Replies
- 1
- Views
- 1,055
Ok, since no one helped with this I'll share what I have learned. Apparently the Sencha command doesn't like spaces in the file names. If it's not the file names then something is probably corrupted....
-
5 Dec 2012 1:45 PM
- Replies
- 1
- Views
- 1,055
Hey all,
I'm trying to build a project as an Andriod Native app. I had it compiling before and saw that the icon was the base Sencha image. After I changed the icon the build started failing with... -
27 Aug 2011 3:13 PM
- Replies
- 1
- Views
- 508
After submitting a form, if it fails server validation and I trigger submit again it doesn't upload the file again. The same thing happens if the form passes server validation and I reset the form so...
-
17 Aug 2011 12:39 PM
- Replies
- 0
- Views
- 326
I'm not sure if I asked the question correctly so hopefully you'll understand where I'm getting at if I explain a bit.
I have a complex form and a store that uses a complex model that has... -
17 Aug 2011 8:44 AM
- Replies
- 4
- Views
- 1,980
Yep.
Ext.define('MyForm', {
extend : 'Ext.form.Panel',
initialConfig : {
trackResetOnLoad : true -
9 Aug 2011 10:25 PM
- Replies
- 0
- Views
- 293
I'm using updateRecord and it doesn't seem to be picking up the file field. I wouldn't expect it to since the save method on a record only sends json. So if you have the option or want the option of...
-
8 Aug 2011 10:04 PM
- Replies
- 1
- Views
- 393
Hey all,
This should be a simple answer I hope. I used the model binding example that was on the forms guide. Basically getting the record, populating it with form.updateRecord and then calling... -
30 Jul 2011 12:40 PM
- Replies
- 1
- Views
- 508
disableCaching should be set to false, not true if you want Ext to stop placing _dc timestamps.
Ext.Loader.setConfig({
enabled: true,
disableCaching: false
});
Ext.application({ ... -
17 Jul 2011 11:46 PM
Jump to post Thread: Ext.MessageBox and custom buttons? by Specks
- Replies
- 4
- Views
- 1,259
Yea, I ended up making my own MessageBox class and took out the predefined buttons and put back in the ability to put in custom buttons.
-
17 Jul 2011 5:07 PM
Jump to post Thread: Ext.MessageBox and custom buttons? by Specks
- Replies
- 4
- Views
- 1,259
I'm trying to use Ext.MessageBox with custom buttons (which did work) and after diving in to the code for it I saw that only the defined buttons would work and anything else would simply not show up....
-
13 Jul 2011 9:29 AM
- Replies
- 2
- Views
- 648
I can't seem to find the thread where a Sencha Dev mentioned that the best practice for Models (and Stores) is to load/instantiate them before onReady runs. I didn't want to hijack the thread and...
-
12 Jul 2011 6:45 PM
- Replies
- 0
- Views
- 711
I'm trying to get the callback in Ext.require to run as it says it should when the loader is done. However I'm not getting a peep from it. What am i doing wrong?
Ext.Loader.setConfig({
... -
12 Jul 2011 12:48 PM
- Replies
- 2
- Views
- 784
Doh! That was a slight oversight, but not the real problem.
-
12 Jul 2011 9:12 AM
- Replies
- 2
- Views
- 784
I'm currently getting used to ExtJS 4.0 and the new way things are done. One of the problems that has occurred is that Chrome seems to have a problem with the way I've instantiated a defined sub...
-
26 Oct 2009 5:09 PM
Jump to post Thread: Need help understanding CRUD api by Specks
- Replies
- 0
- Views
- 600
I'm trying to use the crud api for a set HttpProxy in a JsonStore but I'm having a hard time understanding what I saw in the code. In the code it states that idProperty must be returned by the server...
-
19 May 2009 10:34 AM
- Replies
- 1
- Views
- 734
Ok I know this is a bit old and nobody has answered it bit it's still worth answering. This is my take on things and it doesn't reflect on the philosophy of the ExtJS team. Nor does it speak for...
-
14 May 2009 9:05 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Specks
- Replies
- 956
- Views
- 310,393
It does work. But the wrong column number is passed in to the callback.
-
14 May 2009 8:10 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Specks
- Replies
- 956
- Views
- 310,393
I did download the development version.
Solving the problem of the id not being generated another one crops up. If you take a look at setConfig:
setConfig : function(config, initial){
... -
14 May 2009 7:36 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Specks
- Replies
- 956
- Views
- 310,393
Still failing to generate an id.
This line.
// the actions column must have an id for Ext 3.x
this.id = this.id || Ext.id();
Should be. -
13 May 2009 5:28 PM
Jump to post Thread: [1.0] Grid RowActions Plugin by Specks
- Replies
- 956
- Views
- 310,393
I've looked in to the code and it seems that the column id is not being generated for the rowaction plugin for 3.0.
-
13 May 2009 2:40 PM
Jump to post Thread: [1.0] Grid RowActions Plugin by Specks
- Replies
- 956
- Views
- 310,393
Everything seems to work except that I can't seem to get the callbacks to work. They're not firing when I click on any of the icons. I suspect that I'm probably doing something wrong.
//... -
26 Mar 2009 2:09 PM
- Replies
- 0
- Views
- 595
I'm currently using the EditorGridPanel in my code. It currently has a problem that when a numeric or date field is clicked on to edit it, the scroll bar on the bottom appears and the grid extends or...
-
24 Mar 2009 10:43 AM
- Replies
- 2
- Views
- 777
I'm not sure what you're trying to do but I'll take a whack at it.
As you know both grids have a store object associated with it. So what you'll have to do in order to change the data of the grid... -
10 Mar 2009 10:17 AM
- Replies
- 1
- Views
- 774
Hey all,
Quick question. Is there a lazy way of attaching a single function to the change event of all the fields in a form? Instead of going through and placing something like
defaults: {... -
10 Mar 2009 8:54 AM
Jump to post Thread: [Fixed] ColumnLayout : Blank space by Specks
- Replies
- 8
- Views
- 3,353
Try this
var form_etape1 = new Ext.form.FormPanel({
id:'form_etape1',
autoHeight:true,
autoWidth:true,
frame:true,
...
Results 1 to 25 of 64
