Search Type: Posts; User: mattgolding
Search: Search took 0.02 seconds.
-
15 Aug 2012 3:13 PM
- Replies
- 6
- Views
- 1,625
Yes it is (sorry didn't see your post when I posted my code)
-
15 Aug 2012 3:11 PM
- Replies
- 6
- Views
- 1,625
I solved the issue. The layout: 'fit' was needed but I also needed to drop the docked: 'bottom' on the tabPanel.
My new code looks like this
Ext.define("GS.view.DetailContainer", {... -
15 Aug 2012 2:29 PM
- Replies
- 6
- Views
- 1,625
No good Jerome. They still dont appear.
-
15 Aug 2012 1:31 PM
- Replies
- 6
- Views
- 1,625
I have a tabpanel inside a container which is showing the tabpanels toolbar on the bottom of the screen just fine. The problem I have is the panels/items for the tabpanels are not showing on the...
-
14 Aug 2012 1:20 PM
- Replies
- 5
- Views
- 451
I am going to sheepishly say that this fixed the problem. Sorry I should have tried this. I haven't needed to do that in ExtJS for my models so didn't think to add it for Touch. Thanks Jerome
-
14 Aug 2012 12:57 PM
- Replies
- 5
- Views
- 451
Yes I do have it in the app.js file, code below
Ext.application({
name: 'GS',
appFolder: 'http://localhost/Testing/mobile/app',
requires: [
'Ext.MessageBox', -
13 Aug 2012 9:09 PM
- Replies
- 5
- Views
- 451
I get the following error with my Touch 2.0.1 app. It is MVC based and I am trying to set up a store to retrieve the data. Any help would be great.
Model with name "GS.model.Case" does not exist... -
13 Aug 2012 4:32 PM
- Replies
- 1
- Views
- 413
I am following the MVC pattern and have the following setup using Sencha Touch. The code below displays the list of items and they are clickable. On click the next view is pushed to the screen. ...
Results 1 to 8 of 8
