Search found 11 matches

by texxsound
Sun Aug 20, 2006 4:42 pm
Forum: Coding Questions
Topic: Help: ReDim an Array from within a Procedure
Replies: 3
Views: 1158

oh that was the problem! i'll try that. thanks a lot!!
by texxsound
Sun Aug 20, 2006 3:15 am
Forum: Coding Questions
Topic: Help: ReDim an Array from within a Procedure
Replies: 3
Views: 1158

Help: ReDim an Array from within a Procedure

I want to change the size of StringArray$() from within the procedure.


global dim StringArray$(size)
ArrayProcedure(StringArray$, anySize)


and the procedure

Procedure ArrayProcedure(nameOfArrayToChange$, newArraySize)
redim nameOfArrayToChange$(newArraySize)
endProcedure


But this will ...
by texxsound
Mon Aug 14, 2006 3:44 pm
Forum: Coding Questions
Topic: SpinnerGadget value by keyboard input
Replies: 11
Views: 3270

i just read the spec sheet for the new PureBasic 4.00. Is there a better way to do this with pb4?
by texxsound
Thu Sep 09, 2004 3:48 am
Forum: Tricks 'n' Tips
Topic: Don’t Write User Files to ...
Replies: 8
Views: 3073

Re: Don’t Write User Files to ...

> If you must store data for the user, store it in the user’s profile: %USERPROFILE%\My Documents

ARGHHHHH!!!!!!!!!!!! DON'T DO THIS! I HATE THIS! (And don't write in the regestry)

And by the way: On my system no My Documents exist.


>\Documents and Settings\ All Users\Application Data\dir ...
by texxsound
Sun Sep 05, 2004 7:07 pm
Forum: Coding Questions
Topic: SpinnerGadget value by keyboard input
Replies: 11
Views: 3270

Okie Dokie!
Looks shorter and more structured!

thx angain!
by texxsound
Fri Sep 03, 2004 1:00 pm
Forum: Coding Questions
Topic: SpinnerGadget value by keyboard input
Replies: 11
Views: 3270

Thx. Looks promising :)
by texxsound
Fri Sep 03, 2004 6:23 am
Forum: Game Programming
Topic: TileBlock and TileImage
Replies: 7
Views: 12816

Krylar wrote:
texxsound wrote:I just skipped through the code but why didn't you use a Repeat-Until loop with FlipBuffers() and SetFramerate(100)? Wouldn't it be less lavishly ... :?:

Just a thought...
nevermind
Pretty much what I'm doing ;)
so i just outed myself as a noob again.. lol
by texxsound
Fri Sep 03, 2004 6:21 am
Forum: Coding Questions
Topic: SpinnerGadget value by keyboard input
Replies: 11
Views: 3270

thx but .. Whoa!
thats really the easiest way?
by texxsound
Wed Sep 01, 2004 5:36 am
Forum: Coding Questions
Topic: SpinnerGadget value by keyboard input
Replies: 11
Views: 3270

SpinnerGadget value by keyboard input

hey there folks!

i just wanted to know how it's possible to enter the value in a spinner object by keyboard AND changing it with the up/down arrows. any easy ways?

thx in advance!
by texxsound
Sun Aug 29, 2004 2:55 pm
Forum: Game Programming
Topic: Point 'n' Click Adventure
Replies: 2
Views: 2174

Point 'n' Click Adventure

I've been thinkin about coding a point n click adventure, completely 2D, which shouldn't be a too hard task to start out with pb... but i have no idea how to start. and how to keep overview...

i thought about splitting the code up into several minor files, e.g. for each location, menu-screen ...
by texxsound
Sun Aug 29, 2004 12:08 pm
Forum: Game Programming
Topic: TileBlock and TileImage
Replies: 7
Views: 12816

I just skipped through the code but why didn't you use a Repeat-Until loop with FlipBuffers() and SetFramerate(100)? Wouldn't it be less lavishly ... :?:

Just a thought...
nevermind