[flexcoders] Looping over a tree and selecting an entry

2005-09-14 Thread Kai König
Hi folks, I want to have a tree with the functionality of preselecting a particular entry. So I'm working myself through all the nodes and leafs, which is working fine. But it seems, that I just can set the .selectedNode property on nodes or leafs which are already visible or opened. Is that corr

Re: [flexcoders] Changing the wrongLengthError in a DateValidator

2005-08-18 Thread Kai König
Code, defaultMessage, subfield); MK> } MK> } MK> Only thing you need to do is catch the wrongLength error and re-write the MK> error message yourself. MK> -Mika MK> -Original Message- MK> From: flexcoders@yahoogroups.com MK> [mailto:[EMAIL PROTECTED] On MK>

Re: [flexcoders] Changing the wrongLengthError in a DateValidator

2005-08-18 Thread Kai König
yahoogroups.com MC> [mailto:[EMAIL PROTECTED] On Behalf Of Kai König MC> Sent: Wednesday, August 17, 2005 6:56 AM MC> To: flexcoders@yahoogroups.com MC> Subject: [flexcoders] Changing the wrongLengthError in a DateValidator MC> Hi all, MC> another validator-related question: MC>

[flexcoders] Changing the wrongLengthError in a DateValidator

2005-08-17 Thread Kai König
Hi all, another validator-related question: Having to validate for a date using a DateValidator, the requirements are to just deliver one validation message if the validation fails. Following the concept, I'd have to add a long list of attributes to my validator call, as in: So we thought it m

[flexcoders] Validation TextInput

2005-08-17 Thread Kai König
Hi all, I want a bunch of TextInputs within a form to be required and to validate against a common mx:Validator. This works fine in general, but the customer wants that the validation comes up even if someone just sets the focus to the particular TextInput, doesn't type anything and immediately re

Re: [flexcoders] Re: SAP to embed Flex in NetWeaver and NetWeaver Visual Composer...

2005-04-26 Thread Kai König
t; > R&Date=20050426&ID=4395937 >> > >> > >> > >> > Eric Guesdon / Capgemini / France >> > Consultant Technology Senior / Technology Services >> > tel : 01 49 01 86 87 >> > cel : 06 62 61 69 72 >> > http://www.capgemini.

[flexcoders] SAP to embed Flex in NetWeaver and NetWeaver Visual Composer...

2005-04-26 Thread Kai König
This might become really huge: http://www.sap.com/company/press/press.epx?PressID=4519 http://www.bloginblack.de/archives/000649.cfm Cheers Kai Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this grou

Re[4]: [flexcoders] Re: Required validation doesn't work...

2004-05-13 Thread Kai König
Hi Matt, MC> Hope this clarifies things, yes, it sure does! Thanks for that! Let me just comment on you, because I couldn't fully agree with you ;) Let's imagine a form in the context of the order processing of a shopping cart. When the user follows the process, why should he leave a certain fie

Re[2]: [flexcoders] Problem with Umlauts in external AS files

2004-05-13 Thread Kai König
Dirk, Yukari, sorry Dirk, it even works in my German enviroment ;-) I'm running MS IE 6.0.2800.1106.xpsp2.030422-1633 on Win XP with the latest Flash Player 7. My mxml page rendes in UTF-8, but even if I switch the browser to ISO, traditional chinese etc. it doesn't change the umlauts... Cheers K

Re[2]: [flexcoders] Re: Required validation doesn't work...

2004-05-12 Thread Kai König
Hello Dirk and Susan, in my case it even doesn't do anything. It doesn't do any validation, I left all to be validated fields empty and was able to tab around the field, sending the form etc. Cheers Kai >> Can you point me to which snippet of code doesn't work? I >> tried the code on pg. 582 o

Required validation doesn't work...

2004-05-11 Thread Kai König
Folks, I ran into a non-working validation, no idea what might be wrong in my code: ... {server_ti.text} {username_ti.text} {password_ti.text} ... ... where the RequiredFieldValidator is just the one from the Flexstore: class RequiredFieldValidator extends mx.validators.V