Search found 7 matches

by Dr.Delirium Tremens
Wed Sep 17, 2003 10:30 pm
Forum: Feature Requests and Wishlists
Topic: Simple "Interupts"
Replies: 13
Views: 3988

<big grin>
by Dr.Delirium Tremens
Tue Sep 16, 2003 7:42 pm
Forum: Feature Requests and Wishlists
Topic: Simple "Interupts"
Replies: 13
Views: 3988

I guess I should have put more smileys in my message.

I'm fine, PB. :D :) :lol: :o :wink:


>Relax, nobody said that you were.

Relax? RELAX?! DON'T TELL Me to.. . . r e l a x. (Zzzzz...)


Honestly though guy, I am not mad or upset. Very relaxed. Really.
by Dr.Delirium Tremens
Mon Sep 15, 2003 5:23 pm
Forum: Feature Requests and Wishlists
Topic: Simple "Interupts"
Replies: 13
Views: 3988

Ah, PB you hit the nail on the head in your previous statment before last. The crappy code scenerio was just that, an example for a possible use and to explain what I meant. It was just an example. Tho, I have many a time sent my computer into the cycle of sleepless death. Who hasn't ? You don't ...
by Dr.Delirium Tremens
Fri Sep 12, 2003 5:26 pm
Forum: Feature Requests and Wishlists
Topic: Memory to Buffer/VideoMemory
Replies: 3
Views: 1632

Once again, thanks Paul. I will check on this too. I assumed sprites and other "images" were video memory and thus slower to manipulate especially when it came to reading from them.

Oh well,

Like I said, I will research much deeper before spouting out request.

Need some sleep now, cause Warm ...
by Dr.Delirium Tremens
Fri Sep 12, 2003 5:09 pm
Forum: Feature Requests and Wishlists
Topic: Simple "Interupts"
Replies: 13
Views: 3988

Threads... I will look this up. Thanks. I am *very* new to PureBasic and very eager to work some magic. 600+ commands is a lot of tools to grasp, but I will try to be more patient with request as not to waste Freds time.

Thanks again Paul... just feeling a little silly at the moment for not seeing ...
by Dr.Delirium Tremens
Fri Sep 12, 2003 4:46 pm
Forum: Feature Requests and Wishlists
Topic: Memory to Buffer/VideoMemory
Replies: 3
Views: 1632

Memory to Buffer/VideoMemory

This is to aid in the speed up Graphics

You have a bank of memory with image data

Modify some data here and there, modify some more later on.

Great, but we don't want to draw it all pixel by pixel.
Too slow.

If PureBasic had commands to copy and paste, to and from videomemory/buffers/banks ...
by Dr.Delirium Tremens
Fri Sep 12, 2003 4:06 pm
Forum: Feature Requests and Wishlists
Topic: Simple "Interupts"
Replies: 13
Views: 3988

Simple "Interupts"

My request is for a kind of interupt that can be set up in the program to momentarily jump to another section of code and then when that code is finished the interupt RETURNs control back to the program where it left off.

Interupts can be set for certain events. For example a timer.

//Warning ...