A couple of little bugs I hope make it into the next beta/final
product.

The numeric stepper does not respond to tab focus properly always
last to get the focus when tabbing regardless of the tab index. I
have only tested this in a title window.

The tree control is all out of wack
Drop indicator not working properly
Calculate the drop index does not give the right location
Very difficult/impossible to drop into an empty folder     
NOTE: These may all be interrelated.

The link drag action does not seem to be working at all (can't get no
action).

The tree is not updating itself when changes to an xml data source
occur (bindable setter getter)


The menu does not show icon from it's data source when attached to a
popupbutton

Example ds = var actionMenuDS:Object = [{label: "Item", icon:"ICO"}]

On the linkbutton the focus rectangle stays visible when used in a
controlbar and state changes/effects occur. I'm thinking it's the
RemoveChild in the state.

When an up-skin is set on the button control and you mouse over the
button it shifts to the left a few pixels. This was seen when used in
conjunction with a style like below, and would not be nessesary if I
could turn off the borders for a button.

.ToolBarButton{
   up-skin: Embed(source="/Shared_Assets/Icons/none.png");
   cornerRadius: 0;
   fillAlphas: 1, 1, 1, 1;
   fillColors: #DCEBFE, #8EB3E7, #FAE38F,#EE9819;
   color: #000000;
   textRollOverColor: #000000;
   textSelectedColor: #000000;
   borderColor: #DCEBFE;
   themeColor: #8EB3E7;
   fontWeight: "normal";
   paddingLeft: 0;
   paddingRight: 0;
   borderStyle: "none";
}

I have a bunch more, but these are show stoppers for some of the ui
stuff I'm trying to do. Some I could work around, or settle for.

I'll add to this thread as I go.

Jason






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to