Bennett Helm <[EMAIL PROTECTED]> writes: | > But it is wrong. | > | > workAreaDispatch is the dispatch function that should be called. | | Sorry, but you'll have to be more explicit for me. Using | | wa_ptr->workAreaDispatch( | FuncRequest(LFUN_FILE_OPEN, | fromqstr(s_arg)));
wa_ptr->view().workAreaDispatch(); is close. Just look at the other places in the same file where workAreaDispatch is used. -- Lgb