Search found 730 matches
- Mon Aug 25, 2025 1:33 pm
- Forum: Coding Questions
- Topic: Input of floating point numeric number in a window
- Replies: 5
- Views: 221
Re: Input of floating point numeric number in a window
You might want to have a look at Numeric Entry into a EditBox.
- Wed Aug 20, 2025 6:12 pm
- Forum: General Discussion
- Topic: Lost my account information.
- Replies: 9
- Views: 541
Re: Lost my account information.
I cannot refute your point and it's not something I would recommend as a good practice.
- Wed Aug 20, 2025 5:24 pm
- Forum: General Discussion
- Topic: Lost my account information.
- Replies: 9
- Views: 541
Re: Lost my account information.
Message Fred with your old email address and new email address. The old address will still be your login as mk-soft said but your new address can be added to the database. You can then reset your password at https://www.purebasic.com/securedownload/retreivepassword.php and the reset link will go to ...
- Sun Aug 17, 2025 3:04 pm
- Forum: Off Topic
- Topic: Dan Appleman's Guide to the Win32 API - 1999
- Replies: 2
- Views: 185
- Sat Aug 16, 2025 3:49 pm
- Forum: Off Topic
- Topic: Is Google excluded from crawling this board?
- Replies: 22
- Views: 1363
Re: Is Google excluded from crawling this board?
This problem seems to be back again for me this afternoon. Can anyone else confirm?
PureBasic
https://www.purebasic.com
No information is available for this page.
Learn why
PureBasic Forum
PureBasic
https://forums.purebasic.com
No information is available for this page.
Learn why
Duck Duck Go ...
PureBasic
https://www.purebasic.com
No information is available for this page.
Learn why
PureBasic Forum
PureBasic
https://forums.purebasic.com
No information is available for this page.
Learn why
Duck Duck Go ...
- Thu Aug 14, 2025 1:55 pm
- Forum: Off Topic
- Topic: Commodore is back!
- Replies: 12
- Views: 681
Re: Commodore is back!
I can see a use. I see a problem periodically in programmers who've only learnt high level OOP languages like C# but nothing like C++, and in fact even C++ only students are not immune to the problem if they've only studied the language in isolation. They've no idea whatsoever how a microprocessor ...
- Thu Aug 14, 2025 12:47 pm
- Forum: General Discussion
- Topic: How to Check Database Connection is still valid?
- Replies: 9
- Views: 540
Re: How to Check Database Connection is still valid?
By definition anything requiring a 'SELECT' isn't going to work in this particular situation.
I haven't tried it to be certain but I think you probably want PQstatus. There's an import and example in this post: Postgres client functions possible ???
I haven't tried it to be certain but I think you probably want PQstatus. There's an import and example in this post: Postgres client functions possible ???
- Wed Aug 13, 2025 5:55 pm
- Forum: Coding Questions
- Topic: #PB_EventType_ReturnKey
- Replies: 3
- Views: 200
Re: #PB_EventType_ReturnKey
As far as I can tell it predates the documentation in the public repo, so prior to 2020. You could use AddKeyboardShortcut to get notified at the window level, or the CanvasGadget supports key events at the gadget level.
- Mon Aug 11, 2025 4:20 pm
- Forum: Coding Questions
- Topic: why I cannot write a procedure in the loop event
- Replies: 19
- Views: 861
Re: why I cannot write a procedure in the loop event
I can't test for certain because I can't run the code, as others have already observed, but looking at it I would expect that you are overflowing the event queue because your drawing activity is taking up too much time.
When something occurs in an application, an event is added to the queue. When ...
When something occurs in an application, an event is added to the queue. When ...
- Sun Aug 10, 2025 1:19 pm
- Forum: The PureBasic Form Designer
- Topic: Form Designer vs the Rest
- Replies: 6
- Views: 492
Re: Form Designer vs the Rest
My impression is that if from the start I learn to use the Form Designer in the IDE then I won't know what I am missing, and it will do the job.
Not really. PureBasic isn't a "very high" level language, it doesn't hide much away from the programmer or add huge sections of concealed functionality ...
- Tue Aug 05, 2025 6:32 pm
- Forum: Bugs - IDE
- Topic: PB5.20B18 - Form Designer don't use 'Real Tab'
- Replies: 1
- Views: 1574
- Thu Jul 31, 2025 7:37 pm
- Forum: Bugs - IDE
- Topic: Quick Help Spelling And Typos
- Replies: 0
- Views: 251
Quick Help Spelling And Typos
Found some problems in the Quick help text...
AbortFTPFile (#Ftp) - "asyncrhonous" should be "asynchronous".
BoxedGradient - "gradint" should be "gradient".
ClosePath - "currente" should be "current".
CreateCamera - "pourcents" should be "percentages".
CreateMutex - "syncronisation" has a missing h ...
AbortFTPFile (#Ftp) - "asyncrhonous" should be "asynchronous".
BoxedGradient - "gradint" should be "gradient".
ClosePath - "currente" should be "current".
CreateCamera - "pourcents" should be "percentages".
CreateMutex - "syncronisation" has a missing h ...
- Wed Jul 30, 2025 7:10 pm
- Forum: Bugs - IDE
- Topic: ExplorerListGadget
- Replies: 5
- Views: 1573
Re: ExplorerListGadget
With any luck this is fixed by PR #322, too.
- Wed Jul 30, 2025 6:55 pm
- Forum: Coding Questions
- Topic: ComatePlus: Replace in Word does not work
- Replies: 1
- Views: 131
Re: ComatePlus: Replace in Word does not work
If the file is created you have a working COM object so, at a guess, one of the 'Find' related instructions is returning an error. However I can't test to find out because I don't have access to MS Office any more. Replace your procedure with this version which will output some debug information, it ...
- Wed Jul 23, 2025 8:10 pm
- Forum: General Discussion
- Topic: Variable Viewer, view passed pointed structure
- Replies: 11
- Views: 1150
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:
https://i.ibb.co/svB8jjHD/Screenshot-2025-07-23-200351.png
I'm guessing that it's possibly a case that the variable viewer window has never been updated to display it too ...
https://i.ibb.co/svB8jjHD/Screenshot-2025-07-23-200351.png
I'm guessing that it's possibly a case that the variable viewer window has never been updated to display it too ...