WhiteWind / delphichromiumembedded

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

TForm.OnCreate and DefaultUrl and global vars changing issue #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Drop TChromiumSync to new project's form
2. Open form properies, select events and double click on OnCreate
3. Try do add here DefaultUrl or change any global var like CefUserAgent.

It seems CefLoadLibDefault called when browser window is creating, but where 
then we should set default parameters and global vars? In previous version we 
set all these params inside forms's OnCreate event, but now it will not work 
the right way. Only initialization section helps for global vars, but for 
DefaultUrl property it is not right way I think.

Original issue reported on code.google.com by universe...@gmail.com on 23 Mar 2011 at 3:57

GoogleCodeExporter commented 8 years ago
TChromiumSync have been removed

Original comment by hgourv...@gmail.com on 8 Apr 2011 at 9:42