Hi,
i’m experimenting a bit with programming for Beos, and i’m stuck on the FilePanel constructor. I don’t know if this is the right place fot this question, but it seems there is a lot of know how over here. I’ve tried searchin google, but can’t find an answer.
My problem:
FilePanel contructor:
BFilePanel(file_panel_mode mode = B_OPEN_PANEL,
BMessenger* target = NULL,
entry_ref *panel_directory = NULL,
uint32 node_flavors = 0,
bool allow_multiple_selection = true,
BMessage *message = NULL,
BRefFilter *filter = NULL,
bool modal = false,
bool hide_when_done = true)
My problem is that i don’t know what values to pass to the following arguments:
BMessenger - currently i’m using “be_app_messenger”
is this “be_app_messenger” the global application looper?
entry_ref - NULL
BMessage - NULL
BRefFilter - NULL
Can these values be NULL?
Compiler error:
No matching function call to…
Can anyone help me?
Thanx
Mauro