Search Type: Posts; User: JeffBurr
Search: Search took 0.02 seconds.
-
11 May 2011 8:26 AM
Jump to post Thread: Overlay closes parent by JeffBurr
- Replies
- 1
- Views
- 515
Even though the initial panel is not modal, you apparently need to add
hideOnMaskTap: false,
This seems to solve the behavior. -
11 May 2011 7:31 AM
Jump to post Thread: Overlay closes parent by JeffBurr
- Replies
- 1
- Views
- 515
I have a simple floating panel that is sliding in to cover the full screen. On this panel is a link to launch another floating panel which uses "showBy" to popup from a link.
This works well,... -
17 Mar 2011 6:30 AM
Jump to post Thread: Activate Listener fires twice by JeffBurr
- Replies
- 7
- Views
- 3,273
Is there some reason that this is being ignored by Sencha support?
I would just like an answer as to whether there is a work-around, or if a fix will be coming in the future. -
14 Mar 2011 1:24 PM
Jump to post Thread: Activate Listener fires twice by JeffBurr
- Replies
- 7
- Views
- 3,273
You can see this in action. In the examples/carousel2 folder of 1.02, add/replace the following at line 52 of index.js
html: rec.get('content'),
cls: 'card ' + rec.get('cls'),
listeners: {
... -
14 Mar 2011 12:07 PM
Jump to post Thread: Activate Listener fires twice by JeffBurr
- Replies
- 7
- Views
- 3,273
When you use setActiveItem on a Carousel to move to a specific card, the Activate event fires twice.
Is there a workaround for this, and/or is this a known bug? -
14 Mar 2011 10:18 AM
- Replies
- 9
- Views
- 2,964
I am experiencing this also. When using setActiveItem on a Carousel component, the activate listener fires twice on the target item.
-
27 Jan 2011 7:28 AM
Jump to post Thread: Swiping too fast on Carousel by JeffBurr
- Replies
- 1
- Views
- 688
So, what is happening is that beforecardswitch can be fired again before oncardswitch is done.
-
27 Jan 2011 6:47 AM
Jump to post Thread: Swiping too fast on Carousel by JeffBurr
- Replies
- 1
- Views
- 688
If you swipe a carousel while it is still in the animated process of switching cards, it can break any logic that you have associated with before- or on- cardswitch. Is there any way to ignore the...
-
26 Jan 2009 7:29 AM
- Replies
- 1
- Views
- 740
I have a dataview that is using a showLoading parameter in the config and this works great...mostly.
However, the first time the page loads, while the dataview is getting loaded, there is no... -
22 Dec 2008 8:26 AM
Jump to post Thread: Combo with Sections [SOLVED] by JeffBurr
- Replies
- 3
- Views
- 965
I have some data that I want to put in a combo, with dividers between groups:
Appetizers
cheese
fruit
shrimp
Drinks
beer
ginger ale
bourbon -
15 Oct 2008 12:02 PM
- Replies
- 7
- Views
- 2,970
Yes, I am a JS and not GWT user, sorry for the confusion. The screenshot at the beginning of this thread is exactly what we're getting, so I didn't even look at the posted code.
There is... -
13 Oct 2008 5:19 AM
- Replies
- 7
- Views
- 2,970
This may seem like a dumb question, but we recently paid for Ext support to get access to SVN. When you say "fixed in SVN", how should we update our Ext installation with the SVN code?
For... -
10 Oct 2008 7:24 AM
Jump to post Thread: Grid CellActions Plugin by JeffBurr
- Replies
- 274
- Views
- 96,438
Saki -
If you have decided to give up on IE, I can sympathize, but did you know that your web site - at least the example pages for this and other plugins - throws an error in IE?
It is: "Line... -
8 Oct 2008 12:49 PM
Jump to post Thread: Grid Search Plugin by JeffBurr
- Replies
- 1,023
- Views
- 364,255
I am trying to implement the grid search plugin.
I am getting the error "grid.reconfigure is undefined". Does this ring any bells? -
18 Sep 2008 5:41 AM
- Replies
- 1,016
- Views
- 302,906
I have looked hard for an answer to this before posting.
I am using the MIF in a window and loading a page the has its own Ext.Onready block. I tried using:
,listeners:{documentloaded:... -
11 Sep 2008 11:22 AM
- Replies
- 836
- Views
- 269,581
Thanks for the heads-up on Firefox. You're right, IE and Chrome behave correctly...
-
11 Sep 2008 5:28 AM
- Replies
- 836
- Views
- 269,581
This is a great plug-in!
I am putting a WMV in mediapanel in the west region of a viewport with borderlayout. Although the media component sizes itself to the panel intially, it does not adjust as... -
7 Sep 2008 4:44 AM
- Replies
- 12
- Views
- 2,523
I had this problem recently and had forgotten that you need to have a "formId" declared in the FormPanel or Form. This is what you use in the Ajax call as the "form". When these matchup, all items of...
-
7 Sep 2008 4:27 AM
Jump to post Thread: table layout problem by JeffBurr
- Replies
- 0
- Views
- 607
I have the following in a FormPanel:
border:false,
layout:'table',
layoutConfig:{columns:2},
defaults: {border:false, style: 'margin: 6px 0px 3px;'},
style:'margin:6px;',
items: [{ -
25 Aug 2008 7:59 AM
- Replies
- 6
- Views
- 1,300
Couldn't you use "myWindow.apply(layout)" in the callback function. I haven't tried this specifically, but it seems like it would work...
-
16 Apr 2008 12:37 PM
- Replies
- 1
- Views
- 720
I have scoured the forums, but can't see anything about this...
I am using the rowexpander.js and it works perfectly. I would like the "plus" sign to only show if there is data in the fields that... -
27 Mar 2008 8:29 AM
- Replies
- 590
- Views
- 203,985
Thanks to the quick reply!
I am using Windows Media (I know, I know) and it is embedded once in the main page. It plays a presentation that is typically close to an hour long.
During the... -
27 Mar 2008 7:28 AM
- Replies
- 590
- Views
- 203,985
First, thank you for the extension. It provided great help in several projects.
I have a problem, though. I created a great system for popping-up a window with "poll" questions in sync with a... -
14 Mar 2008 12:47 PM
- Replies
- 3
- Views
- 1,131
I wanted to tap the expertise out there on a general question that I have encountered while migrating a Web 1.0 application to using more ExtJS. This is a more general AJAX-related question.
My... -
6 Feb 2008 6:08 PM
- Replies
- 5
- Views
- 3,113
I didn't intend to submit this as a "bug". I guess I shouldn't drink and post!
Anyway, thanks for the solution - works perfectly.
Results 1 to 25 of 65
