Page 15 of 23
Re: PureBasic 6.10 beta 6 is out !
Posted: Sun Feb 11, 2024 11:13 am
by Justin
Hi,
You can get the last version of the WebView residents, from this repo:
https://github.com/omegakode/PBWebview2
Scroll down to the readme, there are direct links there. The SDK is updated very often, every two months. I'll try to keep them up to date.
In fact the one that ships with this beta it's not the last one, you can get the newest one from the repo, i sent it to Fred but he was probably too busy to include it.You can also get the WebView2.pbi and build the residents by yourself.
There is also a separate file for the IIDs because they are not included in the resident:
https://github.com/omegakode/PBWebview2 ... w2_IID.pbi
Release notes from the last SDK:
https://learn.microsoft.com/en-us/micro ... p#10227786
Re: PureBasic 6.10 beta 3 is out !
Posted: Sun Feb 11, 2024 11:43 am
by nsstudios
This is still present in the latest beta. Just bumping for visibility.
Omara1993 wrote: Sun Jan 21, 2024 6:23 am
Hello!
Looping streaming sounds appears to only play the sound once. So If you create a sound as streaming and then play it as #PB_Sound_Loop, the flag appears to be ignored as the sound only plays once instead of in a continuous, looping manner. This was tested on windows, I am unsure how other platforms react.
How to recreate:
Initialize sound system, I have tested flac and ogg.
Load either a flac or ogg sound and set the #PB_Sound_Streaming flag.
Play the sound and set the #PB_Sound_Loop flag.
The sound should loop, but as you'll see, the sound does play, but only once.
Kind regards,
A happy Pure Basic user!
Re: PureBasic 6.10 beta 3 is out !
Posted: Sun Feb 11, 2024 1:27 pm
by Fred
nsstudios wrote: Sun Feb 11, 2024 11:43 am
This is still present in the latest beta. Just bumping for visibility.
Omara1993 wrote: Sun Jan 21, 2024 6:23 am
Hello!
Looping streaming sounds appears to only play the sound once. So If you create a sound as streaming and then play it as #PB_Sound_Loop, the flag appears to be ignored as the sound only plays once instead of in a continuous, looping manner. This was tested on windows, I am unsure how other platforms react.
How to recreate:
Initialize sound system, I have tested flac and ogg.
Load either a flac or ogg sound and set the #PB_Sound_Streaming flag.
Play the sound and set the #PB_Sound_Loop flag.
The sound should loop, but as you'll see, the sound does play, but only once.
Kind regards,
A happy Pure Basic user!
That's why a proper bug report topic is needed or it can be easily forgotten
Re: PureBasic 6.10 beta 6 is out !
Posted: Sun Feb 11, 2024 2:33 pm
by Quin
Was able to confirm the bug locally, so posted the OP's original post in a bug report topic
https://www.purebasic.fr/english/viewtopic.php?t=83530
Re: PureBasic 6.10 beta 6 is out !
Posted: Mon Feb 12, 2024 6:06 pm
by pamen
Wonderful!
Thank you Fred and team - that is a lot of great, great work!
Re: PureBasic 6.10 beta 6 is out !
Posted: Mon Feb 19, 2024 9:19 am
by Lebostein
Re: PureBasic 6.10 beta 6 is out !
Posted: Mon Feb 19, 2024 10:02 am
by Fred
Just waiting for you to report some more

Re: PureBasic 6.10 beta 6 is out !
Posted: Mon Feb 19, 2024 3:59 pm
by pamen
Maybe not a bug at all - on Windows WebView2 starts with 6 instances and memory used is 30-100 MB in total.
The same with (admittedly smaller) IE is few MB max and no additional processes.
Obviously Chrome engine uses process per page for isolation, but why do we get 6 instances on a single WebView2 control?
That means my app, which uses around 8-25 working MB under windows now uses 60-200...
The same code , only build with WebView or IE.
Another happy PB user.
Re: PureBasic 6.10 beta 6 is out !
Posted: Tue Feb 20, 2024 8:43 pm
by Cezary
Fred wrote: Mon Feb 19, 2024 10:02 am
Just waiting for you to report some more
Is there any chance to improve this:
https://www.purebasic.fr/english/viewtopic.php?p=605500
Re: PureBasic 6.10 beta 6 is out !
Posted: Fri Mar 01, 2024 4:17 pm
by thyphoon
I just wanted to take a moment to thank the PureBasic team for creating such an amazing programming language. I've been using PureBasic for almost 20 years now, and it has been an absolute pleasure to work with

.
But !
Please add a flip sprite function to the sprite library in 6.10. That's the only thing missing for me




Re: PureBasic 6.10 beta 6 is out !
Posted: Fri Mar 01, 2024 5:22 pm
by Quin
thyphoon wrote: Fri Mar 01, 2024 4:17 pm
I just wanted to take a moment to thank the PureBasic team for creating such an amazing programming language. I've been using PureBasic for almost 20 years now, and it has been an absolute pleasure to work with

.
But !
Please add a flip sprite function to the sprite library in 6.10. That's the only thing missing for me



Seconding the sentiments echoed about PB.
I would recommend opening an official feature request topic. They're much easier to track that way.
Re: PureBasic 6.10 beta 7 is out !
Posted: Sat Mar 02, 2024 10:50 am
by Fred
2024-03-02: beta 7 is ready to test with even more bug fixes and some new stuff:
Code: Select all
Added: #PB_2DDrawing_NativeText support for DrawingMode()
Added: #PB_PixelFormat_NoAlpha for DrawingBufferFormat()
Added: ExamineDraggedItems(), NextDraggedItem() and DraggedItemIndex() for Drag'n'drop
Added: GetGadgetItemText() support for ExplorerTreeGadget()
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
Re: PureBasic 6.10 beta 7 is out !
Posted: Sat Mar 02, 2024 12:12 pm
by Andesdaf
Thanks Fred

Re: PureBasic 6.10 beta 7 is out !
Posted: Sat Mar 02, 2024 2:38 pm
by Psychophanta
Just on it, thanks!
Re: PureBasic 6.10 beta 7 is out !
Posted: Sat Mar 02, 2024 3:50 pm
by marcoagpinto
Thanks, Fred!