|
|
|
#1
|
||||
|
||||
|
Quote:
. Last edited by BLACKFIRE69; 14-07-2024 at 01:31. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (20-06-2022) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
FMXInno v1.0.0.2 - Fix 02
Code:
following functions have been fixed. 1. GetDesktopImgColorVCL 2. GetDesktopImgColorFMX 3. FMXColorToVCL 4. VCLColorToFMX 5. SetVCLColorLighter 6. SetVCLColorDarker 7. GetImgColorVCL 8. GetImgColorFMX Last edited by BLACKFIRE69; 14-07-2024 at 01:31. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#3
|
||||
|
||||
|
FMXInno Updates
Code:
* Customizable lock screen. -- AutoMode -- Animations -- Blur Effect -- Custom Font Settings -- Custom positions -- Lockscreen Image -- Lockscreen Text Last edited by BLACKFIRE69; 14-07-2024 at 01:31. |
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#4
|
||||
|
||||
|
FMXInno Updates
Code:
Just added Button sounds and LockScreen lock/unlock sounds. ;) * Button Sounds: 1. Clear Buttons. 2. ClearGradient Buttons. 3. Color Buttons. 4. ColorGradient Buttons. 5. Picture Buttons. 6. WinRound Buttons. 7. FMX Default Buttons. * Custom Dlgs: 1. Exit Page Buttons. 2. DirBrowse Dlg Buttons. 3. StartMenu Dlg Buttons. * LockScreen Sounds: 1. Lock. 2. Unlock. Code:
Examples:
{ Dir Browse Btn }
BrowseBtn.FCreate(FMXForm.Handle, Ns(WizardForm.InnerNotebook.Left + WizardForm.DirBrowseButton.Left),
Ns(WizardForm.InnerNotebook.Top + WizardForm.DirBrowseButton.Top), '&Browse...');
BrowseBtn.BackColor($FF3DFA85, $FF0885EB);
BrowseBtn.GradientPosition(False);
BrowseBtn.OnClick(@BrowseBtnOnClick);
#ifdef ButtonSounds
BrowseBtn.ButtonSounds(ExtractAndLoad('Enter.wav'), '', ExtractAndLoad('Click.wav'));
#endif
{ Dir Browse Dlg }
DirBrowseDlg.FCreate(0, 'Select Install Directory', WizardForm.DirEdit.Text);
DirBrowseDlg.ChangeBckgndClr($00AAFA05);
DirBrowseDlg.Transparency(26);
#ifdef ButtonSounds
DirBrowseDlg.ButtonSounds(ExtractAndLoad('Enter.wav'), '', ExtractAndLoad('Click.wav'));
#endif
{ Exit Page }
ExitMsg.FCreate(FMXForm.Handle, NS(170), ALCrimson, CustomMessage('YesBtn'),
CustomMessage('NoBtn'), CustomMessage('ExitMsg1'), CustomMessage('ExitMsg2'), False, False, False);
ExitMsg.Opacity(0.9);
ExitMsg.YesBtnClick(@ExitYesBtnOnClick);
ExitMsg.NoBtnClick(@ExitNoBtnOnClick);
#ifdef ButtonSounds
ExitMsg.ButtonSounds(ExtractAndLoad('Enter.wav'), '', ExtractAndLoad('Click.wav'));
#endif
{ Lock Screen }
LockScreen.FCreate(FMXForm.Handle, txCenter, True);
LockScreen.AutoActivate(FMXForm.HandleHWND, WizardForm.Handle);
#ifdef LockScreenSounds
LockScreen.LockSounds(ExtractAndLoad('Lock.wav'), ExtractAndLoad('UnLock.wav'));
#endif
Last edited by BLACKFIRE69; 12-07-2022 at 02:20. |
|
#5
|
||||
|
||||
|
Quote:
two additional functions were added if needed. Quote:
FMXInno v1.0.0.2 - Final Release [06/26/22] has been uploaded to the first post. you can download it now. Code:
FMXInno External Plugins: - CLILib v1.0.0.0 - CmdOut v1.0.0.2 - FDownloader_multi v1.0.0.0 - ImgSlideShow v1.0.0.0 - ISArcEx v0.4.0.0 - MFT v1.1.0.0 - Sysfunc v1.0.0.0 - SplitterLib v1.0.0.0 - XBass_f v4.0.0.0 - ZipperLib v1.0.0.0 |
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#6
|
||||
|
||||
|
( just an attempt to test the FMXInno library. this concept was taken from the @hitman797's OLD Installer post.
i won't recreate it with the FMXInno. just to give you an idea of the capabilities of FMXInno. ) . Last edited by BLACKFIRE69; 14-07-2024 at 01:32. |
![]() |
| Thread Tools | Search this Thread |
| 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 |