Hi, I added some debuging cout's. I also return using: return PyBool_FromLong( i->Textflow ? 1 : 0 ); which works fine.
The output confirms that I'm geting the TextFlow from the right textbox. If I output (i->Textflow) its always 0. Am I using the right variable? Its hard to dive into code and figure out which variable does what. Thanks, Kobus P.S. frik is just a name I use instead of dummy (I was afraid that dummy might be declared globaly)
