Search Type: Posts; User: senchito
Search: Search took 0.04 seconds.
-
18 Oct 2011 11:29 AM
Jump to post Thread: Ext.dispatch replacement? by senchito
- Replies
- 22
- Views
- 5,513
as an example, I made myself a class function for lauching popups. This is how I call it
Ext.dispatch({
controller: 'App.controller.Utils',
... -
18 Oct 2011 7:45 AM
Jump to post Thread: Ext.dispatch replacement? by senchito
- Replies
- 22
- Views
- 5,513
but let's say I want to call a class function that isn't attached to a button.
Let's say I'm in one controller action and I just want to call a function from a seperate class. What do I use then?... -
18 Oct 2011 7:33 AM
- Replies
- 4
- Views
- 2,410
ugh... ok
my app has a huge dependancy on landscape/portrait changing so I really am going to have to wait until your next release at this point.. this one's just too big to go without -
18 Oct 2011 7:12 AM
- Replies
- 7
- Views
- 1,867
anyway... I guess I just found a way to get around the problem.
I simply created a custom function that strips the periods, it's not pretty but it works and saves me loads of work
... -
18 Oct 2011 7:01 AM
- Replies
- 7
- Views
- 1,867
oh ok
well all I know is that with ST 1.0 and 1.1 it did work. I use the full class name (with periods) to create all my components and it works... now it doesn't work anymore and that makes me sad -
18 Oct 2011 6:34 AM
- Replies
- 7
- Views
- 1,867
I think I clearly explained what's my gripe with it.. but to sum it up.. I prefered Ext.reg() because I could use the SAME name as my class' name
Whereas now... I have to make up a NEW... -
17 Oct 2011 3:49 PM
- Replies
- 7
- Views
- 1,867
My project has over 200 views.. and most views are duplicated in their naming because there is a landscape and a portrait view for each.
Previously I was able to use the Ext.Reg() to register my... -
17 Oct 2011 3:49 PM
Jump to post Thread: list of available listeners? by senchito
- Replies
- 2
- Views
- 802
Previously I made use of the afterRender and afterLayout to trigger custom scaling functions (amongst others).
I saw a dev suggest to use the "painted" listener to replace the afterRender... and... -
17 Oct 2011 3:48 PM
Jump to post Thread: Ext.dispatch replacement? by senchito
- Replies
- 22
- Views
- 5,513
In my ST 1.1 app I make heavy us of the dispatcher for calling controller actions and utility class functions
I simply use it like so:
Ext.dispatch({
... -
17 Oct 2011 3:47 PM
- Replies
- 4
- Views
- 2,410
My (huge) application has a very distinct landscape/portrait layout and I was previously managing my layout changes and listeners using profiles and setProfile
in my Ext.application:
... -
17 Oct 2011 11:22 AM
- Replies
- 7
- Views
- 1,419
ok so I decided to try and work with this.. I spent a lot of time programming my own autoloader but I figure yours must be more efficient.
So just so I understand right.. if I use your autoloader... -
17 Oct 2011 9:09 AM
- Replies
- 7
- Views
- 1,419
please tell me how to disable the autoloader. I had already built my own autoloader which works well and I want to keep using it.
-
17 Oct 2011 7:08 AM
Jump to post Thread: MVC structure migration by senchito
- Replies
- 20
- Views
- 6,098
@edspencer,
You did do a good enough job because I was fully aware that the preview release had very limited if any backward compatibility. This is why I was trying to gauge just how much I need... -
14 Oct 2011 3:43 PM
Jump to post Thread: MVC structure migration by senchito
- Replies
- 20
- Views
- 6,098
I just started the task of migrating.
It looks like a big enough task since my project is already HUGE.
Immediately upon switching the library from 1.1 to 2.0 I got a ton of error messages
... -
13 Oct 2011 6:53 AM
Jump to post Thread: Sliding performance on IOS5 ! by senchito
- Replies
- 8
- Views
- 1,984
ack!! really?? 2.0 was supposed to make everything FASTER.. not the other way around... /worried
-
1 Sep 2011 7:30 AM
- Replies
- 1
- Views
- 778
i am trying to do the same thing, for the same reasons. My animation occurs when I use setActiveItem but then if i update that panel and use setActiveItem again it doesn't animate if it's already the...
-
25 Aug 2011 2:27 PM
- Replies
- 0
- Views
- 669
Hi all.
I am having the hardest time figuring out which listener to use so that it triggers after the layout has fully finished re-orienting following an orientation change.
I have tried using... -
18 Aug 2011 12:52 PM
- Replies
- 13
- Views
- 2,691
i also just ran into the same issue and am very glad to have found this thread! I will try lexer's example.
Tinyfactory is there any chance you could post an example of what you did? I also tried... -
8 Aug 2011 2:44 PM
- Replies
- 0
- Views
- 721
I don't know if you even meant for us to be able to pass a custom class to 'iconCls'. But I did it and it worked great. I was able to use custom png icons for my tabpanel this way and made it look...
Results 1 to 19 of 19
