Search Type: Posts; User: acidtonic
Search: Search took 0.02 seconds.
-
27 Sep 2010 9:36 AM
Jump to post Thread: Fit to parent by acidtonic
- Replies
- 123
- Views
- 71,357
One small issue I had which might not matter for most, is that this plugin does not have an event for the scrollbar appearing.
If you have page that doesnt scroll, then suddenly some ajax event... -
17 Jul 2010 4:21 PM
- Replies
- 8
- Views
- 2,289
Has this received any attention lately? I have the same issue with autoheight on a vbox not working. I'm using 3.2 I believe and it's still broken :(.
-
6 Jul 2010 8:27 PM
- Replies
- 10
- Views
- 1,730
I don't believe this is working for me. Unless I'm applying it wrong... Just run this at the beginning of Ext.onReady correct?
My behavior is basically the first portal that loads has two .50... -
4 Jul 2010 9:04 PM
- Replies
- 10
- Views
- 1,730
I'm also hit by this in my application. Any workaround for the rest of us/
-
25 May 2010 11:18 AM
- Replies
- 0
- Views
- 463
I'm using a grouping tab panel and in my particular situation have no left over screen real-estate for a few "actions" links. My app is displaying real time updating graphs so I can't move them...
-
21 May 2010 5:39 AM
- Replies
- 20
- Views
- 8,752
Make the width slightly less than the parent component by enough to not cover the scrollbar. Maybe even have the alignment code check if there are scrollbars first and only shrink it when they are...
-
18 May 2010 12:04 PM
- Replies
- 20
- Views
- 8,752
Posted full version here since someone on IRC asked and said it wasn't obvious which code snippit to use.
This one has my additional function for handling visibility.
... -
9 Apr 2010 11:30 AM
- Replies
- 20
- Views
- 8,752
I also found that my new function didn't properly handle collapsed panels, so i added a quick check for that. Updated code below.
parentsVisible: function(start) {
var current =... -
8 Apr 2010 12:41 PM
- Replies
- 20
- Views
- 8,752
I solved this by adding a new function to the GhostBar superclass called "parentsVisible" which simply accepts a start object and traverses it back up until there is no parent. It checks each step...
-
3 Mar 2010 2:04 PM
- Replies
- 20
- Views
- 8,752
That's what I instantly thought, but remembered how much help I got simply trying to extend my first component(zero), and decided I wouldn't undertake that one.
-
3 Mar 2010 1:12 PM
- Replies
- 20
- Views
- 8,752
In my case I *always* use the plugin inside a shadeable panel.
My hack was to simply check twice and never any higher. Also added a hide for when it fails the test yet it's visible.
The other... -
3 Mar 2010 11:57 AM
- Replies
- 20
- Views
- 8,752
From what I'm finding, this.ownerCt.isVisible() returns true even when it really isnt.
I'm confused because the ghostbar is a plugin to a panel which is inside a tab panel.
When either the... -
3 Mar 2010 10:37 AM
- Replies
- 20
- Views
- 8,752
The new fading is really nice.
I do however still have the bug about ghostbars showing up when a panel with one is collapsed.
The same exact URL I pm'ed you previously shows that behavior in... -
3 Mar 2010 7:43 AM
- Replies
- 20
- Views
- 8,752
I ended up solving the big issue.... All that's remaining is the GhostBar showing up at the top of the screen for containers that are hidden or shaded.
Example to reproduce....
Make two panels... -
2 Mar 2010 12:55 PM
- Replies
- 20
- Views
- 8,752
I've found this tremendously useful and wanted to say thanks!
I'm having a few issues though... when used as a plugin for a Panel that can shade, the toolbar will appear at the top left of the...
Results 1 to 15 of 15
