Forum: Conversion Tutorials
28-09-2023, 19:57
|
Replies: 565
Views: 107,412
|
Forum: Conversion Tutorials
28-09-2023, 08:57
|
Replies: 565
Views: 107,412
|
Forum: Conversion Tutorials
26-09-2023, 16:49
|
Replies: 565
Views: 107,412
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
|
Forum: Conversion Tutorials
25-09-2023, 23:30
|
Replies: 565
Views: 107,412
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
@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
|
Forum: Conversion Tutorials
24-09-2023, 14:02
|
Replies: 565
Views: 107,412
|
Forum: Conversion Tutorials
24-09-2023, 11:30
|
Replies: 565
Views: 107,412
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
|
Forum: Conversion Tutorials
23-09-2023, 10:59
|
Replies: 565
Views: 107,412
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
|
Forum: Conversion Tutorials
20-09-2023, 06:02
|
Replies: 565
Views: 107,412
|
Forum: Conversion Tutorials
18-09-2023, 09:07
|
Replies: 565
Views: 107,412
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
|
Forum: Conversion Tutorials
14-09-2023, 09:58
|
Replies: 565
Views: 107,412
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
|
Forum: Conversion Tutorials
12-09-2023, 10:03
|
Replies: 565
Views: 107,412
|
Forum: Conversion Tutorials
12-09-2023, 00:20
|
Replies: 565
Views: 107,412
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
|
Forum: Conversion Tutorials
11-09-2023, 05:02
|
Replies: 565
Views: 107,412
|
Forum: Conversion Tutorials
10-09-2023, 23:14
|
Replies: 565
Views: 107,412
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
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
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
|