Search found 3 matches

by Dominicm99
Sun Jul 16, 2017 2:59 am
Forum: Beginners Help
Topic: Accessing getText from IGUIEditBox causing SIGSEGV
Replies: 2
Views: 500

Re: Accessing getText from IGUIEditBox causing SIGSEGV

I'm adding the pointers to the elements into the struct in the constructor, however I'm not sure if that makes a difference as of any other way.  int xpos = 185;     int ypos= 110;     bottomColour.sample = context->env->addButton(rect<s32>(128+xpos, 16+ypos, 198+xpos, 86+ypos), 0, 111, L""...
by Dominicm99
Sun Jul 16, 2017 2:45 am
Forum: Beginners Help
Topic: Accessing getText from IGUIEditBox causing SIGSEGV
Replies: 2
Views: 500

Accessing getText from IGUIEditBox causing SIGSEGV

Hi All, I'm trying to create a GUI for my program. Im using Edit Boxes to input RGB values to change the colour of a button as a rudimentary colour picker, however when trying to access any methods from the IGUIEditBox, I get a segfault. Im not sure why this is the case as it should be accessible (i...
by Dominicm99
Sat May 27, 2017 5:12 am
Forum: Beginners Help
Topic: Gui Event Handler Blocking Events
Replies: 3
Views: 737

Gui Event Handler Blocking Events

Hi, Been using Irrlicht for a couple months now for a Highschool software project, and have been having a weird issue with implementing a GUI. I'm using a slightly modified version of the Mast Event receiver (taken from http://irrlicht.sourceforge.net/forum/viewtopic.php?f=9&t=21657 )to try and ...