Op 2011-01-25 11:45, [email protected] het geskryf: > b) It encourages people to write bad code. Example: the well-known > EpikTimer. > > It is a perfect example of a badly written component. It includes > Forms, Dialogs and whatnot in the uses clause, when there is > absolutely no need for them. But by doing so, it creates a dependency on > a GUI when there is no need for one.
BTW: I have already fixed that by submitting a patch some months ago. I split the package in two. One runtime package (totally non gui), and a design time package (which registers with the Lazarus IDE - thus gui dependant). Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
