problems using reflex in mxml

11 views
Skip to first unread message

elffikk

unread,
Feb 23, 2011, 6:35:06 AM2/23/11
to Reflex Platform
hi Ben,
thank you for improving reflex
a few wishes of mine

1) please add
[Style(name="left")]
[Style(name="right")]
[Style(name="top")]
[Style(name="bottom")]
[Style(name="horizontalCenter")]
[Style(name="verticalCenter")]
to the TextFieldDisplay class
for using in mxml
<rx:TextFieldDisplay top="5" left="5" />

2) please make Bind to implement IMXMLObject, now it is commented
public class Bind // implements IMXMLObject
I also use it in mxml, I see this as an advantage over xtylers
DataBind

3)

<rx:behaviors>
<rx:SlideBehavior direction="horizontal" />
</rx:behaviors>

SlideBehavior works in mxml only if I comment updateUILayout in
constructor

public function SlideBehavior(target:IEventDispatcher = null,
direction:String = "horizontal", page:Boolean = false) {
super(target);
this.direction = direction;
this.page = page;
//updateUILayout();
}


Ben Stucki

unread,
Feb 23, 2011, 1:57:58 PM2/23/11
to reflex-...@googlegroups.com
Thanks for the feedback. I'll see what I can do in the next few days to get these done.
Reply all
Reply to author
Forward
0 new messages