[Gambas-user] App icon question

T Lee Davidson t.lee.davidson at gmail.com
Tue May 30 22:12:14 CEST 2023


On 5/30/23 11:57, Marco Ancillotti wrote:
> 
> Ok , is there a way for the icon ?
> 

Well, yes. The '-l' option should also list the name of the icon file if there is one. You can then use the '-x' option to 
extract it for loading into app2 if needed.


> Il 29/05/23 17:10, T Lee Davidson ha scritto:
>> 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