Search Type: Posts; User: kyr0
Search: Search took 0.02 seconds.
-
20 Oct 2011 2:41 PM
- Replies
- 3
- Views
- 1,660
In my examples it only updates the List if you call clearFilter() on the store first and
then add the filter manually by filter() call. Afterwards call refresh() on the list cmp reference. -
20 Oct 2011 2:38 PM
- Replies
- 4
- Views
- 1,882
I'm not sure. It only appears for App packed with Sencha command and Sencha Touch in it. Maybe it has something to do with the packager API (Native wrapper JS api internally when chaning the...
-
19 Oct 2011 10:47 AM
- Replies
- 2
- Views
- 788
Re :)
I have a List component instance bound to a store.
If I click on a button I filter the store by filter() (btw: there is another problem: You need to call clearFilter() anytime before... -
19 Oct 2011 10:40 AM
- Replies
- 5
- Views
- 1,141
Thanks!
Now it's possible to scroll ("mousedown" -> drag cursor left/right and it does scrolling now) so that I can see the additional content. But it scrolls back to the leftmost (left: 0px)... -
19 Oct 2011 10:25 AM
- Replies
- 5
- Views
- 1,141
I want to have my DataView scrollable horizonally. Normally it is only scrollable vertically.
var topicView = Ext.create('Ext.DataView', {
store: {
... -
19 Oct 2011 10:18 AM
- Replies
- 1
- Views
- 701
Both, Panels using Ext.layout.Card and the Ext.carousel.Carousel component have problems to display the right component when using next(), prev(), setActiveItem(cmp).
Every time I used the API I... -
19 Oct 2011 8:52 AM
- Replies
- 0
- Views
- 388
Would be nice to have an emptyText to be configurable if the store has no data.
Thanks & Regards -
19 Oct 2011 4:50 AM
Jump to post Thread: Native Packaging Issue by kyr0
- Replies
- 19
- Views
- 3,570
Re,
@rob: Compared to Sencha Touch 1.0; Compared to PhoneGap and using jQuery Mobile, Sencha Touch 2.0 currently is a snake compared to a ferrari in terms of performance ;) (PhoneGap+jQuery is... -
19 Oct 2011 4:31 AM
- Replies
- 4
- Views
- 1,882
Hi,
I've faced a shocking situation some minutes ago and thats reproducable.
If you package an App using "sencha package run *.json" with iPad as Device target
the simulator comes up normally.... -
18 Oct 2011 9:38 AM
Jump to post Thread: Native Packaging Issue by kyr0
- Replies
- 19
- Views
- 3,570
Great! For me that works now too.
Also fixes the: "iPhone Distribution: no identity found" bug.
Just wanted to inform you that the "phoneStartupScreen" isn't working at all for me.
I'm using... -
21 Mar 2011 2:32 AM
- Replies
- 2
- Views
- 1,243
Hi,
there is a timing issue in Ext Core when it comes to add listeners.
It's a common behaviour to have listener functions that become available
to the interpreter at a time AFTER addListener()... -
17 Mar 2011 2:47 PM
- Replies
- 15
- Views
- 2,596
yep, that's because the callback function is not applied to the getSubStore() method when called on instances of Ext.data.RecordNode... will debug that tomorrow, since I need that to be working.
-
4 Mar 2011 2:29 AM
Jump to post Thread: API Doc issues by kyr0
- Replies
- 140
- Views
- 22,683
Ext.container.Viewport in PR3 docs result in a CouchDB error :)
-
25 Feb 2011 11:21 AM
Jump to post Thread: [FIXED]Sandbox EventManager Issue by kyr0
- Replies
- 4
- Views
- 1,205
Yep, this happens not only in case of EventManager.
For example in the grid etc. there are serveral references to Ext instead of Ext4 too.
There are calls to:
Ext.String
Ext.util.Date... -
25 Feb 2011 8:17 AM
- Replies
- 1
- Views
- 1,754
Hi,
there are multiple panel / collapse bugs.
If I put a panel (region: north) inside of a window (border layout);
- collapsed: true works, but if you try to collapse again, to open the
... -
25 Feb 2011 7:23 AM
- Replies
- 4
- Views
- 1,937
re,
the headers of the Grid are created in Ext.grid.Section which does not receive the preventHeader configuration currently. So the override to transmit the configuration to the section will be:... -
25 Feb 2011 4:58 AM
- Replies
- 4
- Views
- 1,937
Hi again,
using:
{
xtype: 'gridpanel',
...
preventHeader: true
} -
25 Feb 2011 4:19 AM
- Replies
- 1
- Views
- 1,079
Hi,
in class Ext.window.MessageBoxWindow (ext-all-sandbox-debug.js:76501) the reserved word
float is used as css style definition. This breaks the execution of JSBuilder.
Patch:
Replace
... -
25 Feb 2011 3:53 AM
- Replies
- 1
- Views
- 929
Okay ;) - pr2 solves the bug in nearly the same approach =)
Good work!
Thread can be closed.
Best regards,
Aron -
25 Feb 2011 3:09 AM
- Replies
- 1
- Views
- 929
Hi!
I traced a bug through the library back to the core method named above.
The bug can be recognized in action in the pagination examples of Ext4 pr1 for example.
You will see that the... -
7 Jul 2010 3:21 AM
- Replies
- 10
- Views
- 5,752
Re,
for sure, here is the full source code:
http://www.aron-homberg.de/downloads/sencha-blankscreen.zip
It's the untouched "forms" example of the Sencha Touch.
Debug trace: -
4 Jul 2010 2:42 AM
- Replies
- 10
- Views
- 5,752
Okay, that could be interesing for you all using PhoneGap and Sencha Touch. It seems to be a memory allocation problem. WebView loads all Sencha and program data into it's own memory space. (App...
-
4 Jul 2010 2:36 AM
- Replies
- 10
- Views
- 5,752
Hi all,
I tried a lot of examples now (0.91) in iPhone simulator (iOS 4) now. They are working fine at all.
But if I install them on my native device (3GS), iOS 4 (0.91 Sencha) the app starts,...
Results 1 to 23 of 23
