MacOSX and irrlicht gui

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Paddon
Posts: 43
Joined: Thu Jul 06, 2006 4:09 pm

MacOSX and irrlicht gui

Post by Paddon »

I am assuming this is a Mac problem because my gui worked properly under linux.

I have a text field as part of my gui (file opening to be exact) and I cannot enter values into it. When it is selected and I try to type in it it just types in the terminal instead and hence I cannot open the file I need to use my program. Anyone know what this could be?
- Jeff Paddon
Undergraduate Research Assistant
Physics Department
St. Francis Xavier University
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You mean you click into the dialog and your key strokes are passed to the terminal you invoked the app from? That's strange. But I fear that there are currently no OSX developers in the team which could fix this problem. So try to debug it yourself and provide a patch in case you find something.
Post Reply