Agenda browsing

Printer-friendly versionSend to friendPDF version
Intermediate

This sample code has been developed by Streamezzo.
Its purpose is to illustrate how to browse the device agenda.

<%@page import="com.streamezzo.odp.utils.ShapeUtils" %> <% int screenWidth = userAgent.getScreenWidth(); int screenHeight = userAgent.getScreenHeight(); %>
" colorBits="8" lengthBits="16" resolution="1" idBits="16" scaleBits="15" encodingType="0"/> <% int labelWidth = (int) (screenWidth / 3f); int labelX = (int) (-screenWidth / 2f + labelWidth / 2f); int valueWidth = screenWidth - labelWidth; int valueX = (int) (screenWidth / 2f - valueWidth / 2f); int lineHeight = 30; %> " delta="<%= "0 "+(-lineHeight) %>"> "> " color="#AC227F"/> "> " color="#AC227F"/> "> " color="#AC227F"/> "> " color="#AC227F"/> "> " color="#AC227F"/> "> " color="#AC227F"/> "> ">
AttachmentSize
Agenda_browsing.swz577.28 KB
Share this