Search found 286 matches

by PBJim
Mon Aug 04, 2025 1:54 pm
Forum: The PureBasic Editor
Topic: IDE Suggestion for Debugging
Replies: 7
Views: 683

Re: IDE Suggestion for Debugging

HeX0R wrote: Fri Aug 01, 2025 12:33 pm -1
Please don't change fundamental things others are used to since decades.
Very much agree with that. Although I enjoy working in PureBasic, I have a fear of future changes based on other users' preferences.

It does not sound like a good feature.
Sorry Simon :D

-1
by PBJim
Mon Aug 04, 2025 10:42 am
Forum: Off Topic
Topic: Illustrating BASIC: A Book from 1977
Replies: 19
Views: 1379

Re: Illustrating BASIC: A Book from 1977

Thanks to TI-994A for posting this. I had not seen the book in years but it was popular in computer studies courses in UK during the 1980s — not forming part of the curriculum but used informally to supplement it. The edition had the beige cover sent by marc_256.

The writing style was enjoyable ...
by PBJim
Wed Jul 30, 2025 11:55 am
Forum: Coding Questions
Topic: Scrolling two (or more) ListViewGadgets synchron
Replies: 9
Views: 440

Re: Scrolling two (or more) ListViewGadgets synchron


I looked for a way to to have this "jump style", but I can live with that.
Thanks for your efford to help me out. Lord

The other solution I would suggest, which might also help you, is Rashad's grid tool. I can't recall what it's called, but I do remember it contains a procedure called ...
by PBJim
Thu Jul 24, 2025 8:32 am
Forum: General Discussion
Topic: Variable Viewer, view passed pointed structure
Replies: 11
Views: 1319

Re: Variable Viewer, view passed pointed structure


I think this could be a feature request. The context debugger popup in the IDE supports dereferencing this sort of pointer

I tend to take the view that the variable viewer is fine as it is — pointers with structures are an advanced feature and to some extent not an unreasonable limitation and ...
by PBJim
Wed Jul 23, 2025 4:48 pm
Forum: General Discussion
Topic: Variable Viewer, view passed pointed structure
Replies: 11
Views: 1319

Re: Variable Viewer, view passed pointed structure

I would think that the variable viewer is not intended to provide for the opening of structure elements when the structure is assigned to a pointer, at least that's the way it looks to me. As the icon appears as a block, rather than the usual arrow, I'd say it was deliberate.

It can be seen with a ...
by PBJim
Tue Jul 22, 2025 3:12 pm
Forum: Tricks 'n' Tips
Topic: Custom Menu [Windows]
Replies: 15
Views: 950

Re: Custom Menu [Windows]

Can you reach those sub-menu options if you have a superfast mouse? Probably my mouse is too slow. :wink:

Image
by PBJim
Tue Jul 22, 2025 12:55 pm
Forum: Off Topic
Topic: Good PAID Software -- Your Favorites
Replies: 74
Views: 55959

Re: Good PAID Software -- Your Favorites


Regardless of what Microsoft wants, my employer now only provides laptops to programmers and applications support people (like myself) that have a single 256Gb SSD. No desktops allowed. (They do allow docs.) Special application is needed for anything else, and from personal experience, they often ...
by PBJim
Fri Jul 18, 2025 9:44 am
Forum: Coding Questions
Topic: Limits of OnErrorCall
Replies: 7
Views: 529

Re: Limits of OnErrorCall


if you compile in console mode, you can enable the debugger and ship it with it, but it shouldn't be put in production IMHO as it contains info about the source file name, etc.

I have some sympathy for the requirement — the PB debugger serves a very good role for highlighting certain errors that ...
by PBJim
Wed Jul 16, 2025 6:45 pm
Forum: Off Topic
Topic: IPP Internet Printing Protocol / Driverless Printing
Replies: 0
Views: 580

IPP Internet Printing Protocol / Driverless Printing

I wondered if anyone else on the forum has looked at Internet Printing Protocol, or written a routine with PB to send a file to an IPP printer.

https://www.pwg.org/ipp/ippguide.html
https://ftp.pwg.org/pub/pwg/candidates/cs-ippig20-20150821-5100.19.pdf

The PWG implementor's guide is written very ...
by PBJim
Mon Jul 14, 2025 8:45 pm
Forum: Coding Questions
Topic: using semaphores in threads and TrySemaphore(Semaphore)
Replies: 13
Views: 1000

Re: using semaphores in threads and TrySemaphore(Semaphore)

I found it difficult to debug your code and follow it, but there's just a logic problem. The below working code shows how it can be done and is runable. You might like to take this working code and then add what you need to it. Also TrySemaphore() that you've used is okay but you don't really need ...
by PBJim
Mon Jul 14, 2025 3:29 pm
Forum: The PureBasic Editor
Topic: Tab Key Issue.
Replies: 5
Views: 509

Re: Tab Key Issue.

swhite wrote: Mon Jul 14, 2025 2:49 pm Hi
I forgot to mention I am using Linux PB 6.20. This behavior does not happen in the Windows version. Simon
Ahh, sorry I can't help you there. I did wonder if you were a Linux man, but couldn't recall :?
by PBJim
Mon Jul 14, 2025 11:50 am
Forum: The PureBasic Editor
Topic: Tab Key Issue.
Replies: 5
Views: 509

Re: Tab Key Issue.


Maybe I misunderstood your description, but so far I cannot confirm.

I also tried to reproduce Simon's tab key behaviour at the weekend but I wasn't able to. I suppose like many of us, I make fairly heavy use of Find-Replace daily. I felt that it was probably one of those anomalies where the ...
by PBJim
Mon Jul 14, 2025 7:55 am
Forum: Coding Questions
Topic: using semaphores in threads and TrySemaphore(Semaphore)
Replies: 13
Views: 1000

Re: using semaphores in threads and TrySemaphore(Semaphore)

We use a similar principle to what you describe, though for network traffic and it has always worked very well. I notice that you do not set the last element before you add a new element to the list. Perhaps you've accounted for that in your logic, but it's the first thing I noticed, on seeing your ...
by PBJim
Sun Jun 15, 2025 11:21 am
Forum: Bugs - Windows
Topic: [Done] undefined symbol 'SM_3057'.
Replies: 12
Views: 1722

Re: undefined symbol 'SM_3057'.


What should work? The code or the useful error message?

It confused me also :D

I think possibly the problem here is that the PB compiler doesn't always validate a structure used in a pointer element, so therefore when it doesn't validate, it gets passed to the C compiler, or assembler.

For ...
by PBJim
Sun Jun 15, 2025 10:52 am
Forum: Off Topic
Topic: Good Freeware Stuff
Replies: 669
Views: 684180

Re: Good Freeware Stuff


A related online app that I find useful. https://ehubsoft.herokuapp.com/chmviewer/

Nice one — I agree the ability to download as HTML is useful. It doesn't include images though, or at least not without a bit of work.

For instance, trying C:\Program Files\PureBasic\PureBasic.chm and then ...