|
|
|
#1
|
|||||
|
|||||
|
Quote:
Code:
LB1.FCreate(FMXForm.Handle, 'MyShortText');
LB1.AutoSize(True);
LB1.top(NSY(100));
LB1.left(NSX(100));
LB1.TextSetting(False, txLeading, txCenter);
LB1.Text('FMXInno: This is a very long text for Testing FLabel AutoSize.');
Quote:
Code:
LB1.FCreate(FMXForm.Handle, 'MyShortText');
LB1.AutoSize(True);
LB1.top(NSY(100));
LB1.left(NSX(100));
LB1.TextSetting(False, txLeading, txCenter);
LB1.HitTest(True);
LB1.OnClick(@LBOnClick);
LB1.OnMouseEnter(@LBMouseEnter);
LB1.OnMouseLeave(@LBMouseLeave);
//LB1.OnMouseDown(@FormMouseDown); (*Set HitTest = False*)
LB1.Text('FMXInno: This is a very long text for Testing FLabel AutoSize.');
Quote:
Quote:
Quote:
but there's another way. Code:
procedure ConfirmExitMsg(Sender: TObject); begin LockScreen.AutoActivateEnabled(False); MsgForm.Show; end; // ... procedure ExitNoBtnOnClick(Sender: TObject); begin MsgForm.Close; LockScreen.AutoActivateEnabled(True); end; Last edited by BLACKFIRE69; 14-07-2024 at 01:40. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
found out what was going on. Code:
FText must be of type WideString. FText: String; ==> FText: WideString; Code:
Toggle CheckBox updated. now the user has more options. - Rounded corners (optional) (FRounded: Boolean). - Custom colors. - Custom positions for text. etc. replace the old lib and handle.iss files with these. , Last edited by BLACKFIRE69; 14-07-2024 at 01:40. |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#3
|
||||
|
||||
|
Quote:
- Fixed EmptyWizardForm. latest version has been added to the first post... |
|
#4
|
||||
|
||||
|
WPI_CorePack - Script Updated!
Code:
- Browse for disks. - Before/After install: Run executables or bats, Writing ini and Patching files. - XBass_f.dll/ XHashNext.dll/ MFT.exe: Updated, Reduced the file size. (AV no longer pops false positive malware detection on these files.) - Added wFilePatchLib.dll. Last edited by BLACKFIRE69; 14-07-2024 at 01:41. |
| The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (07-11-2022), Gehrman (06-11-2022), Harsh ojha (08-11-2022), houcine80 (06-11-2022), Razor12911 (06-11-2022), ScOOt3r (07-11-2022) | ||
|
#5
|
||||
|
||||
|
Quote:
Code:
* Merged XBass_f and XHashNext into FMXInno lib as suggested. ), Last edited by BLACKFIRE69; 17-11-2022 at 22:30. |
|
#6
|
||||
|
||||
|
FMXInnoSkia v1.0.0.0 - Updates
Code:
* Updated sk4d.dll from v3.4.1(skia v98.1.0) --> v4.0.1(skia v107.0.0) Downloads: FMXInnoSk v1.0.0.0 - Final Release [2022-Nov-11].rar (not compatible with older versions. so don't mess-up) , Last edited by BLACKFIRE69; 14-07-2024 at 01:41. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (12-11-2022) | ||
|
#7
|
|||
|
|||
|
Quote:
|
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
audiofeel (13-11-2022) | ||
|
#8
|
||||
|
||||
|
Quote:
![]() for peeps who love Win11 blur effects, Code:
// function IsOSMatched(const fOsMinimum: DWORD): Boolean; if IsOSMatched(B_WIN11_21H2) and FBlur then // Windows 11 or newer // enable Fluent blur else // regular -------------------------------------------------------------------------- Code:
FMXInno: * Latest update added to first post. [2022-Nov-14] Last edited by BLACKFIRE69; 14-07-2024 at 01:42. |
|
#9
|
||||
|
||||
|
whether the os is Win11 or not is only relevant if the transparent effect is used for the installer.
therefore, i think it's best to do it in the following way. Code:
if IsOSMatched(B_WIN11_21H2) then // Windows 11 21H2 or newer
FMXForm.FCreateFluent(WizardForm.Handle, FDark, False, 0.56, 0)
else
FMXForm.FCreateBlankForm(WizardForm.Handle, ALCrimson, ExtractAndLoad('Installer.png'));
|
|
#10
|
||||
|
||||
|
sorry, i forgot to mention that MinimizeWindowCustomAnimated function doesn't work for FCreateNormal.
|
|
#11
|
||||
|
||||
|
FMXInno + FMXInnoSkia - Updates
The FMXInno v1.0.0.2 (SRC Version: 14.0 - 14.9) is almost done. Quote:
Before moving to the next version, if you need to add anything or any modification in the current version leave it below. The next version (v1.0.0.3) will be released once it's done, but i can tell it won't be anytime soon. ![]() Latest version added to first post. |
|
#12
|
|||
|
|||
|
Hi audiofeel , nothing happens when I run this script
My operating system is Windows 7 64-bit Last edited by Behnam2018; 15-12-2022 at 21:33. |
| The Following User Says Thank You to Behnam2018 For This Useful Post: | ||
audiofeel (15-12-2022) | ||
|
#14
|
||||
|
||||
|
this might work.
in the latest release (22-Dec-15), i removed resources for Windows 7 and Windows 8. ![]() , Last edited by BLACKFIRE69; 14-07-2024 at 01:44. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (16-12-2022) | ||
|
#15
|
||||
|
||||
|
FMXInno - Updates
Code:
* FMXInno is now fully compatible with Windows 10 (except transparency). * DrawFrame is available for every form. (Tested on Windows 10 22H2 x64) Last edited by BLACKFIRE69; 14-07-2024 at 01:44. |
| The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (19-12-2022), audiofeel (16-12-2022), ffmla (19-12-2022), Harsh ojha (18-12-2022), hitman797 (16-12-2022), Razor12911 (17-12-2022) | ||
![]() |
|
|
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 |