Search Type: Posts; User: dotBomb
Search: Search took 0.03 seconds.
-
13 Mar 2013 1:48 PM
- Replies
- 2
- Views
- 158
All that stuff is already being done in app.js:
//<debug>
Ext.Loader.setPath({
'Ext': '../../src',
'Ext.data.proxy.Kiva': 'lib/KivaProxy.js'
});
//</debug> -
11 Mar 2013 7:31 AM
- Replies
- 2
- Views
- 158
I migrated the kiva example over to ST 2.2 b1. Everything works fine, but for ST 2.2 b1, where do I put the kiva proxy so as to not break the build? I had to put the lib folder in both the app...
-
8 Mar 2013 8:30 AM
- Replies
- 1
- Views
- 187
Sorry for this unnecessary post. I forgot to add MIME type application/x-json.
Thanks,
Dan -
8 Mar 2013 8:19 AM
- Replies
- 1
- Views
- 187
Just asking the question because, via the console in chrome, I get a 404 on examples/examples.json when I navigate to the examples folder.
Dan -
15 Feb 2013 7:54 PM
- Replies
- 19
- Views
- 4,183
Sencha Team,
1. Your public download link is pointing to a beta3 version of what should be 2.0.1.
2. This error is clearly a bug: Look at the path from which the command was launched.
... -
4 Mar 2012 8:57 AM
- Replies
- 1
- Views
- 1,449
Where is my test panel? This example demonstrates the user is left with a blank page after removeAll(true, true); is executed. Apparently there is another bug that requires me to set _activeItem to...
-
24 Feb 2012 8:32 AM
- Replies
- 2
- Views
- 829
Why doesn't the framework allow for this? All I see is a white page after removeAt method is called. the add method has no effect.
if (Ext.Viewport.isReady)... -
20 Feb 2012 7:57 AM
- Replies
- 5
- Views
- 881
Code for reference:
Ext.setup({
requires: [
'Ext.navigation.View',
'Ext.ActionSheet',
'Ext.SegmentedButton',
'Ext.Button', -
20 Feb 2012 7:55 AM
- Replies
- 5
- Views
- 881
The code behind the buttons on the ActionSheet is smart enough to know not to display an item if it is already in the viewport. Please try random selections.
Also, I noticed that on back... -
20 Feb 2012 6:58 AM
- Replies
- 5
- Views
- 881
I just put the repro in the examples folder in a folder named 'preview'. Here's a link:
http://dankemper.net/sencha-touch-2-b3/sencha-touch-2-b3/examples/preview/
Directions to reproduce:
1.... -
19 Feb 2012 1:02 PM
- Replies
- 5
- Views
- 881
Version: sencha-touch-2-b3
Pushing too many items of same title into an Ext.navigation.View breaks backward navigation with the back button in Ext.navigation.Bar.
GOOD... -
12 Feb 2012 7:41 PM
- Replies
- 2
- Views
- 1,051
No, I wasn't originally but now I am. Works great now, thanks!
Dan -
10 Feb 2012 7:37 AM
- Replies
- 5
- Views
- 435
Working example here, just press the info button: http://dankemper.net/mobile/touch/portfolio/preview/
-
10 Feb 2012 7:35 AM
- Replies
- 5
- Views
- 435
push and pop are there. Look at src/navigation/View.js and compare it to what I have originally posted and you will see the changes.
Dan -
10 Feb 2012 7:26 AM
- Replies
- 5
- Views
- 435
No, that by itself wouldn't accomplish much. Since the stack management is ultimately handled by doSetActiveItem called from both push and pop, there is a line in there that sets a new property...
-
9 Feb 2012 8:55 PM
- Replies
- 5
- Views
- 435
Hi,
Don't know what's up with NavigationBar in 2-b2, but I've added getter and setter functions in NavigationView within sencha-touch-all-debug.js in 2.0.0-pr4 that work for me. Here's the new... -
9 Feb 2012 10:01 AM
- Replies
- 10
- Views
- 1,704
Hi,
Wondering if Navigationbar is off-limits? I noticed it is a private member of Navigationview and the link posted above is dead.
Dan -
8 Feb 2012 3:22 PM
- Replies
- 2
- Views
- 1,051
Does the sencha-touch-2-b1 navigationview example function for anyone? I'm attempting to run this in chrome and simply see what looks like the Ext.navigation.View header with the words 'Touch Team'....
-
8 Feb 2012 11:05 AM
- Replies
- 5
- Views
- 6,906
I too experienced the random display of back buttons in the header of the Ext.navigation.View control. This type of anomaly seems to be occurring randomly and cannot be controlled or worked-around...
-
16 Jan 2012 7:39 PM
Jump to post Thread: Sencha Touch 2.0 Custom Carousel by dotBomb
- Replies
- 5
- Views
- 1,227
Well, if anyone would like to take a look at the source (first post of this thread), and I eventually get the v1 example converted to v2 I would share the code, add comments regarding conversion,...
-
14 Jan 2012 9:42 PM
Jump to post Thread: Sencha Touch 2.0 Custom Carousel by dotBomb
- Replies
- 5
- Views
- 1,227
Hi,
Thank you for the recommendation, however, fullscreen is already set to true in the class that inherits from Carousel called 'Viewport.js'. Below is the Viewport.js class. For me, the... -
13 Jan 2012 1:14 PM
Jump to post Thread: Sencha Touch 2.0 Custom Carousel by dotBomb
- Replies
- 5
- Views
- 1,227
mitchellsimoens,
I would settle for just understanding why the version I have created doesn't display its content. Not so much what I want the carousel to do, but I want to understand how to... -
12 Jan 2012 9:16 PM
Jump to post Thread: Sencha Touch 2.0 Custom Carousel by dotBomb
- Replies
- 5
- Views
- 1,227
There's a very nice carousel extension on gitHub I learned about along with a corresponding screencast here: http://www.sencha.com/learn/touch/#Xx/screencast/date/desc. I tried porting this example...
-
8 Jan 2012 6:57 PM
- Replies
- 1
- Views
- 785
Hi all,
I've attempted to modify the vertical indicator of the carousel example in sencha touch 2.0.0, but with no success. I would just like *each* dot in the vertical indicator to be a...
Results 1 to 24 of 24
