Search found 281 matches

by le_magn
Sat Oct 18, 2025 5:49 pm
Forum: Bugs - Windows
Topic: [Done] Memory Leak in GetFileDate
Replies: 7
Views: 649

Re: Memory Leak in GetFileDate

Confirmed on 6.21 64bit
by le_magn
Thu Oct 09, 2025 11:48 am
Forum: Feature Requests and Wishlists
Topic: Debugger Display Value
Replies: 0
Views: 580

Debugger Display Value

Hello, I would like to suggest adding the option to switch between hexadecimal and decimal display directly in the debugger's various sections, because doing so globally from the preferences is really inconvenient. It would be best if the debugger's data display preferences could be set individually ...
by le_magn
Tue Oct 07, 2025 11:24 am
Forum: Coding Questions
Topic: Help custom gadget
Replies: 7
Views: 765

Re: Help custom gadget

Thank you, Blueb, for this other fantastic sample.
by le_magn
Thu Oct 02, 2025 2:13 pm
Forum: Applications - Feedback and Discussion
Topic: IceDesign GUI designer
Replies: 732
Views: 310130

Re: IceDesign GUI designer

Thanks for your reply, Chris. I'll try your suggestions as soon as I get back (I'm away for a few days).

Update: I tested this and work ok, thank you very much..

Code: Select all

SetGadgetColor(#Txt_1, #PB_Gadget_BackColor, #Blue) : InvalidateRect_(GadgetID(#Txt_1), #Null, #True)
by le_magn
Wed Oct 01, 2025 1:04 pm
Forum: Coding Questions
Topic: Help custom gadget
Replies: 7
Views: 765

Re: Help custom gadget

mk-soft wrote: Tue Sep 30, 2025 11:32 pm I found something else of myself ...
Without modules or OOP
Thank you very much mk-soft with a few minor changes, I think your code would be perfect for what I need.!!!
by le_magn
Tue Sep 30, 2025 10:25 pm
Forum: Applications - Feedback and Discussion
Topic: IceDesign GUI designer
Replies: 732
Views: 310130

Re: IceDesign GUI designer

Hi Chris, I don't remember if I've asked you this before, but if I use objecttheme and want to change the background color of a textgadget while the program is running, how can I do this without having to run SetObjectTheme combined with setgadgetcolor, because doing so redraws the entire window and ...
by le_magn
Tue Sep 30, 2025 8:39 pm
Forum: Coding Questions
Topic: Help custom gadget
Replies: 7
Views: 765

Re: Help custom gadget

infratec wrote: Tue Sep 30, 2025 8:16 pm Only examples:

viewtopic.php?t=63941

viewtopic.php?t=43558

viewtopic.php?t=74267
Thanks, Infratec. I'll take a look right away and see if I can figure out how it all works.
by le_magn
Tue Sep 30, 2025 8:12 pm
Forum: Coding Questions
Topic: Help custom gadget
Replies: 7
Views: 765

Help custom gadget

Hello everyone, I would like to create a custom button, flat like the ones in the image, which changes background color when you hover over it with the mouse or select it. Do you have any simple examples to start with or a guide that explains step by step how to create custom gadgets? Thank you very ...
by le_magn
Sun Sep 07, 2025 4:12 pm
Forum: Feature Requests and Wishlists
Topic: Expand toolbar max items
Replies: 0
Views: 1075

Expand toolbar max items

Please expand maximum number of toolbar item:

Image
by le_magn
Tue Aug 19, 2025 9:32 pm
Forum: The PureBasic Editor
Topic: Toolbar icon size
Replies: 2
Views: 763

Toolbar icon size

Hi everyone, I wanted to know if there is a way to increase the size of the icons on the PureBasic editor toolbar and also the size of the TAB labels (I have already increased the dpi in Windows but the PB elements are still too small). I'm getting older and between the problem of the light-colored ...
by le_magn
Thu Aug 14, 2025 8:09 pm
Forum: Tricks 'n' Tips
Topic: An alternative MessageRequester [Windows]
Replies: 28
Views: 7629

Re: An alternative MessageRequester [Windows]

Thank you very much ZapMan..
by le_magn
Tue Aug 12, 2025 5:50 pm
Forum: General Discussion
Topic: Speed on PB is slow ?!
Replies: 14
Views: 1445

Re: Speed on PB is slow ?!


With Debugger

Start ...
Done 48950 milliseconds


Without Debugger

Start ...
Done 1881 milliseconds



Hi MK-SOFT, I’d like to ask which CPU you have. Without a debugger, I get 1400ms, but with a debugger, it takes twice your time, 85000ms, PB 6.21 32/64

UPDATE: I repeated the test with C ...
by le_magn
Tue May 20, 2025 11:26 am
Forum: Feature Requests and Wishlists
Topic: Dark mode
Replies: 20
Views: 3371

Re: Dark mode


I've got Darkmode in Linux. Just switch to the "Dark Mode" color scheme in the IDE settings. And of course also enabled your preferred dark mode in Linux too.
Isn't the same possible on Windows?

Yes, it change the editor color, tool panel color etc.. but all other part of the windows(windows ...
by le_magn
Mon May 19, 2025 11:28 pm
Forum: Feature Requests and Wishlists
Topic: Dark mode
Replies: 20
Views: 3371

Dark mode

Please add dark mode for all windows, including the various debugger windows, Preferences etc..., light windows bother my eyes and I think many other users would prefer to have all parts of the windows with dark colors, thank you
by le_magn
Wed Apr 09, 2025 10:47 am
Forum: The PureBasic Editor
Topic: [IDE-Tool] Templates Backup
Replies: 12
Views: 2271

Re: Templates Backup Tool

Thanks for this nice tool, added It to my PB...