gpt4 book ai didi

macos - Mac 上的 Delphi XE7(up1) 中的 TOpendialog 有问题?

转载 作者:行者123 更新时间:2023-12-03 15:36:21 24 4
gpt4 key购买 nike

Mac (yosemite) 上的 Delphi XE7 或 Delphi XE7 UP1 中的 TOpendialog 有问题。Opendialog1.execute之后,整个表单会出现一些奇怪的问题,有时应用程序会崩溃。

我在另一台运行 Mavericks 的 Mac 上尝试了相同的应用程序,它运行良好。

这是一个源代码。

unit Unit1;

interface

uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls;

type
TForm1 = class(TForm)
Button1: TButton;
OpenDialog1: TOpenDialog;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.fmx}

procedure TForm1.Button1Click(Sender: TObject);
begin
OpenDialog1.Execute;
end;

end.

这是 Paserver 显示的内容:

Process Control Server Started pid 884 exe built Jul 18 2014

sentinelFunc 886

2014-12-02 21:24:19.360 Project1[888:27602] --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 502 (subSize=[64.000000,64.000000] offset [704.000000,0.000000] glID:1, context:0x1326c930)

像这样:

enter image description here

最佳答案

我无法在我的系统上重现此问题。所以我怀疑这是你的代码的问题。

您是否尝试过重置 Mac 的 PRAM?如果这以某种方式搞砸了,您可能会遇到像您所描述的那样的问题。 http://support.apple.com/kb/PH14222

关于macos - Mac 上的 Delphi XE7(up1) 中的 TOpendialog 有问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27246683/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com