Search found 28 matches
- Wed Sep 17, 2025 1:48 pm
- Forum: Bugs - IDE
- Topic: IDE 6.21 hangs on quit under Tahoe
- Replies: 3
- Views: 694
IDE 6.21 hangs on quit under Tahoe
I've upgraded to Tahoe on my M1, successfully started PB IDE 6.21. I chose to close / quit the IDE when it closed but hung. Had to use Forced Exit to kill process.
- Wed Sep 03, 2025 1:03 pm
- Forum: Mac OSX
- Topic: SetGadgetItemAtribute - #PB_ListIcon_ColumnWidth
- Replies: 2
- Views: 955
Re: SetGadgetItemAtribute - #PB_ListIcon_ColumnWidth
no Problem here (Mac Mini M4, Sequoia, PB6.21 (arm64)):
If OpenWindow(0, 100, 100, 300, 100, "ListIcon Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ListIconGadget(0, 5, 5, 290, 90, "Name", 100, #PB_ListIcon_FullRowSelect | #PB_ListIcon_AlwaysShowSelection)
AddGadgetColumn(0, 1 ...
- Wed Sep 03, 2025 11:38 am
- Forum: Mac OSX
- Topic: SetGadgetItemAtribute - #PB_ListIcon_ColumnWidth
- Replies: 2
- Views: 955
SetGadgetItemAtribute - #PB_ListIcon_ColumnWidth
Hi,
An issue with ListIconGadget?
It appears that the SetGadgetItemAttribute procedure with #PB_ListIcon_ColumnWidth is not working on MAC.
In the Help doco, it is mentioned that 2nd parameter Item is ignored (yet a dummy value is still required e.g. I use #PB_Ignore), 3rd parameter requires #PB ...
An issue with ListIconGadget?
It appears that the SetGadgetItemAttribute procedure with #PB_ListIcon_ColumnWidth is not working on MAC.
In the Help doco, it is mentioned that 2nd parameter Item is ignored (yet a dummy value is still required e.g. I use #PB_Ignore), 3rd parameter requires #PB ...
- Sun Apr 27, 2025 10:59 am
- Forum: Tricks 'n' Tips
- Topic: Custom ChatBot Gadget
- Replies: 8
- Views: 2255
Re: Custom ChatBot Gadget
Code deprecated.
- Sun Apr 27, 2025 10:28 am
- Forum: Tricks 'n' Tips
- Topic: Custom ChatBot Gadget
- Replies: 8
- Views: 2255
Re: Custom ChatBot Gadget
Code deprecated.
- Sun Apr 27, 2025 9:51 am
- Forum: Tricks 'n' Tips
- Topic: Custom ChatBot Gadget
- Replies: 8
- Views: 2255
Re: Custom ChatBot Gadget
Code deprecated.
- Sun Apr 27, 2025 3:44 am
- Forum: Tricks 'n' Tips
- Topic: Custom ChatBot Gadget
- Replies: 8
- Views: 2255
Re: Custom ChatBot Gadget
Code deprecated.
- Sat Apr 26, 2025 11:08 am
- Forum: Tricks 'n' Tips
- Topic: Custom ChatBot Gadget
- Replies: 8
- Views: 2255
Custom ChatBot Gadget
Code deprecated.
- Sat Jan 11, 2025 1:56 am
- Forum: Tricks 'n' Tips
- Topic: Custom Pedigree Gadget
- Replies: 3
- Views: 1834
Re: Custom Pedigree Gadget
Thank you mk-soft for the reminder and importance of reference attribution. I have provided a new version of the example app which provides the following attributions at start of the source code. For anyone interested, there is much that can be learned thanks to the generosity of others as ...
- Fri Jan 10, 2025 12:51 pm
- Forum: Tricks 'n' Tips
- Topic: Custom Pedigree Gadget
- Replies: 3
- Views: 1834
Custom Pedigree Gadget
Hello all. I've been on a crash course effort to hone my PB skills and contributions from others on the forum such as Little John, Mk-Soft, Mijikai have been an inspiration for my upload today. It is probably uni level 101 comp sci but I hope it can be of use for others, and I welcome feedback for ...
- Sat Dec 21, 2024 11:40 am
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 91600
Re: PureBasic 6.20 beta 2 is out !
Thank you to the extraordinary gurus Fred and the Team for the latest evolution of PB. Words are inadequate to express the joy and intellectual challenges I feel using this fab toolkit for my software engineering efforts. Best wishes for the season and happy holidays to all those enlightened souls ...
- Sat Feb 17, 2024 10:22 am
- Forum: Bugs - Documentation
- Topic: [Done] PureBasic 6.10 beta 6 - ListIconGadget - EventType
- Replies: 1
- Views: 831
[Done] PureBasic 6.10 beta 6 - ListIconGadget - EventType
When showing help for ListIconGadget with sub-section EventType, the following is shown:
@pb_eventtype_columnclick: a column title has been clicked. Use @getgadgetattributewith #PB_ListIcon_ClickedColumn to know which one has been clicked.
I think the use of the @ is an error. I think line is ...
@pb_eventtype_columnclick: a column title has been clicked. Use @getgadgetattributewith #PB_ListIcon_ClickedColumn to know which one has been clicked.
I think the use of the @ is an error. I think line is ...
- Thu Dec 28, 2023 1:42 pm
- Forum: Feature Requests and Wishlists
- Topic: Update FormatDate() and ParseDate() to the new date range
- Replies: 27
- Views: 7017
Re: Update FormatDate() and ParseDate() to the new date range
It's not short sighted, it's on purpose. The idea behind this is to have the PureBasic programs behave the same accross all supported OS, so we need to take in account for the OS limitations. As you said, if you need to have larger range for specific programs (genealogy etc) you can still have a ...
- Thu Dec 28, 2023 6:25 am
- Forum: Feature Requests and Wishlists
- Topic: Update FormatDate() and ParseDate() to the new date range
- Replies: 27
- Views: 7017
Re: Update FormatDate() and ParseDate() to the new date range
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 have expected that a greater supported range of around 29,000 years will go from history ...
- Sun Dec 24, 2023 4:44 am
- Forum: Announcement
- Topic: PureBasic 6.10 LTS is out !
- Replies: 344
- Views: 113731
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Great stuff. But I need a little assistance and think I've missed something: ListIconGadget - what flag values do I specify for column alignment?
I've answered my own question. I'm running on Mac M1 with Sonoma 14.2.1. The constants for 6.10 beta 1 are not defined. After a bit of skulduggery, I ...