|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
#15
|
||||
|
||||
|
Small update
1) Added a new FTile interface for working with tiles. Supported features:
2) Added mouse capture support for FMX controls. Code:
procedure TFForm.SetCaptured(FControl: NativeInt);
begin
if FControl = 0 then
Exit;
TControlAccess(Pointer(FControl)).Capture;
end;
This makes it possible to move panels, forms, and other UI elements without losing mouse tracking. For example, you can now create your own draggable pseudo-windows inside the main application window and freely move them around the workspace.
__________________
https://t.me/FMXInno Last edited by audiofeel; 11-06-2026 at 07:25. |
| The Following User Says Thank You to audiofeel For This Useful Post: | ||
Behnam2018 (11-06-2026) | ||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Call of Duty Modern Warfare II DVD9 - 2xDVD5 Inno Setup | Razor12911 | PC Games - CD/DVD Conversions | 6 | 11-04-2014 08:53 |