Hi Tommy,
Am Dienstag, 11. April 2006 13:17 schrieb Thomas Franken:
> I created a filedialog based on the ufo lib, - works fine.
> The user can select a file and confirm his selection by clicking a button.
> But - is there a way to hold on the programm flow, until a decision of
> an userinteraction is done?
> Some kind of redirection of the callback routines or something... i have
> no idea.
There might be some issues with that, but you could try setting the frame
state, i.e.:
UInternalFrame * iframe = ...;
iframe->setFrameState(iframe->getFrameState() | FrameModal);
This is an untested feature, but it should theoretically work.
Regards,
Johannes
|