SuperStrict Global window : TGadget = CreateWindow ("Win", 0, 0, 600, 500, Null, WINDOW_TITLEBAR|WINDOW_RESIZABLE) Global textarea : TGadget = CreateTextArea (5,5,500,400,window) Global i:Int SetTextAreaText (textarea, "cool~n") For i=1 To 100 AddTextAreaText (textarea, "abcdefghijklmnopqrstuvwxyz~n") Next Repeat WaitEvent() Select EventID() Case EVENT_WINDOWCLOSE Exit End Select Forever
BlitzMax do not add new Text to TextArea. What should i do?
-EDIT-
i use WindowsXP
