Class CustomActivity... 2 Field Detail Constructor Detail Method Detail... 13

Size: px
Start display at page:

Download "Class CustomActivity... 2 Field Detail Constructor Detail Method Detail... 13"

Transcription

1 Cntents Class CustmActivity... 2 Field Detail... 3 Cnstructr Detail... 3 Methd Detail... 3 Class Data... 5 Field Detail... 5 Cnstructr Detail... 6 Methd Detail... 6 Class Live... 7 Cnstructr Detail... 8 Methd Detail... 8 Class MainActivity... 8 Nested Class Summary... 9 Field Detail... 9 Cnstructr Detail... 9 Methd Detail... 9 Class News Nested Class Summary Field Detail Cnstructr Detail Methd Detail Class NewsDetail Cnstructr Detail Methd Detail Class Players Field Detail Cnstructr Detail Methd Detail Class SplashScreen... 16

2 Field Detail Cnstructr Detail Methd Detail Class Stadium Field Detail Cnstructr Detail Methd Detail Class Table Nested Class Summary Field Detail Cnstructr Detail Methd Detail Class Teams Nested Class Summary Field Detail Cnstructr Detail Methd Detail Class TuchEffect Cnstructr Detail Methd Detail cm.ftball.custm Class CustmActivity Direct Knwn Subclasses:

3 MainActivity, NewsDetail, Stadium public class CustmActivity extends andrid.supprt.v4.app.fragmentactivity implements andrid.view.view.onclicklistener This is a cmmn activity that all ther activities f the app can extend t inherit the cmmn behavirs like setting a Theme t activity. Field Detail searchview private andrid.widget.searchview searchview The search view. TOUCH public static final TuchEffect TOUCH Apply this Cnstant as tuch listener fr views t prvide alpha tuch effect. The view must have a Nn-Transparent backgrund. Cnstructr Detail CustmActivity public CustmActivity() Methd Detail setupactinbar prtected vid setupactinbar() This methd will setup the tp title bar (Actin bar) cntent and display values. It will als setup the custm backgrund theme fr ActinBar. Yu can verride this methd t change the behavir f ActinBar fr particular Activity noptinsitemselected

4 public blean noptinsitemselected(andrid.view.menuitem item) noptinsitemselected in class andrid.app.activity nclick public vid nclick(andrid.view.view v) Specified by: nclick in interface andrid.view.view.onclicklistener settuchnclick public andrid.view.view settuchnclick(int id) Sets the tuch and click listeners fr a view.. id - the id f View Returns: the view setclick public andrid.view.view setclick(int id) Sets the click listener fr a view. id - the id f View Returns: the view setupsearchview prtected vid setupsearchview(andrid.view.menu menu)

5 Setup the up search view fr ActinBar search. The current implementatin simply search fr Vides frm Yutube. Yu can custmize this cde t search frm yur API r any TV API. menu - the ActinBar Menu setupsearchviewtheme prtected vid setupsearchviewtheme(andrid.widget.searchview sea rchview) Sets the up search view theme. searchview - the new up search view theme cm.ftball.mdel Class Data public class Data extends java.lang.object The Class Data is simple Java bean class that hlds tw members nly t represent dummy data fr app. Yu can custmize r can write new bean classes as per yu needs. Field Detail texts

6 private java.lang.string[] texts The texts. resurces private int[] resurces The resurces. Cnstructr Detail Data public Data(java.lang.String[] texts, int[] resurces) Instantiates a new data. texts - the texts resurces - the resurces Methd Detail gettexts public java.lang.string[] gettexts() Gets the texts. Returns: the texts settexts public vid settexts(java.lang.string[] texts) Sets the texts. texts - the new texts

7 getresurces public int[] getresurces() Gets the resurces. Returns: the resurces setresurces public vid setresurces(int[] resurces) Sets the resurces. resurces - the new resurces cm.ftball.ui Class Live public class Live extends andrid.supprt.v4.app.fragment implements andrid.view.view.onclicklistener The Class Live is a Fragment that is displayed in the Main activity when the user taps n Live tab (5th tab) r when user swipes t Fifth page in ViewPager. Yu can custmize this fragment's cntents as per yur need. It just shw a dummy stadium image and dummy scre fr match.

8 Cnstructr Detail Live public Live() Methd Detail ncreateview public andrid.view.view ncreateview(andrid.view.layutinflater inflater, andrid.view.viewgrup cntainer, andrid.s.bundle savedinstancestate) ncreateview in class andrid.supprt.v4.app.fragment nclick public vid nclick(andrid.view.view v) Specified by: nclick in interface andrid.view.view.onclicklistener cm.ftball Class MainActivity public class MainActivity extends CustmActivity The Activity MainActivity is the Main screen f the app and it hlds all the views and Fragments used in the app.

9 Nested Class Summary Nested Classes Mdifier and Type Class and Descriptin private class MainActivity.DummyPageAdapter The Class DummyPageAdapter is a dummy pager adapter fr ViewPager. Field Detail pager private andrid.supprt.v4.view.viewpager pager The view pager fr swipe views. currenttab private andrid.view.view currenttab The current selected tab. Cnstructr Detail MainActivity public MainActivity() Methd Detail ncreate prtected vid ncreate(andrid.s.bundle savedinstancestate) ncreate in class andrid.supprt.v4.app.fragmentactivity inittabs private vid inittabs() Initialize the tabs. Yu can write yur cde related t Tabs.

10 nclick public vid nclick(andrid.view.view v) Specified by: nclick in interface andrid.view.view.onclicklistener nclick in class CustmActivity setcurrenttab private vid setcurrenttab(int page) Sets the current selected tab. Called whenever a Tab is selected either by clicking n Tab buttn r by swiping the ViewPager. Yu can write yur cde related t tab selectin actins. page - the current page f ViewPager initpager private vid initpager() Initialize the ViewPager. Yu can custmize this methd fr writing the cde related t view pager actins. ncreateoptinsmenu public blean ncreateoptinsmenu(andrid.view.menu menu) ncreateoptinsmenu in class andrid.app.activity noptinsitemselected public blean noptinsitemselected(andrid.view.menuitem item) noptinsitemselected in class CustmActivity

11 cm.ftball.ui Class News public class News extends andrid.supprt.v4.app.fragment The Class News is a Fragment that is displayed in the Main activity when the user taps n News tab (3rd tab) r when user swipes t Third page in ViewPager. Yu can custmize this fragment's cntents as per yur need. It just shw a list f dummy news with dummy image fr each news. Nested Class Summary Nested Classes Mdifier and Type Class and Descriptin private class News.NewsAdapter The Class NewsAdapter is the adapter fr list view used in this fragment. Field Detail tlist private java.util.arraylist<data> tlist

12 The news list. Cnstructr Detail News public News() Methd Detail ncreateview public andrid.view.view ncreateview(andrid.view.layutinflater inflater, andrid.view.viewgrup cntainer, andrid.s.bundle savedinstancestate) ncreateview in class andrid.supprt.v4.app.fragment setupview private vid setupview(andrid.view.view v) Setup the view cmpnents fr this fragment. Yu write yur cde fr initializing the views, setting the adapters, tuch and click listeners etc. v - the base view f fragment laddummydata private vid laddummydata() Lad dummy news data fr displaying n the Listview. Yu need t write yur wn cde fr lading real data like frm Rss Feeds r frm Web-service r API and displaying them n ListView.

13 cm.ftball Class NewsDetail public class NewsDetail extends CustmActivity The NewsDetail is launched when yu taps n a particular news in the News Tab. It just dummy news details. Yu need t write cde fr lading actual details. Cnstructr Detail NewsDetail public NewsDetail() Methd Detail ncreate prtected vid ncreate(andrid.s.bundle savedinstancestate) ncreate in class andrid.supprt.v4.app.fragmentactivity ncreateoptinsmenu public blean ncreateoptinsmenu(andrid.view.menu menu) ncreateoptinsmenu in class andrid.app.activity noptinsitemselected public blean noptinsitemselected(andrid.view.menuitem item) noptinsitemselected in class CustmActivity

14 cm.ftball.ui Class Players public class Players extends andrid.supprt.v4.app.fragment The Class Live is a Fragment that is displayed in the Main activity when the user taps n Players tab (1st tab) r when user swipes t First page in ViewPager. Yu can custmize this fragment's cntents as per yur need. It just shw a dummy list f players and an image fr each player. It shws details fr selected player nly. Field Detail plist private java.util.arraylist<data> plist The players list. Cnstructr Detail Players public Players() Methd Detail ncreateview public andrid.view.view ncreateview(andrid.view.layutinflater inflater, andrid.view.viewgrup cntainer, andrid.s.bundle savedinstancestate) ncreateview in class andrid.supprt.v4.app.fragment

15 setupview private vid setupview(andrid.view.view v) Setup the view cmpnents fr this fragment. Yu write yur cde fr initializing the views, setting the adapters, tuch and click listeners etc. v - the base view f fragment shwselectedplayerinf private vid shwselectedplayerinf(andrid.view.view v, Data d, andrid.view.view player) Shw selected player inf. it just shw dummy infrmatin n screen fr selected player. v - the rt view d - the player data player - the player view laddummydata private vid laddummydata() Lad dummy players data fr displaying n the Listview. Yu need t write yur wn cde fr lading real data like frm Web-service r API and displaying them n ListView. cm.ftball

16 Class SplashScreen public class SplashScreen extends andrid.app.activity The Class SplashScreen will launched at the start f the applicatin. It will be displayed fr 3 secnds and than finished autmatically and it will als start the next activity f app. Field Detail isrunning private blean isrunning Check if the app is running. Cnstructr Detail SplashScreen public SplashScreen() Methd Detail ncreate public vid ncreate(andrid.s.bundle savedinstancestate) ncreate in class andrid.app.activity startsplash private vid startsplash() Starts the cunt dwn timer fr 3-secnds. It simply sleeps the thread fr 3-secnds. dfinish private vid dfinish()

17 If the app is still running than this methd will start the MainActivity and finish the Splash. nkeydwn public blean nkeydwn(int keycde, andrid.view.keyevent event) Specified by: nkeydwn in interface andrid.view.keyevent.callback nkeydwn in class andrid.app.activity cm.ftball Class Stadium public class Stadium extends CustmActivity The Activity Stadium is launched when yu taps n Stadium name r n Stadium screen in Live tab. It shws a few dummy stadium images in hrizntal list and taping n image will shw details abut selected stadium. Field Detail plist private java.util.arraylist<data> plist The stadium list.

18 Cnstructr Detail Stadium public Stadium() Methd Detail ncreate prtected vid ncreate(andrid.s.bundle savedinstancestate) ncreate in class andrid.supprt.v4.app.fragmentactivity setupview private vid setupview() Setup the view cmpnents fr this fragment. Yu write yur cde fr initializing the views, setting the adapters, tuch and click listeners etc. shwselectedstadiuminf private vid shwselectedstadiuminf(data d, andrid.view.view std) Shw selected stadium inf. it just shw dummy infrmatin n screen fr selected stadium. d - the stadium data std - the stadium view laddummydata private vid laddummydata() Lad dummy data. Yu need t write yur wn lagic fr lading the actual cntents like via web-services/api. ncreateoptinsmenu public blean ncreateoptinsmenu(andrid.view.menu menu)

19 ncreateoptinsmenu in class andrid.app.activity noptinsitemselected public blean noptinsitemselected(andrid.view.menuitem item) noptinsitemselected in class CustmActivity cm.ftball.ui Class Table public class Table extends andrid.supprt.v4.app.fragment The Class Table is a Fragment that is displayed in the Main activity when the user taps n Tables tab (4th tab) r when user swipes t Furth page in ViewPager. Yu can custmize this fragment's cntents as per yur need. It just shw a list f dummy teams and pints fr each team. Nested Class Summary Nested Classes Mdifier and Type Class and Descriptin private Table.TableAdapter

20 class The Class TableAdapter is the adapter fr list view used in this fragment. Field Detail tlist private java.util.arraylist<data> tlist The team list. Cnstructr Detail Table public Table() Methd Detail ncreateview public andrid.view.view ncreateview(andrid.view.layutinflater inflater, andrid.view.viewgrup cntainer, andrid.s.bundle savedinstancestate) ncreateview in class andrid.supprt.v4.app.fragment setupview private vid setupview(andrid.view.view v) Setup the view cmpnents fr this fragment. Yu write yur cde fr initializing the views, setting the adapters, tuch and click listeners etc. v - the base view f fragment laddummydata private vid laddummydata() Lad dummy scre data fr displaying n the Listview. Yu need t write yur wn cde fr lading real data like frm Rss Feeds r frm Web-service r API and displaying them n ListView.

21 cm.ftball.ui Class Teams public class Teams extends andrid.supprt.v4.app.fragment The Class Teams is a Fragment that is displayed in the Main activity when the user taps n Teams tab (2nd tab) r when user swipes t Secnd page in ViewPager. Yu can custmize this fragment's cntents as per yur need. It just shw a list f dummy dummy teams with dummy lg fr each team. Teams are shwn fr each upcming turnaments which are als dummy. Nested Class Summary Nested Classes Mdifier and Type Class and Descriptin private class Teams.TeamAdapter The Class TeamAdapter is the adapter fr list view used in this fragment. Field Detail tlist private java.util.arraylist<data> tlist

22 The team list. Cnstructr Detail Teams public Teams() Methd Detail ncreateview public andrid.view.view ncreateview(andrid.view.layutinflater inflater, andrid.view.viewgrup cntainer, andrid.s.bundle savedinstancestate) ncreateview in class andrid.supprt.v4.app.fragment setupview private vid setupview(andrid.view.view v) Setup the view cmpnents fr this fragment. Yu write yur cde fr initializing the views, setting the adapters, tuch and click listeners etc. v - the base view f fragment laddummydata private vid laddummydata() Lad dummy turnaments data fr displaying n the Listview. Yu need t write yur wn cde fr lading real data like frm Rss Feeds r frm Web-service r API and displaying them n ListView.

23 cm.ftball.utils Class TuchEffect public class TuchEffect extends java.lang.object implements andrid.view.view.ontuchlistener The Class TuchEffect is a Base Tuch listener. It can be attached as tuch listener fr any view that as sme valid backgrund drawable r clr. It simply set alpha value fr backgrund t create a Tuch like effect n View Cnstructr Detail TuchEffect public TuchEffect() Methd Detail ntuch public blean ntuch(andrid.view.view v, andrid.view.mtinevent event) Specified by: ntuch in interface andrid.view.view.ontuchlistener

Class About... 3 Constructor Detail... 4 Method Detail... 4 Class CalendarAdapter Field Detail... 24

Class About... 3 Constructor Detail... 4 Method Detail... 4 Class CalendarAdapter Field Detail... 24 Cntents Class Abut... 3 Cnstructr Detail... 4 Methd Detail... 4 Class CalendarAdapter... 4 Field Detail... 4 Cnstructr Detail... 7 Methd Detail... 7 Class CalendarView... 9 Nested Class Summary... 9 Field

More information

CS5530 Mobile/Wireless Systems Using Google Map in Android

CS5530 Mobile/Wireless Systems Using Google Map in Android Mbile/Wireless Systems Using Ggle Map in Andrid Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Setup Install the Ggle Play services SDK Tls > Andrid > SDK

More information

Andrid prgramming curse UI Overview User Interface By Võ Văn Hải Faculty f Infrmatin Technlgies All user interface elements in an Andrid app are built using View and ViewGrup bjects. A View is an bject

More information

Andrid prgramming curse Data strage Sessin bjectives Internal Strage Intrductin By Võ Văn Hải Faculty f Infrmatin Technlgies Andrid prvides several ptins fr yu t save persistent applicatin data. The slutin

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

But for better understanding the threads, we are explaining it in the 5 states.

But for better understanding the threads, we are explaining it in the 5 states. Life cycle f a Thread (Thread States) A thread can be in ne f the five states. Accrding t sun, there is nly 4 states in thread life cycle in java new, runnable, nn-runnable and terminated. There is n running

More information

escreen Setup and Usage Instructions

escreen Setup and Usage Instructions escreen Setup and Usage Instructins The FRS escreen mdule prvides the capability fr yur clients t request drug screening services fr their subjects directly in eclientlink. This includes multiple specimen

More information

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide Vlume 3 DIGITAL SIGNAGE SOFTWARE MANUAL Yur ttal tlkit fr clud-based digital signage A Quick Start User Guide 1 A Quick Start User Guide Table f Cntents 2 Intrductin Page. 1 Step 1: Getting Started Page.

More information

Information about the ACC Education App Featuring ACCSAP 9

Information about the ACC Education App Featuring ACCSAP 9 Infrmatin abut the ACC Educatin App Featuring ACCSAP 9 Key Features: This app is designed t be a study tl fr select educatinal prducts. It des nt include all features and functinality f the nline prtin

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

Synoptic Display Studio Developers Guide

Synoptic Display Studio Developers Guide Synptic Display Studi Develpers Guide Table f Cntents 1. Intrductin... 3 2. Cntributing widgets... 4 2.1. Cncepts... 4 2.2. Defining the mdel... 5 2.2.1. Prvide a widget mdel... 5 2.2.2. Define a widget

More information

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installatin Updated Aug 30, 2011 Server Requirements Hardware The hardware requirements are mstly dependent n the number f cncurrent users yu expect

More information

Andrid prgramming curse Asynchrnus Techniques Intrductin Sessin bjectives Intrductin Asynchrnus Techniques Executr Handler AsyncTask Service & IntentService AsyncQueryHandler Lader By Võ Văn Hải Faculty

More information

AngularJS. Unit Testing AngularJS Filters and Services with Karma & Jasmine

AngularJS. Unit Testing AngularJS Filters and Services with Karma & Jasmine AngularJS Unit Testing AngularJS Filters and Services with Karma & Jasmine Filters Filters can be added in AngularJS t frmat r transfrm data AngularJS prvides filters t currency - Frmat a number t a currency

More information

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern Design Patterns By Võ Văn Hải Faculty f Infrmatin Technlgies HUI Cllectinal Patterns Sessin bjectives Intrductin Cmpsite pattern Iteratr pattern 2 1 Intrductin Cllectinal patterns primarily: Deal with

More information

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins VMware AirWatch SDK Plugin fr Apache Crdva Instructins Add AirWatch Functinality t Enterprise Applicatains with SDK Plugins v1.2 Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Release Notes Zebra TC20 and TC25 Android N LifeGuard Update 03 for NN-00-M1 (Non-GMS)

Release Notes Zebra TC20 and TC25 Android N LifeGuard Update 03 for NN-00-M1 (Non-GMS) Release Ntes Zebra TC20 and TC25 Andrid N LifeGuard Update 03 fr 04-14-30-0-NN-00-M1 (Nn-GMS) Cntents Descriptin Device Cmpatibility Cmpnent Cntents/Updates Installatin Requirements Installatin Instructins

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

Stoneware Inc. Citrix NFuse Configuration. Stoneware, Inc. Configuration Sheet Date: January 2005

Stoneware Inc. Citrix NFuse Configuration. Stoneware, Inc. Configuration Sheet Date: January 2005 Stneware Inc. Citrix NFuse Cnfiguratin Stneware, Inc. Cnfiguratin Sheet Date: January 2005 Intrductin This dcument prvides the infrmatin necessary t cnfigure Citrix Metaframe and NFuse behind the webnetwrk

More information

CS5530 Mobile/Wireless Systems Android UI

CS5530 Mobile/Wireless Systems Android UI Mbile/Wireless Systems Andrid UI Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs cat annunce.txt_ Assignment 2 will be psted sn Due after midterm I will be

More information

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button.

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button. Client User Guide Hme Page Fr Client:- Step 1:- Open a Web brwser n yur Cmputer System Step 2:- Type this URL in search bar www.lgnutility.in Step 3:- Yu Will See the Sign-in Page. Then Enter yur Lgin

More information

Programming Project: Building a Web Server

Programming Project: Building a Web Server Prgramming Prject: Building a Web Server Submissin Instructin: Grup prject Submit yur cde thrugh Bb by Dec. 8, 2014 11:59 PM. Yu need t generate a simple index.html page displaying all yur grup members

More information

CS5530 Mobile/Wireless Systems Swift

CS5530 Mobile/Wireless Systems Swift Mbile/Wireless Systems Swift Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs cat annunce.txt_ imacs remte VNC access VNP: http://www.uccs.edu/itservices/services/netwrk-andinternet/vpn.html

More information

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

Extended PO Invoice Entry

Extended PO Invoice Entry Extended PO Invice Entry Multiple Receipts per Invice Extended PO Invice Entry Extended PO Invice Entry is an enhanced replacement fr the Sage P/O Invice Entry frm that lets yu: Quickly receive an invice

More information

OUTLOOK 2016 TIPS. Outlook 2016 Tips

OUTLOOK 2016 TIPS. Outlook 2016 Tips Outlk 2016 Tips Tpics cvered: 1. Respnd t messages inline by default... 1 2. Custmize yur view f Outlk... 1 3. Send a Blind Carbn Cpy... 4 4. Create Rules... 4 6. Delegate access t yur calendar... 6 7.

More information

Elluminate Live! Log Files

Elluminate Live! Log Files Elluminate Live! Lg Files Fr Elluminate Live! Server Administratrs, the Elluminate Live! Lg files can help yu determine what transpired in a given sessin. This dcument prvides an verview f sme f the keys

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

User Guide. Avigilon Control Center Mobile Version 2.2 for Android

User Guide. Avigilon Control Center Mobile Version 2.2 for Android User Guide Avigiln Cntrl Center Mbile Versin 2.2 fr Andrid 2011-2015, Avigiln Crpratin. All rights reserved. Unless expressly granted in writing, n license is granted with respect t any cpyright, industrial

More information

How to Mass Assign Student Course Requests

How to Mass Assign Student Course Requests Hw t Mass Assign Student Curse Requests It is pssible that an entire grade level r grup f students will need t request the same curse r curses. If this is the case, yu have the ptin f mass assigning curse

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Lab 4. Name: Checked: Objectives:

Lab 4. Name: Checked: Objectives: Lab 4 Name: Checked: Objectives: Learn hw t test cde snippets interactively. Learn abut the Java API Practice using Randm, Math, and String methds and assrted ther methds frm the Java API Part A. Use jgrasp

More information

CUSTOM CONTROLS. Pieter Saelens Henri Reterink. Building for the future. Better, faster, everywhere.

CUSTOM CONTROLS. Pieter Saelens Henri Reterink. Building for the future. Better, faster, everywhere. CUSTOM CONTROLS Pieter Saelens Henri Reterink Why a custm cntrl? Extra functinalities! Generic reusable cntrls Graphs / Charts Scheduler HTML Editr (Frala) TimePicker Mre feature specific Prcedural questinnaire

More information

Asset Panda Web Application Release 12.02

Asset Panda Web Application Release 12.02 Asset Panda Web Applicatin Release 12.02 User Cnfiguratin Permissins Several changes have been made t this page including the fllwing. Page Design The layut has been changed s that all Edit and Misc Cnfiguratins

More information

RSA SecurID (Token): Passcode & PIN Initialization / Setup Guide

RSA SecurID (Token): Passcode & PIN Initialization / Setup Guide T h e R c k e f e l l e r U n i v e r s i t y I N F O R M A T I O N T E C H N O L O G Y E D U C A T I O N & T R A I N I N G RSA SecurID (Tken): Passcde & PIN Initializatin / Setup Guide RSA Tken PIN Initializatin

More information

DUO LINK 4 APP User Manual V- A PNY Technologies, Inc. 1. PNY Technologies, Inc. 34.

DUO LINK 4 APP User Manual V- A PNY Technologies, Inc. 1. PNY Technologies, Inc. 34. 34. 1. Table f Cntents Page 1. Prduct Descriptin 4 2. System Requirements 5 3. DUO LINK App Installatin 5 4. DUO LINK App Mving Screens 7 5. File Management 5.1. Types f views 8 5.2. Select Files t Cpy,

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Structure DOWNLOADED FROM WPLOCKER.COM

Structure DOWNLOADED FROM WPLOCKER.COM Cpyright 2015 by ThemeMve Structure Wrdpress theme dcumentatin Fr versin 1.3 DOWNLOADED FROM WPLOCKER.COM http://thememve.cm/ Table f Cntents Structure... 1 INSTALL THE THEME WITH SAMPLE DATA... 3 INSTALL

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

TUTORIAL --- Learning About Your efolio Space

TUTORIAL --- Learning About Your efolio Space TUTORIAL --- Learning Abut Yur efli Space Designed t Assist a First-Time User Available t All Overview Frm the mment yu lg in t yur just created myefli accunt, yu will find help ntes t guide yu in learning

More information

iallworx User s Guide

iallworx User s Guide Versin 1.0 September 12, 2010 Allwrx Crp. 300 Main Street East Rchester, NY 14445 www.allwrx.cm Supprt@allwrx.cm 1.866.Allwrx 585.421.3850 Fax: 585.421.3853 2011 Allwrx Crp, a whlly wned subsidiary f PAETEC

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Using UB Stream and UBlearns

Using UB Stream and UBlearns Using UB Stream and UBlearns Instructrs can nw uplad vides/audi r create a vide using their webcam in UBLearns. There is a new mashup tl (MEDIAL) that allws yu t uplad yur media files t UB s streaming

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

SmartPACS/AIS Video Training Curriculum

SmartPACS/AIS Video Training Curriculum SmartPACS/AIS Vide Training Curriculum Training vide is lcated at http://install.sundvet.cm/training Training help and faqs ca be fund at http://installer.sundvet.cm/training/ SMARTPACS Lgn Lgin Use the

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

Widget Library September 2016

Widget Library September 2016 Widget Library September 2016 Widget Library The new Velcify Pulse Widget Library is a highly extensible and flexible framewrk t make each f yur users mre prductive. Widget Library builds n existing functinality

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

WordPress Overview for School Webmasters

WordPress Overview for School Webmasters WrdPress Overview fr Schl Webmasters Cntents 1. Rle f the Schl Webmaster... 2 2. Rle f the District Webmaster... 2 3. Schl Website Standards... 3 Header... 3 Fter... 3 Pages... 4 Sites... 5 4. Hw T...

More information

Kaltura MediaSpace User Manual. Version: 4.6

Kaltura MediaSpace User Manual. Version: 4.6 Kaltura MediaSpace User Manual Versin: 4.6 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights Reserved. Designated

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

Lab# 10: Embedded Applications and Location Tracking Applications

Lab# 10: Embedded Applications and Location Tracking Applications Department f Infrmatin Technlgy Faculty f Cmputing and Infrmatin Technlgy King Abdulaziz University Mbile Applicatin Develpment CPIT490 Lab# 10: Embedded Applicatins and Lcatin Tracking Applicatins Objectives:

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2 I - EDcman Installatin...2 1 - EDcman cmpnent...2 2 - EDcman Categries mdule...2 3 - EDcman Dcuments Mdule...2 4 - EDcman Search Plugin...3 5 - SH404 SEF plugin...3 II - Using EDcman extensin...3 I - EDcman

More information

Webcast Event Setup Guide. Release 4.9

Webcast Event Setup Guide. Release 4.9 Webcast Event Setup Guide Dcument Webcast Event Setup Guide Release 4.9 Revisin Date July 30, 2018 Cntents Navigating the Platfrm... 3 Event Settings... 4 Registratin Frm... 5 Landing Page Cntent... 6

More information

VMware Horizon Mirage Web Manager Guide v4.2

VMware Horizon Mirage Web Manager Guide v4.2 VMware Hrizn Mirage Web Manager Guide v4.2 June 2013 Cntents Overview... 3 Installatin Ntes... 3 Lgging In... 3 Perfrming a Quick Search... 4 Perfrming an Advanced Search... 5 Selecting a User-Device...

More information

Unique EL4J Features EL4J 3.1

Unique EL4J Features EL4J 3.1 EL4J 3.1 Imput. Reprt Versin Date Authr(s) Status Visa 6220 EL4J 3.1 23.12.10 6220 EL4J 1.7 15.12.09 POS, MZE, SWI, DZI, JHN final ELCA Infrmatique SA, Switzerland, 2009. Table f Cntents Unique Features

More information

Project #1 - Fraction Calculator

Project #1 - Fraction Calculator AP Cmputer Science Liberty High Schl Prject #1 - Fractin Calculatr Students will implement a basic calculatr that handles fractins. 1. Required Behavir and Grading Scheme (100 pints ttal) Criteria Pints

More information

The following screens show some of the extra features provided by the Extended Order Entry screen:

The following screens show some of the extra features provided by the Extended Order Entry screen: SmartFinder Orders Extended Order Entry Extended Order Entry is an enhanced replacement fr the Sage Order Entry screen. It prvides yu with mre functinality while entering an rder, and fast access t rder,

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

Assignment #5: Rootkit. ECE 650 Fall 2018

Assignment #5: Rootkit. ECE 650 Fall 2018 General Instructins Assignment #5: Rtkit ECE 650 Fall 2018 See curse site fr due date Updated 4/10/2018, changes nted in green 1. Yu will wrk individually n this assignment. 2. The cde fr this assignment

More information

Use of GIS & GPS in Trail and Land Management

Use of GIS & GPS in Trail and Land Management CLCC Cnference 2014 Intrductin t CT ECO Use f GIS & GPS in Trail and Land Management Explre CT ECO CT ECO is a partnership between the CT Department f Energy and Envirnmental Prtectin (CT DEEP) and the

More information

AVer IFP Software Release Note Nov

AVer IFP Software Release Note Nov AVer IFP Sftware Release Nte Nv-29 2017 FIRMWARE VERSION 1.0.1024.26 COMPATIBLE HARDWARE CP654i / CP754i / CP864i OPERATING SYSTEMS Andrid System Updates T check yur panel s Firmware versin, g t the Andrid

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

Acclaim Solaria 5.31 Release Notes

Acclaim Solaria 5.31 Release Notes Acclaim Slaria 5.31 Release Ntes 5.31 Release ISSUES RESOLVED Calendar: When using assignment cunts and canceling an assignment directly frm the calendar using the cntext menu, it will nw clear ut the

More information

Your Project Plan and Smartsheet

Your Project Plan and Smartsheet USG Managed Services Yur Prject Plan and Smartsheet Change Management Tlkit Cntents 1.0 Purpse... 3 2.0 Accessing Smartsheet and Yur Prject Plan... 4 2.1 Smartsheet Lgin... 4 2.2 Type f Access... 5 3.0

More information

Release Type: Firmware Software Hardware New Product

Release Type: Firmware Software Hardware New Product Prduct Name: VIA Cllage Current Versin: F 1.8.1215.643 Versin Date: December 2015 (ver. 2) Reference: 9760 Release Type: Firmware Sftware Hardware New Prduct Kramer Prduct Affected: Prduct Name Minimum

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

ATKey.BLE Quick Guide (Windows 10)

ATKey.BLE Quick Guide (Windows 10) ATKey.BLE Quick Guide (Windws 10) 2018.01 rev1.2 Preface ATKey.BLE Windws 10 RS2 (Creatrs Update, build 1703) r later versin ATKey app (dwnlad frm Windws Stre: https://www.micrsft.cm/stre/apps/9p7gr8w9sjd3)

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

getcount getitem getitemid getview com.taxi Class MainActivity drawerlayout drawerleft drawerright...

getcount getitem getitemid getview com.taxi Class MainActivity drawerlayout drawerleft drawerright... Contents com.taxi.ui Class CallDialog... 3 CallDialog... 4 show... 4 build... 5 com.taxi.custom Class CustomActivity... 5 TOUCH... 6 CustomActivity... 6 onoptionsitemselected... 6 onclick... 6 com.taxi.model

More information

The Java if statement is used to test the condition. It checks Boolean condition: true or false. There are various types of if statement in java.

The Java if statement is used to test the condition. It checks Boolean condition: true or false. There are various types of if statement in java. Java If-else Statement The Java if statement is used t test the cnditin. It checks Blean cnditin: true r false. There are varius types f if statement in java. if statement if-else statement if-else-if

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

Advanced Workflow Tips & Tricks: Step-by- Step Guide. Kristof Depypere - Mathisse De Strooper

Advanced Workflow Tips & Tricks: Step-by- Step Guide. Kristof Depypere - Mathisse De Strooper Advanced Wrkflw Tips & Tricks: Step-by- Step Guide Kristf Depypere - Mathisse De Strper Table f Cntents 1. Ask The Expert Basic 4 1.1 Descriptin 4 1.2 Develpment 4 1.3 BPMN image 6 2. Ask The Expert Advanced

More information

Banner Slider. User Guide. Truly said You don t get a second chance to make a first impression.

Banner Slider. User Guide. Truly said You don t get a second chance to make a first impression. Banner Slider User Guide Banner Slider Truly said Yu dn t get a secnd chance t make a first impressin. If yu re an nline stre wner, yu can d this with an impressive banner. Mst f the visitrs cming t an

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 28, 2017 - Versin 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

When you first login, if the display is in Chinese, select English (lowermost choice) from the pull down menu located at the top right of the window.

When you first login, if the display is in Chinese, select English (lowermost choice) from the pull down menu located at the top right of the window. 1 Intrductin The H.264 HDMI Vide Encder streams 1080p vide frm an HDMI vide surce t a media streaming server (Wwza, Xtreme Cdes, Nginx, etc) r nline live bradcast platfrm (YuTube Live, FaceBk Live, IBM

More information

Second Assignment Tutorial lecture

Second Assignment Tutorial lecture Secnd Assignment Tutrial lecture INF5040 (Open Distributed Systems) Faraz German (farazg@ulrik.ui.n) Department f Infrmatics University f Osl Octber 17, 2016 Grup Cmmunicatin System Services prvided by

More information

Avaya 9610 IP Telephone End User Guide

Avaya 9610 IP Telephone End User Guide Avaya 9610 IP Telephne End User Guide 9610 IP Telephne End User Guide 1 P age Table f Cntents Abut Yur Telephne... 3 Abut Scrlling and Navigatin... 3 Selecting Names, Numbers, r Features... 3 Starting

More information

University Facilities

University Facilities 1 University Facilities WebTMA Requestr Training Manual WebTMA is Drexel University s nline wrk rder management system. The fllwing instructins will walk yu thrugh the steps n hw t: 1. Submit a wrk request

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

FIRST Volunteer Management System Quickstart

FIRST Volunteer Management System Quickstart FIRST Vlunteer Management System Quickstart https://my.usfirst.rg/vms/lgin.aspx FIRST Vlunteer Resurces Department Questins? Cmments? Cncerns? vlunteer@usfirst.rg 1 P a g e updated 8/25/2014 - TD Cntents

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

DocAve 6 Deployment Manager

DocAve 6 Deployment Manager DcAve 6 Deplyment Manager User Guide Service Pack 3 Revisin I Issued August 2013 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre

More information

Chain of Responsibility

Chain of Responsibility Chain f Respnsibility 1 Intent Avid cupling the sender f a request t its receiver by giving mre than ne bject a chance t handle the request. Chain the receiving bjects and pass the request alng the chain

More information

SchoolMessenger School Notification is a product of Henrico County Public Schools (HCPS)

SchoolMessenger School Notification is a product of Henrico County Public Schools (HCPS) 1 SchlMessenger: Staff and Parent Cmmunicatin Henric Cunty, Virginia Shrt Overview SchlMessenger Schl Ntificatin is a prduct f Henric Cunty Public Schls (HCPS) that assists the schl divisin with simplifying

More information

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see Student Help Manual fr CrnerstneCnnect Accmmdate Accessing Accmmdate G t URL https://crnerstne.wustl.edu/crnerstnecnnect.aspx Click the link at tp right fr Accmmdate Lg in with yur WUSTL Key and passwrd

More information

DATA WAREHOUSE for OSU

DATA WAREHOUSE for OSU DATA WAREHOUSE fr OSU September 2010 DATA WAREHOUSE fr OSU is a cllectin f training and reference materials fr a suite f classes fr OSU Staff requiring SIS, HRIS, and/r FIS Data Warehuse access. The curses

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager SEP 2 0 1 8 V 4 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites... 1

More information

Enabling Your Personal Web Page on the SacLink

Enabling Your Personal Web Page on the SacLink 53 Enabling Yur Persnal Web Page n the SacLink *Yu need t enable yur persnal web page nly ONCE. It will be available t yu until yu graduate frm CSUS. T enable yur Persnal Web Page, fllw the steps given

More information