Search Type: Posts; User: amfailla
Search: Search took 0.01 seconds.
-
20 Dec 2012 2:14 AM
- Replies
- 1
- Views
- 130
Is it possible to record video using Sencha Touch and publish it to RTMP and then stream it back down in an app?
I know it's possible to stream RTMP and play it in an app but Is it possible to... -
16 Dec 2012 8:57 AM
- Replies
- 2
- Views
- 299
The issues was simply due to the fact that i was setting a height in % in the img tag and this was causing the whole img to not show at all :S - solved now!
THanks -
16 Dec 2012 8:56 AM
Jump to post Thread: Social Share Buttons, widget? by amfailla
- Replies
- 2
- Views
- 200
Hi,
I have already started developing an (possibly) XDC that people could import into Architect. At the moment it works great and it can easily be customised but it only supports FB and Twitter... -
14 Dec 2012 5:24 AM
Jump to post Thread: Social Share Buttons, widget? by amfailla
- Replies
- 2
- Views
- 200
Hi
Does anyone know if there is an XDC or something off-the-shelf that we can use to implement the social share buttons in sencha touch?
Thanks -
14 Dec 2012 4:54 AM
- Replies
- 2
- Views
- 299
Hi
I have a carousel that is loaded with some <img> in html depending on certain user's selections.
It all works perfectly fine when I try on Safari (MacOSX) and any other browser that is not... -
12 Nov 2012 11:56 AM
- Replies
- 6
- Views
- 1,190
Also "animation with CSS" are you sure this is possible in phonegap's own splashscreen??
-
12 Nov 2012 11:54 AM
- Replies
- 6
- Views
- 1,190
Hi thanks for your reply. I am pretty new to Sencha and I am not really understanding what you are saying... any chance you could post some sample code just to see how it all works?
Thanks again -
11 Nov 2012 6:21 AM
- Replies
- 6
- Views
- 1,190
Bumping this... Really struggling any help would be highly appreciated thank you
-
10 Nov 2012 2:34 AM
- Replies
- 6
- Views
- 1,190
Hi
So i have a PNG of a jet engine and i would like this to be the splash screen to my app, works fine with a static PNG but how can i animate this jet engine to have a clock-wise rotation and... -
4 Nov 2012 7:35 AM
- Replies
- 2
- Views
- 673
thanks this works great
-
4 Nov 2012 7:32 AM
- Replies
- 10
- Views
- 1,604
You can also do the following which is not as elegant though
store.load(function() {
var totalProvision=0;
for (var i=0; i<this.getCount(); i++) { ... -
4 Nov 2012 4:52 AM
- Replies
- 10
- Views
- 1,604
did you try a console.log(myStore) to inspect if your store is defined or not?
Also try with Ext.getStore(myStore). -
4 Nov 2012 3:56 AM
- Replies
- 10
- Views
- 1,604
You have to listen for the load() on store. load() is asynchronous.
So something like this
Ext.getStore('yourStore').load(function() {
var rec=... -
4 Nov 2012 3:52 AM
- Replies
- 2
- Views
- 673
Hi
I have a JSON store and one of my fields in my model is an Array.
When i filter using myStore.filter("myArray","mySearchText") it doesn't filter for all the items in the Array.
How can i... -
30 Oct 2012 12:36 PM
- Replies
- 5
- Views
- 436
thanks for quick replies man.
I have everything working perfectly but the only problem is the return URL of the facebook/twitter app ... how can i return to... -
30 Oct 2012 12:18 PM
- Replies
- 5
- Views
- 436
i am using sencha architect 2 with a sencha app build native command to create my apk, is there anything i can use within Sencha Architect?
Thanks -
29 Oct 2012 1:08 PM
Jump to post Thread: White Screen when loading up by amfailla
- Replies
- 3
- Views
- 484
Thanks this worked fine.!
-
29 Oct 2012 1:06 PM
- Replies
- 5
- Views
- 436
I am deploying an app using Sencha Architect 2 and i have a facebook and twitter integration which works fine on webserver but when i deploy the app to a device it doesn't work.
Is there anything... -
29 Oct 2012 10:10 AM
Jump to post Thread: Android Packaging walkthrough by amfailla
- Replies
- 3
- Views
- 423
a simple
sencha app build native command seem to have solved all my problems! And not white screen!
Awesome, thanks anyway. :D -
29 Oct 2012 5:42 AM
Jump to post Thread: White Screen when loading up by amfailla
- Replies
- 3
- Views
- 484
Awesome i will try this out now.!
Thanks again.- -
29 Oct 2012 4:47 AM
Jump to post Thread: Android Packaging walkthrough by amfailla
- Replies
- 3
- Views
- 423
Been struggling for the last 48 hours trying to package this.
Could someone please post or refer me to a walktrough to do this from architect?
I managed to create an APK but it shows a white... -
28 Oct 2012 1:40 PM
- Replies
- 7
- Views
- 750
Hey, i believe this is a really good example http://miamicoder.com/2012/how-to-create-a-sencha-touch-2-app-part-1/
-
28 Oct 2012 1:39 PM
Jump to post Thread: Android Simulator - Fails by amfailla
- Replies
- 1
- Views
- 190
SOLUTION: just used "sencha app build native" in the main app directory.
Worked like a charm! -
28 Oct 2012 12:02 PM
Jump to post Thread: Android Simulator - Fails by amfailla
- Replies
- 1
- Views
- 190
I am trying to deploy my app to Android and trying to simulate using Sencha Architect 2
I have everything perfectly setup, it simulates perfectly on IOS but when i simulate on android i get the... -
27 Oct 2012 9:21 AM
Jump to post Thread: White Screen when loading up by amfailla
- Replies
- 3
- Views
- 484
Hi, i have a Card layout panel with all my views in it. When the app loads up it shows a blank white screen for 5 seconds roughly. Is there anything i can do to show a loading screen or something...
Results 1 to 25 of 25
