On Fri, 11 May 2012 18:01:32 +0200 Krzysztof <[email protected]> wrote: > Hmm. Is an easier way? The point is that my package with visual > controls, has subcatalog "styles". In design mode, when user open > style manager (double click on control) then I would like to display > all files in that directory. For the first time I could ask the user > for the path to the package, but where then save this path? In > Lazarus's home directory?
At designtime you can find the package directory easily: uses MacroIntf; // package IDEIntf Dir:='$PkgDir(YourPkgName)'; IDEMacros.SubstituteMacros(Dir); Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
