Cue WebGUI Manual do Utilizador Página 13

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 30
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 12
User Manual
Page 13
www.cuesystem.com
WebGUI
Programming
Overview
All communication with web pages is done through device WebGUIServer which serves events and
function for user programming.
Folowing chapters describe examples how to use events and functions of the server. For more details see
chapter WebGUIServer.
PushButtons
WebGUIServer generates event OnPushButton with parameter pushbuttonID.
Page 1, ID = 1
Page 2, ID = 2
Private Process WEBServer1_OnButtonPush( pushbuttonid As Long ) Link WEBServer1.OnButtonPush
Select pushbuttonid
Case 1 // Code executed after pressing PushButton 1 on Page 1
Case 2 // Code executed after pressing PushButton 2 on Page 1
Case 3 // Code executed after pressing PushButton 3 on Page 2
Case 4 // Code executed after pressing PushButton 4 on Page 2
End Select
End Process
Vista de página 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 29 30

Comentários a estes Manuais

Sem comentários