Search Type: Posts; User: Eugen_Max
Search: Search took 0.01 seconds.
-
6 Mar 2012 4:44 AM
Jump to post Thread: Listener Events firing twice by Eugen_Max
- Replies
- 5
- Views
- 503
Seems to be fixed with RC2.
-
5 Mar 2012 6:54 PM
Jump to post Thread: Listener Events firing twice by Eugen_Max
- Replies
- 5
- Views
- 503
Cool, great fun. I am checking for an item state and change it... it awesomely loops and gets into his old state because of this. As I said, great fun.
-
5 Mar 2012 8:20 AM
Jump to post Thread: Listener Events firing twice by Eugen_Max
- Replies
- 5
- Views
- 503
Any help would be apperciated. This bug is so lame. I use many listeners and I get this all the time. It really screws me over.
-
5 Mar 2012 7:10 AM
Jump to post Thread: Listener Events firing twice by Eugen_Max
- Replies
- 5
- Views
- 503
I tried 500ms as well. Same result.
PS: Same with 2000ms -
5 Mar 2012 3:05 AM
Jump to post Thread: Listener Events firing twice by Eugen_Max
- Replies
- 5
- Views
- 503
Hey,
I know this is a common problem but I can't make the proposed solutions work. Here is my code:
listeners: [{
event: 'updatedata',
buffer: 50,
fn: function(Container){
// Fires... -
2 Mar 2012 5:44 AM
- Replies
- 5
- Views
- 576
Meeeh.
http://docs.sencha.com/touch/2-0/#!/api/Ext.dom.Element-property-dom -
2 Mar 2012 4:48 AM
- Replies
- 5
- Views
- 576
I actually do have some knowledge by now. I am working on a project for 2 weeks now and I made quite some progress. But sometimes such simple things can suspend you for hours. It's OK for complex...
-
2 Mar 2012 2:01 AM
- Replies
- 5
- Views
- 576
I wonder if there is some kind of maximum number of questions. I didn't receive any answer for my last 5 topics. Is this really so hard in Sencha?? I mean seriously, this should actually be the...
-
1 Mar 2012 4:19 PM
- Replies
- 5
- Views
- 576
Hey guys,
I was wondering how to query a DOM element in Sencha and connect it with a function on tap. In my case I want to give table data events an on tap modal. The table in a tpl with... -
29 Feb 2012 11:07 AM
Jump to post Thread: Display slider value by Eugen_Max
- Replies
- 8
- Views
- 2,726
Let us know when you made progress! I would be interested too.
-
28 Feb 2012 5:54 AM
- Replies
- 2
- Views
- 320
GOSH! Why the hell do the administrators here don't stop pointing out the we shouldn't use Ext.getCmp and should use freaking Ext.ComponentQuery instead? Ext.getCmp worked like a charm. I spend...
-
28 Feb 2012 5:24 AM
- Replies
- 2
- Views
- 320
Here is the homeContainer definition btw.
...
xtype: 'container',
flex: 3,
id: 'homeContainer',
layout: {
type: 'card',
animation: {
type: 'slide', -
28 Feb 2012 4:57 AM
- Replies
- 2
- Views
- 320
Hey guys,
when I ComponentQuery a container I do receive the object that also contains the _activeItem property but there are no setters and getters set for activeItem. I know that it works when I... -
27 Feb 2012 12:01 PM
- Replies
- 1
- Views
- 389
Could it be that this is impossible????
I wonder about two alternatives now.
1: I set a detailCard for third level that actually contains a list that gets filled.
2: I don't use a nested list.... -
27 Feb 2012 9:24 AM
- Replies
- 1
- Views
- 389
Hey guys!
I wonder how to add a child node dynamically from a store on itemtap. I got a filled store ready for rolling out. I just wonder now how to implement and load it. Here is the my nested... -
24 Feb 2012 3:54 AM
Jump to post Thread: Working with BIG resultSets by Eugen_Max
- Replies
- 1
- Views
- 190
Hey guys,
I ran into another problem during my app development. I wrote a custom Proxy that collects a huge resultSet with thousands of entries. The result is kept in a store and passed to a... -
21 Feb 2012 4:19 PM
- Replies
- 2
- Views
- 399
Thanks for your reply. I think I got the basics of Sencha already. This question concerns an app I am currently developing. And ofc I have models,stores,views and controllers setup.
I am actually... -
21 Feb 2012 3:17 PM
- Replies
- 2
- Views
- 399
Hey guys,
I have a question about nestedLists. First of all I want to fill my nestedList with JSON data. Let's say my JSON looks something like this:
{ "Group": [{
"Id": 1,
... -
21 Feb 2012 4:28 AM
Jump to post Thread: Store doesn't contain any data by Eugen_Max
- Replies
- 1
- Views
- 305
Pfff. Didnt place the data within config:
Ext.define('MyApp.store.SomeStore', { extend: 'Ext.data.Store', requires:['MyApp.model.SomeModel'],
storeId: 'SomeStore',
... -
21 Feb 2012 2:34 AM
Jump to post Thread: Store doesn't contain any data by Eugen_Max
- Replies
- 1
- Views
- 305
Hey guys,
I am trying to set up a very simple store. For some reasons the store never contains data when I use console.log on it.
Here is the example:
app.js
Ext.Loader.setPath({'MyApp' :... -
15 Feb 2012 6:26 AM
- Replies
- 2
- Views
- 411
Well, that's a stupid question as both are Null by default. Now I wonder how I can alter the checkbox by extending it by another config parameter to pass in another parameter for an individual icon...
-
15 Feb 2012 5:21 AM
- Replies
- 2
- Views
- 411
Hey guys,
I would like to extend the Ext.field.Checkbox with some additional data and a custom tpl. Before that I would like to have a look on the default values of these configs. Anyone has a... -
13 Feb 2012 2:45 PM
- Replies
- 5
- Views
- 622
WHAT THE...!!! OK I found out a solution.
In my controller config I added a ref like:
refs: { homeMainBtn: '#homeBtn',
containerVar: '#mainview'
}
The... -
13 Feb 2012 1:37 PM
- Replies
- 5
- Views
- 622
I also tried the following:
launch: function() {
Ext.create('Compare.view.Main', {id: 'whatever'});
} -
13 Feb 2012 1:26 PM
- Replies
- 5
- Views
- 622
I actually would like to run the setActiveItem within my controller event. Brief example:
app.js
Ext.application({
name: 'MyApp',
views: ['Main'],
Results 1 to 25 of 33
