Questions tagged [tembeddedwb]

20 questions
0
votes
0 answers

How to insert a tag at specific position into TEmbeddedWB document?

In a web-page document loaded in TEmbeddedWB, I need to insert a BASE tag (pointing to the source URL of the document) at the beginning of the HEAD section (right after the tag). Example:
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
1 answer

EmbeddedWB TAB key

I use EmbeddedWB in edit mode and need to insert tab (4 *  ) when user presses TAB key. I've trapped OnKeyDown event and did the following: if (Key = VK_TAB)…
Coder12345
  • 3,431
  • 3
  • 33
  • 73
0
votes
1 answer

TEmbeddedWB is still loading page and cant be stopped

I was searching here on SO, but without success or any acceptable answer. I have bigger application, which is using TEmbeddedWB. Lets say my code is like this: // here is some other code where I am working with…
Legionar
  • 7,472
  • 2
  • 41
  • 70
-1
votes
2 answers

setTimeout not working in injected JavaScript?

I have an external JavaScript file mypapopup.js with this content: function mypopup() { alert("Hello stackoverflow") } In a Delphi XE8 VCL Form application, with TEmbeddedWB.ExecScript I inject this JavaScript into a loaded document in…
user1580348
  • 5,721
  • 4
  • 43
  • 105
-1
votes
1 answer

How do I extract element ID from loaded page

I have a project that loads some pages inside TembeddedWb. After the pages are loaded I want to grab the ID elements from some images. For example, I have an image like this inside the html page
DelphiStudent
  • 384
  • 1
  • 7
  • 23
1
2