Search Type: Posts; User: slacker775
Search: Search took 0.03 seconds.
-
14 Dec 2011 12:02 PM
- Replies
- 2
- Views
- 2,012
I was able to simplify this and not completely duplicate the old constructor with this:
/**
* Override Ext.data.AbstractStore constructor so filters
* are properly replaced, not appended... -
20 Jun 2011 7:08 AM
- Replies
- 4
- Views
- 2,178
This got it working on my Fedora 15 x86_64 installation. Thanks for the tip!
-
8 Jun 2010 9:14 AM
Jump to post Thread: Submitting a grid with a form by slacker775
- Replies
- 6
- Views
- 2,185
I've just come across this same requirement and I was implementing it almost the same way as senacle above, though initially I just tried to send the grid store data as a param in the form.submit()...
-
26 May 2010 3:40 AM
- Replies
- 4
- Views
- 1,592
Argh... Adding the fields config took care of it. Are there plans to add the ability to configure the fields for the store in the Designer? Maybe an auto-populate capability based on the fields...
-
25 May 2010 5:31 AM
- Replies
- 4
- Views
- 1,592
As a quick follow-up, some debugging has turned up that part of my problem is in the readRecords() method in the JsonReader. Some extra, unused variables were tossing an exception. That bug is...
-
22 May 2010 10:45 AM
- Replies
- 4
- Views
- 1,592
I've created a simple form w/ ED that has two ComboBoxes pulling from a JsonStore (all defined w/ ED). I have it all running via my web server but when I activate the combo to populate, it makes the...
-
7 Apr 2010 7:12 AM
- Replies
- 12
- Views
- 2,469
Just sent via e-mail.
I also just pulled down the example projects and when I loaded up the Forms.xds and viewed the ComplexForm, I got the same message. It also has TabPanels as did my stuff so... -
6 Apr 2010 1:15 PM
- Replies
- 2
- Views
- 1,695
I just installed ExtDesigner on Fedora 12 x86_64 and it failed to start due to a missing library dependency on libcrypto.so.0.9.8. F12 currently has openssl 1.0 which provides libcrypto.so.1.0.0. ...
-
6 Apr 2010 1:09 PM
- Replies
- 12
- Views
- 2,469
I just started getting this as well. Anytime I modify a component it seems to pop up.
-
18 Nov 2009 9:18 PM
- Replies
- 836
- Views
- 308,096
Ok, using Ext 3.0.3 and FileUploadField from 3.0.3 with the two added methods, the successful upload JSON response is not being handled properly. The file is uploaded, and the backend is returning...
-
6 Nov 2009 8:52 AM
- Replies
- 836
- Views
- 308,096
Incorporating all of these bits to make this work with Ext 3.0 is almost working for me. If I do not incorporate the FileUploadField, it sort-of works but when I add a file, the window doesn't...
-
25 May 2007 2:44 PM
- Replies
- 8
- Views
- 4,544
I've tackled this problem with my app by encapsulating out the form address handling into a reusable class. It makes it so I have only a few hooks in the main form handler for it.
Here's the... -
24 May 2007 10:33 PM
Jump to post Thread: Problem with data ComboBox by slacker775
- Replies
- 8
- Views
- 1,772
You have the Combobox as type 'local', which means you need to call ComboboxBrands.store.load();
If you set it to 'remote', it will load itself the first time it is expanded. -
24 May 2007 10:28 PM
Jump to post Thread: Problem with data ComboBox by slacker775
- Replies
- 8
- Views
- 1,772
Please don't pass a SQL query from the client directly to the webserver, with no validation. That's gaping security hole that will get you totally owned. Use the params/baseparams to pass a query...
-
22 May 2007 12:03 PM
Jump to post Thread: New Form Tutorial by slacker775
- Replies
- 1
- Views
- 1,261
I just noticed the new form tutorial and wonder if it may not be making things harder than they need to be. It seems that it's creating the data store and using to load the data and manually...
-
18 Jan 2007 3:35 PM
- Replies
- 0
- Views
- 1,237
I am currently pulling a set of data back via JSON and would like to be able to dish out specific branches of it to different objects, namely a JsonView and a Grid. For the JsonView, I currently do...
Results 1 to 16 of 16
