Search Type: Posts; User: svdb
Search: Search took 0.02 seconds.
-
17 May 2012 9:20 AM
Jump to post Thread: Fieldset resize by svdb
- Replies
- 6
- Views
- 2,757
I just stumbled upon this thread and I realize it's old, but here's my 2 cts: just add style:"width:100%" to the fieldset attributes and you're done. Suddenly the fieldset resizes correctly, and if...
-
22 Aug 2011 9:23 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by svdb
- Replies
- 870
- Views
- 256,963
Thanks jbird526,
I diffed the two versions and came to the same conclusion.
Doug, could you please comment on this?
Although you recommend using 2.1.5, it seems to contain a regression.
... -
22 Aug 2011 9:15 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by svdb
- Replies
- 870
- Views
- 256,963
The way we did was to pop up a new window with a printer-friendly version of the content.
Using window.print() will then display the print options and allow the user to start printing. -
22 Jul 2011 8:00 PM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by svdb
- Replies
- 870
- Views
- 256,963
[IE8 on XP, FF3.6, Extjs 3.3.3, MIF 2.1.5]
Hi,
When submitting a form from within a MIF on IE8, neither domready or documentloaded events are raised: the handlers aren't called, the... -
18 Apr 2011 3:42 PM
- Replies
- 7
- Views
- 2,831
[Extjs 3.3.1]
I just stumbled on this thread...
You don't actually have to modify the RowEditor at all.
All you need is to add a default getEditor method to the selection model:
var... -
22 Mar 2011 5:06 PM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by svdb
- Replies
- 870
- Views
- 256,963
I was trying versions 2.1.4 and 2.1.5 which I grabbed from the google.code link provided on the 1st page of this thread. http://code.google.com/p/managediframe/downloads/list
Did you mean I should... -
22 Mar 2011 3:34 PM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by svdb
- Replies
- 870
- Views
- 256,963
Sorry about the missing version info.
We're on ExtJS 3.3.1
Same origin JSPs initially loaded using defaultSrc(), and using setSrc() for programmatic navigation.
All our pages are HTML 4.01... -
21 Mar 2011 9:47 PM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by svdb
- Replies
- 870
- Views
- 256,963
Hi Doug,
Any news on this front?
We're also trying out 1.2.5 and are facing the exact same problem, but only in IE 7 & 8 (we don't support earlier versions) : none of the event handlers get... -
19 Oct 2010 4:11 PM
- Replies
- 81
- Views
- 40,902
True. It was never designed to work in that mode.
You're more than welcome to provide an improvement there.
svdb -
29 Mar 2010 2:53 PM
- Replies
- 1,016
- Views
- 302,802
You really don't need the MIF to handle the a mask in that case.
Just call the following from within the iframe (provided you have Ext in there):
Ext.getBody().mask();
Ext.getBody().unmask(); -
29 Mar 2010 2:10 PM
- Replies
- 1,016
- Views
- 302,802
Hi folks,
I'm looking for hints/suggestions/feedback/experience on the following issue, if anyone has had the same.
Sorry for not posting source code, it's too much abstracted away in a code... -
6 Feb 2010 8:45 AM
- Replies
- 81
- Views
- 40,902
I wouldn't do that. Version after version you'll end up with more and more dead code in your project/product. It's better to separate code for different versions in different files: separate the...
-
11 Jan 2010 9:21 AM
- Replies
- 1,016
- Views
- 302,802
It really doesn't matter if a page is served to a browser window or a MIF's iframe.
If you're using Ajax to load a page you may have forgotten to add some header attributes your server is expecting.... -
11 Jan 2010 9:14 AM
- Replies
- 1,016
- Views
- 302,802
Well, perhaps you just need to do what it says and enable cookies in IE then. ;)
e.g. GMail works fine, myYahoo works fine etc. in my app using MIF, and all uses cookies. -
11 Jan 2010 9:08 AM
- Replies
- 81
- Views
- 40,902
What do you mean?
Please provide some screenshot or a better description of the problem.
Thanks.
SV -
22 Jun 2009 8:21 AM
Jump to post Thread: [ext 2.2.1] MultiTriggerCombobox 4 U by svdb
- Replies
- 3
- Views
- 2,536
Aha, well at least I learned something. Thanks. :)
-
21 Jun 2009 2:48 PM
Jump to post Thread: [ext 2.2.1] MultiTriggerCombobox 4 U by svdb
- Replies
- 3
- Views
- 2,536
Hi there,
I've been browsing the forum for a while in search of a combobox which would support more than 2 trigger buttons. But I couldn't find exactly what I wanted and which works in Ext 2.x.... -
26 May 2009 8:10 AM
- Replies
- 81
- Views
- 40,902
Sorry dude, this is a DIY shop. If you need something done quick you'd better do it yourself,
and don't forget to share. ;)
Cheers,
Steph.
Note on the source code I provided earlier:
You will... -
25 Mar 2009 11:03 AM
- Replies
- 16
- Views
- 5,655
Note, the focus function in IE does not change the internal tab index counter.
In IE6 and IE7, setting the focus on an input field doesn't always set the index counter to the tab index of the field... -
4 Dec 2008 6:27 PM
- Replies
- 81
- Views
- 40,902
This is a followup of my previous post.
In the attached zip you'll find a slightly modified InlineToolbarTabPanel.
No big changes, only little size tweaks to get everything look the same on IE6,... -
4 Dec 2008 2:48 PM
- Replies
- 81
- Views
- 40,902
Thanks for sharing this, Jack.
I just tested it on IE6, IE7, FF2, FF3 and found a couple of bugs.
I used the Ext default tabpanel example and plugged in you component.
var tabs = new... -
21 Oct 2008 7:05 AM
- Replies
- 16
- Views
- 5,655
Hi All,
After trying many different things to get this to work, I decided to take a totaly different approach.
Instead of editing the cells cell per cell, I created a row editor.
Since I... -
22 Sep 2008 2:46 AM
- Replies
- 1,016
- Views
- 302,802
The effect looked a little bit like the FF reflow problem, except the content went blank.
I didn't investigate too much to see if the content was destroyed/moved/invisible/whatever...
But okay I... -
19 Sep 2008 9:50 AM
- Replies
- 1,016
- Views
- 302,802
Context: MIF 1.1, Ext 2.1, IE6
Hi Hendricd,
I've been mining throught the forum for answers, unsuccessfuly.
The MIF panels are working well for our portal-like project, but lately it was... -
23 Jun 2008 4:58 AM
- Replies
- 16
- Views
- 5,655
Unfortunatly I'm able to reproduce this bug 100% of the time with the Ext's default Editable Grid sample, and always with clicksToEdit : 1.
Our QA people ran all possible combinations with the same...
Results 1 to 25 of 57
