Search Type: Posts; User: Ohmz
Search: Search took 0.02 seconds.
-
11 Apr 2013 4:21 PM
- Replies
- 5
- Views
- 181
What are the other items you are putting under layout fit? I assume these are docked items. Try setting the inner scrollable panel to height 100%.
-
8 Apr 2013 9:31 AM
Jump to post Thread: Icons in ST 2.2 beta not working by Ohmz
- Replies
- 6
- Views
- 917
Unfortunately even after creating a custom font there is still an issue using the icon mixin. Per the documentation you referenced you can either supply the icon mixin with two or three arguments,...
-
10 Mar 2013 6:19 AM
- Replies
- 19
- Views
- 5,210
So are you saying that the issue here stems from the JS side not picking up the correct orientation from native? What should be done once you call your Javascript and get the orientation reported...
-
8 Mar 2013 6:03 AM
- Replies
- 2
- Views
- 479
Now how can we do this using CMD while building for different devices, without having to manually adjust app.json each time?
-
25 Feb 2013 3:44 PM
Jump to post Thread: YUI Compressor Options by Ohmz
- Replies
- 5
- Views
- 608
Is this something that could be considered for future updates? Without that option using Sencha CMD does not allow for remote JS error reporting, since these reports are pretty useless when they all...
-
21 Feb 2013 12:39 PM
Jump to post Thread: YUI Compressor Options by Ohmz
- Replies
- 5
- Views
- 608
Is there any way to set the options for YUI Compressor when generating a production build through CMD? Specifically I am interested in preserving line breaks (--line-break) for remote error tracking...
-
13 Feb 2013 4:37 PM
- Replies
- 1
- Views
- 138
Does anyone know of a good method for listening for all custom events fired on an application? I would like to continue firing events on the application and listening for them on different/multiple...
-
16 Jan 2013 7:39 PM
Jump to post Thread: Random RPC Timeout Errors by Ohmz
- Replies
- 7
- Views
- 856
I can't believe I missed this, but I just realized that it happens very often when loading a new version of the app onto Android/iOS devices. It does seem like clearing all local files and/or waiting...
-
16 Jan 2013 6:42 PM
Jump to post Thread: Random RPC Timeout Errors by Ohmz
- Replies
- 7
- Views
- 856
Hi John. That's what I am guessing might be happening, however I have seen the issue happen on both my Android and iOS apps that were packaged via PhoneGap where you would never expect duplicate...
-
16 Jan 2013 4:34 PM
Jump to post Thread: Random RPC Timeout Errors by Ohmz
- Replies
- 7
- Views
- 856
Thanks for the response Jason. I kept digging into it today, and found I was able to much easier replicate under the following conditions. I turned debugging logs on, but didn't really see anything...
-
16 Jan 2013 8:05 AM
Jump to post Thread: Random RPC Timeout Errors by Ohmz
- Replies
- 7
- Views
- 856
I am actually seeing this happen rather frequently between my original post and now. I have been able to see it happening in both Chrome/Safari, and wrapped up natively on Apple/Android. I haven't...
-
15 Jan 2013 7:55 PM
Jump to post Thread: Random RPC Timeout Errors by Ohmz
- Replies
- 7
- Views
- 856
I am experiencing a fair amount of RPC Timeout errors when attempting to call getDevice. I've been seeing these pop up for a while now, and through testing on multiple mobile devices and different...
-
15 Jan 2013 4:18 PM
Jump to post Thread: Android & PhoneGap DeviceID by Ohmz
- Replies
- 5
- Views
- 1,200
Thanks for the links, I've been reading up more on this issue but unfortunately it has been rather difficult to implement. Would you be able to tell me if all devices (iOS, Android) utilize cookies...
-
12 Jan 2013 9:53 AM
- Replies
- 2
- Views
- 257
Sorry for any confusion, but the TabPanel does not have a body element in it. Simply swapping out the regular body element (as noted in my code sample) and returning it causes unexpected behavior,...
-
11 Jan 2013 7:21 PM
- Replies
- 2
- Views
- 257
REQUIRED INFORMATIONExt version tested:
Sencha Touch 2.1
Browser versions tested against:
Chrome 23 (Mac OS X)
DOCTYPE tested against:
html
Description: -
8 Jan 2013 5:27 PM
Jump to post Thread: Sencha.io Message Limits by Ohmz
- Replies
- 3
- Views
- 958
Thanks John. I would still like to do whatever I can to minimize the number of messages sent. Would you be able to recommend the best method to check if another device is online? I'm hoping there...
-
8 Jan 2013 12:54 PM
Jump to post Thread: Sencha.io Message Limits by Ohmz
- Replies
- 3
- Views
- 958
I was just wondering if anyone could explain what kind of usage limits might be in place when utilizing io to send and receive messages (both directly to devices and through channels). I couldn't...
-
7 Jan 2013 9:18 PM
Jump to post Thread: Android & PhoneGap DeviceID by Ohmz
- Replies
- 5
- Views
- 1,200
I'm using 0.7.5. I never tried with an older version, as I just wrapped it up with PhoneGap today.
-
7 Jan 2013 4:43 PM
Jump to post Thread: Android & PhoneGap DeviceID by Ohmz
- Replies
- 5
- Views
- 1,200
I've noticed that Android apps wrapped up using PhoneGap (version 2.2) seem to not maintain their DeviceID between app launches. This problem does not appear to happen on iOS using the same PhoneGap...
-
22 Oct 2012 8:12 PM
- Replies
- 2
- Views
- 698
Recently I decided to change the Google Maps API to load asynchronously in order to improve initial application load time. Unfortunately I found that sometimes this will cause Sencha Touch not to...
-
18 Sep 2012 9:45 AM
- Replies
- 19
- Views
- 5,210
I started running into this problem myself, and while it's not a show stopper and I have faith in the Sencha team to address it, it is rather annoying. I didn't want to implement the polling method...
-
20 Jul 2012 4:30 PM
Jump to post Thread: TabPanel, aligning items by Ohmz
- Replies
- 5
- Views
- 872
Adding a spacer to the TabPanel items will not work, as you are basically adding the spacer as a card (not as the tab itself). While trying to insert a spacer directly into the TabPanel tab bar after...
-
18 Nov 2011 5:57 PM
Jump to post Thread: Getting Mask Element of LoadMask by Ohmz
- Replies
- 2
- Views
- 384
You are right, I can get the loadMask element from the panel... However that seems to be just the element that has the loading icon and text. I actually need the mask that covers the whole panel, but...
-
18 Nov 2011 4:56 PM
Jump to post Thread: Getting Mask Element of LoadMask by Ohmz
- Replies
- 2
- Views
- 384
I have a standard panel that I am using a LoadMask on via panel.setLoading(). At one point I need to have a click listener to an element beneath the mask. Since simply setting the listener won't work...
-
11 Jul 2011 4:43 PM
- Replies
- 1
- Views
- 953
I'm trying to animate an Ext.draw.Sprite circle along a path. This used to be easily possible with Raphael since there was an animateAlong function (http://raphaeljs.com/reference.html#animateAlong)....
Results 1 to 25 of 27
