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 ...
problem at migrating CEF to Webview2
- How-to
- Last updated 1 month ago
- Kai Zhao @Appeon replied 3 weeks ago
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...
Sound in web browser control
- Resolved
- How-to
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
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...
Webview2 not working on a windows 2016 server for RDP
- How-to
- Last updated 1 month ago
- Pieter Coene replied 1 month ago
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...
WebBrowserSet/Get causing PowerClient app to crash
- Resolved
- Issue
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
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...
How to open PrintDialog of WebBrowser-Control?
- Resolved
- How-to
- Last updated 3 months ago
- Rob Stevens replied 1 month ago
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...
WebBrowser Control - Adobe Acrobat - Page Parameters Not Effective at Navigate()
- Issue
- Last updated 7 months ago
- Andreas Mykonios replied 7 months ago
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...
The new WebBrowser Control and missing runtime dlls
- Resolved
- How-to
- Last updated 7 months ago
- Miguel Leeuwe replied 7 months ago
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 ...
WebBrowser control cannot handle cookies
- Resolved
- Issue
- Last updated 9 months ago
- Kai Zhao @Appeon replied 9 months ago
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...
Webbrowser PB 2022 PDF Pagemode
- Resolved
- How-to
- Last updated 10 months ago
- Mark Montgomery replied 10 months ago
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...
PB2021 - Webbrowser control not working
- Resolved
- Misc
- Last updated 11 months ago
- Gowthaman Rammohan replied 10 months ago
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...
Re: To call a powerbuilder event/function from javascript from webbrowser control
- Resolved
- How-to
- Last updated 11 months ago
- Sivaprakash BKR replied 11 months ago
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...
powerbuilder 2021, CEF webbrowser, gestion des erreurs javascript
- Resolved
- How-to
- Last updated 11 months ago
- John Fauss replied 11 months ago
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...
Webbrowser spellcheck on/off
- Resolved
- How-to
- Last updated 1 year ago
- Tamas Polgar replied 1 year ago
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...
New WebBrowser / clear cache
- Resolved
- How-to
- Last updated 1 year ago
- Uri Netanel replied 9 months ago
Hi
With PowerBuilder 2019 r3, how can we clear the new webbrowser cache (while running an application) ?
Regards
Thierry...
How to set language in web browser control?
- Issue
- Last updated 1 year ago
- Niclas Graufelds replied 1 year ago
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