oeed / PearOS

PearOS - OS X Inspired OS for ComputerCraft
MIT License
13 stars 7 forks source link

OSTextField... #22

Open leftshift opened 11 years ago

leftshift commented 11 years ago

There seems to be something strange going on with prefilled OSTextfileds... Going to research that... BTW: My address Book is now on github: https://github.com/leftshift/knowone

leftshift commented 11 years ago

Hmm... not 100% reproducible... strange... Works in some places and doesn't in others

leftshift commented 11 years ago

It seems to keep drawing it until it stops with "too long without yielding"

oeed commented 11 years ago

Could you describe the error a bit more?

leftshift commented 11 years ago

I don't really know when this happens. But it seems to keep calling OSTextfield.draw(), and then crash (probably because it's stuck) Let me try around a bit...

leftshift commented 11 years ago

Hmmm... it's Draw() is getting called all over the place, but not by OSDrawing.DrawEntity()... Strange...

leftshift commented 11 years ago

Ok, update: This seems to happen inside conatiners (Also not allways...)