Discussions tagged WebBrowser

Hello all fellow PB'ers, Not sure how to title this question. Using PowerBuilder 2022 R2 (Build 2828), we are seeing some weird error messages generated from our application (typically null object references) and I was curious if the following coul...
I'm noticed that PowerBuilder IDE is logging "Windows Error Reporting" events for APPCRASH  PB220.exe 22.2.0.3289 KERNELBASE.dll 10.0.17763.5328 The funny thing is that PB is not running, and it's still logging errors.    It's logging several items ...
Hi I am developing functinality to convert .jpg to pdf using webbrowser to open the file and save as pdf. The problem is make script creating the web browser windows wait until the browser is finished opening the file save the pdf. the webbrowser ...
Hello, I was wondering if the PowerBuilder WebBrowser using WebView2 might have a way to configure the setting for Tracking Prevention between Basic/Balanced/Strict?  The only configuration function available on the control seems to be the WebBrows...
I try to code hybrid app using pB2022 R3 + webBrowser Control (webview2). Normally, it is a sheet window contains a webBrowser control, and the webBrowser navigate to my webapp. It functions well within the webBrowser. however, when lost focus of th...
Dear All, I am using Powerbuilder webBrowser control (webview2), and try to send message via javascript. according the help, call ``window.webBrowser.postMessage('my message...');``, but not work.  Call out dev-console by [F12], and find that ``wi...
Good morning, I'm using a OLE Web Browser as a E-mail template, this email is a HTML page, and i can modify manu properties as the size, font, Bold, Italic, Underline, Align, etc.. of my Template.     Can i reproduce the same is the new WebBros...
I have an application in Powerbuilder 2022 R2 and I need to clear the download history in the browser control before downloading a file. I looked through the documentation and I did not find a way to do this. Any help would be appreciated....
I have a PB 2022 desktop application that opens an internal website in the new chromium webbrowser object. It prompts for SSO credentials prior to opening the site. Since the users log into the app using their SSO credentials, I was able to use the E...
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...
  • Page :
  • 1