![]() |
Can't wait for someone to make a sick scene-style demo using this software :cool:
|
Developer suggestions:
Hi BLACKFIRE69, thank you for making example for 3D animation. I really appreciate the work you bring to this forum thank you. Feature of the FMXInno plugin:
|
Form:
Code:
FMXForm[1].FormShow(@FormShow);Code:
FMXGridLayout[1].FCreate(FMXTabItem[3].Handle);Code:
FMXComboColorBox[1].FCreate(FMXLayout[3].Handle);Code:
FMXLayer3D[1].StyleLookup('backgroundstyle');Code:
FMXLayout[1].Position(X, Y);Code:
FMXRectangle[1].Position(X, Y);Code:
FMXLabel[1].Position(X, Y); |
FMXInno - Updates
Following classes have been added.
Code:
* Standard:. |
Quote:
Thanks for the update, great job, we can complete the installer. Some suggestions: Form: Code:
FMXForm[1].FormShow(@FormShow);Code:
FMXComboColorBox[1].CanFocus(False);Code:
FMXLayer3D[1].StyleLookup('backgroundstyle');Code:
FMXLayout[1].Position(X, Y);Code:
FMXRectangle[1].Position(X, Y);Code:
FMXLabel[1].Position(X, Y); |
FMXInno - Updates
FMXInno Updates - [2023-Sep-23]
Code:
* Added a quality update to the first post. Please check it out.Quote:
done. |
1 Attachment(s)
Thanks Gift 2024 3 Page done.
|
1 Attachment(s)
Quote:
|
2 Attachment(s)
Quote:
|
2 Attachment(s)
The design is 100 percent complete..
|
2 Attachment(s)
Quote:
|
2 Attachment(s)
Quote:
Code:
FMXColorAnimation[1].StopAtCurrent;Code:
FMXArc[2].StrokeColor(FMXComboColorBox[3].GetColor); |
2 Attachment(s)
add Finished Page.
Code:
//FMXTabItem[10].IsSelected(True);Code:
FMXRectangle[90].CornerStyle(10, 10, [tcTopLeft, tcTopRight, tcBottomLeft, tcBottomRight], ctRound); |
4 Attachment(s)
if you change all the ctRound with ctInnerRound.
this what lock like. |
Quote:
Code:
FMXTabItem[11] in FMXLayer3D[2]. |
Quote:
Code:
[Component0]Code:
function GetIniBool(const Section, Key: String; const Default: Boolean; const Filename: String): Boolean; |
Developer suggestions:
Hi @BLACKFIRE69, can you add this class to FMXInno. thank you. Feature of the FMXInno plugin:
|
Quote:
Code:
{ Ini } |
2 Attachment(s)
Quote:
|
6 Attachment(s)
Quote:
press Ctrl + D to show color combo box. Code:
FMXBass: array [1..2] of IXBass; |
Quote:
Code:
var |
Quote:
Code:
var |
Developer suggestions:
Hi @BLACKFIRE69, can you add GetText of FLabel class to FMXInno. thank you. FLabel: Code:
function GetText: WideString; |
Quote:
it's not a big deal. Code:
varCode:
procedure FMXDesigning;. |
Script
Hello, thank you for your hard work
If it is possible, can you put the metro script, I have downloaded a few, when it starts, the first page is white, then the page comes, please put this, thank you |
1 Attachment(s)
Code:
varCode:
procedure TForm4.FormCreate(Sender: TObject);Code:
procedure TForm4.ComboBox1Change(Sender: TObject); |
2 Attachment(s)
Code:
hDrive: TDriveComboBox; |
Please may I have some guidance transitioning my Installer from IsArcEx to using the module included in FMXInno? IsArcEx.dll is getting a lot of hits on VT and people downloading my releases are accusing me of putting trojans in the release.
|
Quote:
Code:
[Files]Code:
typeCode:
varCode:
function ISArcExInit(WinHandle: Longint; TimeFormat: Integer; Callback: TCallback): Boolean; |
And am I alright, with this code, to just drag and drop the FMX files into the project? I haven't upgraded the DLL in while.
|
I'm getting so far, but I think I've hit a roadblock. When compiling, the following line of code hits an error with invalid number of parameters. I have determined this to be "PreviousFileCount: Integer;" but please may somebody explain what this means? I will try to fix that.
Code:
VerifyHashesFromFile(ExpandConstant('{app}\_Verify\kaos.blake3'), ExpandConstant('{app}\_Verify'), 11, False, @VerifyHashMultiCallback);Code:
function VerifyHashesFromFile(ChecksumFile, BasePath: WideString; HashAlgo, PreviousFileCount: Integer; LogFile: Boolean; Callback: TMultiHashCallback): Integer;MinimizeWindowCustomAnimated(FMXForm.HandleHWND, 50, 50, 40, 15); As the new function only takes 2 parameters. |
Quote:
Code:
VerifyHashesFromFile(ExpandConstant('{app}\_Verify\kaos.blake3'), ExpandConstant('{app}\_Verify'), 11, 0,False, @VerifyHashMultiCallback);Code:
function VerifyHashesFromFile(ChecksumFile, BasePath: WideString; HashAlgo, PreviousFileCount: Integer; LogFile: Boolean; Callback: TMultiHashCallback): Integer;Quote:
Code:
typeCode:
MinimizeWindowCustomAnimated(mapTop); |
Quote:
Using this parameter, the total number of files will be displayed correctly when entering the value from the previous call. Code:
VerifyHashesFromFile(ExpandConstant('{app}\_Verify\kaos.blake3'), ExpandConstant('{app}\_Verify'), 11, 0, False, @VerifyHashMultiCallback); |
Sorry to keep asking, but now I've got a Type Mismatch for the following lines:
<button>.OnMouseDown(@CommonButtonDown); <button>.OnMouseUp(@CommonButtonUp); It seems that OnMouseDown/OnMouseUp are both TMouseEventF whereas CommonButtonDown/Up is a procedure. Is this the cause of the error? Apologies for asking so much! :o |
Quote:
Code:
procedure OnMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Single);Code:
TMouseEventF = procedure(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Single); |
2 Attachment(s)
hi, @BLACKFIRE69 can you add this class to the FMXInno.
this class is VCL component in unite VCL.FileCtrl. I use unite FMX.Platform.Win to Handle the VCL component in FMX Form. I made example in delphi. THANK YOU. Win 3.1: Code:
hDrive: TDriveComboBox;Code:
procedure ListBoxItemClick(const Sender: TCustomListBox;Code:
GetText |
Quote:
sorry for the delayed response; i've been quite busy these past few days and, to be honest, i haven't had a good night's sleep in two days. :o it seems that the wGetLogicalDriveList function doesn't function as expected in InnoSetup v5.x. however, the FLogicalDrives class works reliably across all scenarios and has undergone thorough testing. Code:
typeCode:
{ Drive Media Type }Code:
{ LogicalDrives }. |
2 Attachment(s)
System.SysUtils and System.IOUtils Unite:
Code:
procedure TForm8.Button1Click(Sender: TObject); |
2 Attachment(s)
Code:
procedure TDialogForm.Button1Click(Sender: TObject); |
Testing
Testing:
guys, if any of you happen to have some free time and are using virtual machines other than VMware 17.x, could you please test this on them? https://i.ibb.co/GtSV1rL/01.png Quote:
|
| All times are GMT -7. The time now is 17:39. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com