Hi, Alan Fry wrote: > > 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.
That's exactly what i was looking for :-) Thanks a lot!! Best regards, Martin