#406
|
||||
|
||||
@BlackFire69. Thanks for the emergency fix.
https://youtu.be/q2jW1hAfZ_s |
The Following 3 Users Say Thank You to crachlow For This Useful Post: | ||
Sponsored Links |
#407
|
||||
|
||||
![]()
FMXInno Dev
can you perform a test with the given conditions and let me know if the scaling is accurate or not? 1. in 2k..8k monitors. 2. with Higher DPI values. . Last edited by BLACKFIRE69; 02-09-2023 at 10:11. |
#408
|
|||
|
|||
I'm really looking forward to the functionality of playing videos in the background of the installer window. This means the installer window, similar to the background image of the form to make a background video of the form. So that the elements can be placed on top of the video background.
Last edited by Tihiy_Don; 01-08-2023 at 00:45. |
#409
|
||||
|
||||
Quote:
@audiofeel, don't go beyond that. the given DLL file is not completed and is in development stage. so just tell me about the given example (_TestSpace.iss). |
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
hitman797 (01-08-2023) |
#410
|
||||
|
||||
OK. A frame appeared at the top of the form. The window appears not in the center of the screen but in the upper left corner. Buttons on "FExitMsg" do not scale. Missing space to the right and bottom.
__________________
https://t.me/FMXInno Last edited by audiofeel; 27-12-2023 at 11:07. |
The Following 2 Users Say Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (01-08-2023), hitman797 (01-08-2023) |
#411
|
||||
|
||||
![]()
FMXInno Update - 2023-July-31
Code:
* Updated to the Hotfix-02. * Added new property for the FMXForm. - procedure CanvasQuality(FCanvasQuality: TCanvasQuality); * Updated ISArcEx. - CurrentFile in the callback function won't be empty. The first post has been updated. |
#412
|
||||
|
||||
![]()
Update available!
Code:
* Some improvements. Last edited by BLACKFIRE69; 14-07-2024 at 03:01. |
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (12-08-2023), audiofeel (02-08-2023), hitman797 (04-08-2023), Lord.Freddy (02-08-2023), ScOOt3r (02-08-2023) |
#413
|
||||
|
||||
#BLACKFIRE69
You have added a check for "OnClick" in "FToggleCheckBox". I guess it doesn't work properly. I want to create a "FToggleCheckBox" as a "FRadioButton" (so that each time I don't pick up a style file, but just paint "FToggleCheckBox"). I can not. In my opinion, the check for "OnClick" does not work.
__________________
https://t.me/FMXInno Last edited by audiofeel; 27-12-2023 at 11:07. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
hitman797 (04-08-2023) |
#414
|
||||
|
||||
Quote:
sorry, my mistake. ![]() furthermore, comment out the following lines. Code:
procedure CommonOnClick(Sender: TObject); begin case Sender of TObject(Chck[1].GetObject): if Chck[1].IsChecked then begin //Chck[1].SetChecked(False); Chck[2].SetChecked(True); end else begin //Chck[1].SetChecked(True); Chck[2].SetChecked(False); end; TObject(Chck[2].GetObject): if Chck[2].IsChecked then begin //Chck[2].SetChecked(False); Chck[1].SetChecked(True); end else begin //Chck[2].SetChecked(True); Chck[1].SetChecked(False); end; end; end; . Last edited by BLACKFIRE69; 14-07-2024 at 03:01. |
#415
|
||||
|
||||
Quote:
Thanks for the quick fix ![]()
__________________
https://t.me/FMXInno |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (13-08-2023) |
#416
|
|||
|
|||
Hello, I am new to repackaging and inno setup, how should I use your plug-in? I downloaded it and tried to run the script, but the following error always popped up. It is an error in the [code] section of the FMXInnoHandle.iss script. Excuse me. How to solve it? In addition, I am using Windows7, does this have something to do with the system?
https://postimg.cc/5j6K7BSg Last edited by Ning; 08-08-2023 at 05:53. |
The Following User Says Thank You to Ning For This Useful Post: | ||
Behnam2018 (09-08-2023) |
#417
|
||||
|
||||
Quote:
|
#418
|
||||
|
||||
![]() Quote:
the following classes are now included. Code:
* Viewports: TViewport3D * 3D Scene: TCamera TLight TDummy * 3D Layers: TLayout3D TBufferLayer3D TSolidLayer3D TImage3D TLayer3D TTextLayer3D * 3D Shapes TPlane TDisk TCube TSphere TCylinder TRoundCube TCone TGrid3D TText3D TRectangle3D TEllipes3D Code:
* Controls TTabControl TTabItem * Materials TColorMaterialSource TTextureMaterialSource TLightMaterialSource . Last edited by BLACKFIRE69; 14-07-2024 at 03:02. |
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (13-08-2023), hitman797 (15-08-2023), Lord.Freddy (13-08-2023), ScOOt3r (13-08-2023), Tihiy_Don (14-08-2023) |
#419
|
||||
|
||||
![]() Code:
FMXInno: Puzzle (Dragging Example) Last edited by BLACKFIRE69; 14-07-2024 at 03:02. |
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#420
|
||||
|
||||
@BLACKFIRE69
I understand that the scale function is in the process of being finalized and tested ... but could you at least temporarily fix this bug. When the user changes the desktop scale from the recommended system (i.e. 100%) then "FFolderTreeView" floats away and is not visible. This appeared on the latest dll. -- But the good old "FDirBrowse" feels much better. And it scales correctly. Somehow it even became a shame for "FFluentDirBrowse".
__________________
https://t.me/FMXInno Last edited by audiofeel; 27-12-2023 at 11:07. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
hitman797 (15-08-2023) |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 18:35 |
Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 14:04 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 03:05 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 10:48 |