cazxxx / delphichromiumembedded

Automatically exported from code.google.com/p/delphichromiumembedded
0 stars 0 forks source link

problems with VCL message dispatching again #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a project with delphi 7,add a a menu and TChromium to the main form of 
the project
2.TChromium loada local html file(which runs a "busy" javascript function)
3.Use the mouse to hover the menu, and click the menu, sometimes, it will not 
trigger the menu onclick event,liking missing the mouse event message.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
usesing verion:
  CEF_REVISION = 607;
  COPYRIGHT_YEAR = 2012;

  CHROME_VERSION_MAJOR = 18;
  CHROME_VERSION_MINOR = 0;
  CHROME_VERSION_BUILD = 1025;
  CHROME_VERSION_PATCH = 166;
on windows 7.

Please provide any additional information below.
----please see the link:
https://groups.google.com/forum/#!topic/delphichromiumembedded/Jyxocj1v2Ww

Original issue reported on code.google.com by dend...@gmail.com on 6 Sep 2013 at 4:04

Attachments:

GoogleCodeExporter commented 8 years ago
I think it is already fixed in the latest versions.
Why you don't use the latest version ?

Original comment by hgourv...@gmail.com on 6 Sep 2013 at 9:26

GoogleCodeExporter commented 8 years ago
Thanks very much for your reply.
Yes,I have try the latest version, the problem still the same.
I check out the source from svn: 
http://delphichromiumembedded.googlecode.com/svn/trunk , up to 
date:2013-08-02,See the attach picture.

Original comment by dend...@gmail.com on 10 Sep 2013 at 7:48

Attachments:

GoogleCodeExporter commented 8 years ago
y

Original comment by Apple.Mr...@gmail.com on 6 Jan 2014 at 10:40

GoogleCodeExporter commented 8 years ago
I had the same error messages.

To solve the problem, removes "locales" file directory of your dcu 
(Win32/debug) and Win64/Debug) and place that is in the zip.

Bye

Original comment by astuces...@gmail.com on 6 Jan 2014 at 10:47