|
|
|
#1
|
||||
|
||||
|
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. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Update available!
Code:
* Some improvements. Last edited by BLACKFIRE69; 14-07-2024 at 02: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) | ||
|
#3
|
||||
|
||||
|
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 02:01. |
![]() |
| Thread Tools | Search this Thread |
| 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 |