Discussions tagged WebBrowser
How to open PrintDialog of WebBrowser-Control?
- Resolved
- New
- How-to
- Last updated 1 day ago
- Kai Zhao @Appeon replied 18 hours 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 3 months ago
- Andreas Mykonios replied 3 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 4 months ago
- Miguel Leeuwe replied 4 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 5 months ago
- Kai Zhao @Appeon replied 5 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 7 months ago
- Mark Montgomery replied 6 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 7 months ago
- Gowthaman Rammohan replied 7 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 7 months ago
- Sivaprakash BKR replied 7 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 7 months ago
- John Fauss replied 7 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 10 months ago
- Tamas Polgar replied 10 months 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 6 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...
WebBrowser prevent header and footer with PrintAsPDF?
- How-to
- Last updated 1 year ago
- Daniel Vivier replied 1 year ago
We want to use the WebBrowser control in PB2021 to load HTML files and save them as PDF. We have working code, but it is adding a header and footer to the page. We need to not have those!
Is there a way to force that? Maybe some JavaScript?
I have ...
PB2019R3 Web Control not displaying alerts
- Issue
- Last updated 1 year ago
- Kai Zhao @Appeon replied 1 year ago
My web developer put in a series of alerts to help us find a problem with a web page and they work fine in the Chrome browser but do not display when the page is opened in the new web control....
webbrowser control gives white screen (randomly)
- Issue
- Last updated 1 year ago
- Kai Zhao @Appeon replied 1 year ago
I am using PB2021 build 1311 and have a process that reads a local HTML file using the PB webbrowser control. This HTML file is an image gallery than can vary in size from 1 image to 7000+ images. The images are on the local network.
Sometimes, ...
Using web browser control with report server
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I am maintaining an application in Powerbuilder 2021. The application previously constructed a script that was sent to the report server via IE to retrieve a report in pdf format. IE would prompt the user to either save or open the pdf file. We are g...
Prompting for Save Location with Web Browser Download Button?
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi, we are using the WebBrowser control in PB2019R3 to view PDF files. Some of our users have asked whether they can choose where to save the file when they click the download button. I can't find a way to do that. I know I can set a download locati...
How to display local html files
- Resolved
- How-to
- Last updated 1 year ago
- Brad Mettee replied 1 year ago
Hello,
I’m migrating from MS WebBrowser Control (IE) to the PowerBuilder internal WebCrowser Control (CEF). It works fine for web based files but fails for local files.
I know this is correct, it is the documented behaviour.
But it does not solve ...
- Page :
- 1