posted by MikeB on 9-Sep-2004 14:56:23 (2192 reads)
Jacek Rzeuski currently lacks the time to continue work on Directory Opus 4:
"The development is on hold and I have no idea when I'll resume it. The GUI changes towards BOOPSI are only partially completed and I stuck on handling RMB on bankbuttons. Intuition doesn't pass RMB clicks to BOOPSI gadgets so I have to find a way to emulate it and notify gadgets manually.
If someone needs an updated version for AOS4 or even a native AOS4 version then feel free to get sources from the CVS at sourceforge.net then modify and compile them. The BOOPSI changes are not committed to the CVS so the sourcetree should compile and work."
The GUI changes towards BOOPSI are only partially completed and I stuck on handling RMB on bankbuttons. Intuition doesn't pass RMB clicks to BOOPSI gadgets so I have to find a way to emulate it and notify gadgets manually.
This can be done using an InputHandler (input.device/IND_ADDHANDLER or commodities.library/CX_CUSTOM). The handler would look out for right mouse button events. If there is one then check if the mouse is over any bankbutton. If it is, then modify event into a left mouse button event. Also set some flag telling whether you did that event modification or not. The boopsi gadget then can check this flag to see whether it was activated through left mouse button or right mouse button.
Status: Offline
Zorro
Re: DirOpus 4 Status Update Posted on 13-Sep-2004 16:56:30