1. Rachid Sbaibi
  2. PowerBuilder
  3. Monday, 24 October 2022 09:38 AM UTC

Hi all,

The Navigate function always returns -1 even with static url.
Here is a sample code:

is_url = message.StringParm
li_navigate = wb_1.Navigate("http://www.appeon.com") // Return -1

li_navigate = wb_1.Navigate(is_url) // Return -1

Any idea?

Thanks

René Ullrich Accepted Answer Pending Moderation
  1. Monday, 24 October 2022 13:09 PM UTC
  2. PowerBuilder
  3. # 1

First version of new webbrowser control had some bugs that were fixed in later versions. One of it was a problem with temporary files that were not deleted.

Maybe this can help you: https://www.appeon.com/standardsupport/search/view?id=4166

You should update to a newer version of Powerbuilder to see if this solves your problem.

Comment
  1. Rachid Sbaibi
  2. Tuesday, 25 October 2022 08:00 AM UTC
I can't find any "blob_storage" directory as mentionned in

C:\Program Files (x86)\Appeon\Shared\PowerBuilder\pbcef190
  1. Helpful
  1. René Ullrich
  2. Tuesday, 25 October 2022 08:33 AM UTC
It can also be in other directories.
  1. Helpful
There are no comments made yet.
Rachid Sbaibi Accepted Answer Pending Moderation
  1. Monday, 24 October 2022 12:32 PM UTC
  2. PowerBuilder
  3. # 2

I'm using Powerbuilder 2019 R2 Build 2353

Regards.

Comment
  1. Chris Pollach @Appeon
  2. Monday, 24 October 2022 16:01 PM UTC
Yes, PB 2019 + 2022 use an older version of the chromium engine.

Regards ... Chris
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Wednesday, 26 October 2022 17:34 PM UTC
@Arnd, We plan to update 2019 R3 in next 60 days with the WebView2 control.
  1. Helpful
  1. Arnd Schmidt
  2. Wednesday, 26 October 2022 17:57 PM UTC
Great news! That is really cool!

Hopefully including the full blown debug stuff that is included in webview2.

Superb!
  1. Helpful 1
There are no comments made yet.
René Ullrich Accepted Answer Pending Moderation
  1. Monday, 24 October 2022 10:34 AM UTC
  2. PowerBuilder
  3. # 3

What PB version do you use?

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.