Thank you mk-soft, your stuff is always first-rate.
But I'm terribly confused by your first example, which has three procedures: thFillList(), thFlash() and Main(), but what actually calls "Main()"?
(I know it's something simple so I'll be embarrassed up-front to begin with :oops: :lol: )
Search found 194 matches
- Wed Jun 25, 2025 7:29 am
- Forum: Tricks 'n' Tips
- Topic: Module ThreadToGUI / Update windows,gadgets,... from threads
- Replies: 25
- Views: 21046
- Tue May 06, 2025 5:49 am
- Forum: Coding Questions
- Topic: Filter ListView/ListIcon contents
- Replies: 9
- Views: 849
Re: Filter ListView/ListIcon contents
Hi Zapman,
I'm (mostly) back from solving a long real-life issue, but yes, it seems to work great - just a few bugs to iron out (famous last words, right?).
Thanks again for all your help and sharing.
(Actually, the next major task is to populate the ListIcon from a thread...wish me luck!)
I'm (mostly) back from solving a long real-life issue, but yes, it seems to work great - just a few bugs to iron out (famous last words, right?).
Thanks again for all your help and sharing.
(Actually, the next major task is to populate the ListIcon from a thread...wish me luck!)
- Thu Mar 13, 2025 3:58 am
- Forum: Coding Questions
- Topic: Filter ListView/ListIcon contents
- Replies: 9
- Views: 849
Re: Filter ListView/ListIcon contents
Thanks Zapman, as I stated in my initial post, I went down the rabbit hole and used a List to buffer the data for the gadget (attached demo code shamelessly copied from Zapman's code and uses his Sortable ListIcon: https://www.purebasic.fr/english/viewtopic.php?t=86369)
By the way, the real ...
By the way, the real ...
- Wed Mar 12, 2025 1:55 am
- Forum: Coding Questions
- Topic: Filter ListView/ListIcon contents
- Replies: 9
- Views: 849
Re: Filter ListView/ListIcon contents
Thanks jacdelad, I'll take a lookjacdelad wrote: Tue Mar 11, 2025 7:24 am On Windows you can create 2 groups in the ListIconGadget. One group visible, one not. By moving the items between the groups, you can control visibility. If you use header less groups, it even won't look differently.
https://github.com/jacdelad/LIGEnhancements
- Tue Mar 11, 2025 3:04 am
- Forum: Coding Questions
- Topic: Filter ListView/ListIcon contents
- Replies: 9
- Views: 849
Filter ListView/ListIcon contents
Greetings,
I've had a search through the forum, but before I go down the rabbit hole, I wanted to post the question here.
In my application, which uses a ListIcon gadget to list, for example, computers, I'd like to apply a filter which would only display matching entries.
I'm thinking that ...
I've had a search through the forum, but before I go down the rabbit hole, I wanted to post the question here.
In my application, which uses a ListIcon gadget to list, for example, computers, I'd like to apply a filter which would only display matching entries.
I'm thinking that ...
- Mon Mar 10, 2025 1:33 am
- Forum: Tricks 'n' Tips
- Topic: Sort ListIconGadget [Windows only]
- Replies: 50
- Views: 5816
Re: Sort ListIconGadget [Windows only]
Thank you, Zapman, your additions are just what the doctor ordered - it's perfect!
My program's almost like a bought one now
Thanks again,
Amundo
My program's almost like a bought one now

Thanks again,
Amundo
- Thu Mar 06, 2025 4:04 am
- Forum: Tricks 'n' Tips
- Topic: Sort ListIconGadget [Windows only]
- Replies: 50
- Views: 5816
Re: Sort ListIconGadget [Windows only]
Thank you very much, Zapman, for sharing your nicely laid-out code.
I too, was using Nalor's module but decided to try using your one. The issue I have, is that I'm not quite sure how to handle a ListIcon gadget which gets refreshed (oddly enough, by the user clicking a "Refresh" button). Should I ...
I too, was using Nalor's module but decided to try using your one. The issue I have, is that I'm not quite sure how to handle a ListIcon gadget which gets refreshed (oddly enough, by the user clicking a "Refresh" button). Should I ...
- Wed Oct 30, 2024 3:29 am
- Forum: Applications - Feedback and Discussion
- Topic: [Modules] ListEx (all OS / DPI)
- Replies: 485
- Views: 198704
Re: [Modules] ListEx (all OS / DPI)
Thank you, Thorsten for your wonderful work, I will be using this straight away in an old project of mine.
Edit: Okay, I give up...using version "#Version = 22052500", how do I get a column to sort when the header is clicked, please?
Tried adding a line to the Header Click event, but the Sort ...
Edit: Okay, I give up...using version "#Version = 22052500", how do I get a column to sort when the header is clicked, please?
Tried adding a line to the Header Click event, but the Sort ...
- Thu Oct 24, 2024 3:30 am
- Forum: Tricks 'n' Tips
- Topic: Module ToolBarStandardButton for all OS and PB v6.00
- Replies: 21
- Views: 6769
Re: Module ToolBarStandardButton for all OS and PB v6.00
Better late than never, but:
Thank you mk-soft!!!!!!!!!!!!!
Thank you mk-soft!!!!!!!!!!!!!
- Wed Dec 06, 2023 4:11 am
- Forum: The PureBasic Editor
- Topic: How to toggle editor line/word wrap?
- Replies: 6
- Views: 2214
Re: How to toggle editor line/word wrap?
Thanks, just implemented Danilo's solution.
But still...it's been a part of the Scintilla editor probably since it was written...
- Tue Dec 05, 2023 12:54 am
- Forum: The PureBasic Editor
- Topic: How to toggle editor line/word wrap?
- Replies: 6
- Views: 2214
Re: How to toggle editor line/word wrap?
(Better late than never)
You're not overlooking anything, jayand.
Every editor known to Mankind has a word wrap feature - PB seems to be unique in this regard

- Fri Dec 23, 2022 1:53 am
- Forum: Applications - Feedback and Discussion
- Topic: DialogDesign0R V1.86
- Replies: 250
- Views: 179756
Re: DialogDesign0R V1.82
Thanks for sharing your work, Hex0r.
I've tried compiling the source (by opening the PBP file), but the MyToolBarStandard.pbi references PNG files which look to have come with the PB install, but I can't seem to locate them - are they from an older version of PB?
Regards,
Amundo
I've tried compiling the source (by opening the PBP file), but the MyToolBarStandard.pbi references PNG files which look to have come with the PB install, but I can't seem to locate them - are they from an older version of PB?
Regards,
Amundo
- Wed Dec 21, 2022 3:03 am
- Forum: Coding Questions
- Topic: How to get back params passed byref (hosting .NET CLR with PB)
- Replies: 3
- Views: 1532
Re: How to get back params passed byref (hosting .NET CLR with PB)
Hi SnowyDog, thanks for sharing all this.
You mention that you now have a solution working using COM - this is what I'm trying to achieve also. Would you be willing to share what you have?
Understand if it's proprietary, etc.
Regards, Amundo
You mention that you now have a solution working using COM - this is what I'm trying to achieve also. Would you be willing to share what you have?
Understand if it's proprietary, etc.
Regards, Amundo
- Wed Mar 02, 2022 4:59 am
- Forum: Tricks 'n' Tips
- Topic: ListIconGadget with Sort and Arrow Icons
- Replies: 39
- Views: 57657
Re: ListIconGadget with Sort and Arrow Icons
I respect your integrity, but Nalor may never answer and I see people post their additions/changes all the time without requesting permission


- Tue Mar 01, 2022 4:54 am
- Forum: Tricks 'n' Tips
- Topic: ListIconGadget with Sort and Arrow Icons
- Replies: 39
- Views: 57657
Re: ListIconGadget with Sort and Arrow Icons
Hi Jac, thanks to you (and of course, the OP and others) for input into this module.
I can't speak for Nalor, but I would welcome if you posted your improvements.
(And, as always, sorry for necro'ing this and any post, but people always find stuff long after things have been posted, and to add to ...
I can't speak for Nalor, but I would welcome if you posted your improvements.
(And, as always, sorry for necro'ing this and any post, but people always find stuff long after things have been posted, and to add to ...