Page 2 of 3

Posted: Tue Sep 30, 2008 3:28 am
by netmaestro
Sorry, my mistake. Please re-download the library. :oops:

Posted: Tue Sep 30, 2008 3:31 am
by ts-soft
netmaestro wrote:Sorry, my mistake. Please re-download the library. :oops:
i have re-download both, but the same error

Posted: Tue Sep 30, 2008 3:40 am
by netmaestro
Ok, I posted code for the lib and test in the first post. It should work. Now the download only has images.

Posted: Tue Sep 30, 2008 3:46 am
by ts-soft
this works okay :D
i will play chess :)

Posted: Tue Sep 30, 2008 3:48 am
by netmaestro
Betcha white wins :wink:

Posted: Tue Sep 30, 2008 10:18 pm
by luis
Verrrry nice, thank you for sharing it.

Posted: Wed Oct 01, 2008 2:24 am
by netmaestro
Finetuned the drawing for smoothness and to remove some flicker when clicking a piece. Test code is updated.

Posted: Fri Oct 17, 2008 6:37 am
by Blue
Very, very nice.

But something's wrong:
   (1) Whites always win. :shock:
   (2) The Bishop keeps eating my horse :roll: and invariably ends up having no one to play with. :cry:

Just the same: I love the game. Any secret rules we should know about ?

On the serious side, lots of exciting (and, oh my god! complicated) code to study in there.

Thanks for sharing it.
(And a pretty good example, in your test file, of how to change cursors on the fly.)

Posted: Fri Oct 17, 2008 9:40 am
by Michael Vogel
Blue wrote: But something's wrong:
   (1) Whites always win. :shock:
Depends on whose turn is it?!

Posted: Thu Nov 27, 2008 10:01 am
by Michael Vogel
Can't access the advanced program :(
And how to get the other chess pieces :roll:

Michael

Posted: Sun Nov 30, 2008 4:18 am
by netmaestro
Can't access the advanced program
Actually the original simple test code was replaced with the advanced one in the first post so no need to download it.
And how to get the other chess pieces
I'm unable to share the full set at this time, sorry.

Re: ImageGadgetEx()

Posted: Sat Jun 12, 2010 5:41 pm
by rsts
OK, not quite 2 years late. Attempting to learn more about images and manipulation.

Are the images available somewhere on your new site?

cheers

Re: ImageGadgetEx()

Posted: Sat Jun 12, 2010 6:01 pm
by netmaestro
Actually this library is obsolete now since 4.40 and the massive image library upgrade. Nonetheless, some of the code is interesting to study. I've updated the ChildWindowFromPoint call in the .pbi and updated the image link, so the demo should work with the latest PB now. Have fun! (I sure did making it)

Re: ImageGadgetEx()

Posted: Sat Jun 12, 2010 6:06 pm
by rsts
Many thanks, your efforts are appreciated.

cheers

Re: ImageGadgetEx()

Posted: Sat Jun 12, 2010 6:30 pm
by rsts
Maybe

bkg: IncludeBinary "board_grain.png" : bkgend:

:oops: