Search Type: Posts; User: abcd_ca
Search: Search took 0.02 seconds.
-
18 Feb 2013 10:00 AM
- Replies
- 6
- Views
- 891
Lazy load just means that it doesn't get loaded right away, it gets loaded later. It's a general term with that meaning without specific implementation as it could be applied to any language. Lazy...
-
26 Nov 2012 4:13 PM
- Replies
- 4
- Views
- 1,257
Turns out though xcode can automate the device provisioning and stuff, when I looked in the iphone dev provisioning portal there was in fact a mismatch with the provisioning profile so I created...
-
26 Nov 2012 3:27 PM
- Replies
- 4
- Views
- 1,257
@vikramiyer's solution worked for me too eventually. Too slow to be practical in my workflow though, I'll probably have to use phonegap for now but will follow Sencha CMD closely 'cause I'm so close...
-
26 Nov 2012 12:46 AM
- Replies
- 13
- Views
- 1,225
When I run,
sencha package run <myconfig>.json
It launches the app in the simulator nicely. However, when testing on Retina 4-inch (iPhone 5) it appears that the app is not going full height –... -
25 Nov 2012 8:57 PM
- Replies
- 4
- Views
- 918
This was a pretty big problem for me. I'm writing to see if anyone from the Sencha team has any roadmap of when this might be implemented in a future version.
For the others, I can tell you that... -
20 Sep 2012 5:54 PM
Jump to post Thread: Phonegap vs Sencha Cmd by abcd_ca
- Replies
- 7
- Views
- 3,031
I hadn't actually heard of Sencha Cmd. This helped me demystify the ecosystem of old and new. The new sencha mobile packager looks promising, thanks for the heads up about plugins :)
... -
20 Sep 2012 8:06 AM
Jump to post Thread: Phonegap vs Sencha Cmd by abcd_ca
- Replies
- 7
- Views
- 3,031
Mitchell, do you happen to know the differences between the sencha cmd and phonegap? One of the benefits of PhoneGap is if I need some native functionality and a 3rd party native library (say a QR...
-
19 Sep 2012 11:34 PM
- Replies
- 3
- Views
- 1,163
Got it working. I dug into the date picker source to see what I needed to override and I just needed to discover some config properties that are already there that I can exploit to add future dates....
-
19 Sep 2012 11:12 PM
- Replies
- 3
- Views
- 1,163
I'm also whipping up an expiration date picker. I found somewhere that you actually can hide the date:
var today = new Date()
...
xtype: 'datepickerfield'
label: "Exp MM/YY"
value:today -
19 Sep 2012 10:54 PM
- Replies
- 28
- Views
- 7,197
I came across this and it didn't quite work for me at first, I suspect my SDK is a bit newer. I'm using 2.0.1. Here are the changes that made it work nicely for me:
... -
31 Aug 2012 5:16 PM
- Replies
- 6
- Views
- 4,347
I'm using 2.01. I don't know if using type works but this is sufficient:
identifier: 'uuid' -
31 Aug 2012 2:57 PM
- Replies
- 78
- Views
- 19,343
OK thanks haha. I will stop looking for it then :))
-
31 Aug 2012 1:53 PM
- Replies
- 78
- Views
- 19,343
Hi Andrea – I could have sworn you sent me a rough version of your ST2 version or offered to but I was travelling and now I can't find that email. Do you recall that correspondence? If you do have a...
-
30 Aug 2012 2:31 PM
- Replies
- 5
- Views
- 1,597
after that type error do you get a stack trace and then another error like this?
[ERROR] Failed loading your application from: <url>
the first error distracted me from the bottom url error. I... -
5 Aug 2012 10:40 AM
- Replies
- 17
- Views
- 2,961
peterlu's patch worked for me in 2.0.1 too, thanks!
-
13 Jul 2012 2:46 PM
- Replies
- 6
- Views
- 891
what's the best way to load a 3rd party script, something that i don't want to port to a sencha touch class? Ideally I could lazily load it rather than sticking it in index.html
-
11 Jun 2012 10:33 AM
Jump to post Thread: Editable List by abcd_ca
- Replies
- 20
- Views
- 2,372
I have multiple editable lists in a navigation view. These user interaction steps produced a problem where navigating back would cause my previous list to display the delete icons even when it's not...
-
1 Jun 2012 11:33 AM
Jump to post Thread: Formatting currency/numbers by abcd_ca
- Replies
- 8
- Views
- 3,124
Thanks mitchellsimoens for the tip to port from ExtJS. I have done so to support the usMoney format (Cp.util.Format.usMoney(12.5) will return "$12.50"...), here's the source code in CoffeeScript and...
-
23 May 2012 11:50 AM
Jump to post Thread: Editable List by abcd_ca
- Replies
- 20
- Views
- 2,372
First of all Skywitt, thanks for sharing! Despite troubleshooting, did save me time.
I don't believe I am using compatability mode and my Sencha Touch version is 2.0.1
I was getting this... -
3 May 2012 11:32 AM
- Replies
- 78
- Views
- 19,343
Hi Andrea, I need your great component for Sencha Touch 2 as well. Are you expecting to release the ST2 version soon? Are you actively working on it? If not, I might just fork it and have a go myself...
Results 1 to 20 of 20
