Search found 10 matches

by gildev
Fri Jul 16, 2010 8:53 pm
Forum: Tricks 'n' Tips
Topic: Summer 2010 PurePunch Contest
Replies: 27
Views: 10664

Re: Summer 2010 PurePunch Contest

Good job. :D
by gildev
Sat Aug 30, 2008 1:08 pm
Forum: Tricks 'n' Tips
Topic: PurePunch contest #1
Replies: 62
Views: 27923

My first PurePunch:
http://www.devisse.fr/purebasic/PurePunch01.jpg
InitSprite():InitKeyboard():OpenScreen(640,480,32,"PB"):For i=0 To 7:CreateSprite(i,1,1):StartDrawing(SpriteOutput(i)):Plot(0,0,RGB((i+1)*24+31,(i+1)*24+31,(i+1)*24+31)):StopDrawing():Next i:CreateSprite(8,16,16):StartDrawing ...
by gildev
Sun Aug 24, 2008 11:39 pm
Forum: Coding Questions
Topic: Send mouseclick without activating window?
Replies: 14
Views: 2040

I found a much simpler solution to my problem
What is your solution please?
by gildev
Sun Aug 24, 2008 3:47 pm
Forum: Coding Questions
Topic: [RESOLVED] Drawing on an external window...
Replies: 15
Views: 2454

No. I'm using a timer to pick the color of all the pixels listed in my table automatically.
by gildev
Sun Aug 24, 2008 2:34 pm
Forum: Coding Questions
Topic: [RESOLVED] Drawing on an external window...
Replies: 15
Views: 2454

Yes!!!! I tried SetPixel_ and it works very well! Thinks all.
by gildev
Sun Aug 24, 2008 12:25 pm
Forum: Coding Questions
Topic: [RESOLVED] Drawing on an external window...
Replies: 15
Views: 2454

One way would be to put the drawing in a loop, possibly in a thread, so that it repeats the drawing every 15 ms or so
I think netmaestro is right. I can do a loop, but how to paint?
by gildev
Sun Aug 24, 2008 12:21 pm
Forum: Coding Questions
Topic: [RESOLVED] Drawing on an external window...
Replies: 15
Views: 2454

I don't want to use the mouse because i have listed the points on a table and i want to pick the colors of the points automatically.
by gildev
Sun Aug 24, 2008 11:54 am
Forum: Coding Questions
Topic: [RESOLVED] Drawing on an external window...
Replies: 15
Views: 2454

Hi all!

Thinks for your answers.
I only want to do a placemark through a viewfinder like this:
http://img247.imageshack.us/img247/3526/calc1vf2.jpg

I'm using GetPixel_ to get the color pixel of my point on the window, but i want to be sure that is the good point. It's just to verify the location ...
by gildev
Sun Aug 24, 2008 1:08 am
Forum: Coding Questions
Topic: [RESOLVED] Drawing on an external window...
Replies: 15
Views: 2454

Nobody know? :cry:
by gildev
Sat Aug 23, 2008 1:05 am
Forum: Coding Questions
Topic: [RESOLVED] Drawing on an external window...
Replies: 15
Views: 2454

[RESOLVED] Drawing on an external window...

Hello!

I have a big problem. I wish to draw a dot, a line or a retangle on an external window (CALC.EXE for example) like this screenshot on B:

Image

But i don't find. :cry:

PS: I'm sorry i'm french and i don't speak english very well. :oops: