flex-actionscript: Category
Category: flex-actionscript
Making a custom datagrid scrollbar? I hope the width=16…
Posted At: February 2, 2011 10:29 PM | Posted By: Steve Zimmers
Related Categories: flex-actionscript
Datagrid item editors and dynamic behavior (part 3/3)
Posted At: March 12, 2008 4:37 AM | Posted By: Steve Zimmers
Related Categories: flex-actionscript
we’re ready to wrap up our functionality now. in part 1, we defined our problem (validated error reporting in a datagrid cell, plus dynamic validation characteristics) and made a first attempt at a solution. in part 2, we improved our error handling in the cells. now, in part 3, we’ll expand our validation logic beyond valid numbers to range checking based on other XML data in the row. this will fulfill our task of creating item editors with dynamic behavior. More
Datagrid item editors and dynamic behavior (part 2/3)
Posted At: March 3, 2008 7:09 PM | Posted By: Steve Zimmers
Related Categories: flex-actionscript
picking up from where we left off in part one, now we want to to improve our user notification when they enter a bad value in our datagrid. previously, we jumped out of the cell and left it blank. ideally, we want our cell, whose itemEditor is a derived class of TextInput, to behave like a TextInput with bad data. i.e. we would like a red border and an errortip. More
Datagrid item editors and dynamic behavior (part 1/3)
Posted At: February 27, 2008 2:56 AM | Posted By: Steve Zimmers
Related Categories: flex-actionscript