On Wed, Oct 14, 2015 at 11:07 AM, FreeMan <[email protected]> wrote: > I need some help that, 'cos I'm no any idea about lazarus code, class etc. > - for export&import which file has in? > - is any help about for classes? (will be fast puzzle for me > - Have you any improve idea about that?
Export and import use the same code that saves and loads environment options. You can look how export/import for desktops is done in the desktop manager. You can also look at the obsolete code for buttons in "General" page in environment options window. My only idea is to delete the export/import buttons from the "General" page. I personally don't need more detailed export but I can commit such code if somebody implements it. You must figure out how small portions of the settings you want, then divide the save/load code into smaller methods and then create a GUI for it. Easy piecy. :) Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
