Discussions tagged WebBrowser

PB Version 2021 build 1509 Hello.. I have a question, I have a screen (window + webbrowser control fullscreen). When I open the window, I load an HTML page (it could be google.com), but it doesn't have focus (specifically in an input field) If I ...
Hi Everyone,   I am trying to migrate my app from CEF to the new Webview2 control. I could manage to navigate to the desired html, load its javascript, register a PB user event, trigger the user event from Javascript and call EvaluateJavascriptAsy...
In PB2022, I've added a web browser control to a window with a button that has the following script behind it: STRING ls_urlLONG ll_return ls_url = "https://www.youtube.com/watch?v=w-15bjJxh6E" ll_return = wb_1.Navigate(ls_url)IF ll_return <>...
Hi is it possible to print from the new webview2 based webbrowser component included in PB 2022 R2 (build 2819)? Print() method just opens preview. Print(job, x, y) through job prints an empty page. Is there a workaround through Javascript etc? I...
Hi, we use the Webview2 browser (the Evergreen mode) in our application (PB 2019 R3 2792) which works fine on a normal pc. But we have one customer that is using windows server 2016 RDP to host our powerbuilder application for several users (yes, se...
I'm trying to add OAuth to our application for a new client. I ran the Google example through the PB IDE with no issues. However, after I created a PowerClient app the system crashes as soon as it attempts to call the WebBrowserSet or WebBrowserGet f...
Hi all, we are using WebBrowser-Control to show PDF. That works very well. Also, the icons/controls of the PDF are showing up, hence the user is able to print/download the file. Now, I would like to open the print dialog, like clicking on the printe...
Hi, I am using Powerbuilder 2021 (build 1509 ). My database is oracle 11g. I have a local oracle 11g database in my machine. I have webbrowser in one of my windows. I use navigate command to open a html file in one of my directories. The webbrowse...
Adobe Acrobat Reader (DC) Version: 22.003.20314.0 PowerBuilder 2022 (1892) Opening PDFs with a file URL is working just fine.However, no page parameters for configuring the Acrobat UI seem to be applied. Anyone had success? Please advise. Thank y...
Hello, I'm using the excellent "new" WebBrowser Control introduced in PB2019 R2. (https://docs.appeon.com/pb2019r2/whats_new/ch01s05.html) It works like a charm when I run it in Powerbuilder, but not in our compiled .exe + pbd project.I suspect one ...
Hi all,   Is it true that the WebBrowser Control cannot handle cookies correctly ? No matter what I do it keeps coming back every time the App runs and asks if I will allow cookies or not on any site. (quite annoying) I'm using the latest PB 2022...
Hi WebBrowser object in PB 2022 has a new feature. PDFs are shown in pagemode (list of pages on the left side). Is it possible to turn it off? In previous versions a limited subset of Adobe parameters was implemented. In the current version it seems...
Hi, I am using Powerbuilder 2021  build 1509. I have a webbrowser control in one of my windows. If I open  powerbuilder 2021 as an administrator, webbrowser control works fine. If I open  Powerbuilder 2021 normally (not as administrator), webbrow...
Hello, Using PB 2019 R3 build 2703, Webbrowser control Need to call a powerbuilder event from a html file with JS function(s).  How to call it? Tried by going through few videos and codes from Appeon website. Window consists of a webbrowser (wb_1...
Bonjour, J'utilise le webbrowser (Chromium Embedded Framework) pour afficher une page Web mais celle ci ne s'affiche pas correctement. Je suppose qu'il y a des problème javascript, mais je n'arrive pas à trouver un fichier de log qui afficherait ces...
Hello   PowerBuilder 2019 R3 Build 2728   Is there any way using the webbrowser control (cef) to switch on/off spellcheck? Some users have spellcheck and some users don't. What does it depend on? How can I hide the red wavy lines in textbox and...
Sorry, second one today. PowerBuidler 2019 R3 build 2728 Windows 10 We have switched all our old Internet Explorer activeX controls to the new PowerBuilder web browser control and everything works great, until our .NET developers changed our login...
Hi With PowerBuilder 2019 r3, how can we clear the new webbrowser cache (while running an application) ? Regards Thierry...
Hi,I am opening a web page from within the Web browser control . The web page has text area with spell checking enabled. When opening the page locally I get Swedish spell checking (which I want) but from within the web browser control, I get English....
Hi It looks like NavigationStart event is called when the webbrowser object is created (or drawn etc). Plus it seems to be called asynchronously because: If there's no Navigate() called in Open event of the window then only this 'ghost' NavigationS...
  • Page :
  • 1