Search found 6 matches

by Master C
Mon Jan 05, 2004 1:06 am
Forum: Linux
Topic: how to get the Linux version?
Replies: 14
Views: 6805

@Shannara: I was asked for my name and my adress. I think, these are the details which you have to send to Andre or Fred.

@MadMax: I sent an e-mail to Fred an got no answer, too. Then I sent an e-mail to Andre and got my Link in 3 hours :)
by Master C
Fri Oct 31, 2003 5:20 am
Forum: Coding Questions
Topic: OpenWindowedScreen()
Replies: 6
Views: 2149

This function opens a screen on a window. This means, the program runs not in fullscreen, but in windowed mode. WindowID is the handle of the window on which the screen will be opened.
by Master C
Fri Oct 17, 2003 3:55 pm
Forum: Linux
Topic: FRED read this NOW!
Replies: 11
Views: 5786

I've got my Linux and Amiga-Version after I wrote an E-Mail to Fred with my name and my adress. If you're from Germany, you can write to André, too.
by Master C
Sun Oct 12, 2003 10:35 pm
Forum: Coding Questions
Topic: replace exe's icon
Replies: 7
Views: 2541

by Master C
Fri Oct 10, 2003 2:01 pm
Forum: General Discussion
Topic: Purebasic 3.80 on P2P!!
Replies: 27
Views: 7388

Did you download it and test it? I saw the same at a P2P Network sometime ago, but it was only the demo of purebasic.
by Master C
Sat Aug 30, 2003 3:08 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Associative Arrays
Replies: 25
Views: 7861

Data in associative arrays aren't called by an index, but by an keyword:

Normal array:
person(0)="John"
person(1)="Banner"

Associative array:
person("prename")="John"
person("lastname")="Banner"