Search Type: Posts; User: RandyMcMillan
Search: Search took 0.02 seconds.
-
8 Feb 2012 9:10 AM
- Replies
- 41
- Views
- 24,758
ALot of the issues with orientation event in PhoneGap have been resolved but I wanted to post this link to sample code .
https://github.com/RandyMcMillan/SenchaTouch -
28 Jan 2012 8:28 PM
Jump to post Thread: Sencha touch + phonegap api by RandyMcMillan
- Replies
- 3
- Views
- 1,656
https://github.com/RandyMcMillan/SenchaTouch
-
20 Jan 2012 10:10 AM
- Replies
- 10
- Views
- 12,802
Here is a link to several videos of Sencha running in PhoneGap (and MacGap).
http://www.youtube.com/playlist?list=PL701583B1101A99C6
Im always happy to answer questions. (although I don't... -
20 Jan 2012 9:58 AM
- Replies
- 10
- Views
- 35,532
In the http://dev.sencha.com/deploy/touch/examples/kitchensink/ Kitchen Sink Demo....take a closer look at how the cfg is eventually used in demos.Buttons = new Ext.Panel(cfg);
and also reference... -
2 Aug 2011 12:05 PM
- Replies
- 10
- Views
- 35,532
For example...
In a button definition
Reference the KitchenSink demo for over all usage context.
cls:'demobtn',
In CSS... -
15 Mar 2011 11:05 PM
- Replies
- 16
- Views
- 9,834
/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
* Copyright... -
10 Mar 2011 10:27 AM
- Replies
- 16
- Views
- 3,126
Link to App example of Sencha Touch Running Native in OSX:
https://files.me.com/randymcmillan1/kbw41m
xcode project with PhoneGap 0.9.4 and xcode 3.2.6... -
2 Nov 2010 11:59 AM
- Replies
- 11
- Views
- 1,504
Congratulations on your choice!!
-
21 Sep 2010 1:09 PM
- Replies
- 11
- Views
- 1,504
If you are trying to develop apps for iTunes, my primary concern for you are the unforeseen issues. There may be issues that arise from compiling an iOS app on a strange configuration like what your...
-
20 Sep 2010 10:55 PM
- Replies
- 11
- Views
- 1,504
Keep in mind that to develop for Sencha it is best to have a browser that supports WebKit REFERENCE: http://en.wikipedia.org/wiki/WebKit
Windows based iPhone simulators probably don't have any... -
20 Sep 2010 10:31 PM
- Replies
- 11
- Views
- 1,504
http://osxbook.com/book/bonus/ancient/whatismacosx//
http://support.apple.com/kb/HT3777
http://www.macupdate.com/info.php/id/26288/ntfs-for-mac-os-x
... -
12 Sep 2010 2:31 PM
- Replies
- 4
- Views
- 742
The problem is in how UIWebView handles YouTube objects.
-
11 Sep 2010 7:11 PM
- Replies
- 4
- Views
- 2,733
it isn't supposed to "provide a full browsing experience". You may have missed the point of Sencha Touch.
Become familiar with modern web design for mobile devices. understand webkit and mobile... -
11 Sep 2010 1:03 PM
Jump to post Thread: Debugging Mobile by RandyMcMillan
- Replies
- 30
- Views
- 12,069
an issue that has popped up lately is that Mobile Safari doesn't seem to have a run away script detector so mobile Safari will hang without any indication why.
-
11 Sep 2010 11:24 AM
- Replies
- 4
- Views
- 2,733
The issue is when embedding an external html document the panel looses some of its scrolling functionality. I havn't tried it on .94 so they may have changed it.
-
10 Sep 2010 7:47 AM
- Replies
- 3
- Views
- 1,156
By adding scope to the button implementation
then the hide statement to the button handler
this hides the actionsheet under the popup -
10 Sep 2010 7:24 AM
- Replies
- 3
- Views
- 1,156
demos.GrandStaff = new Ext.Panel({
layout: {
type: 'vbox',
pack: 'center',
align: 'center',
},
scroll:... -
9 Sep 2010 4:59 PM
- Replies
- 3
- Views
- 1,156
Where would you insert a
this.actions.hide();
statement to force ANY displayed actionsheet to hide when the backButton is pressed in the navigation bar? -
31 Aug 2010 2:26 PM
Jump to post Thread: Examples and Showcases by RandyMcMillan
- Replies
- 11
- Views
- 17,967
I recently submitted a very simple app for iPad entitled The Golden Key. It actually was a spur of the moment app that was built and submitted in a few hours.
http://yfrog.com/jk43aj... -
19 Aug 2010 7:56 AM
- Replies
- 1
- Views
- 1,226
Can someone please post an example on how to embed a Raphael canvas into a Ext.Panel.
uploading a .zip with functioning code would be great.
Thanks
Randy McMillan -
17 Aug 2010 6:16 PM
- Replies
- 0
- Views
- 2,314
demos.Aeolian = new Ext.Panel({
scroll: 'vertical',
layout: {
type: 'vbox',
pack: 'stretch'
},
items: [
{ -
15 Aug 2010 9:05 PM
Jump to post Thread: Calling a YouTube VIdeo by RandyMcMillan
- Replies
- 1
- Views
- 1,054
Maybe it will save other people time figuring out how to open a video in the iPad YouTube App.
-
15 Aug 2010 8:53 PM
Jump to post Thread: Calling a YouTube VIdeo by RandyMcMillan
- Replies
- 1
- Views
- 1,054
demos.Html = new Ext.Panel({
scroll: 'vertical',
layout: {
type: 'vbox',
pack: 'stretch'
},
items: [
{
Results 1 to 23 of 23
