There is a panel with menu.But I can only export the panel onto the Web.How to export the panel with menu onto the Web?And how to accept mouse clicks on the menu through Web? Any advise is welcome.
There is no built in way to export a menu to a web browser in CVI. Probably the best way to achive something like that will be use something like a ring control or change the UI to include an array of command buttons to allow the user to have the same functionality as the menu gives you.
Thank you for your advise.It seems that I can do nothing but get a filename when webserver received INET_EVENT_FILE_REQUEST event in server callback.How can I receive more request information? Any advise is welcome.