You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Fixed colors in FMXExternalPumpBrowser for MacOS
Added functions to copy the CEF binaries and the CEF helpers automatically to FMXExternalPumpBrowser for MacOS Added TFMXBufferPanel.OnResized Added more comments with missing functionality in Linux and MacOS
This commit is contained in:
@ -945,6 +945,21 @@ begin
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF LINUX}
|
||||
{$IFDEF FPC}
|
||||
// TO-DO: Find a way to write in the error console using Lazarus in Linux
|
||||
{$ELSE}
|
||||
// TO-DO: Find a way to write in the error console using FMXLinux
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$IFDEF MACOSX}
|
||||
{$IFDEF FPC}
|
||||
// TO-DO: Find a way to write in the error console using Lazarus in MacOS
|
||||
{$ELSE}
|
||||
// TO-DO: Find a way to write in the error console using FMX for MacOS
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
if (GlobalCEFApp <> nil) and GlobalCEFApp.LibLoaded then
|
||||
CefLog('CEF4Delphi', DEFAULT_LINE, CEF_LOG_SEVERITY_ERROR, aMessage);
|
||||
{$ENDIF}
|
||||
|
Reference in New Issue
Block a user