Search found 4 matches

by Übermann
Mon Jan 04, 2010 11:08 am
Forum: Coding Questions
Topic: Gadget Properties Questions
Replies: 3
Views: 639

Re: Gadget Properties Questions

Damn fast answer. Thanks a lot

Use an editor gadget if you need multiline editing.

The problem with that is that it has a 3D Border, and i need something that can look like a Label, such a Label itself or a TextBox.
Well, if no other choice is available, i will use that.

SetGadgetState() is ...
by Übermann
Mon Jan 04, 2010 10:57 am
Forum: Coding Questions
Topic: Gadget Properties Questions
Replies: 3
Views: 639

Gadget Properties Questions

1.- Does exists any property from a TextBox, Label and/or EditArea Gadgets to set they to Multiline Editing? This is, when the text into such gadgets reach their max width, automatically jump to the next line. Basically like in Visual Basic.

2.- How can I set the index value of a ComboBox or a ...
by Übermann
Fri Dec 11, 2009 11:58 am
Forum: Game Programming
Topic: Coding Questions for 3D Game programming
Replies: 3
Views: 2320

Re: Coding Questions for 3D Game programming

2.- How do Terrain Meshes works exactly? I want to create a terrain object, and i have created a 256 colours B&W TGA image to define heights, but when compiling the program, it returns a fatal error and crashes. Debugger returns no error or message. Any tip? I'm using GIMP last version to do this ...
by Übermann
Mon Dec 07, 2009 11:54 am
Forum: Game Programming
Topic: Coding Questions for 3D Game programming
Replies: 3
Views: 2320

Coding Questions for 3D Game programming

Hi all.

1.- How do I define a Light Radius? Because i need the light radius to be independant from it's color intensity. This is, I need to create a large light source, with a low color value, for example, radius 50000 and color #110000 (or RGB(25, 0, 0)).

2.- How do Terrain Meshes works exactly ...