#331
|
||||
|
||||
@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) |
Sponsored Links |
#332
|
||||
|
||||
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: | ||
#333
|
||||
|
||||
FMXInno - Optional Updates
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. |
#334
|
|||
|
|||
thanks for your work.I have a question, how can I use the Lizard installation with DiskSpan GUI?
|
#335
|
||||
|
||||
Quote:
that's awesome, dude! |
#336
|
||||
|
||||
The Following 2 Users Say Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (24-04-2023), hitman797 (24-04-2023) |
#337
|
||||
|
||||
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?
|
#338
|
||||
|
||||
Quote:
Updated ISS, tested with innosetup v6.2.2. . Last edited by BLACKFIRE69; 14-07-2024 at 01:58. |
#339
|
|||
|
|||
thank you
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) |
#340
|
||||
|
||||
No. This is a private script
|
#341
|
||||
|
||||
Last edited by crachlow; 26-04-2023 at 11:37. |
#342
|
|||
|
|||
Quote:
I tried to replace the normal PNG image, but the error still appears. Is it related to my operating system being in Chinese? |
#343
|
||||
|
||||
the png file is corrupted
|
#344
|
|||
|
|||
Last edited by TEAmo; 25-04-2023 at 09:04. |
#345
|
||||
|
||||
There's a small problem with the FRadioButtons
@BLACKFIRE69
There's a small problem with the FRadioButtons. They switch each other but belong to different components. And even being on different FCustomPage, they continue to influence each other. What should I do? I attach a file for demonstration Last edited by audiofeel; 27-12-2023 at 10:07. |
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 |