wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Added the ability for the DockableToolBar's Floating Window to have it's own style instead of using TitleWindow's. #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
You should be able to style the DockableToolBar's floating window without
changing the look of any other components that uses the TitleWindow.

What version of the product are you using? On what operating system?
flexlib-2.3.1

Please provide any additional information below.
I had made changes on the DockableToolBar to have this ability. Attached
are the code and the css.

Original issue reported on code.google.com by jason.si...@gmail.com on 3 Feb 2008 at 7:19

Attachments:

GoogleCodeExporter commented 9 years ago
Change:

floatingWindow.styleName = floatingWindowStyleName ? floatingWindowStyleName : 
this;

to

floatingWindow.styleName = floatingWindowStyleName;

Original comment by jason.si...@gmail.com on 4 Feb 2008 at 12:56

GoogleCodeExporter commented 9 years ago

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 4:39

GoogleCodeExporter commented 9 years ago

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 4:42