|
|
|
#1
|
||||
|
||||
|
Changes v.0.0.9.2:
Code:
const Dx_Gpu = 1; // DirectX supported by GPU Dx_Sys = 2; // DirectX installed on system function GetDirectXVersion(const F_Dx: integer): Pansichar; external 'GetDirectXVersion@files:Isab.dll stdcall delayload'; W7.PNG Windows 10 Pro x64: W10.JPG |
| The Following 4 Users Say Thank You to peterf1999 For This Useful Post: | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Nice bro, you back?
Really miss your conversions with extreme compression. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (27-10-2015) | ||
|
#3
|
||||
|
||||
|
Quote:
|
| The Following 4 Users Say Thank You to peterf1999 For This Useful Post: | ||
Carldric Clement (18-12-2014), RamiroCruzo (25-03-2016), Razor12911 (12-12-2014), y_thelastknight (27-10-2015) | ||
|
#4
|
||||
|
||||
|
Added the following functions to dll:
|
| The Following 4 Users Say Thank You to peterf1999 For This Useful Post: | ||
|
#5
|
||||
|
||||
|
Added the following functions to dll:
|
| The Following 6 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (24-01-2015), arkantos7 (25-01-2015), Carldric Clement (24-01-2015), Grumpy (24-01-2015), pakrat2k2 (24-01-2015), Razor12911 (25-01-2015) | ||
|
#6
|
||||
|
||||
|
Please if possible add TTimer function to compatibilize enhanced script to unicode standard version of inno setup.
|
|
#7
|
||||
|
||||
|
Quote:
To add a class we need the source code of inno setup standard modifying it and then recompile. It's possible to create a function/procedure that could be used to made easier the use through a Win API SetTimer, KillTimer. |
|
#8
|
||||
|
||||
|
Added the following functions/procedures to dll:
|
| The Following 9 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (26-01-2015), arkantos7 (26-01-2015), Carldric Clement (26-01-2015), Cesar82 (09-06-2020), Grumpy (26-01-2015), mausschieber (26-01-2015), pakrat2k2 (26-01-2015), Razor12911 (01-02-2015), y_thelastknight (27-10-2015) | ||
|
#9
|
||||
|
||||
|
Quote:
Would be interesting to join other dll functions in one dll. e.g. add functions of some of these dll: VclStylesinno.dll, ISSkin.dll, MediaPlayer.dll, ImageAnimator.dll, isgsg.dll, GameuxInstallHelper.dll, FirewallInstallHelper.dll, InnoCallback.dll, bass.dll, ISTask.dll, botva2.dll, CallbackCtrl.dll,trayiconctrl.dll and other library in a single library. That's just an idea. Thanks |
|
#10
|
||||
|
||||
|
Added the following functions/procedures to dll:
|
| The Following 6 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (01-03-2015), arkantos7 (01-03-2015), Cesar82 (23-03-2015), mausschieber (01-03-2015), Razor12911 (04-03-2015), y_thelastknight (27-10-2015) | ||
|
#11
|
||||
|
||||
|
yup, this should be called the dream dll. everything useful is there.
|
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
peterf1999 (12-04-2015), y_thelastknight (27-10-2015) | ||
|
#12
|
||||
|
||||
|
Yup, you are really tired of using other people's dlls by force. Nice! I'll wait for imgsetvisiblepart, this function is buggy in botva and layered, can't wait to try yours.
|
|
#13
|
||||
|
||||
|
Quote:
Code:
imgidx:=loadimage(ExpandConstant('{tmp}\progressbar.png'),WizardForm.Handle,100,100,30,0,IMF_Crop); // use Crop flag
DrawImages(WizardForm.Handle); // Draw progress bar width on client area at 0
SetImgPosSize(imgidx,100,100,30,10); // Increment visible progress bar width from 0 to 10 pixels
|
| The Following 2 Users Say Thank You to peterf1999 For This Useful Post: | ||
RamiroCruzo (27-10-2015), Razor12911 (26-10-2015) | ||
|
#14
|
||||
|
||||
|
I was referring to the function that lets you set a region on the picture to be visible.
|
|
#15
|
||||
|
||||
|
Quote:
Code:
imgidx1:=loadimage(ExpandConstant('{tmp}\my.png'),WizardForm.Handle,0,0,450,750,IMF_Crop);
SetVisibleImgRgn(imgidx1,100,50,200,300);
DrawImages(WizardForm.Handle);
Code:
procedure SetVisibleImgRgn(ImgIdx,NewX,NewY,NewHeight,NewWidth: integer); external 'SetVisibleImgRgn@files:Isab.dll stdcall delayload'; |
| The Following 2 Users Say Thank You to peterf1999 For This Useful Post: | ||
RamiroCruzo (27-10-2015), Razor12911 (27-10-2015) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |