![]() |
Quote:
for my system, this update is working as expected(xtool+srep+lolz) (though untested on non-English systems). if you encounter issues, please manually terminate all tasks. Code:
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM xtool.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);. |
@BlackFire69. Thanks for the emergency fix.
https://youtu.be/q2jW1hAfZ_s |
FMXInno Dev
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. . |
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.
|
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). |
FMXInno - Updates
FMXInno Update - 2023-July-31
Code:
* Updated to the Hotfix-02.The first post has been updated. |
FXPacker - Updates
2 Attachment(s)
Update available!
Code:
* Some improvements. |
Quote:
sorry, my mistake. ;) furthermore, comment out the following lines. Code:
procedure CommonOnClick(Sender: TObject);. |
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 |
Quote:
|
FMXInno - Optional Updates
Quote:
the following classes are now included. Code:
* Viewports:Code:
* Controls. |
Just for fun
Code:
FMXInno: Puzzle (Dragging Example) |
Quote:
|
1 Attachment(s)
FMXInno SlideShow Example using:
|
2 Attachment(s)
Quote:
and Handle TabControl2 in FMXForm. and add objects to TabControl2. |
FMXInno Viewport 3D Example
2 Attachment(s)
FMXInno Viewport 3D Example using:
@BLACKFIRE69 HI, BLACKFIRE69 Thank you for the update. Can you add BringToFront to "FLayer3D". |
3d delphi
2 Attachment(s)
Code:
Form1: TForm;Code:
object FloatAnimation1: TFloatAnimationCode:
procedure TForm3.FloatAnimation1Process(Sender: TObject); |
Drive Media Type
2 Attachment(s)
Example-DiskList.iss
Code:
var |
Type disk
1 Attachment(s)
You didn't look at the constants.
const HDD_MEDIA_TYPE_UNKNOWN = $0000; HDD_MEDIA_TYPE_HDD = $0003; HDD_MEDIA_TYPE_SSD = $0004; HDD_MEDIA_TYPE_SCM = $0005; [IMG] https://i.ibb.co/HC1cpzn/2023-08-24-202555.png [/IMG] |
Quote:
|
Quote:
Code:
varCode:
var |
Quote:
|
It's bad that usb does not recognize.
|
FMXInno - Updates
Update available!
Quote:
the FluentApi v2.0 update was responsible for this problem, however, it has been successfully addressed and fixed. https://i.ibb.co/r6dv6gN/01.gif Quote:
this update brings more properties to classes, and that includes this one too. NOTE: This update involves modifications to certain functions/procedures, which might require adjustments to current scripts. https://i.ibb.co/2WhFn28/00.png https://i.ibb.co/VTNMGC0/01.png Quote:
Ok, let's update the wGetDriveMediaType function. Code:
function wGetDriveMediaType(const DriveLetter: WideString): Integer;Code:
{ Drive Media Type }the first post has been updated. . |
#Script1.iss
when i already installed the first game The next game will be on the same drive as the first game installed. https://i.imgur.com/aq8niZC.jpg |
@macut18 yes i currently use this script for my Repacks and you cant install 2 games with it in the same spot as it will do that.. but i just install one test it and then remove it..
ScOOt3r |
Quote:
|
Quote:
Code:
AboutTabControl.FCreate(AboutPage.Handle); |
Quote:
add 1 TabItem in TabControl1 and add the buttons in TabItem in TabControl1. in TabControl2 add TabItem[i] in TabItem[i] add Memo[i]. |
3 Attachment(s)
Dear Blackfire69. Could you clarify about FUserInfo. As you wrote in the examples, this is not quite suitable, at least for Windows 11. Unknown is displayed in it. If this function defines only the administrator from under the built-in account, and the user from the user group, then this is not entirely correct, probably. I tried to determine by type sid like this
Code:
varAnd if the user, administrator rights? Whereas? Could you clarify this issue. |
Maybe it's because of the localization of the system?
https://i.ibb.co/58rbxkp/2023-08-27-175746.png |
FMX - News Updates
Quote:
i just updated it. it may work. Quote:
this 'white square' issue can be bypassed. however, after doing so, you'll need to call 'FMXForm.Show' following the 'FMXDesigning' procedure; otherwise, it won't display anything. if this solution works for you, i'll implement this fix in the next update. (the DLL file in the example is in developer mode, so please refrain from using it in the main stream.) if i specify the changes in the code: Code:
procedure InitializeWizard();. |
Quote:
case IsAdminLoggedOn of 0: UserTypeStr := 'Group Users'; 1: UserTypeStr := 'Group Administrators'; and GetUserNameString; from innosetup works more correctly. In Russian localization UserInfo.UserType, and maybe in others, does not work at all, it is also difficult to determine by sid, because sid will be different in different localizations. |
Quote:
Code:
{Setup] |
Quote:
FMX Styles Windows 11 for VCL VCL Styles |
Quote:
|
Quote:
https://i.ibb.co/qkTghLR/2023-08-30-124000.png https://i.ibb.co/bbzydjt/2023-08-30-124232.png https://i.ibb.co/Sv5fvDg/2023-08-30-124405.png PrivilegesRequired=admin ---> 'Admin' (IsAdminLoggedOn is True) PrivilegesRequired=lowest ---> 'Standard' (IsAdminLoggedOn is False) it's not the same |
FMXInno - Updates
FMXInno - Updates : [2023-August-31]
Code:
* Added TImageList.Quote:
now we've the 'TShadowTextClassic' class, which allows users to change the position(X, Y) of the shadow. Code:
procedure Shadow(FColor: TAlphaColor; OffsetX, OffsetY: Single);Quote:
i've added three new functions to help accomplish this. Code:
function wGetSysDefaultIcons(const Src: WideString; SHLIcoSize: Cardinal; const Buffer: PAnsiChar; var Count: Cardinal): Integer;Code:
constyou'll find an example for this in the attachment at the moment, if i extract icons from a windows ResDll using an index, then those icon files will only be '32x32' in maximum size. so let's use above functions. Example: Code:
{ GetSysDefaultIcons }Code:
for i := 1 to C_RANGE do'LoadImgFromBuffer' is only supported by the 'FImage' control. Other controls will get this support in future updates. ------------------------------------------------------------------------------------------------------------------------------ Quote:
The first post has been updated. . |
FMXInno - Updates
HotFix: 01
- Fixed for Windows 10 Users. . |
1 Attachment(s)
@Mr.BlackFire69
There seems to be few issues that might need your attention: 1. If you open the Directory Dialog Box second time, the fluent effect is disabled at certain sections (Please find the photo at the link) Can we make the Directory box editable? 2. Padding and margins are not working on FMemo. I want the content inside FMemo to be padded at certain distance which doesn't seem to be working 3. There is also one issue with the FToggleCheckbox. IsPressed is not working. 4. Can you also enable OnChange method on FToggleCheckbox? This will be similar to FCheckbox Event. Onclick gives me before Event. It gives me the previous value before clicking. I need after Event, like after changing the toggle value of Checkbox what is the current value? 5. Is there a way to bring the Video file in the background and display text over it? |
| All times are GMT -7. The time now is 09:31. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com