Posted by Joe Nastasi on January 27, 2004 at 08:17:36:A client of mine is calling Quesa routines via REALbasic. All works fine on OS X, but on Windows XP, the entire window is being drawn in the background color. The proper boundaries are being set in the TQ3DrawContextData object and the PaneState is set to true.
I even changed the bourdaries to a very small area and it was obvious that the rendering was being done exactly where I put it (except for the fact that Windows has it's 0 origin on the bottom) and at the size I would expect. However, the background color is still all over the window.
I was under the impression that setting up the view is what defines area where ALL painting is done, correct? It almost appears that the background color is filled in a different place (that has incorrect boundaries) somehow,
Any ideas would be appreciated, as this is holding up a series of commercial eduational products in the UK.
Joe Nastasi