Datagrid editing and Flex Do you know of a good resource that helps creating editable datagrids with Flex? Not with another text field where the user has to edit the text. The editing should happen in-place. If there is a resource, great! Otherwise we will write up something. We have learnt a lot of things figuring out ways to […]
Unable to connect to endpoint – Flash Webservice problem When you get “Unable to connect to endpoint” errors in Flash while using a web service, here are a few things you can check up: If you are passing complex data, make sure you use classes on the backend. And not associative arrays. If there is any problem on the web service, you may get […]
Automatically focussing on the text field with Flash One of the important usability lessons is to set the cursor focus on an appropriate control when the webpage is loaded. So you would set the focus to the username textfield on the login page by default. This is very easy to do in JavaScript. Not so cleanly in Flash. We wanted to do this […]
Flex Datagrid Editing If somebody has a simple solution to this, do let me know! My head is currently spinning trying to figure out how to make an editable datagrid in Flex 2 Alpha 1. All the examples of this show a datagrid, a collection of text boxes and a few buttons. Selecting an item in the DataGrid […]
Macromedia releases Flex 2 alpha – looks very promising The Macromedia MAX 2005 conference concluded recently. Macromedia announced Flex 2 public alpha too and Flex 2 looks very promising. The biggest things to note are: You can now build Flex based RIA without the Flex server The bundle includes FlexBuilder 2, an Eclipse based IDE to create Flex apps Flex 2 charting components Flash […]