Search Type: Posts; User: TheRegge
Search: Search took 0.02 seconds.
-
28 Feb 2013 7:49 AM
- Replies
- 1
- Views
- 140
With the following code, the 'revealed' field always return true, despite being a TINYINT with a value of 0 in the DB... What am I doing wrong?
in app/model/Tile.js
... -
24 May 2012 8:07 AM
- Replies
- 2
- Views
- 588
Thanks a lot SebasSP! it was in front of me and I could not see it! So, for anyone else who is looking into it, Ext.Ajax is a Singleton class accessible from everywhere in the application scope. I...
-
24 May 2012 6:35 AM
- Replies
- 2
- Views
- 588
Sounds silly, but for the life of me, I can't remember where I saw it... What do I need to observe to have a "Loading" UI element show each time I start an ajax call? I don't want to put it in each...
-
23 May 2012 7:51 PM
Jump to post Thread: Ext.dispatch replacement? by TheRegge
- Replies
- 22
- Views
- 5,569
I solved my problem by using Ext.Viewport to listen to all my "cross-controller" events... So in a method I would have something like:
Ext.Viewport.fireEvent('eventNAme', {data:'whatever'});
and... -
21 May 2012 6:57 AM
- Replies
- 6
- Views
- 1,311
Hi - I am in a very similar situation where I have a user for which I want to save the logged in status (not the password, just the status) so they don't have to re enter credentials on browser...
-
16 Apr 2012 8:32 AM
- Replies
- 8
- Views
- 1,977
Great, thank you!
-
16 Apr 2012 8:20 AM
- Replies
- 8
- Views
- 1,977
I did organize the libs in an 'assets' folder just like you showed above, and still get the same error. I am noticing that you are linking to charts v 2.0.0, the download link I got from the sencha...
-
16 Apr 2012 8:07 AM
- Replies
- 8
- Views
- 1,977
Oh - ok, I understand. Sorry to be so slow... I am not physically moving any files, but linking to the sencha-touch library that is shipped with touch-charts by changing the ref in app.json of my...
-
16 Apr 2012 6:51 AM
- Replies
- 8
- Views
- 1,977
Do you mean switch the sencha-touch.js file from the regular sencha-touch to the sencha-touch.js that is inside the charts package, BEFORE running a command like sencha app create... or do you mean...
-
10 Apr 2012 5:02 AM
- Replies
- 8
- Views
- 1,977
Please post some step by step instructions to use charts with an existing sencha touch 2 project. Please assume we are beginners... I have tried many of the solutions posted here and there with no...
-
5 Apr 2012 11:06 AM
Jump to post Thread: Sencha touch and Canvas or SVG by TheRegge
- Replies
- 6
- Views
- 2,337
I re-downloaded the package and I got everything now. Something must have gone wrong with my first download. Thanks!
-
5 Apr 2012 10:46 AM
Jump to post Thread: Sencha touch and Canvas or SVG by TheRegge
- Replies
- 6
- Views
- 2,337
I found out about Ext.draw a little while after posting this question... It looks really great. I love how it creates an abstraction independent of which technic is used for the graphics (SVG,...
-
5 Apr 2012 6:04 AM
Jump to post Thread: Sencha touch and Canvas or SVG by TheRegge
- Replies
- 6
- Views
- 2,337
Does anyone has experience/advice about building an app that would heavily use custom graphics/interactions with either SVG or Canvas? Is Sencha a good framework for this? Would it need/be able to...
-
28 Dec 2011 9:08 AM
Jump to post Thread: Ext.dispatch replacement? by TheRegge
- Replies
- 22
- Views
- 5,569
I am so happy to have found this thread - even if it gives me the gloomy feeling all my work trying to learn sencha 2 might not be worth it... I can't imagine building apps where controllers need to...
-
28 Dec 2011 5:34 AM
- Replies
- 2
- Views
- 430
Did you see getHidden() in the docs?
-
27 Dec 2011 8:01 AM
- Replies
- 2
- Views
- 659
Thanks Mitchell. So does this mean that you would not advise to go the route of creating a custom component with its own controller? But then, how do you promote code re-use?
-- Sorry - I am... -
27 Dec 2011 7:25 AM
- Replies
- 2
- Views
- 659
Hi there - I have a question about creating complex components in sencha touch 2.
I think I understand somewhat well the use of 'items' in a view to create sub elements, that you then control in a... -
20 Aug 2010 1:53 PM
Jump to post Thread: autosuggest text field? by TheRegge
- Replies
- 3
- Views
- 1,007
Thanks j-joey!
-
19 Aug 2010 9:50 AM
Jump to post Thread: autosuggest text field? by TheRegge
- Replies
- 3
- Views
- 1,007
I just found something... http://www.sencha.com/forum/showthread.php?87045-AutoSuggest
-
19 Aug 2010 9:45 AM
Jump to post Thread: autosuggest text field? by TheRegge
- Replies
- 3
- Views
- 1,007
How would I go about making an autosuggest field with Ext Designer? (evaluating for purchase...)
Results 1 to 20 of 20
