Search Type: Posts; User: kgilb
Search: Search took 0.02 seconds.
-
4 Nov 2011 7:30 AM
- Replies
- 1
- Views
- 836
REQUIRED INFORMATIONExt version tested:
Sencha Touch 2.0.0 pr1
Browser versions tested against:
Safari 5
Chrome 15
DOCTYPE tested against:
html -
3 Nov 2011 8:09 AM
- Replies
- 1
- Views
- 862
I have styled one of my lists to use a black background. In the previous versions setting the UI property to dark would make my scroll bars appear correctly on a dark background. There does not seem...
-
31 Aug 2011 6:11 AM
Jump to post Thread: How to scroll a list to the bottom by kgilb
- Replies
- 0
- Views
- 310
I've been trying to programatically scroll my list to the bottom. I've tried the following code but neither of these seem to work. Any ideas?
var s = this.scroller
var... -
14 Mar 2011 12:04 PM
- Replies
- 1
- Views
- 1,257
Hello, I was wondering if anyone has worked with the .remove() call on a card layout panel.
I'm trying to keep the number of HTML elements in my dom down by removing the current panel when calling... -
8 Mar 2011 7:01 AM
- Replies
- 117
- Views
- 32,295
Another request to put this on github.
I've made some of my own modifications to the source and being able to have a branch that I can merge with the master changes would be fantastic.
For... -
4 Mar 2011 1:19 PM
Jump to post Thread: Ext.util.JSONP POST possible? by kgilb
- Replies
- 1
- Views
- 3,298
JSONP can only do a get request. JSONP essentially fakes the browser into making a get request for a script on a server. (like embedding a <script type="text/javascript" src="jsonpcallhere">). This...
-
4 Mar 2011 1:16 PM
Jump to post Thread: cardSwitchAnimation type none? by kgilb
- Replies
- 1
- Views
- 1,615
Is there a way to set the cardSwitchAnimation to none? Once i've specified an animation type, it seems I must always have an animation set on setActiveItem().
-
2 Mar 2011 6:29 AM
Jump to post Thread: Center image on toolbar? by kgilb
- Replies
- 4
- Views
- 4,383
I asked this in the premium forum with no replay. I'm sure this is easy, I just can't seem to find any documentation on how to do it:
How do you center an image on a toolbar? I would like to put... -
28 Feb 2011 9:39 AM
- Replies
- 41
- Views
- 24,751
tkzic, can you post that complete example? I still cannot get orientation changes to fire on iOS after following your instructions.
-
16 Feb 2011 11:23 AM
Jump to post Thread: iPhone Style Desktop by kgilb
- Replies
- 14
- Views
- 6,477
This looks great! Any way to get the button text to show up under the icons?
-
14 Feb 2011 1:26 PM
Jump to post Thread: Support for Swipe up/down by kgilb
- Replies
- 1
- Views
- 633
Can anyone help me with getting support for Swipe up/down events instead of left/right?
-
14 Feb 2011 7:05 AM
- Replies
- 8
- Views
- 1,425
I'm seeing this on the Motorola Droid.
-
11 Feb 2011 9:24 AM
- Replies
- 2
- Views
- 1,571
Can anyone tell me how to highlight a text or search field on focus? I tried the code below but it doesn't seem to work:
listeners: {
focus: function (txt, e) {
... -
7 Feb 2011 12:42 PM
Jump to post Thread: Infinite carousel by kgilb
- Replies
- 13
- Views
- 4,647
Thanks for your work, I was able to get the attached code to run (with a few modifications) but would like to know how to make it scroll back to index 0 when it reaches the end of the cards. Can I...
-
31 Jan 2011 9:50 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by kgilb
- Replies
- 237
- Views
- 68,872
@mitchellsimoens:
Essentially that buffered list uses a sliding "window" and only has the HTML rendering for the currently "viewable" items. It works as advertised and for the app we're building... -
31 Jan 2011 9:48 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by kgilb
- Replies
- 237
- Views
- 68,872
@irocker
Yes, I did!
Although, I'm still working on getting it to show column headers and the ability to do server-side sorts, but the performance is much better. In my case, i'm hard coding the... -
31 Jan 2011 9:41 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by kgilb
- Replies
- 237
- Views
- 68,872
@mitchellsimoens
In the render method for one of my columns:
// renderer: function (value, record, rowIndex, colIndex, store) {
// var ret = '';
// if... -
28 Jan 2011 7:38 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by kgilb
- Replies
- 237
- Views
- 68,872
For anyone who wants to 'fix' the css issue in andriod, i've come up with a massive old school hack. You can embed a transparent image in the cell renderer to get the correct formatting:
if... -
28 Jan 2011 6:46 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by kgilb
- Replies
- 237
- Views
- 68,872
@squarefan
Thanks for the reply. I have been looking at the code on a Motarola Droid, HTC Evo and Incredible and on all of them the column formatting for each cell is top,left instead of center. I... -
27 Jan 2011 6:00 PM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by kgilb
- Replies
- 237
- Views
- 68,872
Anyone having trouble with the grid in android?
http://www.simoens.org/Sencha-Projects/Ext.ux.TouchGridPanel/
When I visit this on any android phone (or in safari for windows) the... -
25 Oct 2010 1:09 PM
- Replies
- 2
- Views
- 620
I sort of solved my problem by changing how my layout is configured. I put the above code in a basic Ext.Panel and it comes up very quickly. I must have had a problem in my layout somehow.
-
25 Oct 2010 10:37 AM
- Replies
- 2
- Views
- 620
Ext.regModel("Symbols", {
fields: [
{ name: "Sym" }
]
});
store = new Ext.data.Store({
model: "Symbols",
... -
24 Oct 2010 6:54 AM
- Replies
- 5
- Views
- 1,178
I would be interested in knowing the answer to this as well.
-
22 Oct 2010 12:39 PM
Jump to post Thread: Help binding json to list by kgilb
- Replies
- 1
- Views
- 908
Hello,
I just started working through the sencha api, and I need some help with binding json to a list. I successfully changed the twitter sample app to load my json data, but I want it to bind to...
Results 1 to 24 of 24
