Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Missing Chromium.UserStyleSheetLocation

Post Reply
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Missing Chromium.UserStyleSheetLocation

Post by salvadordf »

Hi Yolanda,

Thanks for your support! :D

Try setting GlobalCEFApp.BackgroundColor before GlobalCEFApp.StartMainProcess

I've never tried it but this is what it's supposed to do as explained in the CEF3 sources ( /include/internal/cef_types.h )

Code: Select all

  ///
  // Opaque background color used for accelerated content. By default the
  // background color will be white. Only the RGB compontents of the specified
  // value will be used. The alpha component must greater than 0 to enable use
  // of the background color but will be otherwise ignored.
  ///
Post Reply