Search Type: Posts; User: ksumarine
Search: Search took 0.03 seconds.
-
3 Feb 2013 1:54 PM
Jump to post Thread: XTemplate shared functions by ksumarine
- Replies
- 2
- Views
- 307
Awesome, I'll try this out and mark it as answered tomorrow when I get to work.
Thank you! -
1 Feb 2013 12:58 PM
Jump to post Thread: XTemplate shared functions by ksumarine
- Replies
- 2
- Views
- 307
Hello,
I am creating an XTemplate inside my list items and I would like to use a common function for all the other XTemplates. For example, this is how it is shown to be used. Very redundant. I... -
21 Mar 2012 10:36 AM
- Replies
- 3
- Views
- 1,475
Hello,
I would like to populate an XTemplate with data from a store to display on a panel.
View:
Ext.define('Civid.view.tablet.Main', {
extend:'Ext.Container',
config : {
... -
20 Mar 2012 8:40 AM
Jump to post Thread: Device Profiles by ksumarine
- Replies
- 11
- Views
- 961
Ok, I was able to fix everything.
app.js:
Ext.application({
name:'Civid',
profiles:['Phone','Tablet'],
models:['Teams'],
stores:['TeamStore']
}); -
20 Mar 2012 7:30 AM
Jump to post Thread: Device Profiles by ksumarine
- Replies
- 11
- Views
- 961
Ok, that did work. Now if I change back my code to:
app.js:
Ext.application({
name: 'Civid',
profiles: ['Phone','Tablet'],
stores:['TeamStore']
});
Tablet View: -
20 Mar 2012 7:17 AM
Jump to post Thread: Device Profiles by ksumarine
- Replies
- 11
- Views
- 961
Ok, I don't get what I'm doing wrong here. I can't even get the correct view to display sone content...
app.js:
Ext.application({
name: 'Civid',
profiles: ['Tablet']
}); -
20 Mar 2012 6:49 AM
Jump to post Thread: Device Profiles by ksumarine
- Replies
- 11
- Views
- 961
Ah, I didn't even notice that. Thank you.
I've made the changes, but it doesn't seem like my Store is being accessed. Do I need to reference it like this:
Ext.define('Civid.view.tablet.Main',... -
20 Mar 2012 6:33 AM
Jump to post Thread: Device Profiles by ksumarine
- Replies
- 11
- Views
- 961
Thanks for the quick reply!
Ok, so here's the setup I have now...
app.js:
Ext.application({
name: 'Civid',
profiles: ['Phone','Tablet'],
stores:['Teams'] -
20 Mar 2012 6:16 AM
Jump to post Thread: Device Profiles by ksumarine
- Replies
- 11
- Views
- 961
Hello,
I'm having trouble getting my device profiles to display properly. Here's my code...
app.js:
Ext.application({
name: 'Civid',
profiles: ['Phone','Tablet'],
... -
21 Feb 2012 11:37 AM
Jump to post Thread: Passcode Login by ksumarine
- Replies
- 2
- Views
- 429
Nice...
This is what I ended up with and it worked. I got the example from another post I found of yours through google.
var myForm = Ext.create('Ext.form.Panel',{
fullscreen: true,... -
21 Feb 2012 6:06 AM
Jump to post Thread: Passcode Login by ksumarine
- Replies
- 2
- Views
- 429
I'm trying to create a passcode login screen for my app. See the attached image for an example:
31985
Basically one number per password field and it sends you to the next field automatically.
... -
15 Feb 2012 9:10 AM
- Replies
- 2
- Views
- 754
Have you tried it on a device? Specifically and iPhone? When I run it in the browser it will work, but when I compile in Xcode and test in on the phone or in the simulator, it doesn't work.
-
15 Feb 2012 8:50 AM
- Replies
- 2
- Views
- 754
Hi,
I would like to create a link for addresses within my list items. I have telephone numbers and emails working currently, but links for addresses do not work. Also, I created a "button" (which... -
14 Feb 2012 12:34 PM
Jump to post Thread: Pass variable to app.js by ksumarine
- Replies
- 4
- Views
- 660
Excellent, Ext.Object.fromQueryString worked perfectly. Thanks!
-
14 Feb 2012 7:45 AM
Jump to post Thread: Pass variable to app.js by ksumarine
- Replies
- 4
- Views
- 660
Because the first page is going to be used as instructions with descriptions about each tab for the user. Also, it serves as a quick access point to the information they need.
I understand that... -
14 Feb 2012 7:34 AM
Jump to post Thread: Pass variable to app.js by ksumarine
- Replies
- 4
- Views
- 660
Hi,
I have an app that has two html pages. The first being index.html, has 5 images that gives instructions to the user about the app itself. The second html page is where all the sencha touch...
Results 1 to 16 of 16
