Search found 444 matches

by UserOfPure
Tue Apr 13, 2010 12:35 am
Forum: Applications - Feedback and Discussion
Topic: the annoying game
Replies: 31
Views: 8513

Re: the annoying game

Okay, because I obviously don't "get it", what's so show-casy about it? I click the face, and it moves away? So what? What's the big deal here? Do I expect too much for a showcase app?
by UserOfPure
Mon Apr 12, 2010 11:57 am
Forum: Feature Requests and Wishlists
Topic: Button Face Color
Replies: 12
Views: 6157

Re: Button Face Color

akj wrote:There is a problem with your code in that the appearance of the buttons degrades significantly when they are disabled.
True, but it's not my code. ;)
by UserOfPure
Sun Apr 11, 2010 9:29 pm
Forum: Applications - Feedback and Discussion
Topic: the annoying game
Replies: 31
Views: 8513

Re: the annoying game

Nituvious wrote:To please the masses...
Not really. You still don't get it. This forum section is to provide apps that show off PureBasic in a big way; ie. the best of the best. Your app does not do this.
by UserOfPure
Sun Apr 11, 2010 3:04 pm
Forum: Applications - Feedback and Discussion
Topic: the annoying game
Replies: 31
Views: 8513

Re: the annoying game

Kaeru Gaman wrote:I wonder what your question is.
See my post just above. ;) It's a case of mistaken URL.
by UserOfPure
Sun Apr 11, 2010 2:27 pm
Forum: Applications - Feedback and Discussion
Topic: the annoying game
Replies: 31
Views: 8513

Re: the annoying game

Ah, I see. I didn't notice. The only PureBasic ShowCase I knew of was this one -> http://www.purearea.net/pb/showcase/index.php
by UserOfPure
Sun Apr 11, 2010 2:15 pm
Forum: Applications - Feedback and Discussion
Topic: the annoying game
Replies: 31
Views: 8513

Re: the annoying game

Why do you think it's in the showcase?
by UserOfPure
Sat Apr 10, 2010 9:08 am
Forum: General Discussion
Topic: I've Had It!
Replies: 17
Views: 4732

Re: I've Had It!

Kaeru Gaman wrote:if you want a standard, put Line Numbers into your code and work with "Goto". ;)
:lol: Very true, because that's what Basic truly is. :)
by UserOfPure
Fri Apr 09, 2010 11:53 am
Forum: The PureBasic Editor
Topic: Declarations
Replies: 14
Views: 5084

Re: Declarations

I know. One of my apps needs several declares, about 8. I consider that a lot, but my app won't run without them. I agree that declaring everything is unwarranted most of the time, but I suppose people are just playing it safe, and it doesn't waste anything except a bit of source code.
by UserOfPure
Fri Apr 09, 2010 11:00 am
Forum: Feature Requests and Wishlists
Topic: Syntax Colour Scheme
Replies: 7
Views: 1741

Re: Syntax Colour Scheme

Frarth wrote:What I really would like to see is the ability to save custom colour schemes.
File -> Preferences -> Import/Export.
by UserOfPure
Fri Apr 09, 2010 10:56 am
Forum: Tricks 'n' Tips
Topic: RC4 Encryption
Replies: 3
Views: 1852

Re: RC4 Encryption

Frarth wrote:I have not seen much about RC4 encryption on this forum
You didn't search properly then. There's lots of discussions and code examples dealing with RC4.
by UserOfPure
Fri Apr 09, 2010 10:55 am
Forum: The PureBasic Editor
Topic: Declarations
Replies: 14
Views: 5084

Re: Declarations

Trond wrote:IMO there is really no reason for using a lot of declares.
Depends on your app. Procedures can call other procedures, and sometimes Declares are needed, full stop. You simply can't always have your procedures in the exact order that you want, and Declares come to the rescue in these situations.
by UserOfPure
Fri Apr 09, 2010 10:49 am
Forum: Announcement
Topic: Gnozal libraries for PB4.xx
Replies: 86
Views: 36547

Re: Gnozal libraries for PB4.xx

If we constantly nag him, he could just pull the plug and that's it! No more programs. That's precisely why I don't like to use third-party libraries in my apps. Your code relies on someone else who may not be around in future. I wish the team could make libraries future-proof somehow, but I guess ...
by UserOfPure
Thu Apr 08, 2010 10:48 am
Forum: Off Topic
Topic: New website/concept I've made...
Replies: 9
Views: 2015

Re: New website/concept I've made...

Good site, but sorry to say it's by no means the first. Bitzi.com and other sites have done hash lookups on files for many years now.
by UserOfPure
Wed Apr 07, 2010 9:35 pm
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3626

Re: [Self Solved] HTTP File Download with Fast Resume Capabi

the first random c/c++ board I found has 368 users browsing their forums..right now we have 24 on ours This topic has been discussed many times over. Newbies never seem to search these forums. :roll: Anyway, it's all relative. Microsoft Visual Studio versus PureBasic? Come on, think about it a bit!...
by UserOfPure
Wed Apr 07, 2010 9:31 pm
Forum: Announcement
Topic: PureBasic 4.50 Beta 4 released!
Replies: 86
Views: 38766

Re: PureBasic 4.50 Beta 2 released!

Thomas wrote:As long as there is no new functionality which is interesting for me, I stay with PB 4.41
You should check out data breakpoints. Makes debugging a hell of a lot easier.