At 12:55 pm +0200 01/05/02, Martin Buchmann wrote: >I have a dialog with a button, when it's hit the >StandardGetFile-Dialog appears and the user choose a file. After >this is done the filename should be written in the first dialog >window. > >This should be possible or am i wrong?
Sure -- I think all you have to do is add the line: $dlg->item_text(3, $infilename); in place of "$dlg->update();" in sub d1. Alan Fry