Search Type: Posts; User: reco123
Search: Search took 0.02 seconds.
-
19 Dec 2012 11:04 AM
- Replies
- 3
- Views
- 257
I have a html element in a view .. like the following code. how can I fire the tap event on <a> in that element?
Ext.define("priceit.view.FeedbackView", {
extend: "Ext.form.Panel",
xtpye:... -
27 Nov 2012 2:41 PM
- Replies
- 1
- Views
- 353
So I have a List inside a view, it use itemTpl to create customized item template.
this.list = Ext.create('Ext.List', { xtype: 'gameList',
title: 'Game List',
id:... -
27 Nov 2012 1:25 PM
- Replies
- 1
- Views
- 262
Anyone can explain some details ?
-
27 Nov 2012 10:44 AM
- Replies
- 4
- Views
- 453
Thank you so much !! i just figured out. i used self-defined populate function to load the data which it never fired load event. Now i did it manually by calling "self.fireEvent("load");" so it works...
-
27 Nov 2012 10:17 AM
- Replies
- 4
- Views
- 453
It doesn't work. I tried what u said just let it remove the mask automatically... but it never happened ... Is there anyway i can remove it manually?
-
27 Nov 2012 8:47 AM
- Replies
- 4
- Views
- 453
I have a question about set list masked. Here is my code. I use "masked" to gray out the list before data get loaded. But how can I remove the mask afterward?
I tried to listen to the event... -
2 Nov 2012 5:06 AM
- Replies
- 1
- Views
- 253
I am trying to use sencha cmd v3 to build app
i am running the command "sencha app build " inside the app directory(same dir with app.js)
and i have some errors show up
Sencha Cmd v3.0.0.230... -
26 Oct 2012 11:41 AM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by reco123
- Replies
- 190
- Views
- 37,914
I have these following bug when i try to build the app using sencha cmd v3 , any idea?
[ERROR] def was null
[ERROR] failed to find meta class definition for name proxy.sqlitestorage... -
26 Oct 2012 11:21 AM
- Replies
- 1
- Views
- 262
I am using the SQLite Proxy for sencha touch 2(https://github.com/shepsii/SQLite-Proxy-ST2) , when I trying to build the app using sencha cmd v3. i have following error..
[ERROR] def... -
26 Oct 2012 11:18 AM
- Replies
- 14
- Views
- 2,855
ERROR] def was null
[ERROR] failed to find meta class definition for name proxy.sqlitestorage
[ERROR] BUILD FAILED
Can anyone help me here? -
28 Sep 2012 9:49 AM
- Replies
- 1
- Views
- 218
Ext.define("priceit.view.PurchaseView",
{
extend: "Ext.Panel",
xtpye:'purchaseview',
config: {
fullscreen: true,
coins...
Results 1 to 11 of 11
