Search found 14 matches
- Fri Mar 11, 2005 11:46 am
- Forum: Beginners Help
- Topic: Best way to have a chat box?
- Replies: 3
- Views: 324
- Mon Mar 07, 2005 10:02 pm
- Forum: Beginners Help
- Topic: Best way to have a chat box?
- Replies: 3
- Views: 324
Best way to have a chat box?
I was going through the GUI elements and realised that none are really suitable for a chat window.
I can render an array of static texts, I could use a listbox, but when it inserts it inserts downwards and i cant figure out a way of making the bottom item always in focus.
can anyone help?
I can render an array of static texts, I could use a listbox, but when it inserts it inserts downwards and i cant figure out a way of making the bottom item always in focus.
can anyone help?
- Mon Mar 07, 2005 9:53 pm
- Forum: Beginners Help
- Topic: *pulls hair out* i ned some help! (gui problem)
- Replies: 3
- Views: 435
- Sun Mar 06, 2005 12:21 am
- Forum: Beginners Help
- Topic: Disabling close/dragging on IGUIWindow's
- Replies: 4
- Views: 585
Disabling close/dragging on IGUIWindow's
How do i isable the close button and dragging of an IGUIWindow, cheers.
Ash.
Ash.
- Thu Oct 28, 2004 8:30 pm
- Forum: Beginners Help
- Topic: Rendering OVER the GUI?
- Replies: 2
- Views: 321
Rendering OVER the GUI?
Im having trouble rendering over the gui buttons i have. I have rendered a mouse cursor (using the line rendering geo) and its rendered behind the gui which doesnt make any sense.
Also, How can I remove everything from the GUI environment?
Thanks.
Ash
Also, How can I remove everything from the GUI environment?
Thanks.
Ash
- Mon Sep 27, 2004 9:19 pm
- Forum: Beginners Help
- Topic: SetFocus
- Replies: 1
- Views: 240
- Mon Sep 27, 2004 9:12 pm
- Forum: Beginners Help
- Topic: SetFocus
- Replies: 1
- Views: 240
SetFocus
Im having a problem with setFocus, When i setFocus on an editbox in the GUI, it works fine, then after i have to click the mouse to restore focus to the actual "screen". So how can i restore the focus to the screen without clicking the mouse?
Any ideas?
Thanks.
Any ideas?
Thanks.
- Mon Sep 27, 2004 10:18 am
- Forum: Beginners Help
- Topic: *NEW GUI Editor* available
- Replies: 7
- Views: 1010
- Wed Sep 15, 2004 12:59 pm
- Forum: Beginners Help
- Topic: Big scene problem
- Replies: 10
- Views: 599
- Wed Sep 15, 2004 10:50 am
- Forum: Beginners Help
- Topic: Big scene problem
- Replies: 10
- Views: 599
- Tue Sep 14, 2004 9:16 pm
- Forum: Beginners Help
- Topic: I need some basic (very very very very basic) tutorials
- Replies: 6
- Views: 720
- Tue Sep 14, 2004 9:10 pm
- Forum: Beginners Help
- Topic: Terrain rendering
- Replies: 5
- Views: 660
- Tue Sep 14, 2004 8:21 pm
- Forum: Beginners Help
- Topic: Simple Problem: skin->setSize
- Replies: 2
- Views: 342
- Tue Sep 14, 2004 7:48 pm
- Forum: Beginners Help
- Topic: Simple Problem: skin->setSize
- Replies: 2
- Views: 342
Simple Problem: skin->setSize
Having a problem with
IGUISkin::setSize()
I use it like so:
skin->setSize(dimension2d<s32>(20, 20))
ive also tried
skin->setSize(20)
But Im getting the error
C:\Projects\Irr Test\Root.cpp(26) : error C2660: 'setSize' : function does not take 1 parameters
Thanx!
Ash.
IGUISkin::setSize()
I use it like so:
skin->setSize(dimension2d<s32>(20, 20))
ive also tried
skin->setSize(20)
But Im getting the error
C:\Projects\Irr Test\Root.cpp(26) : error C2660: 'setSize' : function does not take 1 parameters
Thanx!
Ash.