Go Back   FileForums > Search Forums
Register FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 42
Search took 0.00 seconds.
Search: Posts Made By: Tihiy_Don
Forum: Conversion Tutorials 23-01-2025, 21:38
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
In Inno Setup version 6.4.0, there are issues...

In Inno Setup version 6.4.0, there are issues with FMX, specifically with the procedure:
pTaskbarPreviewEx(FMXForm.HandleHWND, True);

After launching the main form, the following message appears:...
Forum: Conversion Tutorials 24-10-2024, 22:29
Replies: 11
Views: 12,062
Posted By Tihiy_Don
I suggest that we first focus on fixing and...

I suggest that we first focus on fixing and refining FMXInno - this is really what we need. And then do similar forks Inno Setup.
Forum: Conversion Tutorials 10-09-2024, 21:02
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Please add methods: onMouseEnter(Event:...

Please add methods:
onMouseEnter(Event: TNotifyEvent); procedure onMouseLeave(Event: TNotifyEvent);

For the checkboxtree component (checkbox, radiobutton).
Forum: Conversion Tutorials 03-09-2024, 23:03
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Very sorry. I've just used Windows-style...

Very sorry. I've just used Windows-style notifications in my latest releases.
Forum: Conversion Tutorials 29-07-2024, 21:00
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
They specifically looked at your installer to...

They specifically looked at your installer to change the design. Gabe told me himself.
Forum: Conversion Tutorials 10-06-2024, 22:05
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Will there be a fix for the FFormImgSlide...

Will there be a fix for the FFormImgSlide component?
Forum: Conversion Tutorials 05-06-2024, 04:09
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
HI. Use new method: function InitializeSetup:...

HI. Use new method:
function InitializeSetup: Boolean;
begin
AddFontResource2(ExtractAndLoad('{#MyFont1}'));
FMXInnoInit;
Result:= True;
end;

procedure DeinitializeSetup();
begin
Forum: Conversion Tutorials 24-05-2024, 03:40
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
I also have this problem, a white square appears...

I also have this problem, a white square appears briefly on blankform. There is no such problem with imageform.
Forum: Conversion Tutorials 21-05-2024, 04:23
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Please add the Cursor method for the FColorButton...

Please add the Cursor method for the FColorButton component.
Forum: Conversion Tutorials 01-05-2024, 08:11
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Thank you - this is exactly what I need, I will...

Thank you - this is exactly what I need, I will try to implement the installer on it and test it on users. Unfortunately, I also could not identify any consistency with this problem, it sometimes...
Forum: Conversion Tutorials 29-04-2024, 10:29
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Good afternoon! Some users, on any systems, have...

Good afternoon! Some users, on any systems, have a problem when the installer process hangs in the processes and the form does not open. It occurs extremely rarely, in about 5-10 percent of users. I...
Forum: Conversion Tutorials 08-02-2024, 01:59
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
I know what can be done with kernels in mind, but...

I know what can be done with kernels in mind, but it doesn't make sense for my repack.
Forum: Conversion Tutorials 08-02-2024, 01:58
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
It's more convenient, yes. I did this because I...

It's more convenient, yes. I did this because I thought that it could only be done through the MbOrTb function and asked about it in the FMX Q&A topic, but I never got an answer, so I did and already...
Forum: Conversion Tutorials 07-02-2024, 08:43
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Maybe it will be useful to someone. ...

Maybe it will be useful to someone.
Automatically set the unpacking parameters depending on the amount of RAM:
Forum: Conversion Tutorials 30-01-2024, 02:52
Replies: 10
Views: 17,264
Posted By Tihiy_Don
I kind of brought the solution to the questions...

I kind of brought the solution to the questions above in my function, the question was different.
Forum: Conversion Tutorials 26-01-2024, 06:17
Replies: 10
Views: 17,264
Posted By Tihiy_Don
I have the following code that cuts the text I...

I have the following code that cuts the text I don't need from the amount of RAM in the system.




Is there a way around this by using some parameter in the FMX library to immediately remove...
Forum: Conversion Tutorials 23-01-2024, 10:00
Replies: 10
Views: 17,264
Posted By Tihiy_Don
I propose to keep the library versioned not only...

I propose to keep the library versioned not only in dates, but also in versions, as it was before.
Forum: Conversion Tutorials 21-01-2024, 05:01
Replies: 10
Views: 17,264
Posted By Tihiy_Don
It's very cool! I would like to receive the...

It's very cool! I would like to receive the answer that I sent you about fine-tuning edits and other components in order to completely abandon styles.
Forum: Conversion Tutorials 10-01-2024, 10:15
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Thanks, everything is working as it should now.

Thanks, everything is working as it should now.
Forum: Conversion Tutorials 07-01-2024, 02:21
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
For now, I want to deal with this problem at the...

For now, I want to deal with this problem at the file level in the folder that is being created in the temporary folder. I checked, the file "segmdl2.ttf" is there. I don't quite understand yet, and...
Forum: Conversion Tutorials 07-01-2024, 01:43
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
this is exactly the error that occurs if the font...

this is exactly the error that occurs if the font is deleted in the first place. As recommended by the author of the library.


...
Forum: Conversion Tutorials 07-01-2024, 00:43
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
An error started to occur deleting the font after...

An error started to occur deleting the font after I replaced the library with a new one. Do the others have this problem or am I the only one?



Moreover, I noticed an interesting feature, if...
Forum: Conversion Tutorials 29-12-2023, 08:38
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
When changing the visible property of the...

When changing the visible property of the FTrackBarCustom component to false for the first time, part of the Progress element does not disappear. It disappears when switching again. even if you...
Forum: Conversion Tutorials 29-12-2023, 01:45
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
Thank you very much! This is what I've been...

Thank you very much! This is what I've been waiting for! I just don't have the skills of a designer in graphic editors!
Forum: Conversion Tutorials 27-12-2023, 22:44
Replies: 628
Views: 1,842,745
Posted By Tihiy_Don
I know, so I wanted to ask if there might be some...

I know, so I wanted to ask if there might be some kind of analogue.
Showing results 1 to 25 of 42

 
Forum Jump


All times are GMT -7. The time now is 13:28.


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