About fileDialog

I want to create openfile dialog and I use

@dialog = FileDialog.new(@panel, “Choose a file”, “”, “”, “.*”,
style=FD_OPEN, Point.new(312,152), Size.new(98, 23), “open”)

it’s nothing happen in my frame
I want to create openfileDialog at button
how can I create it??

I can do it now

@dialog.show_modal()

sorry… :slight_smile: