Search Type: Posts; User: mherger
Search: Search took 0.02 seconds.
-
24 Jul 2012 7:26 AM
- Replies
- 7
- Views
- 2,466
Thanks for those hints. I'll play with them.
-
20 Jul 2012 8:14 AM
- Replies
- 7
- Views
- 2,466
Hi,
I'm still seeing the same (or at least related?) issue: if I compile the CSS myself, without even customizing the buttons, they would result in "flat" buttons on IE9. Checking the code I see... -
8 Sep 2011 8:21 PM
Jump to post Thread: Ajax / Connection timeout by mherger
- Replies
- 3
- Views
- 1,637
FWIW: I just updated to 1.1.1 (for subcribers only...), and this issue seems to be fixed in there. The new code looks like this:
abort : function(request) {
if (request &&... -
6 Sep 2011 4:47 AM
Jump to post Thread: Ajax / Connection timeout by mherger
- Replies
- 3
- Views
- 1,637
Heh... I came here to see whether what I was seeing was a known bug... and I find your report from weeks ago, uncommented. Here's what I've found: IMHO this is a simple typo causing the failure....
-
26 Apr 2011 8:34 PM
- Replies
- 64
- Views
- 16,728
While I thought we had somehow worked around this issue (I haven't seen it any more in a long time), we're getting more and more complaints from our customers. Some even using the same device I am....
-
28 Mar 2011 8:45 PM
- Replies
- 64
- Views
- 16,728
The emulator is always slow. It doesn't compare even with a slow, real phone.
-
28 Mar 2011 8:43 PM
- Replies
- 64
- Views
- 16,728
Markus - check the documentation for Ext.util.Scroller - http://dev.sencha.com/deploy/touch/docs/?class=Ext.util.Scroller. It has some parameters to change momentum behaviour.
-
7 Mar 2011 9:44 PM
- Replies
- 0
- Views
- 688
I'm trying to use some of the pseudo classes to run a query, eg.
Ext.select('div.x-list-item:has(.some-flag)')
Error: SYNTAX_ERR: DOM Exception 12
What's wrong with that? -
14 Feb 2011 7:18 AM
Jump to post Thread: Does extjs support Bayeux comet? by mherger
- Replies
- 6
- Views
- 3,268
FWIW: Burke Webster has published an Ext extension to the cometd.js library. http://code.google.com/p/ext-cometd/
-
10 Feb 2011 12:42 AM
- Replies
- 1
- Views
- 903
The following change would at least ignore touches outside the IndexBar's box. It doesn't prevent "loss" of a touch even though:
Index: sencha-touch-debug.js... -
9 Feb 2011 6:19 AM
- Replies
- 1
- Views
- 903
I have an issue with an IndexBar attached to a List which sometimes wouldn't be reset on touchend. Consequently the next touch event wouldn't trigger a tap on the list, but on the IndexBar, even if I...
-
24 Jan 2011 9:14 AM
Jump to post Thread: loading spinner pegging the CPU? by mherger
- Replies
- 9
- Views
- 1,926
I'm sorry I don't understand the term "taxi" :-) (non EN speaker here). Do you mean it doesn't lock up?
I did run the mask on static page test as well. Load is around 90% whereas without the mask... -
24 Jan 2011 9:00 AM
Jump to post Thread: loading spinner pegging the CPU? by mherger
- Replies
- 9
- Views
- 1,926
Well, obviously it's not :-). You'd notice if you compared.
-
24 Jan 2011 8:49 AM
Jump to post Thread: loading spinner pegging the CPU? by mherger
- Replies
- 9
- Views
- 1,926
did you compare a busy task with and without it?
-
24 Jan 2011 8:05 AM
Jump to post Thread: loading spinner pegging the CPU? by mherger
- Replies
- 9
- Views
- 1,926
I think this only becomes an issue if the process running in the background is hard on the CPU as well. Waiting for a server to send a reply etc. is no problem at all of course.
I did run into a... -
24 Jan 2011 3:42 AM
Jump to post Thread: loading spinner pegging the CPU? by mherger
- Replies
- 9
- Views
- 1,926
While a LoadMask is shown with the loading spinner, CPU load on a static screen is around 90% on my HTC Desire. Without the spinner it's <2%. Is this to be expected? Would replacing the CSS animation...
-
10 Jan 2011 6:20 AM
Jump to post Thread: Slider width: always 100%? by mherger
- Replies
- 0
- Views
- 1,115
Hi,
I'm trying to have a slider with -/+ buttons left/right of the slider itself.
{
dock: 'bottom',
xtype: 'toolbar',
width: '100%',
items: [ -
9 Jan 2011 10:33 PM
- Replies
- 64
- Views
- 16,728
Hmm.... I must admit I haven't seen any lockup in quite some time. asinc - you might want to post more information like exact Sencha version, your device details etc.
-
24 Dec 2010 2:20 AM
- Replies
- 53
- Views
- 17,849
Which of your changes does break things? Populating the all.elements list? The viewIndex?
It seems to be working fine for me so far. Haven't found any issues yet. -
23 Dec 2010 1:42 PM
- Replies
- 53
- Views
- 17,849
Heh... this is software, anything can be done ;-).
Seriously: I'm sure it's possible. But I guess the complexity would be adding a performance hit again. Looking at my previous comment and what... -
23 Dec 2010 1:33 PM
- Replies
- 53
- Views
- 17,849
Thanks a lot MahlerFreak! It's late over here. I'll have to review your suggestions when I've had some sleep.
BTW: no need to unregister the onScroll handler if you set pinHeaders = false. As... -
23 Dec 2010 12:48 AM
- Replies
- 53
- Views
- 17,849
I'm glad you like it. I'm sure it's still rather buggy, as I've only worked around the issues I've trapped into myself so far. Eg. the index calculation sometimes can be confusing when fetching...
-
22 Dec 2010 1:46 PM
- Replies
- 53
- Views
- 17,849
So... here's my approach for a BufferedList class. It's conceptually different from MahlerFreak's approach, but this doesn't hurt :-)
Pros:
- almost seamless dynamic rendering of items, no... -
22 Dec 2010 12:06 AM
- Replies
- 53
- Views
- 17,849
Thanks a lot MahlerFreak! You've taken a slightly different approach than I would have, but your code reveals some great ideas. And I learned about sequences :-).
I don't want to restrict myself... -
20 Dec 2010 1:08 PM
- Replies
- 53
- Views
- 17,849
Very interesting. Today, while waiting at the train station, I've been chewing this very issue, and I had the same idea (no tests yet, just been thinking). Do you have some working code?
One other...
Results 1 to 25 of 104
