To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878





------- Additional comments from npo...@openoffice.org Tue May  5 16:02:25 
+0000 2009 -------
>In anycase I did try modify the Show methods in vclxwindow.cxx
<sigh> I did this a couple of days ago and forget the details, what I meant to
say was I modified the draw() method and changed the test 

        if ( mpImpl->isEnableVisible() )  to
        if ( mpImpl->mbDesignMode || mpImpl->isEnableVisible() )
Additionally I had set mpImpl->mbDesignMode from some temporary code I
introduced into unocontrol.cxx ( UnoControl::setDesignMode(...) )

for Dialogs ( wrt Step ) here ( about to be attached ) is a small little test
document to show the current behaviour in alive mode, imo the current behavior
regarding 'EnableVisible' and 'Step' is fine and works how I would expect.
However once the visible attribute can be changed from the property sheet in
design mode then like the form control case above things are not so nice, we
really do need to show the control in design mode


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to