Martijn Laan
369ea1627a
Cleanup IssigUrl->ISSigUrl.
2025-06-08 16:59:01 +02:00
Martijn Laan
f718296112
Improve Add(Ex)WithISSigVerify: accept both URLs at once.
2025-06-04 20:36:28 +02:00
Martijn Laan
6733dc7803
Add TDownloadWizardPage support class functions AddWithISSigVerify and AddExWithISSigVerify. Todo: doc & update CodeDownloadFiles2.iss. Also doc something to prevent people from doing issigverify twice on a downloaded archive.
...
Could not use array of string in these new functions and had to use TStringList. For consistency changed support function ISSigVerify to use TStringList as well.
Also, didn't need this in the end but kept it anyway: make TDownloadWizardPage's and TExtractionWizardPage's Add(Ex) a function returning the index of the added item, like all other adds.
2025-06-04 18:01:18 +02:00
Martijn Laan
6a7f683fb9
Add AddEx. All other documentation still todo.
2025-05-22 13:05:43 +02:00
Martijn Laan
91785a91e1
Fix typo.
2024-12-30 08:39:45 +01:00
Martijn Laan
4faa3c9e83
Added new PopupMode and PopupParent properties to support class TForm.
2024-12-28 14:50:01 +01:00
Jordan Russell
7da3a11b05
Doc: Update for WindowVisible and MainForm removal.
2024-12-20 04:05:15 -06:00
Martijn Laan
8d38ccb084
Finish/fix the page + make Extract7ZipArchive use exceptions on errors, just like DownloadTemporaryFile. Todo: fix messages. Also found new issue (not related to this branch): turns out 7zMain.c doesn't work from the current dir like I thought, instead it works from the archive dir. So the DestDir parameter doesn't work at the moment, doh!
2024-11-14 18:45:08 +01:00
Martijn Laan
dc634c99de
Work on adding CreateExtractionPage and also make some other improvements. Some todos left as mentioned in the code and also didn't actually test the page yet.
2024-11-14 15:35:20 +01:00
Martijn Laan
388d4a2a72
Fixed TStream.CopyFrom.
2024-08-14 11:32:21 +02:00
Martijn Laan
651064418e
TInputDirWizardPage: Added new NewFolderName property to update the initial value passed to CreateInputDirPage.
2024-08-14 08:55:19 +02:00
Martijn Laan
6cd19448e7
Fix/cleanup TControl.Cursor.
2024-07-23 07:30:15 +02:00
Martijn Laan
7d141a5353
Fix some preexisting problems in isxclasses.pas + also add missing Seek Origin + TColor values.
2024-07-22 21:29:29 +02:00
Martijn Laan
a455c8d44e
TDownloadPage: Add new ShowBaseNameInsteadOfUrl property. Also cleanup AbortedByUser property.
2024-05-22 11:10:13 +02:00
Martijn Laan
43dfc9c6d3
It is now possible to write Stream.ReadBuffer(S, Length(S)); when S is of type AnsiString. In previous versions this would compile but not work at run time. Same applies to Read, Write, and WriteBuffer: all four functions now accept any type of string.
...
Also clarify the prototypes in the help so they show how they really work even though the internal prototypes are a bit different.
2024-05-15 19:19:45 +02:00
Martijn Laan
a336fc1d7a
Doc TLinkLabel.
2024-05-10 20:27:45 +02:00
Christian Beck
c9d502ab90
Added an AddEx procedure to the TDownloadWizardPage
...
As requested, I added the option to use UserName & Password to the DownloadWizardPage.
The Add procedure is unchanged, but I added the AddEx procedure, so one can use different credentials for each download. In this way the change is not breaking existing installation scripts
The changes are straight forward, I enhanced the TDownloadFile object and used the new procedure SetDownloadCredentials before calling the download function. The help was updated, too
2023-01-28 11:57:59 +01:00
Martijn Laan
b85edeecbb
Added new CreateMarqueeProgressWizardPage support function to show marquee progress to the user.
2021-03-05 22:34:48 +01:00
Martijn Laan
312c0a46c5
Added new AbortedByUser property to the TDownloadWizardPage support class.
2020-12-10 13:56:46 +01:00
Martijn Laan
b76815ecc4
Merge branch 'leserg73-patch' into main. Updated whatsnew during merge + minor tweaks. Closes #390 for real.
2020-12-03 10:14:59 +01:00
Martijn Laan
b0ed2d55fc
Rescue files from #390 .
2020-11-27 19:47:35 +01:00
Martijn Laan
2243c968ae
Document CreateDownloadPage.
2020-07-24 21:10:51 +02:00
Martijn Laan
dfa463076d
Fix Bitmap.AlphaFormat.
2020-07-24 21:06:25 +02:00
Martijn Laan
cdcadf4c76
Added new CalculateButtonWidth function to the TSetupForm support class.
2020-07-20 19:30:19 +02:00
Martijn Laan
04f6f197bf
Added new Constraints property to the TForm support class.
2019-01-29 20:22:00 +01:00
Martijn Laan
9ba8f2a3a6
Fix TStream.Seek problem + fix TStream.CopyFrom documentation.
2019-01-23 19:39:23 +01:00
Martijn Laan
ed2b208817
Add support for WizardSizePercent to all wizard windows including TSetupForm. Also TSetupForm now automatically centers.
2019-01-05 13:25:04 +01:00
Martijn Laan
8a336454ae
Add TWizardPage.SurfaceColor and make TInputOptionWizardPage.Initialize use it.
2018-12-30 12:29:01 +01:00
Martijn Laan
6eb7246e39
Add Anchors support.
2018-12-29 14:56:36 +01:00
Martijn Laan
588769e34b
Updated.
2018-12-23 20:30:37 +01:00
Martijn Laan
90d95c453b
Various tweaks and cleanup. Also fix WizardForm's Notebooks help.
2018-12-18 17:50:01 +01:00
Martijn Laan
20821c3973
Don't need TAlphaBitmap anymore.
2018-12-14 16:18:06 +01:00
Gavin Lambert
0034e19a98
TWizardPage Surface properties are read-only
2018-07-16 18:42:01 +12:00
Martijn Laan
3073ff854d
Fix TControl's Hint double listing.
2018-03-16 18:35:34 +01:00
Martijn Laan
01595ea6ea
Dir name case fix.
2016-02-05 13:42:41 +01:00