Search Type: Posts; User: Saeven
Search: Search took 0.04 seconds.
-
3 Jun 2012 6:26 PM
- Replies
- 2
- Views
- 470
Yea seems to be the only way. The docs led to believe that it would just cancel any existing timeout, and schedule a new one:
http://docs.sencha.com/touch/2-0/#!/api/Ext.util.DelayedTask
What... -
1 Jun 2012 10:28 AM
- Replies
- 2
- Views
- 470
Ran into a snag with DelayedTask, I'd assumed that this would have worked:
Code for function "instantWinCountdown" in a controller "Index"
if( !this.gameTask )
{
this.gameTask = new... -
25 May 2012 9:46 AM
- Replies
- 3
- Views
- 578
Hey Guys,
Am still encountering this. Using Sencha Architect, I've designed a popup with only very basic text components. Its View code looks like so:
... -
5 Apr 2012 9:09 AM
- Replies
- 3
- Views
- 578
Thanks for checking Mitchell! I wonder in this case, if it has to do with any of the backing layouts. It's on top of a card layout, called from a card that contains a formpanel. Am using 2.0.0
-
5 Apr 2012 7:55 AM
- Replies
- 3
- Views
- 578
Code for the popup that works is:
showRules: function( button, e, options ) {
console.log( "Rules Hit" );
var rules_frame = Ext.getCmp('rules_frame');
if( !rules_frame... -
29 Mar 2012 12:34 PM
- Replies
- 2
- Views
- 1,173
Hey man, I put my disclaimer in! ;)
It's flattery when you think of it! Have used Ext since day one back when Jack was fresh off YUI, never been let down. I'm sure you guys will figure it out. ... -
28 Mar 2012 5:09 PM
- Replies
- 3
- Views
- 490
Hi Jamie,
Thanks for checking it out.
Link sent via PM.
Cheers.
Alex -
28 Mar 2012 1:45 PM
- Replies
- 3
- Views
- 490
Hi Guys,
I have a bit of a problem, using 2.0.0, with a select list that's backed by a JSON store. The form panel contains 5 select list items, that when clicked, show the proper values from... -
28 Mar 2012 12:17 PM
- Replies
- 1
- Views
- 226
Hi Guys,
I have a select list that is backed by a JsonStore. I was hopeful to stylize the selections in the list with a tpl, but that doesn't seem to work. Reading through the docs, it states... -
28 Mar 2012 11:28 AM
- Replies
- 2
- Views
- 1,173
I'm getting this by:
a. Loading a project (and doing nothing else)
b. Saving the project after it has loaded
2.0.0. build 341
OSX Lion 10.7.3
Is there anything I can look into to figure... -
8 Mar 2012 10:20 AM
- Replies
- 1
- Views
- 646
Hi Guys,
Had a few questions! Premise, I've extended a form panel with a few extra goodies, and have given it an xtype of "statement_form".
The form's submit button, has this configuration:
... -
7 Mar 2012 11:41 AM
- Replies
- 2
- Views
- 693
Cool thanks. Would have been pretty slick though!
component > .class
Done!
Maybe in ST3? :) -
7 Mar 2012 11:18 AM
- Replies
- 2
- Views
- 693
Probably borne out of a lack of knowledge of the component query system (couldn't find significantly good docs on how expanse this is..), I was hopeful to listen to all taps on items in a list, whose...
-
6 Mar 2012 11:29 AM
- Replies
- 2
- Views
- 576
Thanks for the answer Mitchell; am always chasing the best way of doing things. Right now, in my subclass of List, I have this 'getSelected' function in which I am executing:
var selected =... -
6 Mar 2012 9:25 AM
- Replies
- 2
- Views
- 576
In an effort to wean myself from Ext.fly / Ext.get, I was wondering what the best practice might be in querying a List or Dataview's items for a simple class for example (in the list's rendered...
-
27 Feb 2012 12:41 PM
- Replies
- 7
- Views
- 1,506
If anyone has this issue, found the problem (quickly enough). Appears that the signature on itemTap has changed. The event is on the 5th arg.
Good luck! -
27 Feb 2012 12:28 PM
- Replies
- 7
- Views
- 1,506
Hi Guys,
Am trying what's mentioned above on the latest RC version, and the itemTap function you've defined above only ever results in:
TypeError: 'undefined' is not a function (evaluating... -
27 Feb 2012 11:00 AM
Jump to post Thread: Event Delegation / List Templates by Saeven
- Replies
- 1
- Views
- 613
Alrite, found an example here:
http://www.sencha.com/forum/showthread.php?164305-Listener-on-itemTpl-Element-in-DataView
do I _have_ to extend to catch this? -
27 Feb 2012 10:30 AM
Jump to post Thread: Event Delegation / List Templates by Saeven
- Replies
- 1
- Views
- 613
Hi Guys,
Searching for event delegation netted me with this blog post of Sencha's:
http://www.sencha.com/blog/event-delegation-in-sencha-touch
Acknowledging that this was for 1.x and I'm... -
23 Feb 2012 12:59 PM
- Replies
- 4
- Views
- 1,996
Genius, thanks.
-
16 Feb 2012 9:35 AM
- Replies
- 4
- Views
- 1,996
Hi Guys,
I'm trying to create a setup where a top Ext.list (standard) scrolls through ER entities that contain screenshots, and when selected, shows the screenshots in the bottom view. I've got... -
15 Feb 2012 10:53 AM
- Replies
- 2
- Views
- 2,167
Hi,
I have the exact same question (problem). I have an application that contains a list, and I was hopeful to have that list's selection event fire out to an application-level listener (because... -
27 May 2011 11:15 AM
Jump to post Thread: Ext JS 4 on cachefly.net? by Saeven
- Replies
- 13
- Views
- 2,561
+1
-
2 Jun 2009 1:09 PM
Jump to post Thread: JsonStore backed Grid -- stumped by Saeven
- Replies
- 3
- Views
- 797
Hi Guys.
Done this 1000x times, usually works, maybe I'm not thinking straight... but this should work -- no?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"... -
12 May 2009 8:45 AM
- Replies
- 6
- Views
- 1,447
Can confirm the issue. Even with Ext 3.0, can't scroll the body using FF and code similar to that above.
Results 1 to 25 of 101
