Go Back   FileForums > Search Forums

Showing results 1 to 25 of 132
Search took 0.00 seconds.
Search: Posts Made By: audiofeel
Forum: Conversion Tutorials 28-09-2023, 19:57
Replies: 565
Views: 107,412
Posted By audiofeel
Sorry, I forgot to mention that there are three...

Sorry, I forgot to mention that there are three colorbox and three colors .
Forum: Conversion Tutorials 28-09-2023, 08:57
Replies: 565
Views: 107,412
Posted By audiofeel
@hitman797 @BLACKFIRE69 Can 't this code be...

@hitman797
@BLACKFIRE69
Can 't this code be shortened somehow ?

procedure OnChange(Sender: TObject);
begin
case Sender of
TObject(FMXComboColorBox[1].GetObject):
begin
...
Forum: Conversion Tutorials 26-09-2023, 16:49
Replies: 565
Views: 107,412
Posted By audiofeel
I found a hint on the web procedure...

I found a hint on the web

procedure TForm1.CheckBox1Click(Sender: TObject);
begin
if TCheckBox(Sender).Checked then
Label1.Caption := IntToStr(StrToInt(Label1.Caption) +...
Forum: Conversion Tutorials 26-09-2023, 16:11
Replies: 565
Views: 107,412
Posted By audiofeel
does not work. most likely, this will not work in...

does not work. most likely, this will not work in TAG.
Forum: Conversion Tutorials 25-09-2023, 23:30
Replies: 565
Views: 107,412
Posted By audiofeel
I. very interesting, but nothing is clear ...

I. very interesting, but nothing is clear
-------
II. above in the posts you wrote that you may need to rearrange the procedures and then the ColorBox will appear where necessary. I finally found...
Forum: Conversion Tutorials 25-09-2023, 12:07
Replies: 565
Views: 107,412
Posted By audiofeel
@BLACKFIRE69 Show an example of how to change...

@BLACKFIRE69
Show an example of how to change the color of objects on the fly, as in the example below? FReactangle(FillColor.Stroke.Color). I can't do it with FColorbox.I can't do it. The color...
Forum: Conversion Tutorials 24-09-2023, 20:32
Replies: 565
Views: 107,412
Posted By audiofeel
gorgeous

gorgeous
Forum: Conversion Tutorials 24-09-2023, 14:02
Replies: 565
Views: 107,412
Posted By audiofeel
great job. nerves of steel. there is no...

great job. nerves of steel. there is no completion page. I once did something similar...
Forum: Conversion Tutorials 24-09-2023, 11:30
Replies: 565
Views: 107,412
Posted By audiofeel
If we take your script as a basis and add...

If we take your script as a basis and add FComboColorBox activation to it when you activate the FComboColorBox for the first time, it does not appear where it was intended
Why??
procedure...
Forum: Conversion Tutorials 23-09-2023, 13:51
Replies: 565
Views: 107,412
Posted By audiofeel
why don't you resort to this form? more like the...

why don't you resort to this form? more like the original
Forum: Conversion Tutorials 23-09-2023, 10:59
Replies: 565
Views: 107,412
Posted By audiofeel
Red face The only thing my old head was enough for. this...

The only thing my old head was enough for. this is on a FTabControl and FTabitem.
There are a lot of elements, it is very difficult without a GUI, in Embarcadero, at least by looking at the tree on...
Forum: Conversion Tutorials 23-09-2023, 08:35
Replies: 1,565
Views: 330,048
Posted By audiofeel
if not DirExists(ExpandConstant('{tmp}\xBIK'))...

if not DirExists(ExpandConstant('{tmp}\xBIK')) then
CreateDir(ExpandConstant('{tmp}\xBIK'));
==or==
if not DirExists(ExpandConstant('{%temp}\xBIK')) then
...
Forum: Conversion Tutorials 20-09-2023, 06:02
Replies: 565
Views: 107,412
Posted By audiofeel
@BLACKFIRE69 Find free time, show an example of...

@BLACKFIRE69
Find free time, show an example of 3d animation
Forum: Conversion Tutorials 18-09-2023, 09:07
Replies: 565
Views: 107,412
Posted By audiofeel
Error

@BLACKFIRE69
1. - If you set - ISArcExReduceCalcAccuracy(5) then - TimeStr1 (Remaining time) does not show whether it is not true.
2. - If the account type info is displayed in the script FUserInfo...
Forum: Conversion Tutorials 15-09-2023, 06:51
Replies: 565
Views: 107,412
Posted By audiofeel
looks and works great. What was my main...

looks and works great.
What was my main mistake?
FMXForm.StopPropertyAnimation(LeftPanel.Handle, 'Width');
Is it necessary for OnEnter?
Forum: Conversion Tutorials 14-09-2023, 09:58
Replies: 565
Views: 107,412
Posted By audiofeel
Thanks! Work... for i:= 1 to 4 do ...

Thanks! Work...

for i:= 1 to 4 do
begin
PanelBtn[i].FCreate(LeftPanel.Handle);
PanelBtn[i].Align(Top);
PanelBtn[i].Height(NSY(56));
PanelBtn[i].Width(NSX(58));
...
Forum: Conversion Tutorials 13-09-2023, 12:32
Replies: 565
Views: 107,412
Posted By audiofeel
do you remember when we did the metro install?...

do you remember when we did the metro install? now the necessary objects have been added, but I don't understand everything. can you show an example
MultiView, SpeedBtn etc.
Forum: Conversion Tutorials 12-09-2023, 10:03
Replies: 565
Views: 107,412
Posted By audiofeel
strange behavior. it doesn't work without a style...

strange behavior. it doesn't work without a style file
Forum: Conversion Tutorials 12-09-2023, 00:20
Replies: 565
Views: 107,412
Posted By audiofeel
I tried to place something over the video in...

I tried to place something over the video in different ways, it doesn't work. I think that FMXInno does not play the video itself (it does not have built-in codecs for video) and just passes it to...
Forum: Conversion Tutorials 11-09-2023, 07:24
Replies: 565
Views: 107,412
Posted By audiofeel
Try it procedure...

Try it
procedure RotationAngle(FRotationAngle: Single);
Forum: Conversion Tutorials 11-09-2023, 05:02
Replies: 565
Views: 107,412
Posted By audiofeel
Thank you cap. For updating clarification and...

Thank you cap. For updating clarification and instructions.
Forum: Conversion Tutorials 10-09-2023, 23:14
Replies: 565
Views: 107,412
Posted By audiofeel
Minimize Window Custom Animated

@blackfire69
1.-About the window collapse animation...(MinimizeWindowCustomAnimated). Some users claim that on weak and not very powerful PCs, this option is performed with a delay and jerks. There...
Forum: Conversion Tutorials 10-09-2023, 10:12
Replies: 565
Views: 107,412
Posted By audiofeel
equalizer

@blackfire69 Will you be able to add a line equalizer (which really reacts to music playback, and not a dummy?) How about in the Foobar2000 player.
Using vis_classic.dll or something else?
Forum: Conversion Tutorials 05-09-2023, 09:18
Replies: 565
Views: 107,412
Posted By audiofeel
ProgressBar 98%

@BLACKFIRE69
The progress bar always shows 97-99% after unpacking (no errors) . What and where did I do wrong again? Part of the code below

function ProgressCallback(OverallPct, CurrentPct,...
Forum: Conversion Tutorials 02-09-2023, 09:58
Replies: 565
Views: 107,412
Posted By audiofeel
Yes, everything looks great now

Yes, everything looks great now
Showing results 1 to 25 of 132

 
Forum Jump


All times are GMT -7. The time now is 21:31.


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