Issue 21547 - Query builder always appears full screen
Summary: Query builder always appears full screen
Status: CLOSED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC5
Hardware: PC Windows 2000
: P4 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: steffen.grund
QA Contact: issues@dba
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-22 09:20 UTC by ingenstans
Modified: 2006-05-31 14:29 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ingenstans 2003-10-22 09:20:44 UTC
This is a trivial one, but should be trivial to fix, too :-)

When selecting "New Query" from the Data source manager, the query builder 
window always appears maximised, covering the whole screen. This is very 
irritating on any reasonable-sized display. 

Two enhancements are suggested

1) the window should appear by default at 640*480
2) It should remember the last size and position at which it was called.
Comment 1 Frank Schönheit 2003-10-22 10:28:36 UTC
Andrew, thanks for suggesting this. I set the priority to P4
(according to
http://www.openoffice.org/issues/bug_status.html#priority), and the
type to ENHANCEMENT.
Targeting for "Later" at the moment, merely because it doesn't really
fit into the "2.0 must have" list from
http://tools.openoffice.org/releases/q-concept.html. Which doesn't
mean it will not get implemented.

fs->mba: are there plans to implement geometry persistence in the
framework, rather than in *all* non-sfx2 modules? For instance, today
the problem also hits the Basic IDE, which does not remember it's
position/size, since it's not an SFX component.

I could imagine that the framework provides mechanisms which,
depending on the service name of an XModel (alternatively the
XController, if no XModel is present), makes the geometry persistent -
similar to what is done for today's document types in SFX.

Any chance for this from your team's side (perhaps even in the 2.0
time frame)?
Comment 2 Mathias_Bauer 2003-10-22 11:47:55 UTC
We already decided to change our approach here; currently we need a
model to support this feature, in future we want to switch to a
controller. I send this bug to Andreas and change the target.
Comment 3 andreas.schluens 2003-11-10 07:44:45 UTC
.
Comment 4 andreas.schluens 2004-01-30 13:46:06 UTC
After integrating of the cws[layoutmanager] we will have the needed helper
mechanism to provide UI persistence for every module. But may be we have to do
some minor changes ...
Comment 5 hans_werner67 2004-02-02 12:16:46 UTC
change subcomponent to 'none'
Comment 6 andreas.schluens 2004-04-22 09:17:14 UTC
May be similar to #i17226#. There we will use a generic solution to handle
module dependend persistent window states.
Comment 7 andreas.schluens 2004-04-22 09:26:37 UTC
.
Comment 8 andreas.schluens 2004-09-10 09:10:39 UTC
AS: This problem was fixed implicit with #i31449# & #i17226#.
Now all application modules, which are registered inside the
org.openoffice.Setup configuration package, has its own persistent window state.
Comment 9 andreas.schluens 2004-09-28 14:23:45 UTC
set target to OOo 2.0
Comment 10 andreas.schluens 2004-10-28 08:06:44 UTC
.
Comment 11 andreas.schluens 2004-10-28 08:07:29 UTC
AS->SG: Please make the QueryBuilder as new part of your test "Persistent Window
States". THX.
Comment 12 andreas.schluens 2004-10-28 08:10:28 UTC
.
Comment 13 steffen.grund 2004-11-04 11:55:06 UTC
Checked on Solaris and Windows with the UI and works -> verified.
The Complex Test will be adapted with bug i36669.
Comment 14 steffen.grund 2005-10-10 13:01:22 UTC
checked again on master -> closed