Search Type: Posts; User: diesalher
Search: Search took 0.02 seconds.
-
21 Feb 2013 1:11 AM
- Replies
- 4
- Views
- 556
I'm not the OP but this post literally saved my life.
I was generating my second sencha touch application (the first one did just fine) with Sencha Tools SDK, when a weird non descriptive error... -
18 Feb 2013 3:33 AM
- Replies
- 10
- Views
- 1,557
Same problem here ¿Any idea?
-
25 May 2012 4:30 AM
- Replies
- 29
- Views
- 7,233
In my case, the icons are blank in buttons, not in a tabbar, what is the css for fix button icons?
Thanks -
13 Apr 2012 4:35 AM
- Replies
- 28
- Views
- 9,498
I dont have a storeId in the store neither, and i have lists with with strings in the store config working..as long i have the store referenced in the stores section of my app.js...
-
13 Apr 2012 2:19 AM
- Replies
- 28
- Views
- 9,498
or if u can zip the app and post it here, i can try to run it
-
13 Apr 2012 2:12 AM
- Replies
- 28
- Views
- 9,498
2 random thoughts.
try without the "/" in users.json
and try this -
1 Mar 2012 8:13 AM
- Replies
- 18
- Views
- 2,221
one thing that worked for me is moving the phonegap link in index.html after sencha-touch.link.
-
1 Mar 2012 6:42 AM
- Replies
- 18
- Views
- 2,221
Happening to me too, works fine in Chrome and Safari (Windows 7), but in safari for IOS white screen, no console errors
-
21 Feb 2012 10:36 AM
- Replies
- 2
- Views
- 652
I have just that before picker.show() but doesnt seems to work
EDIT: My fault, it works, i had a controller with a lots of functions and i was testing against another picker. :S. Sorry for wasting... -
21 Feb 2012 8:54 AM
- Replies
- 2
- Views
- 652
Hi, im doing this to show a picker.
var picker = Ext.create('Ext.Picker', {
doneButton:'OK',
cancelButton:'Cancelar',
... -
21 Feb 2012 2:54 AM
- Replies
- 2
- Views
- 626
Thanks!, working now.
-
20 Feb 2012 9:43 AM
- Replies
- 2
- Views
- 626
In pr3,when ihad two buttons in a listview item to capture the click on each button this worked ok
onItemTap :
function(dataView, index, item, evt) {
... -
17 Feb 2012 4:51 AM
- Replies
- 1
- Views
- 872
I answer myself:
Seems that app-all.js includes all-classes.js AND app.js, so if i use it, i must remove the reference to app.js from my index.html
I didnt see that in the build your app guide... -
17 Feb 2012 1:38 AM
- Replies
- 1
- Views
- 872
Hi, im building my app and trying to include the app-all.js generated in the build process.
Version is ST2 Beta 3
with the all-classes.js all is fine, but when i change it to the app-all.js... -
16 Feb 2012 7:03 AM
- Replies
- 18
- Views
- 2,221
Exact same problem here.
In my case i'm using Sqliteproxy and the problem is the creation of the database connection i think.
Still figuring out how to solve it.
Are u using this proxy? -
14 Feb 2012 1:08 AM
Jump to post Thread: SqliteProxy for ST2 by diesalher
- Replies
- 55
- Views
- 13,653
In the previous Sqliteproxy, when u loaded a store with custom sql, (which contains custom fields that were not in the model of the store) the store loaded with the custom fields at the end. Now with...
-
13 Feb 2012 6:59 AM
Jump to post Thread: Advice on deploying application by diesalher
- Replies
- 8
- Views
- 987
Thanks!
Yes, i'm using sencha-touch-debug-all.js in development. I'm gonna test your approach and will update the thread with the results later -
13 Feb 2012 12:42 AM
- Replies
- 2
- Views
- 413
There is a moment when my application is loading that i can see the buttons on the main screen but they are not responding. I think the stores are still loading in background.
How do i know when... -
8 Feb 2012 6:49 AM
Jump to post Thread: store load on success/error? by diesalher
- Replies
- 1
- Views
- 598
I use
store.load(function(records, operation, success) {
alert('store loaded');
}
) -
8 Feb 2012 4:23 AM
Jump to post Thread: Advice on deploying application by diesalher
- Replies
- 8
- Views
- 987
Im following the guides with some issues.
I created the jsb3 and the build for my application [Sencha Touch 2 PR3]
the documentation says
"This final command takes all of the files listed... -
6 Feb 2012 3:25 AM
Jump to post Thread: QR Codes in Sencha Touch by diesalher
- Replies
- 1
- Views
- 814
Hi.
I don't know if there is a way from a Sencha Touch application to
1- read a QR code
2. Redirect to a view inside the application depending on this QR code.
The first one i assume can... -
3 Feb 2012 12:39 AM
Jump to post Thread: Advice on deploying application by diesalher
- Replies
- 8
- Views
- 987
I'm gonna read the guides, thanks!
-
2 Feb 2012 9:57 AM
Jump to post Thread: Advice on deploying application by diesalher
- Replies
- 8
- Views
- 987
Hi,
I have almost finished my first Sencha Touch 2 application, and i'm planning the deployment of it.
First of all, what is the best way to compress / merge the javascripts of my application... -
2 Feb 2012 1:04 AM
- Replies
- 3
- Views
- 1,011
Ok, works now.
The trick is overriding the css property
white-space:nowrap
with
white-space:normal
and keeping the text without </br> (the text is insede an span in the button). -
1 Feb 2012 10:23 AM
- Replies
- 3
- Views
- 1,011
Thanks, it's working now.
This is a great advice to someone who is pretty new to web development. Web Inspector helped me a lot to see the hierarchy in the web page Sencha is generating. I...
Results 1 to 25 of 77
