|
#226
|
||||
|
||||
|
Quote:
. Last edited by BLACKFIRE69; 14-07-2024 at 01:57. |
| Sponsored Links |
|
#227
|
||||
|
||||
|
@BLACKFIRE69, I don't follow your project very much, but I have a question.
Is it possible to define shadows in the labels and define a position for them with respect to the text like in CIU? If you still don't have support for this, it would be interesting to have X and Y options to move the shadow with a default value of 1px position in relation to left and Top, or parameters for X and Y position for the shadow, with the default position being the shadow exactly in the position of the text. Code:
procedure ShadowSetting(FColor: Integer; FOpacity, FSoftness: Single; FPosX, FPosY: Integer); |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
BLACKFIRE69 (19-04-2023) | ||
|
#228
|
||||
|
||||
|
hi, blackfire69,
thank you for everything you give to this community. In fact I learned a lot from you. thank you. Last edited by hitman797; 19-04-2023 at 20:11. |
| The Following 4 Users Say Thank You to hitman797 For This Useful Post: | ||
|
#229
|
||||
|
||||
|
FMXInno - Optional Updates
Code:
* Synthesizing user input is made easy with FMXInno's support for generating keystrokes, mouse motions, and button clicks. Examples: Code:
Keyboard: Press Win + X
{ Method 1 }
VirtualAction.PressedKey(vkLWin); // Left Win
VirtualAction.PressKey(vkX); // X
VirtualAction.ReleasePressedKey(vkLWin);
VirtualAction.Flush;
{ Method 2 }
VirtualAction.PressedShiftKey([F_ssWin]); // Left\Right Win
VirtualAction.PressKey(vkX);
VirtualAction.ReleasePressedShiftKey([F_ssWin]);
VirtualAction.Flush;
{ Method 3 }
VirtualAction.CallShortcut([F_ssWin], vkX);
VirtualAction.Flush;
Code:
Mouse: Click on Btn[3]
// New MousePos: Btn[3] center.
VirtualAction.FormMouseMove(Round(Btn[3].GetLeft + Btn[3].GetWidth / 2),
Round(Btn[3].GetTop + Btn[3].GetHeight / 2));
VirtualAction.MouseClick(mbLeft);
VirtualAction.Flush;
. Last edited by BLACKFIRE69; 14-07-2024 at 01:57. |
|
#230
|
|||
|
|||
|
thanks for your work.I have a question, how can I use the Lizard installation with DiskSpan GUI?
|
|
#231
|
||||
|
||||
|
Quote:
that's awesome, dude!
|
|
#232
|
||||
|
||||
|
Blackfire69. There was a question on Downloader_Example_SingleThread.iss. From version 6.0.5 to 6.2.2 it gives the same error. Could you see what's wrong?
|
|
#233
|
||||
|
||||
|
Quote:
Updated ISS, tested with innosetup v6.2.2. . Last edited by BLACKFIRE69; 14-07-2024 at 01:58. |
|
#234
|
|||
|
|||
|
audiofeel
Hello, thank you so much for your hard work, how beautiful and beautiful If you don't mind making this script, I will archive all your scripts because they are beautiful and beautiful. I have already posted the executable file. |
| The Following User Says Thank You to Behnam2018 For This Useful Post: | ||
audiofeel (24-04-2023) | ||
|
#235
|
||||
|
||||
|
Last edited by crachlow; 26-04-2023 at 11:37. |
|
#236
|
|||
|
|||
|
Quote:
I tried to replace the normal PNG image, but the error still appears. Is it related to my operating system being in Chinese? |
|
#237
|
|||
|
|||
|
Last edited by TEAmo; 25-04-2023 at 09:04. |
|
#238
|
|||
|
|||
|
Hi, this script is muted by default. You can turn it on in this script
|
|
#239
|
||||
|
||||
|
Quote:
Code:
Added new property. - FRadioButton.GroupName Last edited by BLACKFIRE69; 14-07-2024 at 01:58. |
|
#240
|
||||
|
||||
![]() ![]() ![]() Quote:
DSG functionality has been added by Cesar82. Last edited by BLACKFIRE69; 02-09-2023 at 09:16. |
![]() |
|
|
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 |