Search Type: Posts; User: szimek
Search: Search took 0.03 seconds.
-
16 Apr 2013 11:15 PM
- Replies
- 11
- Views
- 1,569
I haven't updated my app yet, but looking at the source code it looks like this issue hasn't been fixed in 2.2.0.
It's closed, so unless somebody reopens it again it will never get fixed. -
27 Feb 2013 6:23 AM
- Replies
- 11
- Views
- 1,569
I fixed it by creating an `emptyResultSet` that is almost exactly the same as `nullResultSet` but has success flag set to true (a slightly more clean approach than in my first post).
But it would... -
26 Feb 2013 4:04 AM
- Replies
- 11
- Views
- 1,569
Bump. Reposting link to screencast: http://www.screencast.com/users/szimek/folders/Jing/media/3759e51d-943e-489a-93a0-1fc79e11833d
-
18 Feb 2013 6:24 AM
- Replies
- 8
- Views
- 551
Thanks!
-
18 Feb 2013 6:04 AM
- Replies
- 8
- Views
- 551
Personally, I don't see any performance differences between ST 2.1.1 and earlier 2.x releases - web view in Android 2.3.x simply sucks and is slow.
It would be really awesome if there was a wiki... -
18 Feb 2013 2:28 AM
- Replies
- 8
- Views
- 551
I've got app that uses Sencha Touch 2.1.1 and Cordova 2.4.0 and it works really slow on devices with Android 2.3. It's not really caused by device, because after installing unofficial version of...
-
15 Feb 2013 9:13 AM
- Replies
- 1
- Views
- 289
After updating to ST 2.1.1 I was getting the following warning "[WARN][Ext.form.Panel#applyScrollable] This container is set to scrollable: false but has no specified height. You may need to set the...
-
15 Feb 2013 9:06 AM
- Replies
- 1
- Views
- 187
Had exactly the same problem after updating to 2.1.1. The thing is that the warning message suggests working solution, but API docs don't mention `null` value at all - it says that the only allowed...
-
27 Jan 2013 1:22 AM
- Replies
- 3
- Views
- 309
Thanks. The API I'm using returns 204 (No Content) when element is destroyed, so I guess I'll just ignore the warning.
Why does Sencha Touch require sometimes (e.g. destroy action in REST proxy,... -
22 Jan 2013 6:50 AM
- Replies
- 2
- Views
- 145
Here's how I solved it for now:
onChceckBoxChange: function (checkbox, newValue, oldValue) {
Ext.Msg.confirm("", "", function (answer) {
if (answer === "yes") {
... -
22 Jan 2013 5:42 AM
- Replies
- 2
- Views
- 145
When user taps a checkbox I'd like to display a confirmation box and prevent the change if he taps "Cancel" button. Is there a way to do it?
I guess if there's no way to prevent... -
22 Jan 2013 5:31 AM
- Replies
- 4
- Views
- 427
Thanks!
I just did as you suggested:
onShow: function () {
var testModeCheckBox = this.down("#testModeCheckBox"),
testMode = MyApp.app.getTestMode(); -
22 Jan 2013 5:06 AM
- Replies
- 4
- Views
- 427
Thanks!
I may be missing one important thing though.
Do all views have to be added to Ext.Viewport to be able to show them later? When a view is added to a viewport, the view gets activated... -
22 Jan 2013 3:59 AM
- Replies
- 4
- Views
- 427
How to properly set state of fields e.g. in settings view without triggering "change" handlers for all fields?
When user changes a specific checkbox, I'm displaying a confirmation box. The issue... -
21 Jan 2013 5:50 AM
- Replies
- 3
- Views
- 309
I've got Session model that uses REST proxy (with appendId set to false) to connect to "/auth" singular resource (so it doesn't really have any ID)
For destroy action API returns 204 response.... -
16 Jan 2013 8:35 AM
- Replies
- 1
- Views
- 122
Not sure if it's the right way, but I just changed doUpdateListItem function:
doUpdateListItem: function(item, index, info) {
this.callParent(arguments);
var record =... -
16 Jan 2013 8:08 AM
- Replies
- 1
- Views
- 122
I'm displaying a list of items and each item can be in a different state. I'd like to add this state to x-list-item element as CSS class or whatever I can use as CSS selector to modify list item...
-
11 Jan 2013 10:14 AM
- Replies
- 2
- Views
- 183
Thanks for the tip.
However, this question is also about the code in deprecated block and differences between compiled and non-compiled versions of the app. Why there are such differences? If... -
10 Jan 2013 3:15 AM
- Replies
- 1
- Views
- 312
This is based on topic in Q&A forum (http://www.sencha.com/forum/showthread.php?248297).
In "Getting Started with Sencha Touch 2" guide there's the following text:
"Sencha Touch 2 SDK"... -
10 Jan 2013 3:02 AM
- Replies
- 4
- Views
- 737
What platform are you talking about? I'm using Sencha Touch with Cordova/PhoneGap to build app for Android and iPhone and you can force portrait mode in project settings.
-
9 Jan 2013 1:36 PM
- Replies
- 3
- Views
- 148
It's most likely the same issue I reported here: http://www.sencha.com/forum/showthread.php?253461
-
9 Jan 2013 1:11 PM
- Replies
- 19
- Views
- 2,988
@mitchellsimoens You guys have outdated docs, that's why people get confused. In "Getting Started with Sencha Touch 2" guide there's the following text:
"Sencha Touch 2 SDK" points to page... -
9 Jan 2013 12:59 PM
- Replies
- 2
- Views
- 183
Hi,
When I open ST app in browser without building it in any way, the code in <deprecated></deprecated> tags is loaded.
When I build the same app (e.g. "sencha app build testing") the... -
8 Jan 2013 5:20 AM
- Replies
- 4
- Views
- 989
What does it mean "next release" in this case? 2.2.0 alpha? Because it still doesn't work in 2.1.0.
BTW. Is it possible to see a commit that fixed this issue, so that I can fix it without updating... -
7 Jan 2013 9:39 AM
- Replies
- 1
- Views
- 253
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.1
Browser versions tested against:
Android 2.3.6
Android 4.2.1
Description:
Results 1 to 25 of 65
