Opened 19 years ago
Closed 18 years ago
#242 closed bug (fixed)
[Deskbar] Show replicants — at Version 10
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
You can't uncheck Show replicants option form Deskbar. Tested with hrev16562.
Change History (10)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 19 years ago
Cc: | removed |
---|
comment:4 by , 19 years ago
Owner: | changed from | to
---|
comment:5 by , 19 years ago
Owner: | changed from | to
---|
comment:6 by , 18 years ago
Component: | General → General/registrar |
---|---|
Owner: | changed from | to
Platform: | → All |
comment:7 by , 18 years ago
Cc: | added |
---|---|
Owner: | changed from | to
I don't think this has anything to do with the registrar. GUI stuff is app server business. So I bounce the ticket back to darkwyrm, CCing to axeld who's always a good choice for dumping open bugs. ;-)
comment:8 by , 18 years ago
Component: | Servers/registrar → Servers/app_server |
---|
While BeOS obviously does this using the registrar, I agree with Ingo that the app_server should handle this. Darkwyrm, feel free to implement it, but if you don't know where to look for this in the app_server, I can do it as well. As Stefano said, it's not really much work, especially not if you're already familiar with the code.
comment:9 by , 18 years ago
Cc: | removed |
---|---|
Owner: | changed from | to
This would be something better handled by you, Axel. I'm not at all familiar with BDragger and the app_server is something that I don't know very well anymore, either. Thanks for your willingness to handle it -- it'll take you much less time than it would me.
comment:10 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in hrev20188.
Missing implementation of BDragger::ShowAllDraggers(), BDragger::HideAllDraggers() and BDragger::AreDraggersDrawn().
Shouldn't be hard to implement, but need some code in the registrar as well.