Issue 42212 - API Dialogs: Opportunity needed to set dialogs 'ReadOnly'
Summary: API Dialogs: Opportunity needed to set dialogs 'ReadOnly'
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: berend.cornelius
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-07 15:39 UTC by berend.cornelius
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description berend.cornelius 2005-02-07 15:39:48 UTC
The webwizard currently makes a lot of use  of threads e.g to create status
dialogs over the actual wizard dialog. This has the advantage that the wizard
dialog is not accessible for the user for that time, because the status dialog
is modal itself. But as we know threads can cause problems and should be
avoided. So what we need for the webwizard is a possibility to set the wizard
dialog  to 'ReadOnly' for the time that the status dialog stands over the wizard
dialog. Then the status dialog could be set to non-modal mode.
Bug 39887 is dependent on this task.
Comment 1 malte_timmermann 2005-02-09 13:20:38 UTC
You can use xDialog->enable(true/false)
Comment 2 berend.cornelius 2005-02-10 11:27:50 UTC
Using the enable method works fine-> therefor I will close the task
Comment 3 berend.cornelius 2005-02-17 15:25:39 UTC
.