Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-06-2026, 07:22
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 56
Thanks: 492
Thanked 1,097 Times in 381 Posts
audiofeel is on a distinguished road
Arrow Small update

Small update

1) Added a new FTile interface for working with tiles.
Supported features:
  • - creating and deleting tiles;
  • - positioning and alignment;
  • - size and margin configuration;
  • - background images;
  • - color, borders, and corner radius;
  • - text and font settings;
  • - opacity and rotation;
  • - mouse event handling;
  • - tags and hints support.
This interface had been requested by users for quite some time, but I only recently got around to implementing it.

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;
Once dragging begins, the control continues to receive mouse events even when the cursor moves outside its bounds.
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.
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
Behnam2018 (11-06-2026)
Sponsored Links
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 14:39.


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