Search Type: Posts; User: aaronwbg
Search: Search took 0.01 seconds.
-
23 Dec 2010 7:21 PM
- Replies
- 4
- Views
- 1,277
Fantastic, can't wait for the release.
-
23 Dec 2010 2:31 PM
Jump to post Thread: Hide address bar on iphone by aaronwbg
- Replies
- 16
- Views
- 6,510
2. Include the following just after the onReady: function(){
var firstload=true;
onRender: {
if (firstload){
Ext.repaint();
... -
21 Dec 2010 10:21 AM
- Replies
- 10
- Views
- 3,010
That was it, thanks. That blog post was a little unclear. It gives code for config.rb, but doesn't mention where (or even that it's required) to get the /resources directory with all its framework...
-
19 Dec 2010 10:48 PM
- Replies
- 10
- Views
- 3,010
I'm getting this same error. It's such a head scratcher of an error message, too. "Can't find X, so using X instead." Huh???
-
12 Dec 2010 7:58 AM
- Replies
- 2
- Views
- 560
That's a good technique, thanks.
-
11 Dec 2010 2:23 PM
- Replies
- 2
- Views
- 560
I combed the docs and I just can't find what I'm looking for: A list of events ('tap', 'click', etc) that each type of component (and their items/docked items) fires, along with what they pass to the...
-
11 Dec 2010 1:02 PM
- Replies
- 4
- Views
- 1,277
I have the same issue. After a lot of rework, I finally have an MVC pattern working, but now the address bar is persistent. I can't figure out why.
Have you resolved? -
30 Nov 2010 9:14 PM
- Replies
- 5
- Views
- 2,100
Put me down as interested in this same question.
-
28 Nov 2010 12:34 PM
Jump to post Thread: Sencha Touch + MVC? by aaronwbg
- Replies
- 16
- Views
- 11,791
Thanks for posting this. I'm dying for a very simple Sencha Touch MVC example. I'll look at yours and hopefully gain something.
I've got a grasp on using and positioning various panels, like in... -
26 Nov 2010 4:13 PM
Jump to post Thread: Mapping hashed URLs to views by aaronwbg
- Replies
- 6
- Views
- 1,127
Thanks, it gives me a place to focus. I'm vaguely familiar with the MVC pattern, so it will take some learning.
So I'm assuming I have to structure the app like the Twitter example... -
26 Nov 2010 4:00 PM
Jump to post Thread: Mapping hashed URLs to views by aaronwbg
- Replies
- 6
- Views
- 1,127
As I understand it, the url structure of the history functionality follows the pattern:
http://example.org/#controller/action
But if I have an incoming link of example.org/348/some-blog-post, I'm... -
24 Nov 2010 7:15 PM
Jump to post Thread: Mapping hashed URLs to views by aaronwbg
- Replies
- 6
- Views
- 1,127
Great, thanks for the reply and I'll take a look at those resources.
-
24 Nov 2010 5:21 PM
Jump to post Thread: Mapping hashed URLs to views by aaronwbg
- Replies
- 6
- Views
- 1,127
I'm excited to create a mobile Wordpress theme using Sencha Touch. So far (using some hardcoded test model/data) I have a list panel view to show an index of posts, and a detail panel view to show...
-
24 Nov 2010 12:10 PM
Jump to post Thread: TabBar funk by aaronwbg
- Replies
- 7
- Views
- 2,118
So for example, if I add a docked item with panel.addDocked(), the next instruction would be panel.doComponentLayout()?
-
24 Nov 2010 12:06 PM
Jump to post Thread: TabBar funk by aaronwbg
- Replies
- 7
- Views
- 2,118
Thanks for the help. I'm really new to this framework so I'm not sure where to call the doComponentLayout(). I'm just going to keep it a generic object and give it what it wants. In the coming days...
-
23 Nov 2010 10:47 PM
- Replies
- 3
- Views
- 1,732
I'm interested as well, thought I'd bump this.
-
23 Nov 2010 9:38 PM
Jump to post Thread: TabBar funk by aaronwbg
- Replies
- 7
- Views
- 2,118
I'm scratching my head over this. When I define a TabBar object, and then assign that object to the TabPanel's tabBar property, it looks goofy:
var bar = new Ext.TabBar({
dock: 'bottom',...
Results 1 to 17 of 17
