[flexcoders] trapping a right click on a column header

2007-01-22 Thread DJ Lift
Hey there, Can anyone point me in the right direction to track a right-click (or control-click) on a column header in a datagrid? Is this even possible? Thanks, Mark

[flexcoders] RegExp Validator

2006-11-17 Thread DJ Lift
Hey there, I'm trying to use a standard regular expression in a RegExpValidator. Here's the validator markup: mx:RegExpValidator id=newPasswordValidator expression=[a-zA-Z0-9]{6,8} source={newPassword} property=text requiredFieldError=This fields is required.

[flexcoders] 2 questions

2006-11-02 Thread DJ Lift
Hi there, Have some questions about the best practice way of designing apps. I'm building a simple email server preferences application. And I've created two components. One for handling the login (which hits amfphp and ldap on the backend) and one for loading and changing/saving the user

[flexcoders] input type=reset

2006-11-02 Thread DJ Lift
Hey there, Is there something in flex that's similar to the input type=reset in html? So that all the form fields will reset to the values they were created with? Or do you have to program this yourself? Thanks, mark -- Flexcoders Mailing List FAQ:

[flexcoders] Anyone have any problems using Clean... in FlexBuilder 2 Mac Beta?

2006-11-01 Thread DJ Lift
I just tried to Clean... my project, and now I can't build any more because it says that the bin/myapplication.html file is missing. In fact, there is nothing in the bin directory any more. I've even tried to create new projects and i get the same issue. I'm going to reinstall flex builder

[flexcoders] AutoSuggest TextField

2006-09-14 Thread DJ Lift
Hey there, Has anyone seen any auto suggest style text fields for flex? Similar to what google is doing? Thanks, mark -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] HTTPService Result to ArrayCollection

2006-08-29 Thread DJ Lift
Hi there, I'm new and I don't understand something :) Hopefully someone can help me out. I have a datagrid that I am attempting to populate. I've been able to successfully populate the grid with xml from and HTTPService with no problem. But now I want to be able to filter and create specific