Search Type: Posts; User: cyberwombat
Search: Search took 0.04 seconds.
-
19 Feb 2012 9:06 AM
Jump to post Thread: itemId vs id by cyberwombat
- Replies
- 1
- Views
- 768
What is the difference between itemId and id in components? Let's say when it comes time to making refs - I have been using itemId in say my button config and then making a ref but I see that...
-
18 Feb 2012 1:34 PM
- Replies
- 1
- Views
- 296
I have a navigationview for my viewport:
Ext.define('App.view.Viewport', {
extend: 'Ext.NavigationView',
xtype: 'viewportview',
I need to access the viewport from within a card... -
16 Feb 2012 9:10 AM
- Replies
- 3
- Views
- 635
Thanks for the example however that's not very real world for me and I am struggling with some bits.
I have multiple cards in an MVC layout and each card needs to insert its own right button.
... -
14 Feb 2012 3:01 PM
- Replies
- 3
- Views
- 635
Just upgraded from B1 to B3 - In B1 I had a config for right button
config: {
rightButton: { -
10 Feb 2012 12:35 PM
Jump to post Thread: Global form events by cyberwombat
- Replies
- 2
- Views
- 353
Yes - I have a main viewport controller as well as one for each form
-
10 Feb 2012 12:24 PM
Jump to post Thread: Global form events by cyberwombat
- Replies
- 2
- Views
- 353
I'd like to set some defaults for all of my form events (submit) but don't know how to do so. I've been successful with other classes but not forms. I tried in my viewport:
... -
9 Feb 2012 8:49 AM
- Replies
- 2
- Views
- 274
Ah got it. Always seems I get the answer minutes after I post even though I try so many things before I post:) lol.
It's because the store proxies get set on load - so whatever value is in... -
9 Feb 2012 8:39 AM
- Replies
- 2
- Views
- 274
I have a weird problem that I can't figure out.
I have stores that fetch info using a member id:
Ext.define("App.store.Messages", {
extend: "Ext.data.Store",
requires:... -
8 Feb 2012 9:13 AM
- Replies
- 1
- Views
- 279
Ah.. answering my own question. Subsequent calls need to use callback in updateLocation. Actually the initial callback is not needed for me and I moved everything to updateLocation:
... -
8 Feb 2012 9:01 AM
- Replies
- 1
- Views
- 279
I am using the example in docs to get location:
http://docs.sencha.com/touch/2-0/#!/api/Ext.util.GeoLocation
The code works great - once. Once I come back to this view it just hangs - it never... -
7 Feb 2012 4:54 PM
Jump to post Thread: Help on bullding by cyberwombat
- Replies
- 5
- Views
- 594
:) yes I read it many times - but problem is solved - it had to do with not using any of the sencha files in the build directory which I needed to do due to some pending bug regarding a difference...
-
7 Feb 2012 2:41 PM
Jump to post Thread: Help on bullding by cyberwombat
- Replies
- 5
- Views
- 594
Got it!
The build requires using sencha-touch-debug.js or sencha-debug.js - even though my app doesn't work right now with them I guess the build process doesn't find the sencha files if I use... -
7 Feb 2012 2:36 PM
Jump to post Thread: Help on bullding by cyberwombat
- Replies
- 5
- Views
- 594
K. well I will revert to sencha-touch-debug once the differences are fixed - right now I am required to use it in dev in order to have things work normally as far as config.
But could you address... -
7 Feb 2012 2:25 PM
Jump to post Thread: Help on bullding by cyberwombat
- Replies
- 5
- Views
- 594
Struggling a bit with building the app. Here's what I did - I first started using sencha-touch-debug - then realized there is a fundamental difference in how it handles object configs - so rewrote my...
-
6 Feb 2012 8:50 PM
- Replies
- 1
- Views
- 198
My entire navigation system is build by having buttons and other things hold parameters such as view name it should go to, extra params to pass along etc...
In ST4 I would do this in my view for... -
6 Feb 2012 3:30 PM
- Replies
- 5
- Views
- 722
Cool - feel free to share that code anytime :) Hurts to spend so much time on something knowing I'm gonna throw it away!
-
6 Feb 2012 3:03 PM
- Replies
- 4
- Views
- 461
No worries - I'll see what happens in B2. Once thing to keep in mind though is that I have had to write a bunch of code each new PR/Beta to determine if an item is in stack and reuse as well as clean...
-
6 Feb 2012 1:44 PM
Jump to post Thread: Problem with sdk build by cyberwombat
- Replies
- 2
- Views
- 504
Ah found issue - I am on OSX and SIMBL plugins conflict with phantom. I deleted them and that solved issue
-
6 Feb 2012 1:29 PM
- Replies
- 5
- Views
- 722
Indeed the navigationview.pop() method is not addressing existing items - only popping from stack - that means each view will add a new item and refs cannot work.
-
6 Feb 2012 1:13 PM
- Replies
- 5
- Views
- 722
Ok I found the issue - appears to be a bug in the navigationview.
It seems the stack works correctly - the items only get added if new - but no matter what, the items get added to the items array.... -
6 Feb 2012 8:30 AM
- Replies
- 4
- Views
- 461
Ok. First I sort of have it hacked so no huge rush but here's what I think is needed for a nice real world use.
I have 20 or so views that are divided in 2 - the welcome/intro/terms section and... -
6 Feb 2012 8:17 AM
- Replies
- 5
- Views
- 722
I don't know if this is a bug or just a quirk of the process but you can't use a form handler in a controller in a card layout - it will alway submit the very first form values that the card shows no...
-
6 Feb 2012 7:32 AM
- Replies
- 3
- Views
- 642
Nah - doesn't seem to be it. I made all my changes for this already - the app works great in beta1 sencha-touch - there is a fundamental difference in how data is handled between the 2 js file in...
-
6 Feb 2012 7:22 AM
- Replies
- 3
- Views
- 642
I went to go to production by switching to (beta 1) touch/builds/sencha-touch-all-debug.js (same issue with non debug) from touch/sencha-touch-debug.js and my app sort of freaked out - all the...
-
6 Feb 2012 6:40 AM
Jump to post Thread: Problem with sdk build by cyberwombat
- Replies
- 2
- Views
- 504
Running sencha create jsb -a index.html -p app.jsb3 gives me these errors:
2012-02-06 08:37:16.515 phantomjs[1688:207] speedup (null)
2012-02-06 08:37:16.516 phantomjs[1688:207] ERROR: Unable...
Results 1 to 25 of 118
