Search found 7 matches
- Wed Sep 17, 2003 10:30 pm
- Forum: Feature Requests and Wishlists
- Topic: Simple "Interupts"
- Replies: 13
- Views: 3988
- Tue Sep 16, 2003 7:42 pm
- Forum: Feature Requests and Wishlists
- Topic: Simple "Interupts"
- Replies: 13
- Views: 3988
- 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 ...
- Fri Sep 12, 2003 5:26 pm
- Forum: Feature Requests and Wishlists
- Topic: Memory to Buffer/VideoMemory
- Replies: 3
- Views: 1632
- 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 ...
Thanks again Paul... just feeling a little silly at the moment for not seeing ...
- 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 ...
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 ...
- 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 ...
Interupts can be set for certain events. For example a timer.
//Warning ...