Commit Graph

202 Commits

Author SHA1 Message Date
Bart
7cfdbd74c8 Dialogs: implement TOpenOptionEx.ofUseXPStyleAsFallBack (obviously Windows only). Resolves issue #40298. 2025-01-05 15:02:22 +01:00
Bart
f6261b5458 Win32: refactor TWin32WSOpenDialog/TWin32WSSaveDialog.CreateHandle/DestroyHandle. 2025-01-04 16:20:56 +01:00
Bart
1c7ecdbb56 Win32: fix crash if CoCreateInstance fails (Vista IFileDialog). OpenDialog.Execute will return False, no dialog is shown, as this is Delphi compatible. Part of issue #40298. 2025-01-04 15:41:13 +01:00
Bart
43a9af055d Win32: implement TOpenOptionEx.ofExNoPlacesBar for pre-Vista style dialog. Resolves issue #41301. 2025-01-02 20:29:24 +01:00
Bart
7c3e5aa112 Win32: ifdef then const declaration of CC_ANYCOLOR for fpc < 3.3.1. 2024-12-10 18:26:39 +01:00
Bart
9077ef32a2 LCL: implement TColorDialog.Options. Currently only supported for Win32/Win64 widgetset. Issue #22717.
The default value differs from Delphi (7) for backwards compatibility (CC_FULLOPEN flag was always set in Windows).
2024-12-08 13:56:30 +01:00
Maxim Ganetsky
05fbbfe042 Win32: FOS_OKBUTTONNEEDSINTERACTION is now available in FPC 3.2.3, adjust IFDEF accordingly 2023-09-06 01:33:38 +03:00
Bart
1367a3c865 Win32: ifdef the const declaration for FOS_OKBUTTONNEEDSINTERACTION in TWin32WSOpenDialog.GetVistaOptions. 2023-08-31 22:46:08 +02:00
Bart
33484eab0b LCL: Start implemention TOpenOptionsEx: widget set specific options for TOpen/SaveDialog that do not fit into TOpenOptions. 2023-08-30 23:01:50 +02:00
Ondrej Pokorny
d556038c01 TaskDialog: do not write to console (fix) 2023-08-23 14:55:05 +02:00
Ondrej Pokorny
e6fc6dca77 TaskDialog: do not write to console 2023-08-23 14:49:10 +02:00
Bart
7c055798ef Revert "Win32: Vista dialogs: reverse the logic of applying FOS_STRICTFILETYPES to IFileDialog."
It causes a regression in the IDE.
The old logic is still wrong, but must be fixed in a different way, yet to be discussed.
This reverts commit ed3e261065.
2023-08-22 23:51:06 +02:00
Bart
cf5777a164 TTaskDialog: implement property Handle. Makes it possible to send messages to the dialog.
This is needed to implement e.g. progressbar and can be used to update on-the-fly the contents of the dialog.
2023-08-21 22:11:25 +02:00
Bart
86c3d72d4d TTaskDialog: Win32 WS: prevent possible crash when accessing CustomMainIcon/CustomFooterIcon. 2023-08-20 14:33:19 +02:00
Bart
d7801adb2a TTaskDialog: implement CustomMainIcon and CustomFooterIcon, needed for flags tfUseHIconMain and tfUseHIconFooter respectively.
The flags now work on Windows Vista+ native dialog.
Partly resolves issue #40449.
2023-08-20 13:48:50 +02:00
Bart
ed3e261065 Win32: Vista dialogs: reverse the logic of applying FOS_STRICTFILETYPES to IFileDialog. 2023-08-19 19:32:53 +02:00
Bart
e5c0139d49 Win32: factor out GetDefaultExt (code duplication). 2023-08-19 19:04:56 +02:00
Bart
9f9e1542f2 TaskDialog: Win32 WS: cleanup. No functional changes. 2023-08-18 18:07:11 +02:00
Bart
17bf02baad TaskDialog: TLCLTaskDialog and Win32 WS: remove type definitions (and conversion routines) that were copied from the old LCLTaskDialog unit. 2023-08-18 17:55:15 +02:00
Bart
bdd7515d79 TaskDialog: Win32 WS: move declaration of TD_QUESTION_ICON to win32extra unit. 2023-08-18 17:18:39 +02:00
Bart
0f6b5606ed TaskDialog: Win32 WS: comment out unused const definition. 2023-08-17 23:45:06 +02:00
Bart
65106f1e28 TaskDialog: Win32 WS: use pszMainIcon and pszFooterIcon fields of TTaskDialogConfig structure to set MainIcon and FooterIcon.
Gets rid of some constant definitions which are magic numbers that I was unable to trace why they work at all.
The new constants are predefined by MS, with the exception of TD_QUESTION_ICON.
Also this way we use the same constants for both MainIcon and FooterIcon.
2023-08-17 23:41:23 +02:00
Bart
90ab2ac4c7 TaskDialog: Win32 WS: don't let TaskDialogIndirect fail if tfUseHIconMain or tfUseHIconFooter is set.
For now set icons to none in this case.
Temporary wordaround for issue #40449.
2023-08-17 18:59:32 +02:00
Bart
ca6ad3064d TaskDialog: Win32 WS: add debugging code for issue #40449. 2023-08-17 18:31:37 +02:00
Bart
91052758c8 TaskDialog: fix typo in variable/propertyname (collaps -> collapse), as pointed out by Maxim. 2023-08-09 23:00:40 +02:00
Bart
70b158940e TaskDialog: implement OnNavigated (native Windows Vista+ only) and OnHelp.
While Delphi has DoOnHelp protected method, it seems they do not have OnHelp (GOKY).
2023-08-08 18:07:06 +02:00
Bart
892cf32728 TaskDialog: implement property CollapsButtonCaption.
Delphi does not have this, but the Windows TaskDialogIndirect API has it.
It controls the text next to the Expand/Collaps button if the dialog is in expanded state.
2023-08-07 22:05:30 +02:00
Bart
8d8ea4f2d0 TaskDialog: fix typo in debug writeln in Win32 WS code. 2023-08-01 23:32:23 +02:00
Bart
05e3ea353b TaskDialog: Add some ToDo in Win32 WS code. 2023-08-01 17:04:07 +02:00
Bart
a0e0744618 TaskDialog: implement OnHyperlinkClicked and associated property URL. Native Vista+ dialog only. 2023-08-01 16:54:50 +02:00
Bart
b5f0aca3ea TaskDialog: use DoOnXXX methods to call the event handlers.
Also rename some methods of LCLTaskDialog for a bit more consistency.
2023-08-01 16:39:53 +02:00
Bart
d31e76a1f6 TaskDialog: implement OnRadioButtonClicked event. 2023-08-01 15:54:34 +02:00
Bart
a2a14d0641 TaskDialog: Win32 WS: don't let TaskDialogIndirect fail if tfUseCommandLinks is set and no custom buttons ar defined. 2023-08-01 14:47:22 +02:00
Bart
188b9b863d TaskDialog: add some comments about the meaning of parameters in the callback function for the Win32 WS code. 2023-08-01 12:58:41 +02:00
Bart
70a178c88e TaskDialog: add OnTimer event. 2023-08-01 11:44:25 +02:00
Bart
213b32e0c7 TaskDialog: add OnExpand event (native Windows dialog only). 2023-08-01 11:06:26 +02:00
Bart
72376eacf2 TaskDialog: add comment in Win32 WS code about (not yet supported) field of TTaskDialogConfig. 2023-07-31 23:20:43 +02:00
Bart
4be2e3a717 TaskDialog: don't convert '\n' to LineFeed in captions:
Reason: a user might set a button or radiobutton caption to 'Save in "c:\new_folder\new.work"'
See also issue #38676
2023-07-31 18:53:33 +02:00
Bart
05c9e4aa76 TaskDialog: implement some Delphi compatible events:
- OnDialogConstructed
- OnDialogCreated
- OnDialogDestroyed
- OnVerificationClicked
Part of Issue #31399.
2023-07-31 17:52:11 +02:00
Bart
d33896d6c2 TaskDialog: fix default button for native Vista+ dialog. 2023-07-31 15:39:22 +02:00
Bart
fff6152dde TaskDialog: start implementing CommandLinkHint property for TTaskDialog.Buttons.
For now only functional on Windows Vista+ (native dialog).
2023-07-31 14:42:13 +02:00
Bart
15989485bf TTaskDialog: Win32WS: handle '\n' in caption of (radio)buttons (for backwards compatibility). 2023-07-29 23:59:33 +02:00
Bart
1729b47bbe TTaskDialog: remove obsolete comment in TWin32WSTaskDialog.Execute. 2023-07-29 23:35:55 +02:00
Bart
732cfd1460 TTaskDialog: make TWin32WSTaskDialog.Execute published (as it's ancestor). 2023-07-29 23:14:23 +02:00
Bart
26361d1105 TTaskDialog: TWin32WSTaskDialog.Execute:
- If tfSizeToContent is set, set cxWidth to zero.
  Because https://learn.microsoft.com/en-us/windows/win32/api/commctrl/ns-commctrl-taskdialogconfig says so.
  For simple cases, I did not notice any difference though.
- Remove commeted out code and excessive whitespace.
2023-07-29 23:12:05 +02:00
Bart
e259355d76 TTaskDialog: initial support for query capability (combobox or single line edit).
The implementation differs from the one in (now deprecated) LCLTaskDialog:
- the type of query is controlled by flags only (which are mutually exclusive)
- for single line edit, you can set passwordchar
- intial value of single line query has no influence on combobox
- initial value of combobox is controlled by integer value, not by text
2023-07-27 00:05:09 +02:00
Bart
2722337e33 TTaskDialog: layout the initial infrastructure to add Query capability to TTaskDialog. 2023-07-26 16:13:50 +02:00
Bart
e1d2db658f Refactoring TTaskDialog: remove hack of exposing TCustomTaskDialog.FWidth. It was unneccessary to begin with... 2023-07-24 11:12:55 +02:00
Bart
b7cc27d3a5 Refactoring TTaskDialog:
- TWSTaskDialog.Execute: Don't cast ADlg to TTaskDialog.
- Adapt signature of function ExecuteLCLTaskDialog accordingly.
- Less debug output
2023-07-24 11:06:22 +02:00
Bart
cc10035843 Refactoring TTaskDialog:
- Win32 WS: fix not returning ButtonID.
- Win32 WS: initialize RadioRes return value.
2023-07-24 10:52:11 +02:00