Search Type: Posts; User: mbalsam
Search: Search took 0.02 seconds.
-
27 Feb 2012 5:17 AM
- Replies
- 6
- Views
- 2,551
I can verify that this is still an issue in 1.1.x. Anyone bother to give an update?
-
21 Dec 2011 4:55 AM
- Replies
- 45
- Views
- 16,114
This works almost perfectly. There's only one thing that spoils the experience: the moment you stop pinching the image it jumps out of place and then quickly jumps back. It's only for a few...
-
23 Oct 2011 11:14 PM
- Replies
- 3
- Views
- 1,652
so, is this considered a bug? any feedback?
-
21 Oct 2011 4:18 AM
Jump to post Thread: TabPanel setActiveItem by mbalsam
- Replies
- 3
- Views
- 1,486
You're welcome. I'm glad I could help. ;)
This thread should be moved to discussion/help as it is not really a bug. -
19 Oct 2011 5:35 AM
Jump to post Thread: TabPanel setActiveItem by mbalsam
- Replies
- 3
- Views
- 1,486
First thing I'd recommend is to set the id when you instantiate the TabPanel not for the class. Also, why do you extend Ext.TabPanel
Ext.extend(Ext.TabPanel, config)
when you neither extend... -
13 Oct 2011 5:15 AM
Jump to post Thread: Multiple lists in single panel by mbalsam
- Replies
- 8
- Views
- 1,087
In your case, there is no need to dynamically change the flex. If you only have one list it'll just take up the space it needs. That's what flexible box layouts are all about.
-
13 Oct 2011 4:14 AM
Jump to post Thread: Multiple lists in single panel by mbalsam
- Replies
- 8
- Views
- 1,087
If you want them to appear on the panel at the same time, next to each other don't use the card layout. it only shows one item at a time. Use an hbox layout instead like this:
layout: {
type:... -
13 Oct 2011 1:03 AM
- Replies
- 3
- Views
- 1,652
I found a solution that seems to work. I added listeners for the resize and orientationchange events to the TabPanel where I call doComponentLayout for all Tabs.
listeners: {
resize: function... -
13 Oct 2011 12:14 AM
- Replies
- 3
- Views
- 1,652
Sencha Touch version tested:
1.1.0
only default ext-all.css
Platform tested against:
iPad
Chrome -
6 Oct 2011 8:17 AM
Jump to post Thread: Android Issues/Quirks by mbalsam
- Replies
- 1
- Views
- 595
I thought about a solution for the pinch behaviour (let me add the information that I am using PhoneGap and thus a WebView) and had an idea that might actually work. In your Activity you could do the...
-
6 Oct 2011 2:17 AM
Jump to post Thread: Android Issues/Quirks by mbalsam
- Replies
- 1
- Views
- 595
The goal of this thread is to collect issues or quirks people are experiencing running their apps on Android devices and hopefully find solutions for those issues that can be resolved. I am aware...
-
29 Sep 2011 3:50 AM
Jump to post Thread: How does the pinch gesture work? by mbalsam
- Replies
- 0
- Views
- 504
After reading a couple of threads about the pinch gesture not working on Android I tried to find out how this gesture generally works and found the following code (which is the same as in the...
-
15 Sep 2011 5:28 AM
Jump to post Thread: ScriptTagProxy and Cookies by mbalsam
- Replies
- 2
- Views
- 677
I have a Sencha Touch App wrapped in PhoneGap that requests data from a remote server. As the server resides in a different domain I am using a ScriptTagProxy. My proplem is the following: The server...
-
15 Aug 2011 1:35 AM
Jump to post Thread: TreeStore autoLoad by mbalsam
- Replies
- 10
- Views
- 3,263
thanks for responding.
-
15 Aug 2011 1:33 AM
- Replies
- 10
- Views
- 5,898
Has this actually been fixed? Whenever I remove a docked component from a panel with a card layout the active card is not shown anymore. doComponentLayout is called but does not seem to work...
-
8 Aug 2011 5:09 AM
Jump to post Thread: vbox inside hbox layout issue by mbalsam
- Replies
- 3
- Views
- 922
I have a similar problem. I try to put several hbox 'rows' into a vbox layout to simulate a grid kind of thing but all I get to see is the items inside the rows lined up one below the other. Same...
-
4 Aug 2011 7:52 AM
- Replies
- 8
- Views
- 2,745
Well, the data in your initial post is flat. Your items don't have sub-items and you have not set the leaf property to true on any of them. Look at the data from the API docs:
... -
4 Aug 2011 4:15 AM
- Replies
- 8
- Views
- 2,745
Unless it's a copy/paste typo you should have a closing curly bracket for your json and if you have your json in a file add the file extension:
url: '/public/models/contacts.json'
the... -
3 Aug 2011 11:40 PM
Jump to post Thread: sencha touch and phonegap by mbalsam
- Replies
- 9
- Views
- 1,433
you could probably develop and test on android devices without eclipse only using your editor of choice and the tools that come with the android sdk. the sdk is mandatory though. for iPhone there's...
-
29 Jul 2011 5:24 AM
- Replies
- 3
- Views
- 1,102
Thanks for your help. Your code will probably not help me though. I need to use a ScriptTagProxy and there is neither a failure callback nor the option to inspect the response.
-
29 Jul 2011 3:53 AM
- Replies
- 1
- Views
- 811
The only time the exception event gets fired is when the request times out. Not really useful that way. Anyone of the developers able to help out?
-
29 Jul 2011 3:08 AM
- Replies
- 3
- Views
- 1,102
No One? Btw. I am using a ScriptTagProxy if that makes any difference here.
The Connection/Ajax classes provide a requestexception event that can be handled and where the response status can be... -
28 Jul 2011 11:44 PM
- Replies
- 3
- Views
- 1,102
Hello everybody,
is it possible to check the http response status for requests sent via a store/proxy. My server sends a 401 when the user authentication fails and in that case I want the login... -
20 Jul 2011 7:10 AM
- Replies
- 4
- Views
- 1,217
You can develop using compressed files but debugging will be a pain with them. WebKit browsers like Chrome or Safari have a JavaScript console that let's you step through the code at runtime watch...
-
20 Jul 2011 6:18 AM
Jump to post Thread: Nested Models Help! by mbalsam
- Replies
- 17
- Views
- 1,387
Well your SupplementList has the ProfileStore as it's store and is therefore showing profiles.
You should not set the list's store when you create it but only call...
Results 1 to 25 of 52
