|
|
|
#1
|
||||
|
||||
|
I was referring to the function that lets you set a region on the picture to be visible.
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
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) | ||
|
#3
|
||||
|
||||
|
shortage of examples, in botva and in many others there are a dozen examples with the library, so you do so, that many of us use your library so fast .. not think peterf1999
|
|
#4
|
||||
|
||||
|
Quote:
For sure, the use is not easy for inno's novice users.
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
Quote:
![]() Quote:
which reads " The [Code] section is an optional section that specifies a Pascal script. A Pascal script can be used to customize Setup or Uninstall in many ways. Note that creating a Pascal script is not easy and requires experience with Inno Setup and knowledge about programming in Pascal or at least a similar programming language." The reason I'm saying there is no need for example is because simple types are always there to guide you on how to use a function, if you had a little bit of knowledge of pascal/delphi, you would know what I'm talking about and what makes peterf not make examples. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
RamiroCruzo (27-10-2015) | ||
|
#7
|
||||
|
||||
|
razor... I did before opening the dll to read
![]() peterf ...I found that it's a great project .. I noticed that the driver can not read DirectX .. what do you think of this option? Last edited by rinaldo; 28-10-2015 at 07:37. |
|
#8
|
||||
|
||||
|
Added the following procedure to dll:
|
| The Following 5 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (08-01-2016), Grumpy (27-12-2015), JRD! (14-01-2016), Razor12911 (27-12-2015), y_thelastknight (30-12-2015) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |