Inconveniente que no logro resolver.
En Menu Bar --> Settings tengo dos items.
Soft Update ID 100
En OnMenu escribi el siguiente codigo.
Todo bien, excepto abrir sitio Web, sencillamente No responde, tampoco me da Error.
Estoy haciendo algo mal y no lo noto. Me vendria bien vuestra ayuda.
Gracias. Saludos desde Buenos Aires.
Rodolfo.
En Menu Bar --> Settings tengo dos items.
Soft Update ID 100
Código: Seleccionar todo
Minimizar ID 101
Cerrar ID 103
Software ID 104
Acerca de ID 105
Código: Seleccionar todo
Ur iSoft ID 1
Sitio Web ID 2
if e_ID == 101 then
Application.Minimize();
elseif e_ID == 102 then
Application.Restore();
elseif e_ID == 103 then
Application.Exit(0);
elseif e_ID == 104 then
result = Dialog.Message("Notice", "Update", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
elseif e_ID == 105 then
result = Dialog.Message("Notice", "Atencion personal y demas.", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
elseif e_ID == 2 then
File.OpenURL("http://www.misitio.com/", SW_SHOWNORMAL);
end
Todo bien, excepto abrir sitio Web, sencillamente No responde, tampoco me da Error.
Estoy haciendo algo mal y no lo noto. Me vendria bien vuestra ayuda.
Gracias. Saludos desde Buenos Aires.
Rodolfo.