Launcher

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1315
Joined: Sun May 14, 2017 1:48 am

Launcher

Post by AZJIO »

Launcher

Download (Windows): yandex upload.ee
Download (Linux): yandex upload.ee

Windows (another screenshot: 1, 2, 3)
Image

Linux
Image


Linux -> DBar
Image
Last edited by AZJIO on Sat Jul 09, 2022 10:35 am, edited 20 times in total.
AZJIO
Addict
Addict
Posts: 1315
Joined: Sun May 14, 2017 1:48 am

Re: Launcher

Post by AZJIO »

Update (Windows)
Added the BitsHide = 32 (or 64) parameter. These buttons will be hidden on the specified OS.
If the screen size (600) is smaller than the specified window size (800), then a recalculation will occur and the buttons will decrease in size.

An additional package (Launcher_Uni) includes the display of the frame of the active button. Algorithm improvement and optimization (+5.5 kb).
BorderW=2
BorderColor=FF9900

Added an option with custom button drawing (Launcher-OWNER)
[gui]
BCbg=444444
BCbg2=222222
BCtxt=dddddd
BCtxt2=FF8800
BCfr=0099FF

Image
AZJIO
Addict
Addict
Posts: 1315
Joined: Sun May 14, 2017 1:48 am

Re: Launcher

Post by AZJIO »

Update (Windows)
Added custom button color for Launcher-OWNER (color=550000).
For WindowsXP, forced Wow64EnableWow64FsRedirection to be disabled because it doesn't exist (bug fix).
The sequence of the missing ini-file dialog has been restored.
Post Reply