View Single Post
  #82  
Old 17-11-2022, 11:40
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

FMXInno v1.0.0.2 - Updates

Code:
* Added SplashScreen.  (Splash.png + Splash.wav)
 - FSplashScreen

* FMX Objects can directly access MouseDown events of main forms. (FMXForm and CustomFluentWindow)
 - FMXForm.AddMousedownControls(Text1.Handle);
   FMXForm.AddMousedownControls(Text2.Handle);
   ...

 - MsgForm.AddMousedownControls(MsgRect1.Handle);
   ...

* Added TPopupBox class.

Last edited by BLACKFIRE69; 22-12-2022 at 10:37.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (19-11-2022), audiofeel (17-11-2022), ffmla (19-11-2022), ScOOt3r (17-11-2022)