Page 1 of 1

FWH 8.11 problem with OUTLOOK2003

Posted: Fri Nov 28, 2008 6:53 am
by fraxzi
After upgrading to FWH8.11 I got this runtime with OutLook2003...

Image

Do I need to define ::oBrush for outlook2003?


Regards

Posted: Fri Nov 28, 2008 9:24 am
by Antonio Linares
Frances,

Fixed. These lines are required in Class TOutLook2003:

Code: Select all

METHOD Default() CLASS TOutLook2003

   local oDlg, n

   ::SetColor( ::nClrText, ::nClrPane )  // new !!!

   for n = 1 to Len( ::aDialogs )
      ...
And in Method Redefine():

Code: Select all

   ::nClrPane = GetSysColor( COLOR_BTNFACE )
A new 8.11 build will be available in a few minutes. Thanks! :-)

Posted: Sat Nov 29, 2008 12:15 am
by fraxzi
Thank you so much Senior Antonio!


Will update ASAP.


Best regards