[haiku-bugs] Re: [Haiku] #6756: Updating status view after mouse click [easy]

  • From: "stpere" <trac@xxxxxxxxxxxx>
  • Date: Sun, 07 Nov 2010 22:21:21 -0000

#6756: Updating status view after mouse click [easy]
-------------------------------------+------------------------------
  Reporter:  humdinger               |        Owner:  stpere
      Type:  bug                     |       Status:  new
  Priority:  low                     |    Milestone:  R1
 Component:  Applications/DiskUsage  |      Version:  R1/Development
Resolution:                          |     Keywords:
Blocked By:                          |  Has a Patch:  0
  Platform:  All                     |     Blocking:
-------------------------------------+------------------------------

Comment (by stpere):

 I did some initial investigation regarding this issue and noticed that it
 won't be that simple. For the simple reason that the file list, used to
 know which file is under the mouse, is built in the draw operation.  so,
 you can't call MouseMoved() as soon as you would like to (right after
 changing the folder in MouseUp() for example) and update the info panel,
 you will have to build that list again (or wait for a draw to occur).  I
 hope it makes sense.  I will do further work on this issue later.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6756#comment:3>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: