Android specific properties

Size: px
Start display at page:

Download "Android specific properties"

Transcription

1 Applicatin prperties Andrid specific prperties These prperties are lcated in the Andrid ptins tab n the right f the prperty explrer. Package name The package name serves as unique identifier fr yur applicatin. By default it's cm.yurcmpany.yurapplicatin. It can be als rg.yurrganizatin.yurapplicatin. Replace yurcmpany by the name f yur cmpany, and yurapplicatin by the name f yur applicatin. Minimum Andrid versin This ptin allws yu t set the minimum versin number f Andrid required t run yur applicatin. Yur applicatin wn't be executed n devices with a lwer versin f Andrid. Target Andrid versin This ptin allws yu t set the target versin number f Andrid. This target versin is the main versin yur applicatin has been tested with and develped fr (see dcumentatin f targetsdkversin prperty in the Andrid SDK). Build & Run : install t... This ptin specifies where t install the.apk file t n the cnnected Andrid device r emulatr when yu use the Build and Run cmmand. Yu can install it either t the internal strage r t the SD card. Emulatr Click this buttn t pen the Emulatr dialg bx. This dialg bx allws yu t run the Andrid emulatr (use the Andrid SDK Manager t create virtual devices). When the Andrid emulatr is running, the Build & Run cmmand will install and execute yur applicatin in the emulatr. Warning: the emulatr may take a cuple f minutes t display the Hme screen, be patient. Smetimes Build & Run fails the first time after the emulatr was launched; in this case just try again. The Build & Run cmmand is als smewhat slwer than the nrmal Build cmmand, as the applicatin has t be transfered t the emulatr (r device). Yur applicatin will appear in the emulatr as sn as the build prgress bar disappears in Clickteam Fusin 2.5. Release mde If this ptin is nt selected, the.apk file will be signed with a debug certificate, s that yu can test it n a device. If yu want t release yur applicatin yu need t sign it with a valid certificat. In this case select the Release mde ptin and enter a key stre pathname and key name. Certificate Keystre name Enter the pathname f the keystre that cntains the key t sign yur applicatin. T generate a keystre yu can use the Keytl tl prvided in the bin directry f the JDK. This is a cmmand line tl. Fr example, the fllwing cmmand line will generate the "d:\great-release-key.keystre" file that cntains the "great_key_name" key: keytl -genkey -v -keystre d:\great-release-key.keystre -alias great_key_name - keyalg RSA -keysize validity 10000

2 Keytl asks yu fr yur name, rganizatin, cuntry, the keystre passwrd and key passwrd. Mre inf here. Keystre passwrd Enter the passwrd f the keystre that yu have entered when yu've created it. Key name Enter the name f the key that will be used t sign yur applicatin. See abve fr mre inf. Key passwrd Enter the passwrd f the key yu have entered when creating the keystre. Display mde This ptin allws yu t select either OpenGL ES 1.1 r OpenGL ES 2.0 as graphic renderer. OpenGL ES 2.0 is ften slwer (it depends n the applicatin thugh). Nte: quick backdrp bjects with an ellipse shape require OpenGL ES 2.0. Screen rtatin This ptin allws yu t select the rientatin f yur applicatin windw n the device. Display This ptin allws yu t chse the way yur applicatin is displayed n screen. 6 pssibilities: Center N zming will ccur regardless f the device. The windw will be centered in the screen. Expand/Adjust windw size N scaling will ccur with this ptin, it will expand the windw size t fill the remainder f the screen s n black areas shw. Nte that this will shw mre f yur frame. The actual windw size will be exactly the same as the device reslutin and the frame must be large enugh t supprt this. Tip: Yu can resize yur frame size at runtime at the start f the frame if needed. Fit inside with brders This ptin will scale the game-cntents t tuch the inside f the screen while maintaining the aspect rati. If yur game windw aspect rati isn't the same as the device aspect rati, the cntents will be centered and black brders will shw. This is the default ptin.

3 Fit inside and adjust windw This ptin will scale the game-cntents t tuch the inside f the screen while maintaining the aspect rati. If yur game windw aspect rati isn't the same as the device aspect rati, the game windw will be expanded t fill the remaining f the screen s n black brders shw. Nte that this will shw mre f yur frame. This requires that yur frame is large enugh t display the new area. Fit utside This will scale the game t fill the entire screen s that n black brders shw. This will crp the remaining areas that g utside the screen away. Stretch Ignres any aspect rati and just stretches the cntents t fill the entire display. Graphics can lk squashed if the aspect ratis f the game windw and the device dn't match. Smth resizing If this ptin is selected, graphics are anti-aliazed when the applicatin windw is resized. Display status bar If this ptin is selected, the Andrid status bar will be displayed abve yur applicatin windw. Optins menu Click this ptin t edit the Optins menu f yur applicatin, if any. The Optins menu is displayed when the user clicks the Optins buttn n the devices that have ne. Each menu item cnsist f a text, an icn and an identifier. The identifier allws yu t identify the menu item in the cnditins and expressins f the Andrid bject that allw yu t receive ntificatins when the user selects a menu entry. The icn has a predefined size: the bitmap shuld be 48x48 in size and centered in the image whse size is 72x72. Disable default back buttn behavir This ptin allws yu t disable the default behavir f the Back buttn. Yu can detect if the user presses the Back buttn with a cnditin f the Andrid bject. End applicatin when nt in fregrund If this ptin is selected, the applicatin will be autmatically clsed when the user returns t the hme screen.

4 Require GPU The applicatins created with Clickteam Fusin 2.5 wrk even if the device has n GPU (graphic prcessing unit), hwever mst f them will be very slw if this is the case. Unselect this ptin nly if yur applicatin wrks fine withut GPU. If this ptin is selected, the applicatin wn't start n devices withut GPU. Enable nline crash reprting This ptin nly wrks in Debug mde. When it's selected, when yur applicatin crashes a bug reprt will be autmatically sent t Clickteam's server. Frce 'Play frm disk' fr sunds larger than X secnds This ptin allws yu t save memry. Sunds are preladed int memry, except if their duratin is greater than the time specified in this prperty r if yu have selected their "Play frm disk" ptin in the Data Elements editr. Nte that nly sunds played frm disk are seekable. Seeking desn't wrk fr preladed sunds. Image cmpressin The graphic memry n Andrid devices is limited. The image cmpressin ptin allws yu t reduce the size f the graphics f yur applicatin in memry. Tw ptins are available : Nne and Clr Cmpressin. If yu select "Clr Cmpressin", the images are autmatically cnverted t either clrs (paque images), clrs (unique transparent clr) r 4096 clrs (alpha channel with multiple transparency levels).this ptin will divide the size f yur images by tw. This can reduce the quality f the images, but yu can chse t ignre this ptin fr specific bjects; refer t the bject prperties belw. Images Launcher icn 96x96 image, that represents yur applicatin n an Andrid device's Hme screen. Jystick images This prperty cntains the images f the tuch jystick. Refer t the Jystick ptins in the Frame prperties belw fr mre infrmatin. Versin inf Versin cde Internal versin number. Increment this number each time yu release a new versin. Versin name A string value that represents the release versin f the applicatin, as it shuld be shwn t users. Permissins This list allws yu t select the Andrid permissins required by yur applicatin. Usually these permissins are required by sme features f 3rd party bjects. Lk at the dcumentatin f these bjects t see what features require what permissins, and if yu use these features select the crrespnding permissins. The list f permissins is described in the Andrid SDK. Fr example if yu use the Get bject, yu'll need t select the INTERNET permissin.

5 Frame prperties These prperties are lcated in an ios flder n the right f the prperty explrer. Jystick / Device Clickteam Fusin 2.5 allws yu t emulate a jystick in the Andrid applicatin. With this, yu can use Clickteam Fusin 2.5 default mvements, cntrlled by a jystick n the device. This cmb bx ffers yu the chice f jysticks : Nne N jystick is displayed. Only use this prperty when yur frame des nt cntain any jystick-cntrlled mvement Tuch jystick The jystick is emulated n the bttm f the screen f the device. Using yur fingers, yu can cntrl the mvements. The jystick cnsists f a paddle buttn and tw fire buttns. Accelermeters The mvements are cntrlled by the psitin f the device. Tw fire buttns are available n the screen. Cntrlled by an extensin Chse this prperty t manually start r stp the jystick using the Jystick Cntrl bject. Please nte that this bject will nt wrk if this prperty is nt set t this value. Fire 1 buttn Check this bx if yu want the Fire 1 buttn t be displayed Fire 2 buttn Check this bx if yu want the Fire 2 buttn t be displayed. Left handed Check this bx t have the paddle n the right and the fire buttns n the left f the screen. Object prperties These prperties are lcated in an Andrid flder n the right f the prperty explrer. Image cmpressin This ptin allws yu t frce the cmpressin mde f the bjects images. 3 ptins : Default : the Image Cmpressin mde f the applicatin will be used. Refer t the prperties f the applicatin abve fr mre inf. Nne : the images f the bject wn't be cmpressed even if the Image Cmpressin prperty f the applicatin is set t Clr Reductin. Clr Reductin : the images f the bject will be cmpressed even if the Image Cmpressin prperty f the applicatin is set t Nne.

Dreamweaver MX 2004. Templates

Dreamweaver MX 2004. Templates Dreamweaver MX 2004 Templates Table f Cntents Dreamweaver Templates... 3 Creating a Dreamweaver template... 3 Types f template regins... 4 Inserting an editable regin... 4 Selecting editable regins...

More information

CallCenter@nywhere Interaction Manager OFT 605 (Part1)

CallCenter@nywhere Interaction Manager OFT 605 (Part1) Interactin Manager OFT 605 (Part1) Cpyright 2014 ICS, McGill University Table f Cntents What is Interactin Manager?... 1 Features and Benefits... 1 Launch Interactin Manager... 1 Screen Layut... 2 Cnfiguring

More information

Remote Setup and Configuration of the Outlook Email Program Information Technology Group

Remote Setup and Configuration of the Outlook Email Program Information Technology Group Remte Setup and Cnfiguratin f the Outlk Email Prgram Infrmatin Technlgy Grup The fllwing instructins will help guide yu in the prper set up f yur Outlk Email Accunt. Please nte that these instructins are

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

Setup O365 mailbox access on MACs

Setup O365 mailbox access on MACs Setup O365 mailbx access n MACs Yu can use a web brwser r an email prgram n yur cmputer t cnnect t yur email accunt. Web brwser access Yu cnnect yur Apple cmputer t yur email accunt by using a web brwser

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet.

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet. Outlk Web Access Faculty and Staff Millsaps Cllege Infrmatin Technlgy Services Yur Outlk Mailbx can be accessed frm any PC that is cnnected t the Internet. Open the Web brwser. Type in this URL: https://mail.millsaps.edu

More information

E-Biz Web Hosting Control Panel

E-Biz Web Hosting Control Panel 1 f 38 E-Biz Web Hsting Cntrl Panel This dcument has been created t give yu a useful insight in t the Hsting Cntrl Panel available with E-Biz hsting services. Please nte: Optins available are dependent

More information

Employee Self Service (ESS) Quick Reference Guide ESS User

Employee Self Service (ESS) Quick Reference Guide ESS User Emplyee Self Service (ESS) Quick Reference Guide ESS User Cntents Emplyee Self Service (ESS) User Quick Reference Guide 5 Intrductin t ESS 5 Getting Started 6 Prerequisites 6 Accunt Activatin 7 Hw t activate

More information

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption Exchanging Files Securely with Gerstc Using gpg4win Public Key Encryptin Overview Visit the fllwing page n Gerstc s website t watch a vide verview f Public Key Encryptin: www.gerstc.cm/???? Initial Setup

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

David Drivers Revit One-sheets: Linked Project Positioning and shared coordinates

David Drivers Revit One-sheets: Linked Project Positioning and shared coordinates This paper discusses the fllwing features f Revit Building Shared Crdinates Named lcatins Publish and acquire Vs Saving lcatins Shared Crdinates and wrkset enabled files Revisin 1 (Versin 9.0) David Driver.

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

TaskCentre v4.5 File Transfer (FTP) Tool White Paper TaskCentre v4.5 File Transfer (FTP) Tl White Paper Dcument Number: PD500-03-22-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Implementing SQL Manage Quick Guide

Implementing SQL Manage Quick Guide Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Connecting to Email: Live@edu

Connecting to Email: Live@edu Cnnecting t Email: Live@edu Minimum Requirements fr Yur Cmputer We strngly recmmend yu upgrade t Office 2010 (Service Pack 1) befre the upgrade. This versin is knwn t prvide a better service and t eliminate

More information

How To Configure A GSM Modem Using HyperTerminal

How To Configure A GSM Modem Using HyperTerminal Handling a cmplex wrld. Hw T Cnfigure A GSM Mdem Using HyperTerminal Intrductin This dcument prvides a brief descriptin f hw t cnfigure a GSM mdem using the Windws HyperTerminal utility. Please cnsult

More information

Creating automated reports using VBS AN 44

Creating automated reports using VBS AN 44 Creating autmated reprts using VBS AN 44 Applicatin Nte t the KLIPPEL R&D and QC SYSTEM Publishing measured results is imprtant t custmers and clients. While the KLIPPEL database cntains all infrmatin

More information

Getting started with Android

Getting started with Android Getting started with Andrid Befre we begin, there is a prerequisite, which is t plug the Andrid device int yur cmputer, and lad the drivers fr the OS. In writing this article, I was using Windws XP, 7

More information

Application Note: 202

Application Note: 202 Applicatin Nte: 202 MDK-ARM Cmpiler Optimizatins Getting the Best Optimized Cde fr yur Embedded Applicatin Abstract This dcument examines the ARM Cmpilatin Tls, as used inside the Keil MDK-ARM (Micrcntrller

More information

Configuring and Monitoring AS400 Servers. eg Enterprise v5.6

Configuring and Monitoring AS400 Servers. eg Enterprise v5.6 Cnfiguring and Mnitring AS400 Servers eg Enterprise v5.6 Restricted Rights Legend The infrmatin cntained in this dcument is cnfidential and subject t change withut ntice. N part f this dcument may be reprduced

More information

Software Update Notification

Software Update Notification Sftware Update Ntificatin PSS0223-02 Mastersizer 3000 v1.01 sftware Abstract This dcument details the release f sftware PSS0223-02 v1.01 f the sftware fr the Mastersizer 3000 laser diffractin system. It

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

Backing Up and Restoring Your MySQL Database From the command prompt

Backing Up and Restoring Your MySQL Database From the command prompt Backing Up and Restring Yur MySQL Database Frm the cmmand prmpt In this article, it will utline tw easy ways f backing up and restring databases in MySQL. The easiest way t backup yur database wuld be

More information

Webalo Pro Appliance Setup

Webalo Pro Appliance Setup Webal Pr Appliance Setup 1. Dwnlad the Webal virtual appliance apprpriate fr yur virtualizatin infrastructure, using the link yu were emailed. The virtual appliance is delivered as a.zip file that is n

More information

User Guide. Sysgem SysMan Remote Control. By Sysgem AG

User Guide. Sysgem SysMan Remote Control. By Sysgem AG Sysgem SysMan Remte Cntrl User Guide By Sysgem AG Sysgem is a registered trademark f Sysgem AG. Other brands and prducts are registered trademarks f their respective hlders. 2012 Sysgem AG, Lavaterstrasse

More information

Email Server Settings

Email Server Settings Email Server Settings All email accunts we hst, regardless f the dmain name, will use the fllwing server settings. T use a secure cnnectin, use the settings marked "SSL." Incming Server Type: Server Name:

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

WatchDox for Windows User Guide

WatchDox for Windows User Guide WatchDx fr Windws User Guide Versin 3.9.7 Cnfidentiality This dcument cntains cnfidential material that is prprietary WatchDx. The infrmatin and ideas herein may nt be disclsed t any unauthrized individuals

More information

AvePoint Perimeter Pro 1.6. Secured Share User Guide

AvePoint Perimeter Pro 1.6. Secured Share User Guide AvePint Perimeter Pr 1.6 Secured Share User Guide Issued May 2016 Table f Cntents What s New in this Guide... 4 Overview... 5 Internal Users... 6 Site Cllectin Administratrs... 7 External Prtal Users...

More information

NWIRP Phone System Quick Start Guide Version 1.01 07/07/2009

NWIRP Phone System Quick Start Guide Version 1.01 07/07/2009 NWIRP Phne System Quick Start Guide Versin 1.01 07/07/2009 Switchvx Website Basics (Fr everyne) **Nte: This will nt cver 100% f the ptins available in the new system, just the basics.** Managing yur extensin:

More information

VMware View Windows XP Optimization

VMware View Windows XP Optimization VMware View Windws XP Optimizatin VDI Windws XP Optimizatins Let s g thrugh creating a VM fr VDI use. Remember this VM will be used ver and ver again. It is imprtant t get the image small and ptimized.

More information

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS USER GUIDE Outlk Plug-In Send Cnference Invites frm Outlk Scheduling cnference calls and always typing in the same dial-in number and cnference cde can be a bit tedius, especially when yu re in a hurry.

More information

How do I clear my web browser's cache, cookies, and history?

How do I clear my web browser's cache, cookies, and history? Hw d I clear my web brwser's cache, ckies, and histry? Ntes: If yu dn't see instructins belw fr yur specific versin r brwser, search yur brwser's Help menu fr "clear cache". If yu're unsure what brwser

More information

CREDIT REPORTING USER GUIDE

CREDIT REPORTING USER GUIDE Suthwest Business Credit Services, User Guide CREDIT REPORTING USER GUIDE Last Mdified: 5/6/14 Last Mdified: 5/6/14 1 Suthwest Business Credit Services, User Guide Table f Cntents Intrductin... 3 Hw T

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

IM, Presence, and Contacts

IM, Presence, and Contacts Find smene Lync 2013 Quick Reference IM, Presence, and Cntacts The quickest way t find smene via Lync is t launch a search by typing the persn s name r IM address in the search bx n the Lync main windw.

More information

Excel Contact Reports

Excel Contact Reports Excel Cntact Reprts v.1.0 Anther efficient and affrdable ACT! Add-On by http://www.expnenciel.cm Excel Cntact Reprts User s Manual 2 Table f cntents Purpse f the add-n... 3 Installatin prcedure... 3 The

More information

WatchDox Outlook Plug-In: Quick Start Guide

WatchDox Outlook Plug-In: Quick Start Guide WatchDx Outlk Plug-In: Quick Start Guide 1 QUICK SENDING FROM OUTLOOK WatchDx Outlk integratin allws yu t send emails and attachments securely, with a single click. Click Send Prtected in yur mail editr

More information

Configuring an Email Client for your Hosting Support POP/IMAP mailbox

Configuring an Email Client for your Hosting Support POP/IMAP mailbox Cnfiguring an Email Client fr yur Hsting Supprt POP/IMAP mailbx This article lists the email settings and prt numbers fr pp and imap cnfiguratins, as well as fr SSL. It cntains instructins fr setting up

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

Simmons GMAIL Client Setup

Simmons GMAIL Client Setup Simmns GMAIL Client Setup Supprted IMAP client list: Belw is a list f mail clients and mbile devices yu can synchrnize with yur Gmail. Mail Clients Outlk Express (Windws) Outlk 2003 (Windws) Outlk 2007/2010

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Valley Transcription Service I-Phone/I-Pod App User s Guide

Valley Transcription Service I-Phone/I-Pod App User s Guide 541-926-4194 Valley Transcriptin Service I-Phne/I-Pd App User s Guide (Fr use with iphne/ipad/i-pd Tuch) Page 0 Table f Cntents Table f Cntents... i Intrductin... 1 Requirements... 1 1. 2. 3. Installing

More information

Product Documentation. New Features Guide. Version 9.7.5/XE6

Product Documentation. New Features Guide. Version 9.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 9.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

DocAve 6 Service Pack 2 Granular Backup and Restore

DocAve 6 Service Pack 2 Granular Backup and Restore DcAve 6 Service Pack 2 Granular Backup and Restre User Guide Revisin D Issued February 2013 1 Table f Cntents Abut DcAve Granular Backup and Restre... 5 Cmplementary Prducts... 5 Submitting Dcumentatin

More information

P a g e 1. Banner Workflow: Teaching Effort Approver Procedure Guide. Teaching Effort Approver Procedures

P a g e 1. Banner Workflow: Teaching Effort Approver Procedure Guide. Teaching Effort Approver Procedures P a g e 1 Banner Wrkflw: Teaching Effrt Apprver Prcedure Guide Teaching Effrt Apprver Prcedures Versin: Octber 2013 Table f Cntents Banner Wrkflw: What is a Wrkflw?... 1 Teaching Effrt web frm: What is

More information

SQL 2005 Database Management Plans

SQL 2005 Database Management Plans SQL 2005 Database Management Plans Overview STI recmmends that users create database maintenance plans fr Micrsft SQL 2005 t maintain the integrity f the system s database. Database maintenance plans are

More information

Application Advisories for Data Integrator for Non- EDI location

Application Advisories for Data Integrator for Non- EDI location Applicatin Advisries fr Data Integratr fr Nn- EDI lcatin It is a standalne Windws based applicatin that will be installed at every Cmmissinerate. Applicatin will be used fr filling Bill f Entry and Shipping

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Configuring and Monitoring SysLog Servers

Configuring and Monitoring SysLog Servers Cnfiguring and Mnitring SysLg Servers eg Enterprise v5.6 Restricted Rights Legend The infrmatin cntained in this dcument is cnfidential and subject t change withut ntice. N part f this dcument may be reprduced

More information

Email Setup Instructions Glion Online

Email Setup Instructions Glion Online Email Setup Instructins Glin Online Incming Server: POP3 r IMAP Server Name: my.campuscruiser.cm POP3 Prt: 110 SSL : 995 r IMAP Prt: 143 SSL : 993 User Name / Accunt: Name.lastname@student.glinnline.cm

More information

Attachment 2 BID PROPOSAL SUBMISSION GUIDE OCTOBER 2014 SOLICITATION

Attachment 2 BID PROPOSAL SUBMISSION GUIDE OCTOBER 2014 SOLICITATION Attachment 2 BID PROPOSAL SUBMISSION GUIDE OCTOBER 2014 SOLICITATION 1. Cntact Us If yu encunter difficulties in submitting yur Bid Prpsals nline, please cntact us: 2. Intrductin The PPL Electric RFP Team

More information

INTERMEDIATE CAD FILE MANAGEMENT

INTERMEDIATE CAD FILE MANAGEMENT INTERMEDIATE CAD FILE MANAGEMENT Intrductin File mismanagement is the dwnfall f many brilliant individuals. If yu are wise, yu wn't be ne f the peple wh meet disaster due t pr file management. Cmputers

More information

User Guide Version 3.9

User Guide Version 3.9 User Guide Versin 3.9 Page 2 f 22 Summary Cntents 1 INTRODUCTION... 3 1.1 2 CREATE A NEW ACCOUNT... 4 2.1 2.2 3 NAVIGATION... 3 CREATE AN EMAIL ACCOUNT... 4 CREATE AN ALIAS ACCOUNT... 6 MODIFYING AN EXISTING

More information

TECHNICAL BULLETIN. Title: Remote Access Via Internet Date: 12/21/2011 Version: 1.1 Product: Hikvision DVR Action Required: Information Only

TECHNICAL BULLETIN. Title: Remote Access Via Internet Date: 12/21/2011 Version: 1.1 Product: Hikvision DVR Action Required: Information Only Title: Remte Access Via Internet Date: 12/21/2011 Versin: 1.1 Prduct: Hikvisin DVR Actin Required: Infrmatin Only The fllwing steps will guide yu thrugh the steps necessary t access yur Hikvisin DVR remtely

More information

Junos Pulse Instructions for Windows and Mac OS X

Junos Pulse Instructions for Windows and Mac OS X Juns Pulse Instructins fr Windws and Mac OS X When yu pen the Juns client fr the first time yu get the fllwing screen. This screen shws yu have n cnnectins. Create a new cnnectin by clicking n the + icn.

More information

AvePoint Privacy Impact Assessment 1

AvePoint Privacy Impact Assessment 1 AvePint Privacy Impact Assessment 1 User Guide Cumulative Update 2 Revisin E Issued February 2015 Table f Cntents Table f Cntents... 2 Abut AvePint Privacy Impact Assessment... 5 Submitting Dcumentatin

More information

Spamguard SPAM Filter

Spamguard SPAM Filter Spamguard SPAM Filter The ECU Spam Firewall (spamguard) is designed t blck r quarantine e-mail messages that are r lk like spam befre it reaches ur email servers. The spam firewall will NOT catch all f

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

:: EMAIL ADMIN HELP AT A GLANCE Contents

:: EMAIL ADMIN HELP AT A GLANCE Contents :: EMAIL ADMIN HELP AT A GLANCE Cntents Email Admin Dmain Inf... 2 POP Accunts... 3 Edit POP Accunts... 4 Search Accunts... 5 Frwards... 6 Spam Cntrl... 7 CatchAll... 8 EMAIL ADMIN HELP AT A GLANCE ::

More information

Aras Innovator Internet Explorer Client Configuration

Aras Innovator Internet Explorer Client Configuration Aras Innvatr Internet Explrer Client Cnfiguratin Aras Innvatr 9.3 Dcument #: 9.3.012282009 Last Mdified: 6/10/2011 Aras Crpratin ARAS CORPORATION Cpyright 2011 All rights reserved Aras Crpratin 300 Brickstne

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

Getting Started Guide

Getting Started Guide fr SQL Server www.lgbinder.cm Getting Started Guide Dcument versin 1 Cntents Installing LOGbinder fr SQL Server... 3 Step 1 Select Server and Check Requirements... 3 Select Server... 3 Sftware Requirements...

More information

Supervisor Quick Guide

Supervisor Quick Guide Payrll Office: ext. 7611 payrll@dixie.edu Supervisr Quick Guide This dcument prvides an verview f the daily functins and respnsibilities t be cmpleted by Supervisrs in the EMPOWERTIME Autmated Timekeeping

More information

GUARD1 /plus. PIPE Utility. User's Manual. Version 2.0

GUARD1 /plus. PIPE Utility. User's Manual. Version 2.0 GUARD1 /plus PIPE Utility User's Manual Versin 2.0 30700 Bainbridge Rad Sln, Ohi 44139 Phne 216-595-0890 Fax 216-595-0991 supprt@guard1.cm www.guard1.cm 2010 TimeKeeping Systems, Inc. GUARD1 PLUS and THE

More information

DocAve 6 Supplementary Tools

DocAve 6 Supplementary Tools DcAve 6 Supplementary Tls User Guide Service Pack 6 Cumulative Update 1 Issued December 2015 1 Table f Cntents What s New in this Guide... 6 Befre Yu Begin... 6 Cnfiguratin... 7 Submitting Dcumentatin

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

ACTIVITY MONITOR Real Time Monitor Employee Activity Monitor

ACTIVITY MONITOR Real Time Monitor Employee Activity Monitor ACTIVITY MONITOR Real Time Mnitr Emplyee Activity Mnitr This pwerful tl allws yu t track any LAN, giving yu the mst detailed infrmatin n what, hw and when yur netwrk users perfrmed. Whether it is a library

More information

AvePoint Perimeter 1.6. Administrator Guide

AvePoint Perimeter 1.6. Administrator Guide AvePint Perimeter 1.6 Administratr Guide Issued May 2016 Table f Cntents What s New in this Guide... 10 Abut AvePint Perimeter... 11 AvePint Perimeter Pr Features... 11 Licensing AvePint Perimeter... 11

More information

Net Conferencing User Guide: Advanced and Customized Net Conference with Microsoft Office Live Meeting Event Registration

Net Conferencing User Guide: Advanced and Customized Net Conference with Microsoft Office Live Meeting Event Registration Net Cnferencing User Guide: Advanced and Custmized Net Cnference with Micrsft Office Live Meeting Event Registratin Event Registratin User Guide Event Registratin is a feature f Advanced and Custmized

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session Outlk Web Access Training Light Versin: Using a brwser ther than Internet Explrer 6.0 r later A NWOCA Training Sessin 1 Lg On T Lg On t yur OutLk Web Access accunt, either: G t this URL: https://dwa.nwca.rg

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Configuring SSL and TLS Decryption in ngeniusone

Configuring SSL and TLS Decryption in ngeniusone Cnfiguring SSL and TLS Decryptin in ngeniusone The cnfigure SSL Decryptin feature supprts real-time capture f ASI and ASR traffic flws as well as decding f Secure Scket Link (SSL) and Transprt Layer Security

More information

TaskCentre v4.5 SMTP Tool White Paper

TaskCentre v4.5 SMTP Tool White Paper TaskCentre v4.5 SMTP Tl White Paper Dcument Number: PD500-03-04-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features... 2 GLOBAL CONFIGURATION...

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

More information

AvePoint Office Connect 1.31

AvePoint Office Connect 1.31 AvePint Office Cnnect 1.31 User Guide Issued May 2016 1 Table f Cntents What s New in this Guide... 4 Abut Office Cnnect... 5 Understanding the Office Cnnect Explrer... 6 Sharing Files with Others (Quick

More information

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff IT Quick Reference Guides Using Outlk 2011 fr Mac fr Faculty and Staff Outlk Guides This guide cvers using Outlk 2011 fr Mac fr SU faculty and staff n campus cmputers. This des nt cver using Outlk 2011

More information

NEC CLOUD STORAGE. User Guide. Version: R03.1

NEC CLOUD STORAGE. User Guide. Version: R03.1 NEC CLOUD STORAGE User Guide Versin: R03.1 2013 1 INTRODUCTION... 5 1.1 GOALS OF THIS DOCUMENT... 5 1.2 TERMS, ACRONYMS AND ABBREVIATIONS... 5 2 INTRODUCTION TO NEC CLOUD STORAGE... 6 2.1 WHAT IS NEEDED

More information

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

Telelink 6. Installation Manual

Telelink 6. Installation Manual Telelink 6 Installatin Manual Table f cntents 1. SYSTEM REQUIREMENTS... 3 1.1. Hardware Requirements... 3 1.2. Sftware Requirements... 3 1.2.1. Platfrm... 3 1.2.1.1. Supprted Operating Systems... 3 1.2.1.2.

More information

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 5 Revisin B Issued February 2015 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu

More information

Intelligent Monitoring Configuration Tool

Intelligent Monitoring Configuration Tool Intelligent Mnitring Cnfiguratin Tl Release Ntes Sftware Versin 1.0 and abve EZPlugger 2004 Sny Crpratin COPYRIGHT NOTICE 2004 Sny Crpratin. All rights reserved. This manual may nt be reprduced, translated

More information

Click here to open the library

Click here to open the library Dcument Management What is a Dcument Library? Use a dcument library t stre, rganize, sync, and share dcuments with peple. Yu can use cauthring, versining, and check ut t wrk n dcuments tgether. With yur

More information

Table of Contents. About... 18

Table of Contents. About... 18 Table f Cntents Abut...3 System Requirements...3 Hw it Wrks...4 Abut... 4 Hw SFA Admin Prtects Data... 4 Hw SFA User Wrks with Prtected Data... 4 Sandbxed Sessin Restrictins... 4 Secure File Access User

More information

ZoomText Network License Installation Guide

ZoomText Network License Installation Guide ZmText Netwrk License Installatin Guide Requirements: Server: Yu will need access t a physical r virtual server (Windws XP r newer) that is nt currently running ZmText, but is n the same netwrk as the

More information

TouchTest TM Appcelerator Jenkins CI Tutorial

TouchTest TM Appcelerator Jenkins CI Tutorial TuchTest TM Appceleratr Jenkins CI Tutrial TuchTest TM Appceleratr Jenkins CI Tutrial 2015, SOASTA, Inc. All rights reserved. The names f actual cmpanies and prducts mentined herein may be the trademarks

More information

Aras Innovator Internet Explorer Client Configuration

Aras Innovator Internet Explorer Client Configuration Aras Innvatr Internet Explrer Client Cnfiguratin Aras Innvatr 9.1 Dcument #: 9.1.009032008 Last Mdified: 3/17/2009 Aras Crpratin ARAS CORPORATION Cpyright 2009 All rights reserved Aras Crpratin 300 Brickstne

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

VMD - continued: Making Movies

VMD - continued: Making Movies Bichem 660 2008 145 VMD - cntinued: Making Mvies (This sectin can be used immediately after Desktp Mlecular Graphics) VMD (http://www.ks.uiuc.edu/research/vmd/) is a free prgram develped at the Theretical

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information