Search Type: Posts; User: javaBear
Search: Search took 0.02 seconds.
-
17 Sep 2012 12:05 AM
- Replies
- 5
- Views
- 1,079
I think I found the solution: I just added the getScroller() method:
getScroller: function() {
return this.scroller;
}
Now I get the current scrolling position by using:... -
14 Sep 2012 1:24 PM
- Replies
- 5
- Views
- 1,079
Checked the source, src/scroll/View.js and found something strange (I think). The getScroller() method does not seem to be implemented, there is only a comment in the file:
...
/**
*... -
14 Sep 2012 1:08 PM
- Replies
- 5
- Views
- 1,079
I've now check every parent (container, panel and view) of the image but none them has a valid scroller...
Two of them returns an object from getScrollable(), they are both of type Ext.scroll.View.... -
12 Sep 2012 12:02 PM
- Replies
- 5
- Views
- 1,079
Yes, I've seen that being suggested. However, I cannot find any container that has a valid scroller... :((
How do I get to the object with the scroller? -
10 Sep 2012 10:16 AM
- Replies
- 5
- Views
- 1,079
I have an image that I would like to be able to tap on and get the x and y position of the "tap" event.
In the tap event, e.pageX and e.pageY give me the absolute position on the screen. If the page... -
4 Sep 2012 1:54 PM
- Replies
- 5
- Views
- 1,201
Check the update on the thread.
-
4 Sep 2012 1:52 PM
- Replies
- 13
- Views
- 5,455
Try to enclose the title with '<div>' and '</div>'. Example: <div>My Title</div>. That seems to work for me on Chrome v. 21.0.1180.89 m.
-
3 Apr 2012 3:29 PM
- Replies
- 12
- Views
- 4,836
I followed this thread and uninstalled and installed SDK a couple of times. First time to install it under 'C:\Sencha' directory, then to install it under 'C:\Program Files'. In both places 'sencha'...
-
1 Apr 2012 1:45 PM
- Replies
- 4
- Views
- 2,735
I too have problems running touch on my Samsung Galaxy Tab 10.1: None of the demos on the Sencha site works with the browser (is it Chrome?). Also, I have tried installing Opera and Firefox, just to...
-
27 Oct 2011 8:29 AM
- Replies
- 2
- Views
- 1,159
Wow! Looks nice. And if I consider the time I would have to spend trying to create something similar, it would be worth purchasing! Thanks! :)
-
26 Oct 2011 1:45 PM
- Replies
- 2
- Views
- 1,159
I'm looking for a grid that can display (for instance) resources vertically and their availability horisontally (like a gantt chart). The horisontal "axis" will be days (or weeks) - like a calendar....
-
18 Oct 2011 9:57 AM
- Replies
- 3
- Views
- 1,423
Thanks mitchind! :)
Setting queryMode to 'local' did the trick... I thought I had tried everything, but apparently not this...
By the way: You say "manually changing the code" - do you mean that... -
18 Oct 2011 4:19 AM
- Replies
- 3
- Views
- 1,423
Windows Vista
EXT-JS 4
Ext Designer 1.2.0
I am trying to populate a combo with static values defined in an Array Store and have been following the 'Populating a ComboBox' example in...
Results 1 to 13 of 13
