|
From: Gabriele L. <gab...@gm...> - 2010-05-22 11:49:55
|
Hi! I'm trying to test this use case: open a file dialog select a file from the dialog confirm the choice I'm stuck because I cannot find a way to choose the file. My current UI map is something like that: [Title=Send a file] -> the FileChooserDialog title selection.changed = select file # I guessed how to select the file response.ok = confirm choosed file How can I handle a situation like this? - Gabriele |