Search found 1939 matches
- Mon Jan 26, 2026 12:26 pm
- Forum: Coding Questions
- Topic: Disable ListIcon, but keep it interactable
- Replies: 10
- Views: 283
Re: Disable ListIcon, but keep it interactable
Thanks RASHAD, that's basically how I do it. I just thought it would be possible without subclassing.
- Sun Jan 25, 2026 9:39 pm
- Forum: Coding Questions
- Topic: Disable ListIcon, but keep it interactable
- Replies: 10
- Views: 283
Re: Disable ListIcon, but keep it interactable
Thanks for the codes. Sorry for not expressing what I want: With "editing it" I meant not being able to select elements or change checkboxes.
- Sun Jan 25, 2026 10:01 am
- Forum: Coding Questions
- Topic: Disable ListIcon, but keep it interactable
- Replies: 10
- Views: 283
Disable ListIcon, but keep it interactable
Hi,
is there an easy way to disable a ListIconGadget, but keep it interactable? Like a readonly EditorGadget, no changes can be made, but it's scrollable. I want the ListIcon to be scrollable, but no changes made to the selected elements.
I know how to do this via subclassing on Windows, but maybe ...
is there an easy way to disable a ListIconGadget, but keep it interactable? Like a readonly EditorGadget, no changes can be made, but it's scrollable. I want the ListIcon to be scrollable, but no changes made to the selected elements.
I know how to do this via subclassing on Windows, but maybe ...
- Sat Jan 24, 2026 10:37 am
- Forum: Bugs - Windows
- Topic: [Done] PB640a1 : bug with strings
- Replies: 2
- Views: 157
Re: PB640a1 : bug with strings
Fred wrote in the initial post about 6.40 Beta 1, that the strings must noch contain zeroes (as in "Chr(0)").
- Sat Jan 24, 2026 10:36 am
- Forum: Tricks 'n' Tips
- Topic: Registry Module (windows only)
- Replies: 100
- Views: 73712
Re: Registry Module (windows only)
On 6.40 Beta 1 I get an IMA for the "OpenKeyS"-macro. Seems to be directly related the new string system. Could someone more experienced please take a look?
- Fri Jan 23, 2026 9:51 pm
- Forum: General Discussion
- Topic: PB 6.40 beta 1 - Speed
- Replies: 4
- Views: 305
Re: PB 6.40 beta 1 - Speed
You are doing 200000 type conversions which are not directly related to the string library.
- Fri Jan 23, 2026 11:43 am
- Forum: Announcement
- Topic: PureBasic 6.40 alpha 1 is ready, surprise inside !
- Replies: 45
- Views: 2442
Re: PureBasic 6.40 alpha 1 is ready, surprise inside !
Btw, the downloads are labeled as "Beta 1", but that's just a sidenote.
- Fri Jan 23, 2026 11:40 am
- Forum: Announcement
- Topic: PureBasic 6.40 alpha 1 is ready, surprise inside !
- Replies: 45
- Views: 2442
Re: PureBasic 6.40 alpha 1 is ready, surprise inside !
What a surprise! Now I know what to do this weekend!
Thanks Fred!
Thanks Fred!
- Thu Jan 22, 2026 2:29 pm
- Forum: Coding Questions
- Topic: Reading or writing inside a LIST() without move his current position [Resolved]
- Replies: 9
- Views: 335
Re: Reading or writing inside a LIST() without move his current position
Depending on what exactly you want to do (and how you want to do it), you could either get the address of the element beforehand and work with it or use PushListPosition()/PopListPosition() to save and restore the current position.
Edit: Nick was a second faster...
Edit: Nick was a second faster...
- Wed Jan 21, 2026 3:25 pm
- Forum: Feature Requests and Wishlists
- Topic: Wishlist for PB 7.0 :)
- Replies: 27
- Views: 1092
Re: Wishlist for PB 7.0 :)
What do you mean by that?
- Wed Jan 21, 2026 12:25 pm
- Forum: Feature Requests and Wishlists
- Topic: Wishlist for PB 7.0 :)
- Replies: 27
- Views: 1092
Re: Wishlist for PB 7.0 :)
Oh yes, ImageMagick and unsigned integers would be lit.
- Tue Jan 20, 2026 1:35 pm
- Forum: Feature Requests and Wishlists
- Topic: Wishlist for PB 7.0 :)
- Replies: 27
- Views: 1092
Re: Wishlist for PB 7.0 :)
*cough* numerical maps *cough cough*
- Tue Jan 20, 2026 12:25 pm
- Forum: Tricks 'n' Tips
- Topic: DetectStatusBar Events
- Replies: 6
- Views: 2384
Re: DetectStatusBar Events
If I'm not wrong, usually Windows controls react on button up. So button up events should be more "natural"?
- Tue Jan 13, 2026 11:16 am
- Forum: Coding Questions
- Topic: Simpliest method compare numbers [Resolved]
- Replies: 29
- Views: 1394
Re: Simpliest method compare numbers [Resolved]
Oh, I didn't mean especially you.
But true, it's cool to see how many possibilities we have to achieve this.
But true, it's cool to see how many possibilities we have to achieve this.
- Tue Jan 13, 2026 11:04 am
- Forum: Coding Questions
- Topic: Simpliest method compare numbers [Resolved]
- Replies: 29
- Views: 1394
Re: Simpliest method compare numbers [Resolved]
The question was for the SIMPLEST not the fastest method. 