Search found 199 matches

by Zapman
Mon Mar 24, 2025 11:04 am
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 81
Views: 47515

Re: A complete code browser for PureBasic [Windows]


Hi Zapman, i take a screenshot of the error


Hello le_magn,
After examining the files, I see that there are no problems with the current version of "TOM_Functions.pbi".
The version shown in your screenshot is not the current version. It seems that you didn't perform a full program update, or you ...
by Zapman
Sun Mar 23, 2025 4:04 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 81
Views: 47515

Re: A complete code browser for PureBasic [Windows]

le_magn wrote: Sun Mar 23, 2025 3:00 pm Hi Zapman, i take a screenshot of the error:
Thank you very much. I'll fix that tomorrow.
by Zapman
Sun Mar 23, 2025 2:52 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 81
Views: 47515

Re: A complete code browser for PureBasic [Windows]


Hi Zapman, if you try to compile the sources with PB6.20 or later, you'll get an error. It works fine with 6.12

Hello le_magn,
Thank you very much for your feedback. I can't reproduce the problem on my system, neither with PB6.2 x64 nor PB6.2 x86.
Could you point me to the line where the error ...
by Zapman
Sat Mar 22, 2025 1:07 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 81
Views: 47515

Re: A complete code browser for PureBasic [Windows]

The code and executable have been updated to version 1.0.

Small bugs have been fixed.
PBBrowser now benefits from improvements to the SetGadgetColorEx, SetMenuItemEx, ZapmanColorRequester, and ZapmanFontRequester libraries. 'Dark mode' is fully operational in all interface elements including ...
by Zapman
Sat Mar 22, 2025 11:52 am
Forum: Tricks 'n' Tips
Topic: An alternative MessageRequester [Windows]
Replies: 28
Views: 7629

Re: An alternative MessageRequester [Windows]

The code has been updated (still available from the first post of this subject).

From a ShadowStorm's demand, the 'Copy' button now allows to copy only the selected text (the CTRL C is also usable).
From a ChrisR suggestion, the positioning of the window now offers many different options.
by Zapman
Fri Mar 21, 2025 6:20 pm
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 2217

Re: An alternative FontRequester [Windows only]

The code has been updated.
Following ChrisR suggestion, the dialog window positionning is improved to offer many positioning possibilities.

Part of the library has been exported to a separate library, shared with the Zapman TOM_Functions.pbi library.
You now need two files to run the demo. They are ...
by Zapman
Fri Mar 21, 2025 5:29 pm
Forum: Tricks 'n' Tips
Topic: Another ColorRequester (Cross-platform)
Replies: 20
Views: 5749

Re: Another ColorRequester (Cross-platform)

The code in the first post of this subject had been optimized for better window positioning.

CAUTION: the parameters of the ZapmanColorRequester function have been modified. If you have allready included this function in one of your project while using the ParentWindow parameter, you will have to ...
by Zapman
Mon Mar 17, 2025 10:47 am
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 2217

Re: An alternative FontRequester [Windows only]

The code has been updated. There was bugs in the window positionning management.
by Zapman
Sun Mar 16, 2025 7:19 pm
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 2217

Re: An alternative FontRequester [Windows only]

The code has been updated.
The parent window is now disabled until the user click on Cancel or OK, has it is done for the original FontRequester.
by Zapman
Sat Mar 15, 2025 3:04 pm
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 2217

Re: An alternative FontRequester [Windows only]

ChrisR wrote: Sat Mar 15, 2025 12:23 pm I'll try it later, I'm running out of time this weekend.
Same for me, I'm visiting Rome :)
by Zapman
Sat Mar 15, 2025 11:19 am
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 2217

Re: An alternative FontRequester [Windows only]

Hi, ChrisR,

I updated the code. Here is the comment figuring in the full commented version for both procedures FontRequesterEx() and ZapmanFontRequester():
(full commented is available at https://www.editions-humanis.com/downloads/PureBasic/ZapmanFontRequester.zip )

; * If ParentWindow is a valid ...
by Zapman
Fri Mar 14, 2025 5:19 pm
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 2217

Re: An alternative FontRequester [Windows only]

So, the right point off view is probably that specifying the parent window can respond to different needs.

I'm not able to share a new version of the code at this moment, but it seems to me, ChrisR, that the fonctions 'ZapmanFontRequester()', 'ZapmanFontName()', 'ZapmanFontSize()' and ...
by Zapman
Fri Mar 14, 2025 7:06 am
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 2217

Re: An alternative FontRequester [Windows only]

Hi ChrisR,
With the actual version, Parent window can be set to #PB_Default, to not be taken in account. I can eventually add the possibility to set it to -2, to transform the xShift and yShift into absolue coordinates. By that way, all possibilities should be explored. Would it be good for you ?
by Zapman
Thu Mar 13, 2025 12:55 pm
Forum: Coding Questions
Topic: Filter ListView/ListIcon contents
Replies: 9
Views: 1174

Re: Filter ListView/ListIcon contents

Good point, Amundo, it works perfectly for me. The timer setting seems perfect.
Did you achieve exactly what you wanted?