I want to draw some description text into a dialog window but don't how to do that.
My previous approach was this, there is no background visible:
[codebox]dlg=ui.dialog{...}
-- construction of the control elements
draw.onpict(dlg:getpict())
draw.text(...)
dlg:update()
dlg:execute()[/codebox]I use the CPLua 0.10A on my ClassPad 330 (OS version 3.6.1).
Edited by usr_, 12 April 2012 - 08:43 PM.