0 Members and 2 Guests are viewing this topic.
Report = WScreen()function Report:pushed() ... self.ed = D2Editor.newRichText() self.ed:setReadOnly(true) ... self.ed:setExpression(<some_string>,1) self.ed:setFocus(true) ...endfunction Report:paint(gc) ... self.ed:move(self.x + 5, 24) self.ed:resize(self.w - 20, self.h - 0) ...end
doNotDisplayIcon = true