Search Type: Posts; User: martincf
Search: Search took 0.02 seconds.
-
20 Mar 2012 6:29 AM
Jump to post Thread: Web App Address Bar by martincf
- Replies
- 3
- Views
- 869
Still interested in getting this resolved.
Thanks,
Martin -
16 Mar 2012 11:02 AM
Jump to post Thread: Web App Address Bar by martincf
- Replies
- 3
- Views
- 869
I might not know where to place the code to trap that event. I attempted to place it in the panel's definition, but that didn't seem to do it.
I placed this inside my initComponent:function()
... -
16 Mar 2012 8:24 AM
Jump to post Thread: Web App Address Bar by martincf
- Replies
- 3
- Views
- 869
I've been working on a web app for some time now and it is getting pretty close to completion. When my web app loads, it automatically hides the address bar. Sometimes it may reappear depending on...
-
12 Mar 2012 10:35 AM
- Replies
- 1
- Views
- 733
Where is the list of supported platforms? I looked through the product pages and then through some of the documentation area. I'm sure I'm just overlooking it somewhere. Where is this listed?
... -
9 Mar 2012 9:38 AM
- Replies
- 4
- Views
- 657
vgore,
I'm not sure if you are saying you got it working or not. If not, continue below...
What I think is the problem in your case is that you are running the tool from the wrong location. ... -
9 Mar 2012 9:28 AM
- Replies
- 1
- Views
- 347
I'm not sure if this should be here or in the Sencha Touch 2 forum.
Running the 'sencha generate app' doesn't create a collection of files that can be easily opened in Sencha Designer.
In my... -
9 Mar 2012 8:55 AM
- Replies
- 4
- Views
- 657
Initially thought I was running into this problem. I was incorrectly in the Sencha Touch SDK Tools folder, rather than the Sencha-Touch-2.0.0-commercial folder. Both folders have a similar...
-
7 Mar 2012 7:42 AM
- Replies
- 1
- Views
- 263
First, I'm excited about the new Designer 2.0.
Suggestions about deploy:
Usability wise, I got stuck attempting to deploy my project. I thought the red underlining indicated that the path was... -
2 Mar 2012 6:57 AM
- Replies
- 6
- Views
- 1,552
If this were me, I would probably suggest the customer allow me to write everything using jQuery Mobile if they wanted to reach that many different devices.
There may be functionality missing from... -
9 Jan 2012 7:28 AM
- Replies
- 13
- Views
- 2,700
I bought the ebook version a few days ago and I was happy that it helped me almost immediately with some functionality I didn't even know the framework had.
Martin -
9 Jan 2012 6:11 AM
- Replies
- 4
- Views
- 841
I created stores for all the components that make up a particular record. So I have several stores holding information. I pass in the record that contains the model with the hasmany associations. ...
-
13 Dec 2011 6:06 AM
Jump to post Thread: Make a page scrollable by martincf
- Replies
- 2
- Views
- 544
Did you have:
var panel =newExt.Panel({
fullscreen:true,
scroll: true, // <-- Do you have this line????
dockedItems:[{
dock :'top',
xtype:'toolbar', -
12 Dec 2011 9:37 AM
- Replies
- 1
- Views
- 627
Sending a large amount of data to web service from Sencha Touch. Something that allows me to not send it through a query string? Can I send my data through the header instead?
I have a store... -
12 Dec 2011 9:16 AM
- Replies
- 6
- Views
- 1,213
Hi there,
Are you sure that the web service is working? Have you used a tool like Fiddler2 to take Sencha Touch out of the equation and make sure the service is working first?
Martin -
5 Dec 2011 7:24 AM
- Replies
- 6
- Views
- 1,150
Looking over this code again, I think it may be using something closer to what you are doing. It appears to create a record partially filled out, loads it into the form and then calls the add...
-
5 Dec 2011 7:14 AM
- Replies
- 6
- Views
- 1,150
I work off of example code I find. I'm not sure if I'm always following the Sencha way of doing things. In the examples I found, the form is blank and unloaded(?) and then you populate the new...
-
5 Dec 2011 6:14 AM
- Replies
- 6
- Views
- 1,150
I think you may be missing the part where you create an instance of your Model to create the new record. In my save method I have something like the following...
var record =... -
2 Dec 2011 11:16 AM
- Replies
- 1
- Views
- 817
Is there any way to limit the TextArea by cols and rows?
This post has something along the lines of what I'm looking for, but doesn't appear to be a valid function in Sencha Touch.... -
2 Dec 2011 6:23 AM
Jump to post Thread: TabPanel Refresh Problem by martincf
- Replies
- 3
- Views
- 1,074
So, looking at this further I have attempted some additional troubleshooting to try figuring out the problem with this.
I started removing cards from the tabpanel to see if one specific card was... -
1 Dec 2011 1:02 PM
Jump to post Thread: TabPanel Refresh Problem by martincf
- Replies
- 3
- Views
- 1,074
Andriod 2.3.3 on HTC Evo 4G
My Xoom tablet running Android 3.2.2 doesn't appear to have the problem -
1 Dec 2011 9:57 AM
Jump to post Thread: TabPanel Refresh Problem by martincf
- Replies
- 3
- Views
- 1,074
I have a tabPanel with 4 tabs. If I click them in order(tab1->tab2->tab3->tab4) they display okay. But if I click on the 4th tab and then click on the 2nd tab, part of the 3rd tab appears over the...
-
22 Nov 2011 8:27 AM
Jump to post Thread: local storage question by martincf
- Replies
- 1
- Views
- 338
From an architecture standpoint I liked the following example for my app.
I used this code as a starting point for my config settings:... -
22 Nov 2011 7:55 AM
- Replies
- 4
- Views
- 841
I'll attempt to read into your answer here...
So... since the data is held in other temporary stores, in memory, calling the add function on a record WILL NOT copy over the data from the other... -
21 Nov 2011 9:21 AM
- Replies
- 4
- Views
- 841
I'm working with the http://www.sencha.com/learn/taking-sencha-touch-apps-offline/ example, but I'm trying to add an additional level of complexity to it.
Ext.regModel('MyModel',
{
... -
16 Nov 2011 11:44 AM
- Replies
- 5
- Views
- 1,329
Did you use the Kindle Fire's default browser? I haven't used the device yet, but was wondering the same thing. I'm assuming the browser is Silk.
This guy believes they are basing it off webkit...
Results 1 to 25 of 28
