Search Type: Posts; User: karazy
Search: Search took 0.03 seconds.
-
13 Mar 2013 9:09 AM
- Replies
- 3
- Views
- 293
Ah ok. You mean this Ticket?
http://www.sencha.com/forum/showthread.php?198673
What is the current best workaround for this bug? -
13 Mar 2013 1:16 AM
- Replies
- 3
- Views
- 293
Hi,
I have this very annoying bug.
You have a card panel with multiple cards. One of them contains a list.
Tapping on a list item will jump to another card displaying the content of this record.... -
21 Nov 2012 1:56 AM
- Replies
- 7
- Views
- 483
Let me provide some more code. Perhabs I got something wrong? But it worked flawlessly in ST 2.0!
Model:
Ext.define('MyApp.model.Request', {
extend: 'Ext.data.Model',
config: {
... -
19 Nov 2012 2:34 PM
- Replies
- 1
- Views
- 265
Hi there,
prior to 2.1 I listened to the painted event on a panel and
could to something like this:
panel.getInnerHtmlElement().dom
since 2.1 this no longer works and I need to call -
16 Nov 2012 4:10 AM
- Replies
- 1
- Views
- 730
Hi,
I'm trying to remove a record from a store of a hasMany association.
activeCheckIn.orders().remove(order); -
9 Nov 2012 5:54 AM
- Replies
- 7
- Views
- 483
As said return code is 200 OK
The Service returns an empty array []
but success = false
Here ist the XHR complete response:
readyState: 4
response: "[]"
responseText: "[]"
... -
9 Nov 2012 5:10 AM
- Replies
- 7
- Views
- 483
Response from the server is an empty array [].
-
9 Nov 2012 12:52 AM
- Replies
- 7
- Views
- 483
Sorry for pushing this but I want to understand the behaviour of the load function correctly before adjusting all my calls.
Currently I always check the success value in the callback.
... -
7 Nov 2012 6:45 AM
- Replies
- 7
- Views
- 483
Hi there,
I'm upgrading currently to ST 2.1 from ST 2.0.0 and facing quite some issues.
myStore.load({
scope : this,
callback: function(records, operation, success) {
.... -
9 Aug 2012 5:21 AM
- Replies
- 1
- Views
- 337
Hi,
I have a dataview whoes store gets filtered. On every dataview item I have tap listeners.
When the list gets filtered the event triggers on the wrong item.
For Example the dataview store... -
6 Aug 2012 5:51 AM
- Replies
- 4
- Views
- 571
Hi,
thx for your answer. How can it be an android issue when this occurs in chrome?
However I'll give this a try. -
6 Aug 2012 4:17 AM
- Replies
- 4
- Views
- 571
Hi,
a call to stop() for Ext.Audio only causes the music to pause(). Time is not reset to 0.
I tried it in the example:
http://try.sencha.com/touch/2.0.0/docs/Ext.Audio.2/viewer.html
I... -
6 Jul 2012 5:24 AM
- Replies
- 5
- Views
- 672
Ok so what is your recommendation for dealing with custom libs? Don't include them into sencha build process? Just reference them in my index.html?
-
4 Jul 2012 1:32 PM
- Replies
- 5
- Views
- 672
Hi,
in my app.json I reference a handful of external libs. However in production build they don't work.
The get stored in local storage but are not accessed from the application.
When I remove... -
4 Jul 2012 6:44 AM
- Replies
- 2
- Views
- 579
Hi,
I'm upgrading from 2.0.0 to 2.0.1.1
In multiple models I have date fields like:
{ name : 'checkInTime',
type : 'date', -
28 May 2012 6:05 AM
Jump to post Thread: Assign Id to tabbar button by karazy
- Replies
- 3
- Views
- 830
I usually select tab bar buttons in a controller via a selector like this
myTabButton: 'myTabPanelContainer button[text=xyz]'
But currently I have a tab bar button whos text changes... -
26 May 2012 2:49 AM
Jump to post Thread: Assign Id to tabbar button by karazy
- Replies
- 3
- Views
- 830
Hi,
is there a way to assign an itemId to a tabbar button?
The only two configurable options I know are title and iconCls. -
12 May 2012 6:46 AM
- Replies
- 9
- Views
- 1,193
This is quite an issue I think.
I define my hasOne via:
associations : {
type : 'hasOne',
model : 'MyApp.model.Product'
}, -
11 May 2012 12:42 PM
- Replies
- 3
- Views
- 785
I found the problem. Either it was a bug in 2.0.0 or a defect in my Connection.js
Here is the code. I replaced it with yours and now it works.
Thx.
var success = (status >= 200 &&... -
3 May 2012 1:06 PM
- Replies
- 3
- Views
- 785
This is from Chrome developer tools. Status is 0 and there is no text.
When I shut down the server before I execute the call I get status 0 but it jumps right into
success.
... -
3 May 2012 12:07 AM
- Replies
- 9
- Views
- 1,193
Anyone else has issues with hasOne associations since 2.0.1?
-
2 May 2012 12:14 AM
- Replies
- 3
- Views
- 785
I currently test how my application reacts to a server not being reachable.
I get a status code of 0 which means something like request aborted (and thats OK as the server is down).
But why does... -
30 Apr 2012 2:26 AM
- Replies
- 9
- Views
- 1,193
I tried the fix from the post you mentioned but that didn't solve the problem I have.
-
26 Apr 2012 9:51 PM
- Replies
- 9
- Views
- 1,193
I digged a bit deeper into the code and found a difference between
2.0.0 and 2.0.1
In 2.0.0 at the end of Model.js the cache gets created via
function() {
this.cache = new... -
26 Apr 2012 1:20 PM
- Replies
- 9
- Views
- 1,193
Hi,
just tried to upgrade to 2.0.1 from 2.0.0 FINAL.
I'm getting an error in line 280 of HasOne.js
Uncaught TypeError: Object #<Object> has no method 'get'
Here is the line:
record =...
Results 1 to 25 of 82
