Ejemplo n.º 1
0
		void ActionCallback(ui::Button * sender_)
		{
			OpenURI("http://" SERVER "/Profile/Avatar.html");
		}
Ejemplo n.º 2
0
void PreviewController::OpenInBrowser()
{
	std::stringstream uriStream;
	uriStream << "http://" << SERVER << "/Browse/View.html?ID=" << saveId;
	OpenURI(uriStream.str());
}