View Single Post
  #167  
Old 08-03-2023, 08:45
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

Quote:
Originally Posted by audiofeel View Post
Animation broke, could you bring back the animation? I understand that you can live without animation, but still it was better with it.
first of all i apologize.
it's my responsibility to check that everything is working fine before sharing the new update. but i didn't.

custom page animations seem to not work properly with the latest version of RadStudio(v11.3). so i went back and recompiled the DLL with the previous version(v11.2 + Patch 01). so this might work.




Quote:
Originally Posted by audiofeel View Post
Hello again to everyone who helps with the combobox? (drive letter), does not work normally (you will understand where and how at startup and test)
let's see...



guys, could you check this DLL before updating the first post?



FMXInno - Updates

Code:
* Updated Video Player Volume Function.
* Added new properties/functions for FEdit.
  --Password(FPassword: Boolean) 
  --FilterChar(FFilterStr: WideString) 
  --DisableFocusEffect(FDisable: Boolean) 
  --MaxLength(FLength: Integer) 
  --HitTest(FEnable: Boolean) 
  --Caret(FColor: TAlphaColor FInterval: Integer FWidth: Word) 
  --CheckSpelling(FCheck: Boolean) 
  --CaretShow(FShow: Boolean) 
  --SelectAll 
  --SelectWord 
  --SelStart(FValue: Integer) 
  --SelLength(FValue: Integer) 
  --GetSelText: Widestring 
  --SelectionFillColor(FColor: TAlphaColor) 
  --SelectionFillImage(FImage: WideString) 
  --SelectionFillGradient(FColor1, FColor2: IntegerFStyle: TGradientStyle) 
  --SelectionFillGradientLinearAngle(FAngle: Single) 
  --SelectionFillGradientRadialAngle(FAngle: Single) 
  --OnTyping(FEvent: TNotifyEvent) 
  --OnValidate(FEvent: TValidateTextEvent) 
  --OnValidating(FEvent: TValidateTextEvent) 
  --OnEnter(FEvent: TNotifyEvent) 
  --OnExit(FEvent: TNotifyEvent)
,

Last edited by BLACKFIRE69; 14-07-2024 at 01:50.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (08-03-2023)