Can those methods be overloaded? Kept, but replaced with identical methods that do internally a conversion to fpc methods?
On Sun, Mar 21, 2021 at 7:40 PM vasi vasi <[email protected]> wrote: > Understood... thank you for explaining this! > > On Sun, Mar 21, 2021 at 7:33 PM fredvs <[email protected]> wrote: > >> > Fred, if your application made for aarch64 wants to create files on >> disk, >> is that working? >> ... >> Follow of previous post. >> >> So, to be sure to not have any problems, better to be careful with the use >> of the mse "sta" files. >> The mse "sta" files if a very good feature, for each widget there is a >> "statfile" property. >> When you assign it to a "sta" file, at close, automatically the value of >> widget will be saved in the stat file (like position and size, etc). >> >> And when you load the application, that "stat" file is read and set the >> saved values for eachwidget. >> >> It is what the INI file does for other applications. >> >> But the mse "statfile" feature uses all the mse methods to access files. >> So maybe it is safer to use something like fpgini to save all that data >> (but >> is is much more work). >> >> Fre;D >> >> >> >> ' >> >> >> >> -- >> Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ >> >> >> _______________________________________________ >> mseide-msegui-talk mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk >> > > > -- > Vasi > -- Vasi
_______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

