Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 27 Apr 2024, 15:59

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: 04 Feb 2024, 10:43 
Offline

Joined: 10 Sep 2013, 15:50
Posts: 14
reproduce step:
1. create simple VCL Application:

type
TForm1 = class(TForm)
FindDialog1: TFindDialog;
Button1: TButton;
DBComboBoxEh1: TDBComboBoxEh;

procedure Button1Click(Sender: TObject);

private
{ Private declarations }
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.dfm}



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

end;

2.run the app

3.click the DBComboBoxEh1, then click the Button1, the TFindDialog shown

4.close the TFindDialog, the Form1 disappeared, you have to click the taskbar button to bring it to front


I have study it a few, i found it have relation with the new TPopupListboxFormEh after the V9.1
but i can not fix it


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 71 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group