Author Topic: Management window  (Read 2803 times)

Offline vix

  • Multiple posting newcomer
  • *
  • Posts: 60
Management window
« on: February 26, 2009, 01:30:59 pm »
Is there a way for C::B to save the status of Management Window before closing (selected tab, opened folders, ...)?
And of course, to restore them at the next C::B execution?
If this is impossible, couldn't this be a nice feature to implement?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Management window
« Reply #1 on: February 26, 2009, 01:35:52 pm »
In my environment.
Selected tab was saved
Opened folders were not saved.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline vix

  • Multiple posting newcomer
  • *
  • Posts: 60
Re: Management window
« Reply #2 on: February 26, 2009, 01:55:52 pm »
Quote
Selected tab was saved
You're right.
Sub-window size, selected item, scroll bar position, ... aren't saved