Search Type: Posts; User: wallynm
Search: Search took 0.03 seconds.
-
18 Feb 2012 5:51 AM
Jump to post Thread: mask for vtypes by wallynm
- Replies
- 4
- Views
- 523
This plugin http://www.extjs.com.br/forum/index.php?topic=4808.0 does what you need, it just don't use vtypes, but you can set expeted values to it.
-
3 Feb 2012 11:14 AM
- Replies
- 3
- Views
- 816
I think i can't set these propertys at the initComponent function...
this.id = idName;
this.itemId = idName;
this.stateId = idName;
Or it should had no trouble? -
3 Feb 2012 11:12 AM
- Replies
- 3
- Views
- 816
I discovered that the problem of this window wrong resize:
31350
31351
was related with this window configuration...
After remove it, my window its been reconfigured nicelly...
... -
3 Feb 2012 7:25 AM
- Replies
- 3
- Views
- 816
Hello everybody... Today i was trying to create a window with a form inside it, as the form has too many inputs, i put it inside a tabpanel to keep the things clear... But i had some bugs with it......
-
27 Jan 2012 12:29 PM
- Replies
- 2
- Views
- 583
Well guys, i'm building form generator which i need to insert dynamic components to a panel, component as textfield, textareas, an etc. My question is:
There is a way to retrieve item property?... -
18 Jan 2012 8:39 AM
Jump to post Thread: Grid load JSON data by wallynm
- Replies
- 2
- Views
- 471
Hello... :D
Well, i didn't tested, but every store need to have a model, only treestores auto create their model if any model is passed. Just create your model, set it on store an try again... -
18 Jan 2012 5:27 AM
Jump to post Thread: Trying to create dynamic form by wallynm
- Replies
- 8
- Views
- 656
That's why it is strange, i did it... :(
-
18 Jan 2012 12:43 AM
Jump to post Thread: Trying to create dynamic form by wallynm
- Replies
- 8
- Views
- 656
Still can't make it work...
If i define a class like this:
Ext.define('myapp.MyFolder.Structure', {
...code
})
i should call it on my form like this:
... -
18 Jan 2012 12:11 AM
- Replies
- 2
- Views
- 370
It's funny that i didn't thougth this... I use the initComponent on every place on the system, and didn't tryed to set the store with he... As you said, i can't assign directly ...
-
17 Jan 2012 10:45 PM
Jump to post Thread: Trying to create dynamic form by wallynm
- Replies
- 8
- Views
- 656
@mitchellsimoens - Could you unmark the best answer?
I had replied it, but i'm still can't make it work, as Ext.create return error message....
Crhome:
c is not a constructor... -
17 Jan 2012 10:26 PM
- Replies
- 2
- Views
- 370
Hello guys, i'm needing to use Ext.create at one store defined on the system...
The problem it's because when i try to do it, firefox and crhome return errors:
Crhome:
c is not a constructor... -
17 Jan 2012 6:59 AM
Jump to post Thread: Trying to create dynamic form by wallynm
- Replies
- 8
- Views
- 656
Awesome!!! I had see it before but i couldn't fint it again, thanks @kskrumpet , i just changed it to the new sintax to Ext4 convenience... Ext.create('MyApp.views.UsersGridPanel')...
-
17 Jan 2012 6:38 AM
Jump to post Thread: Trying to create dynamic form by wallynm
- Replies
- 8
- Views
- 656
Hey guys, on my system i have this code:
xtype:'combobox',
store: 'Financeiro.ClienteFornecedor.ComboTipoPessoa',
queryMode: 'local',
displayField: 'nome', ... -
13 Jan 2012 11:20 AM
Jump to post Thread: MVC architeture by wallynm
- Replies
- 10
- Views
- 709
Ok, as other people had trouble with this, i have a great chance to have it too... so, what i should do? Because my controller has 300 lines of code (+/-)... Each time that i need some new feature,...
-
13 Jan 2012 9:06 AM
Jump to post Thread: MVC architeture by wallynm
- Replies
- 10
- Views
- 709
i'm afraid to ask why... T_T
Could you explain why not extend controllers? -
13 Jan 2012 8:52 AM
Jump to post Thread: MVC architeture by wallynm
- Replies
- 10
- Views
- 709
On my app actually i have a controller to each grid, each treepanel... when you said features, i thought on break the controller functions on many files, as example... A specific file to control the...
-
13 Jan 2012 8:10 AM
Jump to post Thread: MVC architeture by wallynm
- Replies
- 10
- Views
- 709
Your way seems nice... Could you give some example how i could implement features as you said?!
-
12 Jan 2012 8:34 PM
Jump to post Thread: MVC architeture by wallynm
- Replies
- 10
- Views
- 709
Hello guys, this time i don't have any problem with code... :D
It's an question that i have about the way that i'm building my app...
I'm creating a complex app, which will have many grids, many... -
11 Jan 2012 2:38 PM
- Replies
- 4
- Views
- 1,288
I was needing this code, thank you @ExtJSNinjas!!!
Thanks too for the development core team! -
11 Jan 2012 2:37 PM
Jump to post Thread: Problem with extend store by wallynm
- Replies
- 2
- Views
- 441
Ok, i had discovered that it is and resolved bug on 4.1 version, but if you are with this bug and can't/don't wanna to use the 4.1 beta version, you just need to override your tree store with this...
-
11 Jan 2012 2:21 PM
Jump to post Thread: Problem with extend store by wallynm
- Replies
- 2
- Views
- 441
Someone has any idea what could happening with this bug?
Well, i updated my source code with the 4.1 and the problem with url undefined has gone, but i cant use this version... My app it's full of... -
11 Jan 2012 1:32 PM
Jump to post Thread: Problem with extend store by wallynm
- Replies
- 2
- Views
- 441
I'm still a newbie at extjs development, and i having an error with my treestore, but i think the problem its on the way that i had coded my base store...
When i open the window wich has the tree,... -
11 Jan 2012 11:10 AM
- Replies
- 2
- Views
- 359
Thanks for God, he helped me to get the result... it was simple to solve, but other people would need it, so here is the answer:
When i was trying to insert an new child on a leaf, the item was... -
11 Jan 2012 8:25 AM
- Replies
- 2
- Views
- 359
Someone?
-
10 Jan 2012 9:45 PM
- Replies
- 2
- Views
- 359
Hello for everyone... I'm having some headcaches with trepanels, but finally i almost done with my problems, now i'm needing help on this:
When i try to isnsert a node into an treepanel, the node...
Results 1 to 25 of 62
