- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
TFileOpenDialog 的预览 Pane 设置似乎存在问题,选择某些图像时应用程序会崩溃。有解决办法吗?
演示来源:
procedure TForm1.Button1Click(Sender: TObject);
begin
FileOpenDialog1.Execute;
end;
object FileOpenDialog1: TFileOpenDialog
FavoriteLinks = <>
FileTypes = <>
Options = [fdoForcePreviewPaneOn]
Left = 200
Top = 32
end
编辑:它似乎只发生在Windows10(AN.更新)中,在Win7中正常工作。一些调试:
callstack crc : $6ac33669, $66c06792, $66c06792
exception number : 1
exception class : EInvalidOp
exception message : Invalid floating point operation.
main thread ($ae0):
6ac33669 +000 PhotoMetadataHandler.dll
71f6447f +09f PROPSYS.dll PSCreateDelayedMultiplexPropertyStore
773ef71a +00a combase.dll PropVariantClear
74d317c2 +082 KERNELBASE.dll QISearch
71f4f677 +097 PROPSYS.dll #424
71f4f829 +249 PROPSYS.dll #424
6c5f1bba +11a DUI70.dll ?_PreSourceChange@Element@DirectUI@@AAEJPBUPropertyInfo@2@HPAVValue@2@1@Z
6c5ee3a6 +246 DUI70.dll ?_SetValue@Element@DirectUI@@IAEJPBUPropertyInfo@2@HPAVValue@2@_N@Z
6c5ee46e +30e DUI70.dll ?_SetValue@Element@DirectUI@@IAEJPBUPropertyInfo@2@HPAVValue@2@_N@Z
6c5ecf15 +025 DUI70.dll ?SetContentAlign@Element@DirectUI@@QAEJH@Z
6c5e6813 +033 DUI70.dll ?_BroadcastEventWorker@Element@DirectUI@@AAEXPAUEvent@2@@Z
6c5e6867 +087 DUI70.dll ?_BroadcastEventWorker@Element@DirectUI@@AAEXPAUEvent@2@@Z
6c5e68a2 +012 DUI70.dll ?BroadcastEvent@Element@DirectUI@@QAEXPAUEvent@2@@Z
6c5e6813 +033 DUI70.dll ?_BroadcastEventWorker@Element@DirectUI@@AAEXPAUEvent@2@@Z
6c5e6867 +087 DUI70.dll ?_BroadcastEventWorker@Element@DirectUI@@AAEXPAUEvent@2@@Z
6c5e68a2 +012 DUI70.dll ?BroadcastEvent@Element@DirectUI@@QAEXPAUEvent@2@@Z
6c54d590 +0b0 DUser.dll DUserSendEvent
6c5e68ef +03f DUI70.dll ?FireEvent@Element@DirectUI@@QAEXPAUEvent@2@_N1@Z
7529df12 +092 user32.dll CallWindowProcW
752ac53c +0fc user32.dll IsDialogMessageW
752abd8d +02d user32.dll DialogBoxIndirectParamAorW
752abd46 +016 user32.dll DialogBoxIndirectParamW
005af784 +370 Project1.exe Vcl.Dialogs TCustomFileDialog.Execute
005af3f9 +045 Project1.exe Vcl.Dialogs TCustomFileDialog.Execute
006375ec +008 Project1.exe Unit1 29 +0 TForm1.Button1Click
005880d3 +073 Project1.exe Vcl.Controls TControl.Click
0059f1d2 +01e Project1.exe Vcl.StdCtrls TCustomButton.Click
0059fce0 +010 Project1.exe Vcl.StdCtrls TCustomButton.CNCommand
00587b65 +2bd Project1.exe Vcl.Controls TControl.WndProc
0058c6a5 +5e9 Project1.exe Vcl.Controls TWinControl.WndProc
0059ee7c +06c Project1.exe Vcl.StdCtrls TButtonControl.WndProc
005877a0 +024 Project1.exe Vcl.Controls TControl.Perform
0058c80b +023 Project1.exe Vcl.Controls DoControlMsg
0058d293 +00b Project1.exe Vcl.Controls TWinControl.WMCommand
00627ed9 +045 Project1.exe Vcl.Forms TCustomForm.WMCommand
00587b65 +2bd Project1.exe Vcl.Controls TControl.WndProc
0058c6a5 +5e9 Project1.exe Vcl.Controls TWinControl.WndProc
00624d08 +62c Project1.exe Vcl.Forms TCustomForm.WndProc
0058bcc4 +02c Project1.exe Vcl.Controls TWinControl.MainWndProc
0052f48c +014 Project1.exe System.Classes StdWndProc
77630004 +034 ntdll.dll KiUserCallbackDispatcher
752a0bfb +13b user32.dll SendMessageW
7529df12 +092 user32.dll CallWindowProcW
0058c7b6 +0e6 Project1.exe Vcl.Controls TWinControl.DefaultHandler
00588528 +010 Project1.exe Vcl.Controls TControl.WMLButtonUp
00587b65 +2bd Project1.exe Vcl.Controls TControl.WndProc
0058c6a5 +5e9 Project1.exe Vcl.Controls TWinControl.WndProc
0059ee7c +06c Project1.exe Vcl.StdCtrls TButtonControl.WndProc
0058bcc4 +02c Project1.exe Vcl.Controls TWinControl.MainWndProc
0052f48c +014 Project1.exe System.Classes StdWndProc
7529df9b +00b user32.dll DispatchMessageW
0062e363 +0f3 Project1.exe Vcl.Forms TApplication.ProcessMessage
0062e3a6 +00a Project1.exe Vcl.Forms TApplication.HandleMessage
0062e6d9 +0c9 Project1.exe Vcl.Forms TApplication.Run
00640801 +049 Project1.exe Project1 18 +4 initialization
74fa62c2 +022 KERNEL32.DLL BaseThreadInitThunk
disassembling:
006375e4 public Unit1.TForm1.Button1Click: ; function entry point
006375e4 29 mov eax, [eax+$3c4]
006375ea mov edx, [eax]
006375ec > call dword ptr [edx+$4c]
006375ef 30 ret
最佳答案
您看到源自 PhotoMetadataHandler.dll 的 FPU 异常,其崩溃原因未知,但似乎某些 JPG 文件可能会导致浮点异常。例如,Total Commander(用 Delphi 编写)也遇到了同样的问题 a number of times 。修复非常简单,在执行对话框之前禁用所有异常,然后重新启用它们:
procedure TForm1.Button1Click(Sender: TObject);
var
OrgMask : TArithmeticExceptionMask;
begin
OrgMask := GetExceptionMask;
// disable all exceptions
SetExceptioNMask([exInvalidOp,exDenormalized, exZeroDivide, exOverflow,
exUnderflow, exPrecision]);
FileOpenDialog1.Execute;
SetExceptionMask(OrgMask);
end;
编辑
根据 Craig Young 的评论,我将实现一个接口(interface)以确保我们始终恢复原始的异常掩码。
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, System.Math;
type
ICatchAllFPUExceptions = interface
['{7F429ECA-B458-4F39-832B-429839A8E948}']
end;
TCatchAllFPUExceptions = class(TInterfacedObject, ICatchAllFPUExceptions)
private
OrgExceptionMask : TArithmeticExceptionMask;
public
class function Activate : ICatchAllFPUExceptions; static;
constructor Create;
destructor Destroy; override;
end;
TForm1 = class(TForm)
FileOpenDialog1: TFileOpenDialog;
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
{ TCatchAllFPUExceptions }
class function TCatchAllFPUExceptions.Activate: ICatchAllFPUExceptions;
begin
Result := TCatchAllFPUExceptions.Create;
end;
constructor TCatchAllFPUExceptions.Create;
begin
inherited;
OrgExceptionMask := GetExceptionMask;
SetExceptioNMask([exInvalidOp,exDenormalized, exZeroDivide,
exOverflow, exUnderflow, exPrecision]);
end;
destructor TCatchAllFPUExceptions.Destroy;
begin
SetExceptioNMask(OrgExceptionMask);
inherited;
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
// disable all exceptions
TCatchAllFPUExceptions.Activate;
FileOpenDialog1.Execute;
// mask will be restored here due to internal function variable going out of scope
end;
end.
关于delphi - W10 + Delphi Seattle、TFileOpenDialog + fdoForcePreviewPaneOn = 某些图像崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40965443/
验证邮箱的正则表达式 var ePattern = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; 或者
我正在学习正则表达式并认为我开始掌握了。但是…… 我试图拆分一个字符串,我需要帮助来理解这样一个简单的事情: String input = "abcde"; System.out.println("[
我是初学者。我不知道为什么?我正在使用 Code::Blocks。请阅读以下代码: 如果 q=' W ',则打印出 W。 如果 q=" W ",则打印出 $。 最佳答案 文字 "W" 不是单个 cha
我在 BigQuery Reference 或 re2 wiki 中都找不到答案。 在 BigQuery Reference 中 Regex 部分的所有示例中,每个 regex 之前都有一个“r”,但
当我按“W 或 w”但仅一次时,我想让我的矩形/字符移动“X px”。按住“W”和“w”时不继续移动。我尝试使用一个变量创建一个“Key Released”函数,该变量在按下“W 或 w”时会发生变化
%w[ ] Non-interpolated Array of words, separated by whitespace %W[ ] Interpolated Array of words
我使用 vim。在我曾经使用过的每台机器上,“w”都尊重标点符号。如果我按“w”,我会前进到一个词的结尾。 如果是句点分隔词,我将移至下一个句点。 然而,在特定的 vim 安装中,'w' 被解释为 '
(\w+)?有什么区别吗和 (\w*)在正则表达式中? 似乎是一样的,不是吗? 最佳答案 (\w+)?和 (\w*)两者匹配相同(0..+inf 单词字符) 但是,有一点不同: 在第一种情况下,如果正
在 Ruby 中 %w(don matt james) 和 %w[don matt james] 有区别吗? 使用 Ruby 控制台,它们都输出一个数组,每个单词作为一个元素。我很好奇为什么有多种方法
我真的很想帮助您决定字母表中所有单词的语言是否{0,1}不能从两边以同样的方式读取,{ w | w <> wR } , 是一种上下文无关语言(即可以转化为特定的语法规则)。 我试图通过抽水引理证明它不
这是我的 Xml 文档(小片段)。
:q 和 :Q 也是如此。我几乎总是不会足够快地放弃转变,看到 :Q 和 :W 无论如何都没有被使用,我认为让它们像小写字母一样做会很好。 最佳答案 黑客是通过 :cmap或 :cabb ,但这些都有
我对/\w\b\w/感到困惑。我认为它应该匹配“we we”中的“e w”,因为: \w 是单词字符,即“e” \b 是单词 broundary,它是 ""(空格) \w 是另一个词是“w” 所以匹配
在 Linux 中,我的目录中有一个名为 test2 的文件,该文件是我使用 touch 命令创建的。 当我运行命令时 find . –name “*test*” -ls 它不会给我错误,但是当我运行
我想把一个句子分成单词和单词之间的部分(我称之为定界符)。 sentence = "First-tea,-then-coffee!" => "First-tea,-then-coffee!" word
我正在查看 Ruby 的文档。我对使用 %w() 还是 %W() 感到困惑(后面的 W 是大写的)。两者有什么区别?你能给我指点一些文档吗? 最佳答案 当大写时,数组由插入的字符串构成,就像在双引号字
有什么区别? 最佳答案 %w 引用像单引号 ''(没有变量插值,转义序列更少),而 %W 引用像双引号 ""。 irb(main):001:0> foo="hello" => "hello" irb(
这是运行 XQueries 之前的 XML 文档示例: ... 1.7 ****
除非我为 TableTypeCarrier 模板类包含一个复制构造函数,否则使用 clang(但不是 gcc)构建时,以下代码会在运行时崩溃吗?如果我包含该复制构造函数,为什么我在使用 gcc 构建时
尝试: time perl -E '$x="a" x 100000; $x =~ /[\w\W]+x/i' 将运行很长时间(在我的笔记本上20秒)。没有/i,例如 time perl -E '$x=
我是一名优秀的程序员,十分优秀!