hello everybody ,
i'm amazing with the APIBridge and i want to extent its functionality with plug-in .
Simply I want to make APIBridge plug-in that display hello world dialog
Hope anyone help me to do that
Regasrds
hello everybody ,
i'm amazing with the APIBridge and i want to extent its functionality with plug-in .
Simply I want to make APIBridge plug-in that display hello world dialog
Hope anyone help me to do that
Regasrds
Hello prog.ahmedsamir,
the API Bridge package ships with a sample Plugin that can be used to return a simple message from the C++ engine to the JavaScript layer. So, it can be also easily used and re-adapted for your needs.
Check inside the "ApiBridge/Plugin Creation/Examples/EchoServlet/" for details.
Pit