|
02/24/2009 9:47 AM
post22821
|
I'm currently using the call PtFrameSize by passing in my render flags to get the insets for my client area of a window
created with PhWindowOpen.
My problem is that PtFrameSize is reporting 21, 5, 5, 5, but what is drawn is with 24, 6, 6, 6. I noticed that the black
line (as if I specified Ph_WM_RENDER_INLINE) is being drawn. That addresses the 6 vs the 5, but still leaves the 21 vs
23 instead of 24.
Also, since I'm not using widgets, I can't use PtWindowGetFrameSize which is the replacement function for PtFrameSize.
Anybody know a way to get the correct inset values?
Thx,
Bill
|
|
|
|
|