|
#151
|
||||
|
||||
|
SlideShow
Code:
TabControl1: TTabControl;
TabItem1: TTabItem;
Rectangle1: TRectangle;
ActionList1: TActionList;
ChangeTabAction1: TChangeTabAction;
NextTabAction1: TNextTabAction;
PreviousTabAction1: TPreviousTabAction;
Timer1: TTimer;
Last edited by hitman797; 22-01-2023 at 16:25. |
| The Following 2 Users Say Thank You to hitman797 For This Useful Post: | ||
audiofeel (22-01-2023), Behnam2018 (27-01-2023) | ||
| Sponsored Links |
|
#152
|
|||
|
|||
|
cannot import dll utf8 kernel32.dll
|
|
#154
|
||||
|
||||
|
Hello dear friend
To answer your question, choose is Metro11 If you add the user loading page and goodbye page and also video on backgroud it will be the best installer ever made
__________________
Search and Find |
| The Following User Says Thank You to ADMIRAL For This Useful Post: | ||
audiofeel (10-02-2023) | ||
|
#155
|
||||
|
||||
|
Quote:
__________________
Search and Find |
| The Following User Says Thank You to ADMIRAL For This Useful Post: | ||
audiofeel (12-02-2023) | ||
|
#157
|
|||
|
|||
|
Hello audiofeel
I used to use this script but it gives me an error Runtime Error (at-1:0) Cannot Import dll:<utf8>C:/Users\Behnam\AppData\Local\Temp\is-EOHI8.tmp\ISArcEx.dll. |
|
#158
|
||||
|
||||
|
I'm not sure I understand your question, but effectively both the normal function and the extended function are the same, the extended function just gives the option to only make a font available to the caller process or that the font should not be enumerated by any process, other than that. They are virtually the same, if you're referring to the functions seemingly not working on FMX platform then all you need to do is call the function before the application is created/initialized.
|
|
#159
|
||||
|
||||
|
Ah I remember now. I once had this problem in ASC (Advanced Setup Creator), this isn't a AddFontResource problem but rather a FMX problem on other platforms and the way I fixed it was temporarily placing the font in "C:\Windows\Fonts" you can use FileCopy after extracting temporary files, then adding the font name in Windows Registry in "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi ndows NT\CurrentVersion\Fonts", with Font Name (TrueType) as value name and the font filename as value data. It's wise to check if the font exists in registry before doing this because you need to delete the registry and delete the file in deinitializesetup.
|
|
#160
|
||||
|
||||
|
It works fine on Windows 7 (although it was via VM), however there seems to be other problems. I'm not sure if those bezels (the edges left, right and bottom) are by design but they just seemed to be out of place and they are even more prominent if you disable the aero theme.
|
|
#161
|
||||
|
||||
|
Hi @audiofeel,
i have played a bit with your Installer (Atomic Hearts) and created my own style. All goes well when the Installer is directly on any harddrive... When I create an ISO with the Installer, mount it and start the Setup.exe, then it only hanging in the background/taskbar and I only can kill it over taskmanager. (> same with your provided original on my PC) My Info: - Win11-2022 using - my Script has only other Images and more Redist Icons. - ISO made with ImageBurn / Mounted with Win11 directly Do you get the same behavier ?! perhaps already any solution ;-) (Edit: Same for me with the provided CorePack) Last edited by nordi; 26-02-2023 at 23:36. |
| The Following User Says Thank You to nordi For This Useful Post: | ||
audiofeel (26-02-2023) | ||
|
#162
|
||||
|
||||
|
Quote:
Code:
procedure Trackbar1OnChange(Sender: TObject); begin MusicObj.SetVolume(Round(Trackbar_Regular.GetValue)); end; but why? Code:
IXBass : procedure SetVolume(Const Vol: Integer); FTrackBar : function GetValue: Single; |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (04-03-2023) | ||
|
#163
|
|||
|
|||
|
@BLACKFIRE69
thx for ur replay my msg
|
|
#164
|
||||
|
||||
|
Quote:
yes, volume control is neither gradual nor smooth. i agree. the volume range is (-10,000 to 0). DSBVOLUME_MAX := 0; DSBVOLUME_MIN := -10,000 For More Info i don't know how to do smooth control tho. what i'm doing is simply just set the value as below. ![]() Code:
Vol := (InputVolPct - 100) * 100; DirectSoundBuffer.SetVolume(Vol) if anyone knows a better way let me know. |
| The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (05-03-2023), Behnam2018 (02-01-2025) | ||
|
#165
|
||||
|
||||
|
Quote:
I hope it helps you! |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
audiofeel (05-03-2023) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
| Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |