[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS152 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-06-10 21:57:49
|
You can view the issue detail at the following URL: http://icandy.homeunix.org:443/scarab/issues/id/OBJS152 Type Defect Issue ID OBJS152 (deadlock when creating dialog from registry thread) Modified by Rob Clark rob...@ma... (rob...@ma...) The following modifications were made to this issue: --------------------------------------------------------------------- Added comment to issue 'looks like the thing to do would be something like: public Dialog getDialog( String name ) { Dialog d = null; services["swing worker"].run( function() { d = getDialogImpl(name); } ); return d...' --------------------------------------------------------------------- This message is automatically generated by the Scarab issue tracking system. For more information: http://scarab.tigris.org |