Is this not a compile-time setting? ie. You're editing code with VAJ, but you will finally compile this code, and it will populate the Label with whatever String was present at compile time. You can always have your string set at runtime, by reading some configuration data. Thus your text would be set to some default setting in your config file. -----Original Message----- From: F. Donckels [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 11:14 To: Advanced Swing (E-mail) Subject: [IDE related] VAJ, visual composition, code generation and proper ties Hello, This is not really advanced-swing related, but I have not access to newsgroups anymore. Let's assume I have a visual property Key which is a String, used to consult a dictionary to translate labels. When VAJ drops a JLabel in a visual composition, it always generate code like "ivjJlabel1.setText('JLabel1');" Thus, this property being set by VAJ could be in conflict with any text set using the dictionary. How could I be sure that my Key property would be set last, or at least after any other relevant property in the generated code? Or is there a better way to do this? Thanks for any hint, Frédéric _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing ********************************************************************** This email is intended only for the addressee. This email and any files transmitted with it may contain confidential or privileged information. If you are not the named addressee or the person responsible for delivering the message to the named addressee, please contact [EMAIL PROTECTED] This email has been scanned by MAILsweeper. ********************************************************************** _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
