Search found 4314 matches

by freak
Wed May 21, 2003 1:16 pm
Forum: General Discussion
Topic: common courtesy
Replies: 39
Views: 8814

I don't quite understand what your problem is.
Why don't you want to post your code?

Do you think people will use it without giving you credit?

Well, you can't prevent this. I for my part always mention it, if i reuse
code written by others (if i don't for get to :oops: )

Timo
by freak
Wed May 21, 2003 12:45 pm
Forum: Coding Questions
Topic: PathRequester or MessageRequester ?
Replies: 18
Views: 3321

History:
16th August 2002 : Version 3.30
- Fixed: PathRequester crashed with uninitialized DefaultPath
Should not be a problem anymore :wink:

Timo
by freak
Wed May 21, 2003 12:38 pm
Forum: Coding Questions
Topic: ListIconGadget - Callback procedure to detect column header
Replies: 16
Views: 7258

Did you allready read this topic? http://forums.purebasic.com/english/viewtopic.php?t=6085&highlight=flexgrid To set up a Callback, use the SetWindowCallback() command. Have a look at the help of this command, to see how the procedure must look like. PB has only one callback procedure, but it wi...
by freak
Tue May 20, 2003 2:35 pm
Forum: Coding Questions
Topic: PathRequester or MessageRequester ?
Replies: 18
Views: 3321

Tomio:
Did you try rebooting you system?
I can't reproduce this either, so it sounds like something broken on
your system. (maybe a restart allready solves this?)

tested with Win98se PB3.62 here, too.

Timo
by freak
Sun May 18, 2003 2:04 pm
Forum: Game Programming
Topic: Pixel by Pixel Scrolling Engine
Replies: 5
Views: 3175

Don't just click on the Link, this gives you a "Forbidden" page in japanese :)
Rightclick->Save Target as should work better.

Timo
by freak
Sat May 17, 2003 7:24 pm
Forum: Feature Requests and Wishlists
Topic: TreeGadget Flags
Replies: 10
Views: 2719

Hmm, TreeGadget is a "Windows only" Gadget. It's not supported on
any other Platform at all.

Noted on the bottom of the TreeGadget help page.

Sorry, you'll have to find a workaround around this whole Control to be
crossplatform compatible at the moment.

Timo
by freak
Sat May 17, 2003 4:53 pm
Forum: Coding Questions
Topic: Dos "Hello World" Crash [ No I'm not insanie ]
Replies: 17
Views: 3815

Hmm, also no crash here...
(Win2k Sp3 PB3.62)

> 17 years of programming to be move to the beginniners forum !!! AAAHHH
:P

Timo
by freak
Sat May 17, 2003 3:10 pm
Forum: Feature Requests and Wishlists
Topic: NMMOUSE hdr?
Replies: 2
Views: 1100

It's a WinAPI Structure.

I will add this, thanks for the report.

Timo
by freak
Sat May 17, 2003 3:04 pm
Forum: Coding Questions
Topic: Dos "Hello World" Crash [ No I'm not insanie ]
Replies: 17
Views: 3815

Yes, OpenConsole() is always needed, even if executed from the Command prompt. PB will automatically use the allready open console,
if executed from the command prompt.

OpenConsole() is needed to intialize the Output stuff i guess.

Timo

BTW: I moved this to 'Beginners' as it is no Bug.
by freak
Thu May 15, 2003 2:59 pm
Forum: Feature Requests and Wishlists
Topic: OO Programming in PureBASIC ????
Replies: 47
Views: 18040

@"young fighters" : ... So... waiting for the main coder's feeling... Hum, you guys don't listen, eh :?: Here you go... For all: no. It's a BASIC dialect. But I will do an 'Interface' like structure to access easily the COM/DX components from PureBasic. For me, this says everything :D Timo
by freak
Mon May 12, 2003 10:36 pm
Forum: Feature Requests and Wishlists
Topic: CurrentDir() with solution code
Replies: 12
Views: 3011

If started from a Shortcut file, the results can also be wrong,
as you can change the current directory for an app there.

Better use the right solution, where no problems can occur.

Timo
by freak
Mon May 12, 2003 8:35 pm
Forum: Coding Questions
Topic: Sorting a string
Replies: 4
Views: 1855

Ah, now i understand what you mean by 'sort a string' :) Here's a little improovment... With some Memory routines, you can avoid all those PeekS/PokeS, and all the For/Next Loops. The trick is to copy the whole string to an array of bytes, so each byte holds one string, then you can soret that, and ...
by freak
Sat May 10, 2003 10:53 pm
Forum: Coding Questions
Topic: BASE64 DECODE
Replies: 5
Views: 3556

Is it better like this?

The smileys can be disabled in the posts btw.

Timo
by freak
Sat May 10, 2003 12:51 am
Forum: Coding Questions
Topic: How to engrave a file on CD (write files on a CD)
Replies: 7
Views: 2447

On WindowsXP, there is a COM Interface, to burn CDs. But as that is a
bit hard to call from PB atm (ricardo? :wink: ), and your app will ONLY
work with XP then, better go search for some DLL to do that.

Timo