Search Type: Posts; User: junkw
Search: Search took 0.02 seconds.
-
20 Mar 2012 7:17 PM
- Replies
- 4
- Views
- 747
update: coming from the Sencha Touch 2 world, I didn't know EXT4 project needed to be run under a web server (Touch projects can be accessed through file:/// and they run). So I started a webserver...
-
20 Mar 2012 1:43 PM
- Replies
- 4
- Views
- 747
here it is.
If you find the bug please reply. -
20 Mar 2012 12:29 PM
- Replies
- 4
- Views
- 747
1- I start a blank new EXTJS 4.0 project with Sencha Designer 2 Build: 311.
2- I drag a Store in "Stores"
3- I save and deploy
I get TypeError: 'null' is not a constructor (evaluating 'new... -
16 Mar 2012 9:22 AM
- Replies
- 3
- Views
- 604
No 404 since the port is not open (server is not running/listening). How can I detect that?
-
15 Mar 2012 5:00 PM
- Replies
- 3
- Views
- 604
I have a Dataview bound to a Store bound to an AjaxProxy. It works well.
When the server is not responding, the Dataview is empty. I would like to detect a server not responding to show a message... -
14 Mar 2012 11:35 AM
- Replies
- 1
- Views
- 376
Component config: "sort alphabetical" mode is lost every time I go in the main Design/Code pane. By returning to "Sort by Group" each time, It makes the feature unusable.
I would save lot of time... -
14 Mar 2012 10:47 AM
- Replies
- 1
- Views
- 723
I'm using Designer.
I need to toggle easily between "http://localhost:8888" and "http://prod.myproduct.com" for all proxies urls.
So I set all proxies url to relatives values eg. "/api/products"... -
13 Mar 2012 9:21 PM
- Replies
- 2
- Views
- 712
The docs for Ext.field.Select says the Store is optional but Designer keeps telling me "The following components are missing a store: MySelectField" even if I set 'options' to a {text:...
-
13 Mar 2012 12:23 PM
- Replies
- 4
- Views
- 499
hum yeah you're right it works with MyApp.model.User :">
I thought I had tried all the possibilities
thanks -
13 Mar 2012 12:16 PM
- Replies
- 4
- Views
- 499
It doesnt work, it says 'undefined':
launch: function() {
var User = Ext.ModelManager.getModel('User');
console.log('User:'); -
13 Mar 2012 12:01 PM
- Replies
- 4
- Views
- 499
I use Sencha Designer 2.
I defined a model named User with a rest proxy bound to it.
I just want to autoload the data in it when my application load so I can show "Your username is:... -
12 Mar 2012 10:14 PM
Jump to post Thread: Request: Filter on a DataView by junkw
- Replies
- 12
- Views
- 1,837
since "animals" is an array I put the following
afterFilter: function(data) {
// We don't want to work with the animal object
// but rather with its inner object cats
... -
12 Mar 2012 5:33 PM
Jump to post Thread: Request: Filter on a DataView by junkw
- Replies
- 12
- Views
- 1,837
I tried that and yes it shows the cats but the problem
is that when I click on a cat the onItemTap function
doesnt give me a reference to the cat I clicked. It gives
me instead a reference to the... -
12 Mar 2012 1:51 PM
Jump to post Thread: Request: Filter on a DataView by junkw
- Replies
- 12
- Views
- 1,837
Hello,
Using the code above, how can I procede if my data is nested ?
Say I have this JSON data, how can I
send only the "cats" array to my DataView? : -
3 Mar 2012 8:40 PM
- Replies
- 1
- Views
- 742
hello!
I have a big form with 100+ fields. The fields are dynamic (not all fields are shown to every user, and there is too much possibilities to handle the form customization on the client side) ...
Results 1 to 15 of 15
