#271
|
||||
|
||||
Wow! Cool installer. Who made it? And is it possible to repeat it? that's the question
__________________
steamcommunity.com/id/lilbabushka/ |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
Masquerade (22-03-2023) |
Sponsored Links |
#272
|
||||
|
||||
Quote:
![]() ![]() |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
audiofeel (22-03-2023) |
#273
|
||||
|
||||
![]() Quote:
Added OnMouseWheel event for FMXForm and Trackbar. let me know if you need OnMouseWheel event for other components as well. . |
#274
|
||||
|
||||
Quote:
![]()
__________________
steamcommunity.com/id/lilbabushka/ Last edited by audiofeel; 22-03-2023 at 11:46. |
#275
|
||||
|
||||
Here, a little higher, a user under the nickname Behnam2018 posted a screenshot with the installer. An experienced eye will notice that the fonts that should be displayed are not displayed there. Most likely, Behnam2018 is installed "Windows7". On it, with the "temporary" installation of fonts, small problems sometimes arise. As a temporary solution, I propose this.
Code:
function InitializeSetup(): Boolean; var ResultCode: Integer; begin if not FontExists('My Font') then begin ExtractTemporaryFile('MyFont.ttf'); ExtractTemporaryFile('FontReg.exe'); Exec(ExpandConstant('{tmp}\FontReg.exe'), '/copy', '', SW_HIDE, ewWaitUntilTerminated, ResultCode); end; Result:= True; end;
__________________
steamcommunity.com/id/lilbabushka/ Last edited by audiofeel; 22-03-2023 at 14:01. |
The Following 3 Users Say Thank You to audiofeel For This Useful Post: | ||
#276
|
|||
|
|||
![]()
made BY KaOs Repack
|
#277
|
||||
|
||||
No, made by audiofeel, as written in credits, and thanks to BLACKFIRE69 for the IsArcEx and FMXInno libraries!
|
The Following 3 Users Say Thank You to Masquerade For This Useful Post: | ||
#278
|
||||
|
||||
![]()
FMXInno v1.0.0.2 - Updates
Code:
* Now almost all components are ready to work with FXPacker and FXStream. . |
#279
|
||||
|
||||
Quote:
Perhaps the calculation of the size of components will also be implemented there
__________________
steamcommunity.com/id/lilbabushka/ Last edited by audiofeel; Today at 15:42. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
hitman797 (Today) |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
Windows Phone Installer Enhanced Mod (HMI 7.2 Final) | Chayan Manna | Conversion Tutorials | 93 | 02-10-2019 12:42 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |