#16
|
||||
|
||||
FMXInno Update
Update available!
what's new Quote:
ScreenShot: Last edited by BLACKFIRE69; 14-07-2024 at 01:29. |
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (17-02-2022), FIFA_LOVER (16-02-2022), Gehrman (17-04-2022), Harsh ojha (15-02-2022), hitman797 (15-02-2022), ScOOt3r (15-02-2022) |
Sponsored Links |
#17
|
||||
|
||||
help anyone who can. I'm making a version of this installer without "is done". it is not possible to make a progress bar. it costs zero percent
|
#18
|
||||
|
||||
what would inno setup look like if you put skin win11 on it
Last edited by audiofeel; 06-03-2023 at 07:20. |
#19
|
|||
|
|||
Please Script
Nice Installer
Thanks Please Script |
#20
|
||||
|
||||
Windows 11 Fluent Design for Inno
is based on the project of the user BLACK FIRE 69 + IsArcEx v0.4. works only on Win 11 did not use "Fixed for higher DPI values. ((New Scalper v2.0)" if necessary, replace scaleX, scaleY with NS --selection of components (if they are not on the path, then the checkbox Enabled: =false) Last edited by audiofeel; 06-03-2023 at 07:20. |
The Following 5 Users Say Thank You to audiofeel For This Useful Post: | ||
ADMIRAL (14-05-2022), BLACKFIRE69 (30-04-2022), Gehrman (30-04-2022), Harsh ojha (29-04-2022), Valtus (04-06-2022) |
#21
|
|||
|
|||
Thanks
|
#22
|
||||
|
||||
Greet work and nice look
__________________
The world has become so cruel that the animal has become nicer than humans |
The Following User Says Thank You to houcine80 For This Useful Post: | ||
BLACKFIRE69 (04-05-2022) |
#23
|
|||
|
|||
Please disable the message
Please disable the message Please disable the message in Windows 7
|
#24
|
||||
|
||||
sorry, FMXInno.dll plugin doesnt work on older versions of windows.
|
#25
|
||||
|
||||
#define DoCalculation(Str AExpr)
|
#26
|
||||
|
||||
Quote:
Code:
function InitDiskUsage: FDiskUsage; // DISK FDiskUsage = interface(IUnknown) '{08403E71-113A-4F88-960F-36296CB8AAA1}' procedure SetDir(Const ADir: String); function DiskLoad: Cardinal; function TotalSpace: Double; function FreeSpace: Double; function UsedSpace: Double; end; |
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (10-06-2022) |
#27
|
||||
|
||||
FMXInno v1.0.0.1 - update
Update!
Code:
- Added a blank form. - Added new effects. - Added translucent objects. - Integrated a HTTP Client API. - Updated classes. - Updated image slideshow. Last edited by BLACKFIRE69; 14-07-2024 at 01:29. |
#28
|
||||
|
||||
please make examples of "SysFunc.iss". especially interested in "function BrowseDirModern". and one more question...why does the "FDirBrowse" already have a path "C:\Program Files (x86)" and can't apply {code:nosd} ? and the last question, I could not apply the font through "function AddFontResource" if it is not difficult I would like to see how you do it. and how to implement the counting of all the selected components and if the space is not enough then warn. thanks again in advance.
|
#30
|
||||
|
||||
Quote:
Quote:
FMXInnoDLL v1.0.0.1 + Fix (Lib Only) Code:
[Setup] ... DefaultDirName ={code:DefMyPath}\Inno Example with FMXInno Library ... {Code] ... function DefMyPath(Param: String): String; begin Result:= ExpandConstant('{win}'); end; ... procedure FMXDesigning; begin ... { Dir Browse Dlg } DirBrowseDlg.FCreate(0, 'Select Install Directory', WizardForm.DirEdit.Text); ... end; Last edited by BLACKFIRE69; 14-07-2024 at 01:30. |
The Following 8 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (12-06-2022), audiofeel (11-06-2022), Cesar82 (12-06-2022), Gehrman (11-06-2022), Harsh ojha (23-06-2022), houcine80 (11-06-2022), Razor12911 (19-06-2022), ScOOt3r (11-06-2022) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
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 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |