See the code below:
#include "fivewin.ch"
procedure main()
local oDlg, cText := Space(30)
define window oDlg title "Test" from 10,10 to 300,300 pixel
@1,1 get cText of oDlg size 200,20
activate window oDlg
return
The edit box has a black border instead the theme blue border.
It only happens with window, if I change the "define/activate window" with "define/activate dialog" it looks fine.
Antonio, I post this problem the first time in July 2004, please make my app full xp themed
![Smile :)](./images/smilies/icon_smile.gif)
Regards,
Roberto Parisi