Off Topic • Re: Merry Xmas
I have enjoyed ever year I've been a part of the PureBasic experience. The forums and its members are a treasure. Merry Christmas everyone!Statistics: Posted by Demivec — Mon Dec 25, 2023 10:19 pm
View ArticleFeature Requests and Wishlists • Re: Update FormatDate() and ParseDate() to...
Updated: Date library for full 64bit support (new range is year 1601 to 30827)... I hadn't the time to test PB 6.10 yet, but what I don't understand is the purpose of the new date range.... I would...
View ArticleApplications - Feedback and Discussion • Re: IconEditor
Thanks for sharing azjio!For easily scalable icons, see the big thread on vector icons.https://www.purebasic.fr/english/viewto ... ctor+iconsObviously, each tool has it's place.Statistics: Posted by...
View ArticleCoding Questions • Disable scrollbar
Is there any way to disable the scrollbars, ie make the actual scrollbar disappear and just have the background left? I'm looking for a cross platform solution.Statistics: Posted by coco2 — Tue Dec...
View ArticleCoding Questions • Re: Disable scrollbar
You didn't mention which Gadget you want to disable the scroll barAnyway you can use your gadget inside a ContainerGadget() with less dimensions to do not show the the scroll barI hope it's a cross...
View ArticleCoding Questions • Re: WebViewGadget + SpiderBasic-App?
I think you will need to specify a path to have it working, I will add this for the next beta.Statistics: Posted by Fred — Tue Dec 26, 2023 10:41 pm
View ArticleFeature Requests and Wishlists • Re: Area for Includes
https://www.purebasic.fr/english/viewtopic.php?t=80656Statistics: Posted by AZJIO — Tue Dec 26, 2023 11:02 pm
View ArticleGeneral Discussion • Re: Feature list (?)
What if you do the following: everyone offers their own list. For example, there is a topic where the first post contains several of the best features that most users agree with. Next are posts, one...
View ArticleBugs - Windows • Re: [PB 6.10 beta 1] AddDate(d, #PB_Date_Month, -1)
fixed.Statistics: Posted by freak — Wed Dec 27, 2023 12:50 am
View ArticleBugs - Windows • Re: [Done] [6.10 B1] Random CalendarGadget dates are bold
fixed.Statistics: Posted by freak — Wed Dec 27, 2023 12:50 am
View ArticleBugs - Windows • Re: [6.10 beta 1] FormatDate() and ParseDate()
fixed.Statistics: Posted by freak — Wed Dec 27, 2023 12:51 am
View ArticleGame Programming • Re: Programming 2D Scrolling Games for PureBasic book
Je suis récemment tombé sur une critique intéressante de Casino Lucky8 sur lucky8 casino avis . Elle fournit une analyse approfondie de la sélection de jeux disponibles, ce qui est un aspect essentiel...
View ArticleLinux • Re: Having trouble with GetWindowState and Maximize
The bug doesn't appear to be there now (Linux Mint 21.2)Statistics: Posted by coco2 — Wed Dec 27, 2023 3:55 am
View ArticleTricks 'n' Tips • Re: JustBeamIt
Really helpful, thanks for sharing.I didn't know that placeStatistics: Posted by minimy — Wed Dec 27, 2023 8:33 pm
View ArticleCoding Questions • Re: WebGadget delete history ?
Deleting the history seems to be possible via the ICoreWebView2Profile2 interface.https://learn.microsoft.com/en-us/micro ... .0.2088.41ClearBrowsingData(COREWEBVIEW2_BROWSING_DATA_KINDS dataKinds,...
View ArticleMac OSX • Turn off dark mode?
possible to turn off dark mode support of gadgets to have the full control over the color?Statistics: Posted by Lebostein — Wed Dec 27, 2023 9:09 pm
View ArticleBugs - Mac OSX • Re: [Done] 6.10 b1 - ListIconGadget, No update after change...
Set the color is also without an update. Maybe this has already been fixed...Code: EnableExplicitDefine i, EventGadget, EventType, icon, farbe#PB_ListIcon_ColumnAlignment = 5#PB_ListIcon_ClickedColumn...
View ArticleGeneral Discussion • Re: Webview2 control - Chromium browser for Purebasic...
Navigation events are not fired in youtube, i think is because it uses frames.There is an api for thathttps://learn.microsoft.com/en-us/micro ... .0.2210.55i'll try it laterStatistics: Posted by...
View ArticleMac OSX • Re: Turn off dark mode?
I can't find where I posted it before. So here it is again.Code: ;-TOPProcedure GetCocoaColor(NSColorName.s) Protected.CGFloat r, g, b, a Protected NSApp, NSColor, NSColorSpace ; There is no...
View ArticleCoding Questions • StatusBarProgress doesn't update the window unless an...
Hi brave coders,I have a problem with the following code.When I run it, the window with the progress bar opens but the bar is not refreshed (but the download runs correctly).As soon as I click on the...
View Article