Bug in DEFINE WINDOW command

Post Reply
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Bug in DEFINE WINDOW command

Post by Enrico Maria Giordano »

The following sample seems to uncorrectly create an MDI window instead of a normal one (removing PIXEL clause the window switches back to normal):

Code: Select all

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oWnd

    DEFINE WINDOW oWnd PIXEL

    ACTIVATE WINDOW oWnd

    RETURN NIL
EMG
Post Reply