--{N_P}--
15th October 2007, 11:48
this will explain how you can make your own extensions to the Y-Browser
What are Y-Browser plug-ins
In general Y-Browser plug-ins are Ecom plug-ins, which are returning defined Y-Browser base class implementations.
For file handler all plug-in instances are CCoeControl based containers which are also required to implement some additional interface functions. These additional interface function are then called by the Y-Browser when these plug-ins are utilized.
The recognizer plug-in is basically a CBase derived class with additional interface functions used for recognizing files.
With current 0.80 version Y-Browser file handlers there are 4 different types of plug-ins:
Normal file handler
File sender
File folder
"Open with..." file handler
Basically different types of file handler plug-ins are utilized with different menu’s and also they need to be derived from correct base class. More information on how to tell Y-Browser which handler your plug-in is you can find from the chapter covering the Ecom plug-in resource file.more info
hxxp://[Only registered and activated users can see links]
What are Y-Browser plug-ins
In general Y-Browser plug-ins are Ecom plug-ins, which are returning defined Y-Browser base class implementations.
For file handler all plug-in instances are CCoeControl based containers which are also required to implement some additional interface functions. These additional interface function are then called by the Y-Browser when these plug-ins are utilized.
The recognizer plug-in is basically a CBase derived class with additional interface functions used for recognizing files.
With current 0.80 version Y-Browser file handlers there are 4 different types of plug-ins:
Normal file handler
File sender
File folder
"Open with..." file handler
Basically different types of file handler plug-ins are utilized with different menu’s and also they need to be derived from correct base class. More information on how to tell Y-Browser which handler your plug-in is you can find from the chapter covering the Ecom plug-in resource file.more info
hxxp://[Only registered and activated users can see links]