Search Type: Posts; User: kalor
Search: Search took 0.02 seconds.
-
7 Jun 2012 5:23 PM
- Replies
- 2
- Views
- 1,050
Mitchell, the question he'd like answered is " I want only the tap event to be triggered but I can't control if the user accidentally double tap it."
Winnie, Mitchell suggests a few (ST2)... -
6 Jun 2012 6:23 PM
- Replies
- 1
- Views
- 509
Found the language dropdown at the bottom of the page, so at least I can use the forum. Don't know why it keeps changing though. Does it have the default focus?
-
6 Jun 2012 3:14 PM
- Replies
- 1
- Views
- 509
Intermittently, going to this forum (especially from a "your question has been updated" email) resulted in the buttons, column headers and some other fields being in another language that looks like...
-
28 May 2012 4:52 PM
- Replies
- 1
- Views
- 421
I'm putting my ST2 android app into iOS. Firstly I want to say how easy it is with ST (and phonegap!)- a couple of gotchas and you have it working. However something is still perplexing me.
The... -
24 May 2012 2:46 PM
Jump to post Thread: animateActiveItem not working by kalor
- Replies
- 5
- Views
- 2,072
Commenting out the defaultAnimation.disable() and enable() on lines 64694 and 64696 of sencha-touch-all-debug.js seemed to work.
-
15 May 2012 5:27 PM
Jump to post Thread: Fullscreen image not showing by kalor
- Replies
- 10
- Views
- 2,343
Didn't work for me :(
No matter what I do, images only appear if you set a specific height and width.
{
xtype: 'panel',
layout:... -
6 May 2012 3:21 PM
Jump to post Thread: ST and SSL by kalor
- Replies
- 2
- Views
- 452
I was hoping you'd say that :)
-
3 May 2012 5:30 PM
Jump to post Thread: ST and SSL by kalor
- Replies
- 2
- Views
- 452
I'm about to use SSL to secure the services used by my ST2 android app. What changes to I need to make to the app?
-
1 May 2012 9:19 PM
Jump to post Thread: C2DM registration by kalor
- Replies
- 0
- Views
- 387
I have a nice ST2 app that I'm now trying to add push notification to.
Firstly: it's my understanding that APNS and C2DM are not supported by ST2 and need to be natively implemented. Is that... -
26 Apr 2012 10:08 PM
Jump to post Thread: Deploy app from PC to iPhone by kalor
- Replies
- 7
- Views
- 2,024
OK, we have native packing now. How do we do it? I've seen demos and walkthroughs but they're all Mac => iPhone or PC => Android. How do I PC => iPhone? Does it have to be jailbroken?
-
26 Apr 2012 4:50 PM
Jump to post Thread: simFla.ux.plugins.signaturePad by kalor
- Replies
- 54
- Views
- 19,366
Just wanted to add my encouragement to Simon for the ST2 version. Claim the fame, dude.
-
23 Apr 2012 9:53 PM
Jump to post Thread: Native Packaging for Dummies by kalor
- Replies
- 1
- Views
- 392
Found it, kinda:
http://docs.sencha.com/touch/2-0/#!/guide/native_android
http://docs.sencha.com/touch/2-0/#!/guide/native_packaging -
23 Apr 2012 9:52 PM
- Replies
- 3
- Views
- 1,541
My ST1.1 splash screens were just background images in the index.html, and they worked fine:
<body bgcolor="#000000" >
<div id="background">
<img src="mylogo.png"... -
23 Apr 2012 9:42 PM
Jump to post Thread: Native Packaging for Dummies by kalor
- Replies
- 1
- Views
- 392
OK, here's my user experience on native packaging:
I want to write an app that runs on both iPhone and Android (the sole reason, IMHO, most people start to learn ST).
I write a ST2 app for... -
19 Apr 2012 10:38 PM
Jump to post Thread: animateActiveItem not working by kalor
- Replies
- 5
- Views
- 2,072
I had an ST1 app where I used to use setActiveItem with animations to switch cards.
I upgraded to ST2 and the animations disappeared. After hours of fruitless searching I stumbled across... -
12 Apr 2012 9:19 PM
- Replies
- 7
- Views
- 2,679
Is there any way I can get this to work with ST2? I've upgraded my project but have no idea how to upgrade this code!
-
12 Apr 2012 8:32 PM
- Replies
- 1
- Views
- 527
I had a ST1 project that included this DateTimePicker:
http://www.sencha.com/forum/showthread.php?148169-Ext.ux.form.CalendarTimePicker-DEMO-amp-discussion
I've (painstakingly) upgraded the... -
10 Apr 2012 10:01 PM
Jump to post Thread: Lookup field for Sencha Touch 2 by kalor
- Replies
- 10
- Views
- 1,549
Is this what you're after? Maybe using a store filled by a JASONP?
{
xtype: 'selectfield',
cls: "detailText",
... -
9 Apr 2012 5:00 PM
Jump to post Thread: missing kitchensink css by kalor
- Replies
- 4
- Views
- 453
got it. I was using a dataview and the css only styled lists. Change the xtype to list, the cls to demo-list, and bingo!
-
4 Apr 2012 3:41 PM
Jump to post Thread: missing kitchensink css by kalor
- Replies
- 4
- Views
- 453
Then why is it in the code, and how do I make my dataview look like the kitchensink list?
-
3 Apr 2012 9:49 PM
Jump to post Thread: missing kitchensink css by kalor
- Replies
- 4
- Views
- 453
My boss loves the look of kitchensink and wants my app to look just like it. So I've got a menu happening based on the BottomTabs example, and I've now put in a few card panels with dataviews (filled...
-
1 Apr 2012 4:48 PM
- Replies
- 8
- Views
- 1,770
My ST2 app has a few screens tied to stores tied to models and filled with JSONP requests. All is well.
I'm now trying to create a listview-style menu for them. I've created the model in... -
27 Mar 2012 8:07 PM
Jump to post Thread: Resizing Image Buttons by kalor
- Replies
- 2
- Views
- 2,128
http://www.sencha.com/forum/showthread.php?150028-Scaling-button-icons
-
27 Mar 2012 3:12 PM
- Replies
- 4
- Views
- 1,945
...but totally confused me.
How come "requires" is in there when the docs say it only applies to Ext.Application? -
22 Mar 2012 8:31 PM
Jump to post Thread: Running examples in Eclipse by kalor
- Replies
- 9
- Views
- 1,535
Figured it out. For those who follow, make sure the index.html path to the autoloader "development.js" is correct, then go through the app.json file and check its paths.
Results 1 to 25 of 72
