PureBasic 6.10 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by User_Russian »

wombats, Yes indeed. Thank you.
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by User_Russian »

Fred wrote: Fri Dec 22, 2023 6:14 pm

Code: Select all

Procedure IncrementJS(Json$)
  Static i
  Debug "IncrementJS "+Json$
  i+1
  ProcedureReturn UTF8(~"{ \"count\": "+Str(i)+ "}")
EndProcedure


Procedure ComputeJS(Json$)
  Debug "ComputeJS "+Json$
  ProcedureReturn UTF8(~"150")
EndProcedure
Isn't there a need to free memory allocated in UTF8()?
User avatar
ChrisR
Addict
Addict
Posts: 1466
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by ChrisR »

Many thanks to all the team. Happy festive season to all :)
IB-Software
User
User
Posts: 18
Joined: Sat Jun 21, 2003 12:11 pm

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by IB-Software »

#PB_EventType_Refresh is not found
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by Demivec »

Thanks for the new beta. Merry Christmas!
User avatar
mk-soft
Always Here
Always Here
Posts: 6204
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by mk-soft »

Many Thanks and good xmas ;)
Now many time for new beta tests ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
DayDreamer
User
User
Posts: 29
Joined: Thu Aug 03, 2023 5:44 pm
Location: Off Planet

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by DayDreamer »

Great stuff. But I need a little assistance and think I've missed something: ListIconGadget - what flag values do I specify for column alignment?
DrShrek
New User
New User
Posts: 7
Joined: Thu Jan 26, 2023 8:43 pm

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by DrShrek »

@Fred
Can we using VS2022 for writing own libs for PB 6.10 now?
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by idle »

Thank you very much Fred and Timo a very nice Christmas gift.

I might get time to do a build of libdatachannel, a webRTC library without all the android bloat and JS stuff.
libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, FreeBSD, Apple macOS and iOS) and Microsoft Windows. WebRTC is a W3C and IETF standard enabling real-time peer-to-peer data and media exchange between two devices.

The library aims at being both straightforward and lightweight with minimal external dependencies, to enable direct connectivity between native applications and web browsers without the pain of importing Google's bloated reference library. The interface consists of somewhat simplified versions of the JavaScript WebRTC and WebSocket APIs present in browsers, in order to ease the design of cross-environment applications.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by Denis »

Many thanks Fred/Timo.

Merry Christmas
A+
Denis
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by HanPBF »

WebGadget based on Edge component with the #PB_Web_Edge constant (Windows only)
Thanks a lot for the best present for Christmas ever and the many other things included!

Happy holidays and keep up Your excellent work!
jamirokwai
Enthusiast
Enthusiast
Posts: 796
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by jamirokwai »

Wow, nice! Thanks a lot for the steady improvement :-)

Have a great Christmas time, everybody!
Regards,
JamiroKwai
Lebostein
Addict
Addict
Posts: 826
Joined: Fri Jun 11, 2004 7:07 am

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by Lebostein »

Without Doc its hard to find out how all this new stuff works. Most of the new constants (for example #PB_EventType_ColumnClick, #PB_Cipher_HMAC, #PB_Preference_NoBOM ...) seems not available here on Mac OS...
User avatar
majikeyric
Enthusiast
Enthusiast
Posts: 187
Joined: Mon Oct 21, 2013 5:21 pm
Location: France
Contact:

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by majikeyric »

Thank you very much and merry xmas to all the PB Team !!! :)
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Post by useful »

Can someone explain for what purpose the new WebViewGadget gadget appeared, and not the functionality of the existing WebGadget was expanded?
Dawn will come inevitably.
Post Reply