On Tue, Nov 3, 2009 at 3:28 AM, Lionel Dricot <[email protected]> wrote:
> >From a spatial pov, remembering size and position makes sense and I want > to try that solution. It's already implemented in the code but, for some > reason, the setting of the position doesn't work. (but this position is > well saved ). If someone is interested, just have a look at line 572 of > taskbrowser/browser.py > > That code does work. The problem is that it only gets run when gtg is initially started. To see it work, uncomment that line, start gtg, open a few task editor windows and move them around the screen. When you're ready, close gtg while still having task editor windows open. Next time you start gtg those windows will open in the correct position. The problem is that, with a spatial implementation of window position, you should be able to open a task editor window, move it, close it, then have it reopen in that position all within the same run of the application (does that make sense?). To solve this, each separate task would need it's own size attributes in the database (whatever db that may be). Then it could move itself when it is opened. Is this what you want to happen? Or is Jean-Francois's idea what you guys were thinking? -- remember the window sizes https://bugs.launchpad.net/bugs/354831 You received this bug notification because you are a member of Gtg developers, which is subscribed to Getting Things GNOME!. Status in Getting Things GNOME!: Confirmed Bug description: The taskeditor window does not remember its size. _______________________________________________ Mailing list: https://launchpad.net/~gtg Post to : [email protected] Unsubscribe : https://launchpad.net/~gtg More help : https://help.launchpad.net/ListHelp

