Search Type: Posts; User: charleshimmer
Search: Search took 0.04 seconds.
-
14 Mar 2012 8:37 AM
- Replies
- 40
- Views
- 10,696
I am also facing this problem with 4.0.7. Any workaround or idea when a fix will be posted?
-
16 Dec 2011 5:35 PM
Jump to post Thread: iPhone Switch by charleshimmer
- Replies
- 9
- Views
- 4,274
I have yet to use Sencha touch so I unfortunately would not be able to help you here. Maybe someone with experience with Sencha Touch would be able to help you.
-
24 Jun 2011 5:38 AM
Jump to post Thread: iPhone Switch by charleshimmer
- Replies
- 9
- Views
- 4,274
So here is some sample code of how I use it. I'm using the xtype method. You just it just like you would a radiogroup.
var form = new Ext.form.FormPanel({
items:[{
... -
22 Jun 2011 9:20 AM
Jump to post Thread: iPhone Switch by charleshimmer
- Replies
- 9
- Views
- 4,274
Glad you found it useful. I'll post a code example of how to use it once I get back to
my computer. That error sounds like it couldn't find the label. Did you define a fieldLabel? Also if you're... -
18 Jun 2011 9:21 AM
Jump to post Thread: iPhone Switch by charleshimmer
- Replies
- 9
- Views
- 4,274
Hey guys. I had to build a form with lots of on and off switches and I liked the look of the iPhone's on / off switch so I extended the RadioGroup element to make an iPhoneSwitch.
Feel free to... -
27 May 2011 11:39 AM
- Replies
- 1
- Views
- 721
I was using the xtype:'slider', which renders and display fine, but for some reason doesn't count as part of the form. When I changed it to 'sliderfield' it worked fine.
Figured I would share... -
25 May 2011 5:16 AM
- Replies
- 1
- Views
- 721
I have a form with several text fields and sliders. I am trying to use the form's setValues() method with an parameter that is an array of objects like this
... -
14 Feb 2011 10:51 AM
Jump to post Thread: 3.3.1 API Docs by charleshimmer
- Replies
- 0
- Views
- 906
If you search for slider in the 3.3.1 docs it will return one result Ext.Slider but when you click on it it just keeps spinning. If you use the left tree menu and navigate to the slider class it...
-
1 Feb 2011 12:29 PM
- Replies
- 8
- Views
- 2,899
That makes sense. They are both scoped to different name spaces so I wouldn't imagine there would be conflicts.
Thanks Condor! -
1 Feb 2011 10:12 AM
- Replies
- 8
- Views
- 2,899
Yeah I was surprised ExtJS animate didn't take into account a CSS property like background position.
Doing this did raise a question though. I was under the impression you're suppose to use the... -
28 Jan 2011 2:17 PM
- Replies
- 8
- Views
- 2,899
I couldn't find anyway to do this in ExtJS so I just did it in jQuery like this.
$(this.switch.child('img').dom).animate({
backgroundPosition:'-53px 0px'
},300);... -
28 Jan 2011 5:46 AM
- Replies
- 8
- Views
- 2,899
Yeah I did and I can get animations to run, just not on the backgroundPosition attribute or on the toggling on / off of a CSS class.
I have done ExtJS animations before and was supried to find... -
27 Jan 2011 2:40 PM
- Replies
- 8
- Views
- 2,899
I want to animate the toggling on and off of a css class on an ext.element but can't seem to figure it out.
I can get el.toggleClass('my-class') to work but I want it to animate the transition. ... -
25 May 2010 2:48 PM
- Replies
- 253
- Views
- 98,581
I know several others have commented that the upload form doesn't work with the wizard component, but if I put the exact same upload form inside a normal window it works fine. The error I am getting...
-
13 Apr 2010 8:07 PM
- Replies
- 17
- Views
- 5,123
Pretty cool idea mitch. Don't you love the help you get with the ExtJS community?
-
13 Apr 2010 7:58 PM
Jump to post Thread: Ext Sightings by charleshimmer
- Replies
- 190
- Views
- 151,402
Lol, well hopefully they aren't those type of prospectors ;).
-
13 Apr 2010 3:50 PM
Jump to post Thread: Ext Sightings by charleshimmer
- Replies
- 190
- Views
- 151,402
I've been working on this app for the last little bit and have built the interface using ExtJS. It automates telephone prospecting for the High Probability Prospecting process.
You can check it... -
22 Mar 2010 8:47 AM
- Replies
- 3
- Views
- 1,552
Great Idea. Reminds me of the vertical tabs extension. Could come in handy.
-
9 Mar 2010 9:55 AM
Jump to post Thread: Ext Conference 2010 by charleshimmer
- Replies
- 51
- Views
- 11,518
And that post was more of an expression for my excitement that there is already talk about a conference this year because I couldn't make last year's but really wanted to.
-
9 Mar 2010 9:50 AM
Jump to post Thread: Ext Conference 2010 by charleshimmer
- Replies
- 51
- Views
- 11,518
I wasn't saying they don't. Just stating my opinion the earlier they can announce the date / location the better.
-
9 Mar 2010 9:42 AM
Jump to post Thread: Ext Conference 2010 by charleshimmer
- Replies
- 51
- Views
- 11,518
+1 for announcing the time / place early. Makes it more likely people can plan for it ahead of time and attend.
-
23 Dec 2009 10:55 AM
- Replies
- 253
- Views
- 98,581
I've used the wizard with 3.1. 3.1 had too many bugs so I switched back to 3.0.2 but the wizard component did work fine for me with 3.1 before I switched back to 3.0.2.
-
18 Dec 2009 11:40 AM
- Replies
- 5
- Views
- 1,695
Ok, I'll try the forceLayout:true. Will this be fixed in the SVN? And if so, is there a way I can know when it is fixed?
-
18 Dec 2009 9:32 AM
- Replies
- 10
- Views
- 4,763
I am assuming a fix will be posted in the SVN then?
-
18 Dec 2009 9:20 AM
- Replies
- 5
- Views
- 1,695
Sure, that would be great.
Thanks
Results 1 to 25 of 106
