Search Type: Posts; User: azamatoak
Search: Search took 0.05 seconds.
-
17 May 2013 8:34 AM
- Replies
- 3
- Views
- 685
I can confirm that this is still an issue. I have a navigationview with a map and a list. On refreshing the data in the list
listComponent.getScrollable().getScroller().scrollTo(0,0,true);
... -
13 May 2013 6:01 AM
- Replies
- 2
- Views
- 74
I am using a list component and there seems to be a very noticeable delay when tapping a list item to open the next view. My understanding is that it is waiting to detect whether the tap is a single...
-
10 May 2013 8:01 AM
- Replies
- 6
- Views
- 444
This was still an issue for me on both iOS and Android after upgrading to Sencha Touch 2.2. The Google map component was undefined. Here's the patch that I applied to fix it. I simply assigned the...
-
10 May 2013 7:36 AM
- Replies
- 3
- Views
- 131
I was able to get this working by providing the correct count from the server side. It now paginates and shows the 'no more records' text correctly on both iOS and Android. The trick was to map the...
-
10 May 2013 7:33 AM
- Replies
- 3
- Views
- 130
Thank you mitchell.
-
9 May 2013 6:06 AM
- Replies
- 3
- Views
- 131
Thanks mitchell for the hint. I had a look through the docs and saw that there was a way to specify a totalProperty on the reader. I did that and noticed that your statement still returns false. My...
-
8 May 2013 12:58 PM
Jump to post Thread: ANDROID WHITE SCREEN ON STARTUP by azamatoak
- Replies
- 10
- Views
- 1,246
I was dealing with the same issue. The solution was to wrap the ST app in a Phonegap Android project with Eclipse and provide the Android project splashscreens for Phonegap. I also disabled the ST...
-
8 May 2013 12:51 PM
- Replies
- 3
- Views
- 130
I am using a filter on a store to reduce the listings visible. When I do this the emptyText is correctly shown for the list. However, when I do this, the loadMore component still shows even though...
-
8 May 2013 8:18 AM
- Replies
- 1
- Views
- 105
Fixed with this:
.x-field-search .x-field-input::before {
background-color: white;
background-repeat: no-repeat;
} -
8 May 2013 6:27 AM
- Replies
- 1
- Views
- 105
I upgraded my Android project to ST 2.2 and it is now using the new Pictos fonts for icons instead of images and webkit masks. I am having an issue where the icon for the searchfield repeats in the...
-
7 May 2013 11:13 AM
- Replies
- 3
- Views
- 131
I recently upgraded to ST 2.2 in the hopes that there are improvements for lists. I am using the listpaging plugin and everything is working well except for one thing. When there are no more records...
-
7 May 2013 11:04 AM
- Replies
- 2
- Views
- 122
In my case there was actual data that was being pushed down in the call as the loadMore component was being rendered into the DOM in between my list item content. I had no choice but to upgrade to ST...
-
7 May 2013 7:18 AM
- Replies
- 2
- Views
- 524
Can you post your code as I am running into the same issue and have not come up with a solution?
-
7 May 2013 6:23 AM
- Replies
- 12
- Views
- 497
After upgrading to ST2.2 in the hopes that lists would be much improved, I have run into the issue once again of the list not displaying. I had used a solution from elsewhere by extracting the list...
-
7 May 2013 5:56 AM
- Replies
- 2
- Views
- 142
I found that if I am using offsets instead of 'pages' I had to specify a 'start' parameter as well. Looking into the docs I was able to specify startParam: 'offset' and that did the trick. My code...
-
6 May 2013 10:20 AM
- Replies
- 2
- Views
- 142
I am getting only one item per page load when the loadMore components issues a store load. I have specified a pageSize: 5 on the store and set the pageParam: 'offset' as that is what the server...
-
6 May 2013 6:16 AM
- Replies
- 2
- Views
- 122
I am using a list with the listpaging plugin. I am noticing that in my 2.1 project, it is embedding the loadmore component within the last list item. On 2.2 (in another app) it correctly adds it as a...
-
29 Apr 2013 8:29 AM
- Replies
- 1
- Views
- 81
I am looking for the best way to create a selectfield similar to the iOS settings fields where the field consists of a label on the left and the value on the right with disclosure icon. Instead of...
-
24 Apr 2013 6:01 AM
- Replies
- 2
- Views
- 134
Thanks for the reply mitchell. The reason is that Sencha Architect is not copying the icons during the build phase. I have outlined this in another issue here:...
-
23 Apr 2013 4:48 PM
- Replies
- 19
- Views
- 1,359
That works great. Thanks.
-
23 Apr 2013 1:10 PM
- Replies
- 0
- Views
- 150
I am running Sencha Architect 2.2 and Sencha Cmd 3.1.0.256. When I build the native Android package, I get the following error:
Created directory... -
22 Apr 2013 7:12 AM
- Replies
- 5
- Views
- 421
You cannot edit the xml after as the packager deletes all generated Android project files and gives you a result APK instead.
I am also trying to access the AndroidManifest.xml and folders for... -
22 Apr 2013 7:02 AM
- Replies
- 19
- Views
- 1,359
I also tried Sencha Cmd 3.1.1.274 today with no luck. With this version of Sencha Cmd the app failed to compile successfully due to a Rhino parse error. So, I have no idea if this issue is fixed with...
-
22 Apr 2013 6:34 AM
- Replies
- 2
- Views
- 134
How do I access the constructed Android files/folders before Sencha Cmd builds it into an APK? I would like to add custom images and settings to the Android Manifest.
I am using Sencha Architect... -
18 Apr 2013 12:54 PM
- Replies
- 19
- Views
- 1,359
I have also run into this problem and am looking for a solution. I am unable to publish an app with this title bar pushing down the navigation bar and looking unprofessional.
I'm using Sencha Cmd...
Results 1 to 25 of 65
