Search Type: Posts; User: luiscortes
Search: Search took 0.02 seconds.
-
14 Aug 2012 7:06 AM
- Replies
- 12
- Views
- 2,190
Being transparent as possible, I just replaced the resource directory. I never went back to check if a recompile of the sass file would fix the problem too.
-
14 Aug 2012 6:29 AM
- Replies
- 12
- Views
- 2,190
Hum, I guess I would have to know the design of the upgrade command to say whether it worked properly or not. As a user, I might expect the upgrade command to say something like: Hey, maybe you...
-
13 Aug 2012 6:24 AM
- Replies
- 12
- Views
- 2,190
What I did:
1. downloaded the latest ST 2.1.0 b2 library.
2. Upgrade my app. To do this, I needed to unzip the ST 2.1.0 library, cd to the new ST 2.1.0 b2 directory and then run the sencha upgrade... -
9 Aug 2012 8:40 AM
- Replies
- 12
- Views
- 2,190
I don't know if this affects upgrades every time, but when I upgraded from 2.0.1 commercial to 2.1.0 b2 my application turned into a squished cube. The problem seems to be in the resource directory...
-
8 Aug 2012 1:26 PM
- Replies
- 12
- Views
- 2,190
Don't know if this is a known problem, but I can't seem to find anything close to this issue that might help me. Just by upgrading the sencha-touch lib, it looks like my app is now "squished" to a...
-
10 Jul 2012 10:17 AM
- Replies
- 8
- Views
- 1,330
Things to make sure you have:
Java 1.7.0_05 (not sure if really needed, but read it in a different thread)
Make sure that the following really did get pulled into your environment variables:
... -
26 Jun 2012 3:21 PM
- Replies
- 5
- Views
- 840
In the excellent answer provided by vietits (thanks for answering this):
Ext.CompanyQuery.query
I think a minor correct is to use:
Ext.ComponentQuery.query
Also, I am guessing this... -
14 May 2012 2:55 PM
- Replies
- 5
- Views
- 1,157
Just when I thought I found a bug. The "inline" property is not working in 2.0.1, but itemCls is. So, I can use that for what I am doing and I don't need to do an override.
-
14 May 2012 1:57 PM
- Replies
- 5
- Views
- 1,157
I have 2.0.1 and I can't find a way to override the item's css or class. I am new at overrides, is there an override template that someone is using to set the item's style or class ?
-
10 May 2012 9:24 AM
Jump to post Thread: Half-screen display on panel by luiscortes
- Replies
- 2
- Views
- 551
Maybe this is a random rotation error. If I slowly switch from portrait to landscape using Chrome on Android 4.0 and my test application, sometimes (1/6 times) I can see the half-screen error again.
-
10 May 2012 8:57 AM
Jump to post Thread: Half-screen display on panel by luiscortes
- Replies
- 2
- Views
- 551
Both my original code and this code started working on my phone. I don't know if that was a refresh issue or something else. I will retract the bug report until I can get something that does it...
-
10 May 2012 8:29 AM
Jump to post Thread: Half-screen display on panel by luiscortes
- Replies
- 2
- Views
- 551
REQUIRED INFORMATION
Sencha Touch 2.0.1
Browser versions tested against:
Chrome on Android 2.3.x
DOCTYPE tested against:
HTML 5
Description: -
4 May 2012 7:24 AM
- Replies
- 8
- Views
- 1,330
Hi does anyone have a link to a working Beta (windows or linux platforms). Seems to me that Beta 3 also doesn't work on Windows. If fails with the same error message for me.
-
2 May 2012 7:47 AM
- Replies
- 8
- Views
- 1,330
Well the error looks the same, the stack trace looks differently:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^ -
1 May 2012 12:51 PM
- Replies
- 8
- Views
- 1,330
I am running 11.10 ubuntu 32 bit, and I installed the latest SDK. I then "cd" to the sdk directory under /opt and try to create an app like so:
./sencha app create MyApp /home/user/MyApp
it... -
1 May 2012 6:20 AM
- Replies
- 12
- Views
- 3,944
I don't know if startupImage is suppose to replace phoneStartupScreen or not, but doing a search in the docs, I see phoneStartupScreen, but startupImage does not show up in search at all. Is...
-
26 Apr 2012 12:36 PM
- Replies
- 1
- Views
- 476
After further review: don't call getContext too many times even when you call it with the same object -- it seems to be the culprit of the GraphicsBuffer issue.
The following code, will fail even... -
26 Apr 2012 12:14 PM
- Replies
- 1
- Views
- 476
While continuously trying to update my custom made "canvas"/javascript gauges on a panel, I get this error on Android 4.0.x and it causes the App to die immediately. It also does the same on...
-
23 Apr 2012 12:53 PM
- Replies
- 4
- Views
- 2,157
import the phonegap or cordova file first in your html (like so):
<script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
<link rel="stylesheet"... -
23 Apr 2012 12:50 PM
- Replies
- 4
- Views
- 2,157
I am getting the same error in Android 4.0 with the latest phonegap 1.6.1. I don't think it is the already known url error which is fixed by adding the following to your html:
<script>
... -
23 Apr 2012 11:06 AM
Jump to post Thread: phoneGap or not phoneGap? by luiscortes
- Replies
- 3
- Views
- 705
I guess I need to know what PhoneGap does for an android app (at least):
1. It provides support for html to java communication
2. Controls main buttons on phone ( back, home, settings, etc )... -
23 Apr 2012 9:46 AM
Jump to post Thread: phoneGap or not phoneGap? by luiscortes
- Replies
- 3
- Views
- 705
Is it possible to build sencha touch 2 apps without phonegap? They seem kind of testy over at PhoneGap (see issue about blank page on their forum).
It would be nice to remove PhoneGap as a... -
11 Apr 2012 12:05 PM
Jump to post Thread: class vs xtype ?? by luiscortes
- Replies
- 9
- Views
- 2,101
I guess what might help me:
Is some informational/overview page which lets me know what are components, and any other high level definitions I should know.
When and why I should use:
xclass,... -
16 Mar 2012 8:27 AM
- Replies
- 41
- Views
- 24,697
The reason that I was getting a can't find "Ext" error was that the tablet was not connected to the internet -- I know, newbie mistake :"> . In any case, I added these fixes to...
-
16 Mar 2012 7:28 AM
- Replies
- 41
- Views
- 24,697
I too was running into a similar problem with phonegap and sencha touch and android 2.3 and 3.1, so I created a simple hello world app without phonegap and tried it -- it failed on 3.1, but not with...
Results 1 to 25 of 36
