Search found 94 matches

by Thomas
Thu Dec 06, 2012 8:28 pm
Forum: Announcement
Topic: Pawn Chess
Replies: 8
Views: 4714

Re: Pawn Chess

Zebuddi123 wrote:are you going to add pgn at all ?
Pawn 3 supports loading and saving of PGN files, just select the file type accordingly.
by Thomas
Tue Dec 04, 2012 6:00 pm
Forum: Announcement
Topic: Pawn Chess
Replies: 8
Views: 4714

Re: Pawn Chess

Yes, the ghost is a feature. :)
by Thomas
Tue Dec 04, 2012 1:07 am
Forum: Announcement
Topic: Pawn Chess
Replies: 8
Views: 4714

Pawn Chess

Here my chess program written in PureBasic and BlitzMax: http://www.pawnchess.de
by Thomas
Sun Jun 13, 2010 11:42 pm
Forum: Coding Questions
Topic: WebGadget edit controls
Replies: 3
Views: 1394

Re: WebGadget edit controls

Doesn't work, don't even understand your code.
by Thomas
Sun Jun 13, 2010 3:19 pm
Forum: Coding Questions
Topic: WebGadget edit controls
Replies: 3
Views: 1394

WebGadget edit controls

When using a WebGadget, like in the WebBrowser example, the tab and del keys do not work. Is there an easy way to make the edit keys behave like in any other webbrowser?
by Thomas
Sun Apr 11, 2010 10:22 pm
Forum: Feature Requests and Wishlists
Topic: DirectoryEntryType()
Replies: 0
Views: 965

DirectoryEntryType()

The command ExamineDirectory() normally works as designed. But I have written a procedure which recursively goes through the filesystem. When the NextDirectoryEntry() command gets the next element and it's a symbolic link, the DirectoryEntryType() command treats it like a directory. Maybe it's not ...
by Thomas
Wed Apr 07, 2010 6:14 pm
Forum: Bugs - Documentation
Topic: PureBasic Docs - Errors & needed improvements to the man
Replies: 223
Views: 378374

Re: PureBasic Docs - Errors & needed improvements to the man

In the german docs the description for StartDrawing() claims that the default background color is black and the default foreground color is white. In fact, the default background color is grey.

OpenWindow(0,0,0,320,200,"Test",#PB_Window_ScreenCentered|#PB_Window_SystemMenu)
StartDrawing ...
by Thomas
Wed Apr 07, 2010 5:05 pm
Forum: Announcement
Topic: PureBasic 4.50 Beta 4 released!
Replies: 86
Views: 46613

Re: PureBasic 4.50 Beta 2 released!

The executable of a small program compiled with PB 4.50 is 1K bigger compared to PB 4.41. I found no reason for that in the change log of PB 4.50.

The executables of PB are still very small and efficient, so there is really no need to complain about. I tried several Basic languages and PB is the ...
by Thomas
Wed Mar 24, 2010 6:19 pm
Forum: Coding Questions
Topic: OpenScreen()
Replies: 15
Views: 4511

Re: OpenScreen()

The best programmers don't say a single word, they just know. You guys are just a bad joke. :twisted:
by Thomas
Wed Mar 24, 2010 12:08 pm
Forum: Coding Questions
Topic: OpenScreen()
Replies: 15
Views: 4511

Re: OpenScreen()

For those who know a bit about programming, no more words are needed. By running the code the problem should be obvious. Even if standard resolutions are required, the failing of the command should not hide the mouse pointer.
by Thomas
Tue Mar 23, 2010 6:55 pm
Forum: Coding Questions
Topic: OpenScreen()
Replies: 15
Views: 4511

OpenScreen()

Where is the mouse pointer?

Code: Select all

InitSprite()
If OpenScreen(9999,9999,32,"Test")=0
  MessageRequester("Test","Error opening screen")
EndIf
by Thomas
Wed Nov 18, 2009 5:57 pm
Forum: Announcement
Topic: PureBasic 4.40 Beta 7 is out
Replies: 35
Views: 17122

Re: PureBasic 4.40 Beta 7 is out

But we decided to switch the DirectX9 subsystem as default one, as the DirectX7 one disable Aero on Vista/7, and it was not acceptable.
Some graphics commands still do not work under DirectX9, for example SetFrameRate. Maybe you should have waited to change the default subsystem until all commands ...
by Thomas
Tue Feb 24, 2009 11:30 am
Forum: General Discussion
Topic: Vista Aero disabled
Replies: 1
Views: 1437

Vista Aero disabled

When compiling my program with XP-skin checked and run it under Windows Vista, the Aero skin is deactivated stating that my program is not compatible with that skin. What do I have to do for my program to work with Aero?
by Thomas
Sat Feb 25, 2006 1:37 am
Forum: Announcement
Topic: PureBasic 4.00 - Beta 4
Replies: 37
Views: 11484

Let's rock! 8)
by Thomas
Fri Feb 24, 2006 9:50 pm
Forum: General Discussion
Topic: PB v4 is a "home run" !
Replies: 31
Views: 8125

PB does have a round function! It's just invisible... How about a Round(a,3) for mathematical correct roundings?

Code: Select all

a.f = 1.5
Debug b=a