You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the Google Code FlexLib project.
|
|
|
WindowShade2 resizing
|
| |
I am working on an application that has a main view containing a
VGroup of WindowShade2 views, There is a scroller wrapped around the
VGroup. The WindowShade2 views header bar are sized to be to the right
edge of the outer view ( minus padding of 10).
In this group, the WindowShade2 views are defaulted to closed. As the... more »
|
|
Strange Grey Bars in ScheduleViewer Component
|
| |
We use a ScheduleViewer component with a ListCollectionView based dataProvider that creates ScheduleEntries on the fly from our domain objects (using an overridden getItemAt method). We also use custom ScheduleEntryRenderers.
For the most part, this works just fine, except sometimes, after modifying... more »
|
|
Flex 3 vs. Flex 4
|
| |
Is there any difference between FlexLib 2.5 for Flex 3 compared to the one for Flex 4?
|
|
flex component lib
|
| |
I have trouble getting through automatic thumbnailing lib flex mdi windows and inside I'm using the panel .. which another component that could be using??
|
|
Ghost images when resized.... in gradient renderer
|
| |
override protected function updateDisplayList(unscaledWidt h:Number,
unscaledHeight:Number):void
{
super.updateDisplayList(unscal edWidth, unscaledHeight);
if (gradientChanged)
{
var fillColors:Array = getStyle("fillColors");
var cornerRadius:int = getStyle("cornerRadius");... more »
|
|
SWFLoader
|
| |
Hi All, We have a code runtimeloader.mxml that loads my SWF (appl.SWF) using SWFLoader. Now appl.SWF makes few calls to external webservice for loading dynamic data. When the runtimeloader tries to load appl.SWF only the static contents are loaded and the dynamic contents that come from webservice are not loaded. But a call is made to the webservice. I doubt a... more »
|
|
Spark textinput
|
| |
HI All, I am working on migrating promptTextInput from flexLib to spark textinput i have a query * private* *var* _promptFormat:String = *'<font color="#999999"><i>[prompt]</i ></font>'*; now i want to enable TLF on this and use it like this promptField.htmlText = _promptFormat.replace( */\[prompt\]/g*,... more »
|
|
prompt TextInput issue
|
| |
HI All,
I am using promptTextInput component from FlexLib. however i could
see
private var _promptFormat:String = '<font color="#999999"><i>[prompt]</
i></font>';
this property is hardcoded here i want to fetch fontColor through css.
secondly i could see updateDisplayList using [Prompt] property in... more »
|
|
Flexmdi disable focus event on a window
|
| |
Hi,
I am using flexmdi and i do not see any option to disable the focus on
a window.
I have 3 windows. one window is bigger than the remaining two. I do
not want two of these small windows to go behind the bigger window
when i focus on it. So, i want to disable the focus on bigger window .... more »
|
|
TreeGird : Changing the dataprovider 'on the fly'
|
| |
Is there a good way to change the dataprovider without removing/
destroying the TreeGrid it from the display, creating a new with a new
dataprovider and adding it back to the display?
If you have multiple datasources (or want load the same one from a
different external source) you end up with a chain of errors starting... more »
|
|
|