[Gambas-user] App icon question
T Lee Davidson
t.lee.davidson at gmail.com
Mon May 29 17:10:07 CEST 2023
On 5/29/23 09:39, Marco Ancillotti wrote:
> Hi all,
>
> I have a gambas app ( app1.gambas ) compiled and working.
>
> I write a second app ( app2.gambas ) , is there a way to read app name and app icon of the first app from the second one ?
>
> Thank's,
> marco.
You can Shell out to gba3 to access that info and files.
Use the '-l' option to list the files in the executable archive.
Then use the '-x' option to extract individual files of interest.
The project title is in the ".project" file.
--
Lee
More information about the User
mailing list