Alle 11:12, martedì 21 marzo 2006, Bernard Marcelly ha scritto: > Bonjour Frank Schönheit > > Message du 2006-03-21 07:41: > > Hi Bernard, > > > >> Property .Model.VerticalAlign (different from .Model.Align property) > >> Available in controls : Label, CommandButton, Checkbox > >> - This property is not available in the IDE dialog Properties panel. > > > > Submit an issue, owner is me ([EMAIL PROTECTED]). > > Submitted: > For the missing properties in IDE > <http://www.openoffice.org/issues/show_bug.cgi?id=63416> > For the bad term for Multiline property > <http://www.openoffice.org/issues/show_bug.cgi?id=63419>
Great shot Bernard! :-) (and BTW thank you for your amazing XRayTool, I use it daily!!) This remember me an unexpected behaviour that I've found time ago, and in my understanding it could be labeled as a bug: - Create a dialog - Insert a control (f. e. an image control) - place a button over the previous control - Run or test the dialog and - try to click the button (you can't) Doing some test I've noticed that controls are re-drawn following the tabindex order (the lesser tabindex is redrawn before) so, in case of overlayed controls, the one with lesser tabindex appears under the ones with greater tabindex Unfortunately it seems that mouse events (and key events too) are received in the same order, (IMHO the correct would be the opposite) so the control that is drawn before receives the key / mouse events before. Using differents dialog steps for the various controls does not solve the problem f.e. placing the image ctrl in the step 0 and the button in the step 1 and running the dialog with step = 1 Does anyone confirm the problem? Or perhaps there are any design reasons for this behaviour? In my experience this should affect both windows and linux platforms, with all ooo versions (actually I've not checked the last 2.0.2) I hope that my explanation is clear enough. In case I can provide a small sample document with one or two dialogs for testing Thank you Paolo M. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
