Search found 27 matches

by sacrebleu
Sun Mar 21, 2010 6:49 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Colors and Skins for GUI
Replies: 2
Views: 11620

Re: Colors and Skins for GUI

This does not directly address the issue.
by sacrebleu
Sun Mar 21, 2010 6:47 pm
Forum: System Library
Topic: Files manipulation in Ecere
Replies: 1
Views: 24829

Files manipulation in Ecere

Checking if a file exists, loading a text file's contents in a char *, saving a char *'s contents in a text file, loading and saving binary files
by sacrebleu
Sun Mar 21, 2010 12:42 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Colors and Skins for GUI
Replies: 2
Views: 11620

Colors and Skins for GUI

Jerome, please expound upon setting custom colors for the GUI, and how to skin the GUI including the minimize/close/maximize buttons.
by sacrebleu
Tue Mar 16, 2010 5:18 pm
Forum: Networking
Topic: Networking Objects
Replies: 6
Views: 41880

Networking Objects

How to use TCP/IP, Sockets, Servers and UDP? :mrgreen:
by sacrebleu
Tue Mar 16, 2010 4:21 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Direct Blitting (Image Processing) and Saving Bitmaps
Replies: 1
Views: 10070

Direct Blitting (Image Processing) and Saving Bitmaps

Please show examples of how to blit directly to a surface such as in this code sample case _Overlay: // B<128 ? (2*A*B/255) : 255-2*(255-A)*(255-B)/255 for ( x=0; x< merged.height; x++ ) { for ( y=0; y< merged.width; y++ ) { ColorRGBA A = *(pixels1); ColorRGBA B = *(pixels2); *pixels2 = ColorRGBA { ...
by sacrebleu
Tue Mar 16, 2010 4:14 pm
Forum: 3D Graphics
Topic: Decals, Materials and Texturing
Replies: 2
Views: 26807

Decals, Materials and Texturing

can you elaborate on the details of the material class, its implementation of decals, texturing, color, whatever other parameters? tia

-s
by sacrebleu
Tue Feb 09, 2010 8:37 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Bitmap, Bitmap.Save() and BitmapResource
Replies: 2
Views: 11625

Bitmap, Bitmap.Save() and BitmapResource

Please explain Bitmap, Bitmap.Save() (specifically why it would return false and why it would fail) and BitmapResource.
by sacrebleu
Fri Jan 22, 2010 6:06 am
Forum: API Documentation Tool
Topic: Networking Support
Replies: 2
Views: 50907

Re: Networking Support

Among the very many other things that I am doing, I am working on adding documentation to the API docs. However, I am not as experienced as the other coders here, so it's taking me some time, and lots of questions :) I will eventually get to networking, and will be happy to provide the info when I'...
by sacrebleu
Thu Jan 21, 2010 6:30 pm
Forum: API Documentation Tool
Topic: Networking Support
Replies: 2
Views: 50907

Networking Support

:evil: