Someone could help me with this script i try to open a exist file text a display text in my rollup. this script i trying to create for a made a tasklist for management all work to do in any proyect please help
this code that i have right now
rollout edittext "Notas de Proyecto"
(
edittext txt "Notas :" fieldWidth:280 Height: 120 labelOnTop:true
button B " Abrir " pos:[190,150]
on B pressed do
(
file = getOpenFileName types:"Text File (*.txt)|*.txt|All Files (*.*)|*.*|"
if file != undefined then (
openFile file
format "%\n" txt.text to:file)
)
)
createDialog edittext 300 180
le1setreter · 2010-07-01
Graph · 2010-07-01