On 17/03/2008, ik <[EMAIL PROTECTED]> wrote: > I find it weird a bit, but I also see the power in it.
I think it will be very handy! Currently you assign a hard-coded string like 'Hello' to a button's caption and then later in your code you need to write something like MyButton.Caption := rsHello; just to replace what the Object Inspector did the first time round. This seems like a waist. Why couldn't the Object Inspector use the resource string in the first place. One issue that might come up in Lazarus (not fpGUI) is a question of timing. What if rsHello is assigned before correct localization was loaded. fpGUI does localization handling in Application.Initialize Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
