Search found 1371 matches

by MachineCode
Sun Apr 24, 2016 12:58 pm
Forum: General Discussion
Topic: The PureBasic Doomsday Quotes
Replies: 76
Views: 42599

Re: PureBasic Longevity Quotes

Some more quotes added to the original post. :lol:
by MachineCode
Mon Oct 07, 2013 4:55 am
Forum: General Discussion
Topic: The PureBasic Doomsday Quotes
Replies: 76
Views: 42599

Re: PureBasic Longevity Quotes

New quote added where the user said PureBasic is so close to abandonware. :lol:
by MachineCode
Thu Jun 06, 2013 10:54 pm
Forum: Off Topic
Topic: Is Apple right or wrong?
Replies: 18
Views: 3779

Re: Is Apple right or wrong?

Apple's a private company. They can do whatever they like. And people can vote with their wallets.
by MachineCode
Thu Jun 06, 2013 10:53 pm
Forum: Feature Requests and Wishlists
Topic: Make the "Create threadsafe executable" enabled by default
Replies: 4
Views: 1644

Re: Make the "Create threadsafe executable" enabled by defau

As I requested once before, the compiler should just enable thread safety if "CreateThread()" is used in the source, and disable it if not. Smart compiling.
by MachineCode
Thu Jun 06, 2013 11:09 am
Forum: Coding Questions
Topic: Where to place comments?
Replies: 16
Views: 2578

Re: Where to place comments?

I understand you were curious, but I gave you my answer. You can't discount it just because it wasn't what you wanted to hear. :)

Anyway, if you want a different answer: I'd suggest maybe keeping it inside the procedure, because that way it's all "locked inside" and the comment gets kept if you ...
by MachineCode
Thu Jun 06, 2013 9:56 am
Forum: Coding Questions
Topic: Where to place comments?
Replies: 16
Views: 2578

Re: Where to place comments?

:shock: Use whatever method you prefer. You've obviously tried both, so which do you like? It's your life.
by MachineCode
Tue Jun 04, 2013 11:11 pm
Forum: Announcement
Topic: PureBasic 5.11 is out !
Replies: 141
Views: 50257

Re: PureBasic 5.11 is out !

if Purebasic stayed the way it is right now, today, I'd be happy to use it everyday, because, basically, i already do
Same for me. I only update PureBasic these days if it really does something new that I need, or fixes a bug that existed. Normally I don't need to update with every release like I ...
by MachineCode
Tue Jun 04, 2013 11:09 pm
Forum: Feature Requests and Wishlists
Topic: Create a SORT command for gadget lists
Replies: 2
Views: 1125

Re: Create a SORT command for gadget lists

If you just want to add individual items to a ListView or ListIcon alphabetically, they have flags which'll do it for you (search).
by MachineCode
Tue Jun 04, 2013 11:07 pm
Forum: Coding Questions
Topic: Send a key without focus
Replies: 8
Views: 2726

Re: Send a key without focus

Note that #WM_SETTEXT only inserts text at the current cursor position -- it doesn't simulate keystrokes, which is an entirely different concept. Just FYI.

Also, I did once have code that simulated actual keystrokes to an out-of-focus window, but I can't find it right now. Not sure if I have a ...
by MachineCode
Sun Jun 02, 2013 6:32 am
Forum: The PureBasic Form Designer
Topic: [Done] Can't remove window color once set
Replies: 6
Views: 5993

[Done] Can't remove window color once set

When I select a color for a window, I can't remove that color unless I manually edit the created code. Can a method be made for removing a color with the color property field, somehow?
by MachineCode
Sun Jun 02, 2013 6:26 am
Forum: The PureBasic Form Designer
Topic: Bug with quotes in captions
Replies: 1
Views: 1854

Bug with quotes in captions

I put the following name for a window caption with the form designer:

Properties for "<name>"
And the designer made the source code like this:

Window_0 = OpenWindow(#PB_Any, 0, 0, 920, 530, "Properties for "<name>"", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
And when trying to run it ...
by MachineCode
Sun Jun 02, 2013 3:04 am
Forum: Windows
Topic: capture command line of all running processes?
Replies: 7
Views: 5099

Re: capture command line of all running processes?

@em_uk: Your code doesn't compile. Missing an EndIf. Can't work out where it's meant to go because you've got a While/Else/EndIf loop, and if I change While to If, then I get a Break level too high error. Please check your code.
by MachineCode
Sun Jun 02, 2013 12:55 am
Forum: Off Topic
Topic: Why not make PureBasic Open Source ?
Replies: 91
Views: 24647

Re: Why not make PureBasic Open Source ?

Fred wrote:if I get really bored and found no one to get PureBasic running, I will open source it (fully).
Charge a small fee for updates. It might not prevent boredom, but it'll keep you motivated in developing further.
by MachineCode
Sat Jun 01, 2013 6:27 am
Forum: Feature Requests and Wishlists
Topic: HideMenuItem() ?
Replies: 10
Views: 4426

Re: HideMenuItem() ?

+1 to this request... I need to hide a menu item today but have to look for an API solution.
by MachineCode
Sat Jun 01, 2013 4:56 am
Forum: Off Topic
Topic: KolibriOS - an x86 operating system written in FASM
Replies: 20
Views: 9702

Re: KolibriOS - an x86 operating system written in FASM

Lucifer, yeah, I've given up waiting for ReactOS too. But my point was that it's a better project than starting an OS from scratch that has no ready software base. Yes, kudos to KolibriOS and all that, but it won't go anywhere at all. I've seen lots of alternative OSes come and go over the years ...