Jump to content
LordJashin

TSCARWebClient...:D

Recommended Posts

You killed me adding that many files Freddy, 23.22mb, and 3 minute transfer lols.

 

Sounds pretty cool though. Are you using google chrome or what? I see chrome.pak?

 

 

333 post ftw.

 

EDIT: Try this in 3.36

 

[sCAR]

program New;

var

A: TSCARWebClient;

 

begin

A := TSCARWebClient.Create(500, 500);

A.Navigate('scar-divi.com');

end.

 

[/sCAR]

Edited by LordJashin
Link to comment
Share on other sites

Right now all input is available, do note that the keystate functions may not behave properly as it's somewhat difficult to determine. Keyboard input might require some tweaking, but works overall. Let me know if there are any issues. Only TypeTextEx can input characters as CEF can't type characters with only KeyDown/KeyUp events, it does send those for regular characters though, if this ends up being an issue, let me know.

Edited by Freddy
Link to comment
Share on other sites

I'd also like to point out that if you have a site crashing SCAR with the TSCARWebClient,this is probably because currently the chromium embedded framework for Delphi doesn't support CEF3, which is required to render WebGL content. Once the framework is updated in the near future, there shouldn't be a problem with that anymore.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...