FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   FMXInno - Windows Fluent Design Installer UI for Inno (https://fileforums.com/showthread.php?t=104852)

BLACKFIRE69 19-04-2023 10:23

Quote:

Originally Posted by audiofeel (Post 500871)
You can do the same for all child forms
FCustomFluentWindow. and so on....
P.S. I'm not a fan of angles, but sometimes you need them to get into the style

Updated,


.

Cesar82 19-04-2023 18:23

@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);

hitman797 19-04-2023 20:09

hi, blackfire69,
thank you for everything you give to this community.
In fact I learned a lot from you.
thank you.

BLACKFIRE69 22-04-2023 00:37

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:

KeyboardPress 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:

MouseClick 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;


.

kozmik 22-04-2023 07:58

thanks for your work.I have a question, how can I use the Lizard installation with DiskSpan GUI?

BLACKFIRE69 24-04-2023 04:07

Quote:

Originally Posted by audiofeel (Post 500911)
A small model of the site Cyberpunk 2077
Rate?
---------------
English version
---------------
UP + FXPcker.exe


that's awesome, dude! ;)

crachlow 24-04-2023 04:56

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?
https://i.ibb.co/Db3B6wH/error.png://

BLACKFIRE69 24-04-2023 06:07

Quote:

Originally Posted by crachlow (Post 500925)
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?
https://i.ibb.co/Db3B6wH/error.png://


Updated ISS, tested with innosetup v6.2.2.

.

Behnam2018 24-04-2023 20:40

thank you
 
1 Attachment(s)
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.

crachlow 25-04-2023 08:29

Quote:

Originally Posted by TEAmo (Post 500937)
I didn't replace the original picture.

Thank you

TEAmo 25-04-2023 08:33

Quote:

Originally Posted by crachlow (Post 500939)
Before you write what an error is, you probably need to create a report where and when and what you did at the same time. What do you think?:confused:

This error message occurred before the first startup.

I tried to replace the normal PNG image, but the error still appears. Is it related to my operating system being in Chinese?

TEAmo 25-04-2023 08:53

Quote:

Originally Posted by audiofeel (Post 500944)
the png file is corrupted


Problem solved, thank you

Thanks

Behnam2018 25-04-2023 20:28

1 Attachment(s)
Hi, this script is muted by default. You can turn it on in this script

BLACKFIRE69 25-04-2023 21:10

Quote:

Originally Posted by audiofeel (Post 500947)
@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



Code:

Added new property.
 - FRadioButton.GroupName

.

BLACKFIRE69 26-04-2023 04:10

FMXInno - Updates
 


Quote:

* Please find attached two FMXInno examples that support DiskSpan GUI. I would appreciate it if you could conduct some test runs to confirm its functionality.

* Due to additional requirements, upgraded XHashNext to XHashEx.

* Component properties have been extended.

DSG functionality has been added by Cesar82.


All times are GMT -7. The time now is 16:52.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com