Search found 40 matches
- Fri Sep 17, 2010 8:00 pm
- Forum: Beginners Help
- Topic: How to create or get more fonts.....
- Replies: 7
- Views: 718
Couldnt you theoretically create a custom font object in code that loads bitmaps for each letter/symbol and position them according to what string your trying to display? Then you could simply resize all the images to stretch them. Even possibly use anti aliasing to smooth the edges. Possibly a futu...
- Fri Sep 17, 2010 6:45 am
- Forum: Beginners Help
- Topic: How to disable a listbox select feature?
- Replies: 5
- Views: 395
Well if Im going to go that far I suppose it would behoove me to simply create a custom gui element that contains both the chat history as well as the chat entry edit box and functions to handle various features....question is, to do that should i inherit from guielement and have members for each ac...
- Fri Sep 17, 2010 12:34 am
- Forum: Beginners Help
- Topic: How to disable a listbox select feature?
- Replies: 5
- Views: 395
- Thu Sep 16, 2010 9:43 pm
- Forum: Beginners Help
- Topic: How to disable a listbox select feature?
- Replies: 5
- Views: 395
Additionally, Im trying to get the text inside the listbox to be bigger, setItemHeight seems to only set the height of each list item, not the font size. Im not finding any font references in the gui elements... o.O I would have thought that font face and size would have been implemented much in the...
- Thu Sep 16, 2010 7:43 pm
- Forum: Beginners Help
- Topic: How to disable a listbox select feature?
- Replies: 5
- Views: 395
How to disable a listbox select feature?
Is there a way to make a list box unable to select anything? Im using a listbox as a sort of chat log, so there is no need to select anything, but Im not finding an option to disable selections or the like. Any ideas other than implementing a separate GUI object?
- Wed Sep 15, 2010 6:02 pm
- Forum: Beginners Help
- Topic: GuiEditor not giving scrollable window
- Replies: 3
- Views: 403
- Wed Sep 15, 2010 6:01 pm
- Forum: Bug reports
- Topic: 1.7.1 GUI-Editor: No scrollbar in toolwindow
- Replies: 5
- Views: 1701
- Wed Sep 15, 2010 5:00 pm
- Forum: Beginners Help
- Topic: GuiEditor not giving scrollable window
- Replies: 3
- Views: 403
GuiEditor not giving scrollable window
Im trying to use the guieditor that comes with irrlicht 1.7 but when i have any element selected and go to the elements properties, the properties are listed to where a scrollbar would be needed to scroll down to edit all the options.. i can only resize the toolbox so far and its not enough...any id...
- Fri Jul 24, 2009 11:57 am
- Forum: Beginners Help
- Topic: ISceneNode->GetTransformedBoundingBox()->GetExtent() ?
- Replies: 19
- Views: 1048
- Wed Jul 22, 2009 10:05 pm
- Forum: Beginners Help
- Topic: ISceneNode->GetTransformedBoundingBox()->GetExtent() ?
- Replies: 19
- Views: 1048
Ok so I needed a typecast NewtonBodySetForceAndTorqueCallback(body, (NewtonApplyForceAndTorque)callbackApplyGravity); So now it compiles but im still a little ways off from proper testing of collisions, here goes :) -edit- Im using Newton for windows 2.04, no idea what earlier versions look like, ma...
- Wed Jul 22, 2009 9:36 pm
- Forum: Beginners Help
- Topic: ISceneNode->GetTransformedBoundingBox()->GetExtent() ?
- Replies: 19
- Views: 1048
Serious issue with the NewtonApplyForceAndTorque callback... Ive tried compiling both the examples and my own source and get a similar error.. error C2664: 'NewtonBodySetForceAndTorqueCallback' : cannot convert parameter 2 from 'void (__cdecl *)(const NewtonBody *)' to 'NewtonApplyForceAndTorque' No...
- Wed Jul 22, 2009 8:48 pm
- Forum: Beginners Help
- Topic: ISceneNode->GetTransformedBoundingBox()->GetExtent() ?
- Replies: 19
- Views: 1048
- Wed Jul 22, 2009 7:29 pm
- Forum: Beginners Help
- Topic: ISceneNode->GetTransformedBoundingBox()->GetExtent() ?
- Replies: 19
- Views: 1048
- Wed Jul 22, 2009 7:07 pm
- Forum: Beginners Help
- Topic: ISceneNode->GetTransformedBoundingBox()->GetExtent() ?
- Replies: 19
- Views: 1048
- Wed Jul 22, 2009 5:46 pm
- Forum: Beginners Help
- Topic: ISceneNode->GetTransformedBoundingBox()->GetExtent() ?
- Replies: 19
- Views: 1048