Search Type: Posts; User: cchilds
Search: Search took 0.01 seconds.
-
22 Aug 2012 3:02 PM
- Replies
- 132
- Views
- 18,359
According to the release notes, the list performance improvements have not been included yet for what ever reason. I have 2 apps waiting on that single feature alone for the last few months.
-
25 Jul 2012 12:47 PM
- Replies
- 7
- Views
- 1,023
If you absolutely have to, one thing I did before I fixed mine was build without the openDatabase call then manually insert it afterwords into the build's app.js on the line you need it. It's a pain...
-
24 Jul 2012 4:13 PM
- Replies
- 7
- Views
- 1,023
I ended up resolving it by moving the location of this call to a later view (I originally had it in the controller for my first view, changed it to my second view which was really when I needed the...
-
13 Jul 2012 2:55 PM
- Replies
- 11
- Views
- 2,942
Do you mean you have a mysql database on a server that you want to connect to? In that case, you will need to have a way to access it (through PHP for example) from the server. If you are simply...
-
12 Jul 2012 10:23 AM
- Replies
- 132
- Views
- 18,359
Hybrid app performance is not any better is it? I thought UIWebView in Jelly Bean was still using older browser code
-
11 Jul 2012 11:27 AM
- Replies
- 9
- Views
- 2,485
This generally happens to me when I have a JS error like Mitchell said. One thing you will want to try is to run a "sencha app build production" and point your localhost to THAT instead and see if...
-
10 Jul 2012 1:29 PM
- Replies
- 7
- Views
- 1,023
hmm... Any ideas why it wouldn't be working for me then? If I remove that line, it works just fine.
-
10 Jul 2012 10:31 AM
- Replies
- 7
- Views
- 1,023
REQUIRED INFORMATION
ST version tested:
ST 2.0.1.1
Description:
While developing my latest app, I added some database code and could no longer do a production build of the app. It... -
15 Jun 2012 7:30 AM
- Replies
- 132
- Views
- 18,359
Thanks for the thorough explanation. I was going to go to my boss this morning and tell him we could no longer continue with ST because of this issue. I'm glad I saw this and I can't wait for the new...
-
12 Jun 2012 1:10 PM
- Replies
- 4
- Views
- 1,333
I believe this generally happens if the provisioning profile you use to sign the app does not contain the device UDID. Make sure you have added your device in apple's provisioning portal and added it...
-
11 Jun 2012 3:04 PM
- Replies
- 1
- Views
- 477
I'm having a little bit of trouble with using a list populated with JSONP data from my server. It works great when everything goes fine on the server, but if there is a problem on the server (user...
-
11 Jun 2012 11:28 AM
- Replies
- 3
- Views
- 504
I seem to have stumbled across the solution on accident. I had stupidly missed an "=" within my itemTpl. With '<tpl if="selected = true">' I could not alter the "selected" property in the Store...
-
10 Jun 2012 10:17 AM
- Replies
- 3
- Views
- 504
I tried taking out the default value and setting it to false for every record on the server side too. Still sticks to true no matter what. I added a console.log(me.data["selected"]) at the end of the...
-
8 Jun 2012 12:56 PM
- Replies
- 2
- Views
- 394
I had the same issue. Try adding a "fit" layout to your Container config. Either that or rather than extending Container, extend Ext.List and you should still be able to add toolbars to it like you...
-
8 Jun 2012 12:52 PM
Jump to post Thread: Does ST generate css? by cchilds
- Replies
- 4
- Views
- 521
As far as I know, compass is required. Navigate to the sass folder and run "compass compile" and it will overwrite your app.css
-
8 Jun 2012 11:38 AM
- Replies
- 3
- Views
- 504
Hey guys, I have been banging my head over this issue for a few hours now and was hoping to get some input. I think I might just not fully understand the data package in ST 2 since I'm new to this.
... -
7 Jun 2012 7:36 AM
Jump to post Thread: compass compile broken on 2.0.1 by cchilds
- Replies
- 10
- Views
- 1,511
I re-downloaded a different version of sass and it also worked for me.
-
25 May 2012 11:21 AM
Jump to post Thread: compass compile broken on 2.0.1 by cchilds
- Replies
- 10
- Views
- 1,511
I had this same issue. I edited the file mentioned in the error (_gradients.scss) by changing line 41 to read:
@if $type and $bg-color != transparent {
(take out the != null).
I don't have any...
Results 1 to 18 of 18
