UI Manager Properties

Total Page:16

File Type:pdf, Size:1020Kb

UI Manager Properties APPENDIX A UI Manager Properties THROUGHOUT THIS BOOK YOU'LL FIND TABLES that list the property names and data types for all the UIResource elements of specific Swing components. Although these tables serve to list all the information about a specific component, I fig­ ured it would be handy to also group all the information about property names in one place. With that in mind, Table A-1 provides a complete list of properties used by the predefined look and feel classes-Motif, Macintosh, Metal, and Windows­ provided with the Swing 1.1.1 release. The table indicates with an "X" which of the four look and feel classes uses a particular property. To change the default setting for any one of these properties, you need to notify the UIManager by storing a new setting in the lookup table of the UIManager. For instance, to change the default text for the "Yes" button on a JOptionPane, 11 you'd replace the 0ptionPane. yesButtonText II property with the new setting 11 11 UIManager. put ( 0ptionPane. yesButtonTextll, Si II);. Then, any component cre­ ated after the setting change will get the new value: 11 5i 11 .1fyou want a displayed component to get the new setting, you must call its updateUI () method. When you change the current look and feel, any custom settings you install may be lost. If the class of the property value setting implements the UIResource interface (an empty marker interface such as Serializable), then the setting will be replaced by the default setting of the look and feel. For example, the first set­ ting that follows would be saved when the look and feel changes; the second would not. 11 UIManager.put( 11 0ptionPane.background , Color.red); versus 11 11 UIManager.put( 0ptionPane.background , new ColorUIResource(Color.red)); If the property value setting does not implement the UIResource interface, then the property setting is retained when the look and feel changes. 807 Appendix A WARNING A word ofcaution about the information in Table A-1: The specific set of available properties changes with each ]PC!Project Swing release. This table reflects the current settings for release 1.1.1. Some properties may not be in earlier versions, and others may have been replaced in later versions. The changes tend to be minor, but they do exist. For a resource that lists the specific properties available with each release, see the Swing PLAF Differences list at http://www.gargoylesoftware.com/ papers/plafdiff. html from Gargoyle Software. .. ··········· ····· PROPERTY STRING OBJECT TYPE MOTIF MACINTOSH METAL WINDOWS activeCaption Color X X X X activeCaptionBorder Co lot X X X X activeCaptionText Color X X X X Button. background Color X X X X Button. border Border X X X X Button.dashedRectGapHeight Integer X Button.dashedRectGapWidth Integer X Button.dashedRectGapX Integer X Button.dashedRectGapY Integer X Button.disabledText Color X X Button.focus Color X X Button.font Font X X X X Button.foreground Color X X X X Button.margin Insets X X X X Button.select Color X X X Button.selectText Color X Button.textlconGap Integer X X X X Button. textShiftOffset Integer X X X X ButtonUI String X X X X CheckBox. background Color X X X X CheckBox. border Border X X X X CheckBox.darkShadow Color X CheckBox.disabledText Color X X CheckBox.focus Color X X X CheckBox.font Font X X X X CheckBox.foreground Color X X X X CheckBox. highlight Color X CheckBox.icon Icon X X X X CheckBox. margin Insets X X X X Checkbox. select Color X (continued) 808 UI Manager Properties TableA-1 (continued) ······················ ····················· ...................................... ..................... ······················ ................ PROPERTY STRING OBJECT TYPE MOTIF MACINTOSH METAL WINDOWS CheckBox. shadow Color X CheckBox.textlconGap Integer X X X X CheckBox. textShiftOffset Integer X X X X CheckBoxMenultem.acceleratorFont Font X X X X CheckBoxMenultem.acceleratorForeground Color X X X X CheckBoxMenultem.acceleratorSelectionForeground Color X X X X CheckBoxMenultem.arrowlcon Icon X X X X CheckBoxMenultem.background Color X X X X CheckBoxMenultem.border Border X X X X CheckBoxMenultem.borderPainted Boolean X X X X CheckBoxMenultem.checklcon Icon X X X X CheckBoxMenultem.disabledForeground Color X X CheckBoxMenultem.font Font X X X X CheckBoxMenultem.foreground Color X X X X CheckBoxMenultem.margin Insets X X X X CheckBoxMenultem.selectionBackground Color X X X X CheckBoxMenultem.selectionForeground Color X X X X CheckBoxMenultemUI String X X X X CheckBoxUI String X X X X ColorChooser.background Color X X X X ColorChooser.cancelText String X X X X ColorChooser.font Font X X X X ColorChooser.foreground Color X X X X ColorChooser.hsbBlueText String X X X X ColorChooser.hsbBrightnessText String X X X X ColorChooser.hsbGreenText String X X X X ColorChooser.hsbHueText String X X X X ColorChooser.hsbNameText String X X X X ColorChooser.hsbRedText String X X X X ColorChooser.hsbSaturationText String X X X X ColorChooser.okText String X X X X ColorChooser.previewText String X X X X ColorChooser.resetText String X X X X ColorChooser.rgbBlueMnemonic Integer X X X X ColorChooser.rgbBlueText String X X X X ColorChooser.rgbGreenMnemonic Integer X X X X ColorChooser.rgbGreenText String X X X X ColorChooser.rgbNameText String X X X X ColorChooser.rgbRedMnemonic Integer X X X X (continued) 809 Appendix A TableA-1 (continued) ................................. ····································································· .................................... PROPERTY STRING OBJECT TYPE MOTIF MACINTOSH METAL WINDOWS ColorChooser.rgbRedText String X X X X ColorChooser.swatchesDefaultRecentColor Color X X X X ColorChooser.swatchesNameText String X X X X ColorChooser.swatchesRecentSwatchSize Dimension X X X X ColorChooser.swatchesRecentText String X X X X ColorChooser.swatchesSwatchSize Dimension X X X X ColorChooserUI String X X X X ComboBox.background Color X X X X ComboBox.border Border X X ComboBox.control Color X ComboBox.controlForeground Color X ComboBox.disabledBackground Color X X X X ComboBox.disabledForeground Color X X X X ComboBox.font Font X X X X ComboBox.foreground Color X X X X ComboBox.listBackground Color X X ComboBox.listForeground Color X X ComboBox.selectionBackground Color X X X X ComboBox.selectionForeground Color X X X X ComboBoxUI String X X X X control Color X X X X controlDkShadow Color X X X X controlHighlight Color X X X X controlLightShadow Color X controlLtHighlight Color X X X X controlShadow Color X X X X controlText Color X X X X desktop Color X X X X Desktop. background Color X X X X Desktoplcon.background Color X Desktoplcon.border Border X X X Desktoplcon.font Font X Desktoplcon.foreground Color X Desktoplcon.icon Icon X DesktoplconUI String X X X X DesktopPaneUI String X X X X DirectoryPaneUI String X EditorPane.background Color X X X X EditorPane. border Border X X X X (continued) 810 UI Manager Properties TableA-1 (continued) .................. .................................... .............................................. ································································ PROPERTY STRING OBJECT TYPE MOTIF MACINTOSH METAL WINDOWS EditorPane.caretBlinkRate Integer X X X X EditorPane.caretForeground Color X X X X EditorPane.font Font X X X X EditorPane.foreground Color X X X X EditorPane.inactiveForeground Color X X X X EditorPane.keyBindings KeyBinding[ ] X X X X EditorPane.margin Insets X X X X EditorPane.selectionBackground Color X X X X EditorPane.selectionForeground Color X X X X EditorPaneUI String X X X X FileChooser.acceptAllFileFilterText String X X X X FileChooser.cancelButtonMnemonic Integer X X X X FileChooser.cancelButtonText String X X X X FileChooser.cancelButtonToolTipText String X X X X FileChooser.detailsViewButtonAccessibleName String X X FileChooser.detailsViewButtonToolTipText String X X FileChooser.detailsViewlcon Icon X X X X FileChooser.directoryDescriptionText String X X X X FileChooser.enterFileNameLabelMnemonic Integer X FileChooser.enterFileNameLabelText String X FileChooser.fileDescriptionText String X X X X FileChooser.fileNameLabelMnemonic Integer X X FileChooser.fileNameLabelText String X X FileChooser.filesLabelMnemonic Integer X FileChooser.filesLabelText String X FileChooser.filesOfl'ypeLabelMnemonic Integer X X FileChooser.filesOfl'ypeLabelText String X X FileChooser.filterLabelMnemonic Integer X FileChooser.filterLabelText String X FileChooser.foldersLabelMnemonic Integer X FileChooser.foldersLabelText String X FileChooser.helpButtonMnemonic Integer X X X X FileChooser.helpButtonText String X X X X FileChooser.helpButtonToolTipText String X X X X FileChooser.homeFolderAccessibleName String X X FileChooser.homeFolderlcon Icon X X X X FileChooser.homeFolderToolTipText String X X FileChooser.listViewButtonAccessibleName String X X FileChooser.listViewButtonToolTipText String X X (continued) 811 Appendix A TableA-1 (continued) .................. .................................................... .................... ............................................................................ ............................ PROPERTY STRING OBJECT TYPE MOTIF MACINTOSH METAL WINDOWS FileChooser.listViewlcon Icon X X X X FileChooser.looklnLabelMnemonic Integer X X FileChooser.looklnLabelText String X X FileChooser.newFolderAccessibleName String X X FileChooser.newFolderErrorSeparator String X X X X FileChooser.newFolderErrorText String X X X X FileChooser.newFolderlcon Icon X X X X FileChooser.newFolderToolTipText String X X FileChooser.openButtonMnemonic Integer X X X X
Recommended publications
  • A Java Implementation of a Portable Desktop Manager Scott .J Griswold University of North Florida
    UNF Digital Commons UNF Graduate Theses and Dissertations Student Scholarship 1998 A Java Implementation of a Portable Desktop Manager Scott .J Griswold University of North Florida Suggested Citation Griswold, Scott .,J "A Java Implementation of a Portable Desktop Manager" (1998). UNF Graduate Theses and Dissertations. 95. https://digitalcommons.unf.edu/etd/95 This Master's Thesis is brought to you for free and open access by the Student Scholarship at UNF Digital Commons. It has been accepted for inclusion in UNF Graduate Theses and Dissertations by an authorized administrator of UNF Digital Commons. For more information, please contact Digital Projects. © 1998 All Rights Reserved A JAVA IMPLEMENTATION OF A PORTABLE DESKTOP MANAGER by Scott J. Griswold A thesis submitted to the Department of Computer and Information Sciences in partial fulfillment of the requirements for the degree of Master of Science in Computer and Information Sciences UNIVERSITY OF NORTH FLORIDA DEPARTMENT OF COMPUTER AND INFORMATION SCIENCES April, 1998 The thesis "A Java Implementation of a Portable Desktop Manager" submitted by Scott J. Griswold in partial fulfillment of the requirements for the degree of Master of Science in Computer and Information Sciences has been ee Date APpr Signature Deleted Dr. Ralph Butler Thesis Advisor and Committee Chairperson Signature Deleted Dr. Yap S. Chua Signature Deleted Accepted for the Department of Computer and Information Sciences Signature Deleted i/2-{/1~ Dr. Charles N. Winton Chairperson of the Department Accepted for the College of Computing Sciences and E Signature Deleted Dr. Charles N. Winton Acting Dean of the College Accepted for the University: Signature Deleted Dr.
    [Show full text]
  • LWUIT Developer's Guide
    Lightweight UI Toolkit Developer’s Guide Part No. 07-08-10 July 2010 Copyright © 2008, 2010 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related software documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle America, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
    [Show full text]
  • Bforartists UI Redesign Design Document Part 2 - Theming
    Bforartists UI redesign Design document part 2 - Theming Content Preface...........................................................................................................................6 The editor and window types......................................................................................7 Python console.............................................................................................................8 Layout:................................................................................................................................................................8 The Console Window.........................................................................................................................................8 Menu bar with a menu........................................................................................................................................8 Dropdown box with icon....................................................................................................................................9 RMB menu for menu bar....................................................................................................................................9 Toolbar................................................................................................................................................................9 Button Textform..................................................................................................................................................9
    [Show full text]
  • Bluebeam Revu Kansas Department of Transportation 700 SW Harrison Topeka, KS 66612
    Kansas Department of Transportation-Bureau of Local Projects http://www.ksdot.org/burLocalProj/BLPDocuments/KDOTBLPEplans.pdf July 1, 2014 i Bluebeam Revu Kansas Department of Transportation 700 SW Harrison Topeka, KS 66612 For additional KDOT training sources, please visit KDOT’s CADD Support channel located at www.youtube.com/kdotcaddsupport Helpful web links: https://studio.bluebeam.com Credit for a majority of this manual goes to: Mike Dillner, KDOT CADD Support Scott Marquis, KDOT CADD Support Jonathan Mushock, KDOT Traffic Safety and Technology Misty Rodriguez, KDOT KCTC Trainer Megan Murray, KDOT KCTC Trainer Ingrid Vandevort, KDOT KCTC Training Coordinator Chapters 1-4 and Appendix A were written by these people and they deserve the credit for the quality of the document they have produced. Revision date: July 2014 ii Bluebeam Revu Kansas Department of Transportation Introduction to Bluebeam Revu This is a guide for how to use Bluebeam Revu for your PDF markup and collaboration needs. Bluebeam Revu provides powerful and easy to use features for marking up Architecture, Engineering, and Construction (AEC) plan PDF documents. The Studio Session feature allows users from any location to participate in a collaborative review. Bluebeam makes use of Amazon Web Services (AWS), commonly referred to as the Amazon Cloud. This service will host the documents for the Studio Session. There are two roles within a Bluebeam Studio Session. That of an initiator, and that of a participant. If you are going to initiate a Studio Session you need to have any tier of Bluebeam Revu installed on your pc. However, to be a participant all that is required is Bluebeam Vu (a free PDF reader), though Bluebeam Revu can be used as well.
    [Show full text]
  • Feature-Rich Components & Tools That Boost the Productivity for You & Your
    Feature-rich components & tools that boost the productivity for you & your development team! Overview tmssoftware.com products Contents VCL Components for Windows application development ........................................................................................... 5 TMS Component Pack............................................................................................................................................... 6 Grid Components .................................................................................................................................................. 6 HTML ENABLED COMPONENTS .......................................................................................................................... 10 Edit controls ........................................................................................................................................................ 13 Planner components ........................................................................................................................................... 17 Outlook / inspector bar components ................................................................................................................. 19 Web connectivity components ........................................................................................................................... 20 Memo components ............................................................................................................................................ 22 System
    [Show full text]
  • Horizontally Scrollable Listboxes for Windows 3.X, Using C++
    Horizontally Scrollable ListBoxes for Windows 3.x, using C++ Ted Faison Ted is a writer and developer, specializing in Windows and C++. He has authored two books on C++, and has been programming in C++ since 1988. He is president of Faison Computing, a firm which develops C++ class libraries for DOS and Windows. He can be reached at [email protected] List boxes are among the most commonly used child controls in Windows applications. List boxes are typically used to show lists of files, fonts, or other variable-length lists of textual information. To add a list box to a dialog box, you generally edit a resource file, using programs such as Microsoft's Dialog Editor or Borland's Resource Workshop. Windows handles most of the list box details transparently. For example, if you add strings to a list box, Windows will automatically put a scroll bar on the control when the list box contains more strings than can be displayed in the client area of the list box. Windows handles scroll bar events - such as moving the thumb or clicking the up/down arrows - without any need for user code. Displaying a list of files in a list box is a somewhat easy task, because filenames have a predefined maximum number of characters. When you create the list box resource, you will generally make the control wide enough to display the longest filename. But what if you use a list box to display strings of varying and unknown length, such as the names of people or the titles of your CD collection ? You could obviously make the list box wide enough to accommodate the widest string you expect, but that would not only look pretty bad, but also waste a great deal of space on the screen.
    [Show full text]
  • Bluebeam Revu PDF Markup & Collaboration
    Bluebeam Revu PDF Markup & Collaboration Bluebeam Revu Idaho Transportation Department 3311 W. State Street P.O. Box 7129 Boise, ID 83713 If you need assistance with Bluebeam, please contact the OTS Support Team: Bluebeam Contacts D1 Benjamin Daley (208) 772-8033 [email protected] D2 Janet Zarate (208) 799-4243 [email protected] D3 Marc Danley (208) 334-8389 [email protected] D4 James Bennett (208) 886-7818 [email protected] D5 Kelli Baker (208) 239-3363 [email protected] D6 Brad Richards (208) 745-5635 [email protected] Bridge Rick Jensen (208) 334-8589 [email protected] HQ Beau Hansen (208) 334-8494 [email protected] HQ Jeremy Hunting (208) 332-7167 [email protected] For More Information: ITD SharePoint CADD/ProjectWise CADD/ProjectWise/Bluebeam Helpful links: BlueBeam Training Materials BlueBeam Support BlueBeam Revu Basics BlueBeam Revu 2016 Tips and Tricks Collaborative Design Review in Bluebeam Studio Revision date: October 2017 ii Bluebeam Revu Idaho Transportation Department Introduction to Bluebeam Revu This course will teach you how to use Bluebeam Revu for your PDF markup and collaboration needs. Bluebeam Revu provides powerful and easy to use features for marking up Architecture, Engineering, and Construction (AEC) plan PDF documents. The Studio Session feature allows users from any location to participate in a collaborative review. Bluebeam makes use of Amazon Web Services (AWS), commonly referred to as the Amazon Cloud. This service will host the documents for the Studio Session. There are two roles within a Bluebeam Studio Session: initiator and participant.
    [Show full text]
  • Hyperion Interactive Reporting
    HYPERION® INTERACTIVE REPORTING – SYSTEM 9 RELEASE 9.3.1 OBJECT MODEL AND DASHBOARD DEVELOPMENT SERVICES DEVELOPER’S GUIDE VOLUME I: DASHBOARD DESIGN GUIDE Interactive Reporting Object Model and Dashboard Development Services Developer’s Guide, 9.3.1 Copyright © 1996, 2007, Oracle and/or its affiliates. All rights reserved. Authors: Dan Montagne The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited. The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose. If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to
    [Show full text]
  • Revisiting Read Wear: Analysis, Design, and Evaluation
    Revisiting Read Wear: Analysis, Design, and Evaluation of a Footprints Scrollbar Jason Alexander 1, Andy Cockburn 1, Stephen Fitchett 1, Carl Gutwin 2, Saul Greenberg 3 1 Dept. of Computer Science 2 Dept. of Computer Science 3 Dept. of Computer Science University of Canterbury University of Saskatchewan University of Calgary Christchurch, New Zealand Saskatoon, Canada Alberta, Canada {jason, andy, saf75} [email protected] [email protected] @cosc.canterbury.ac.nz ABSTRACT having attended to the thumb’s location during previous In this paper, we show that people frequently return to visits, remembering it, and reproducing it accurately. One previously-visited regions within their documents, and that or more of these activities can fail. In their comparison of scrollbars can be enhanced to ease this task. We analysed navigation in paper and electronic documents O’Hara and 120 days of activity logs from Microsoft Word and Adobe Sellen [25] observed that people use fingers to mark Reader. Our analysis shows that region revisitation is a document regions in paper documents for easy return, and common activity that can be supported with relatively short that equivalent methods are lacking when scrolling. They recency lists. This establishes an empirical foundation for conclude that scrolling is “irritatingly slow and distracting” the design of an enhanced scrollbar containing scrollbar and that people need “quicker, more effortless navigation” marks that help people return to previously visited [25], p.341. document regions. Two controlled experiments show that scrollbar marks decrease revisitation time, and that a large One way to improve support for revisitation is by number of marks can be used effectively.
    [Show full text]
  • Translate's Localization Guide
    Translate’s Localization Guide Release 0.9.0 Translate Jun 26, 2020 Contents 1 Localisation Guide 1 2 Glossary 191 3 Language Information 195 i ii CHAPTER 1 Localisation Guide The general aim of this document is not to replace other well written works but to draw them together. So for instance the section on projects contains information that should help you get started and point you to the documents that are often hard to find. The section of translation should provide a general enough overview of common mistakes and pitfalls. We have found the localisation community very fragmented and hope that through this document we can bring people together and unify information that is out there but in many many different places. The one section that we feel is unique is the guide to developers – they make assumptions about localisation without fully understanding the implications, we complain but honestly there is not one place that can help give a developer and overview of what is needed from them, we hope that the developer section goes a long way to solving that issue. 1.1 Purpose The purpose of this document is to provide one reference for localisers. You will find lots of information on localising and packaging on the web but not a single resource that can guide you. Most of the information is also domain specific ie it addresses KDE, Mozilla, etc. We hope that this is more general. This document also goes beyond the technical aspects of localisation which seems to be the domain of other lo- calisation documents.
    [Show full text]
  • The Design, Use, and Performance of Edge-Scrolling Techniques Jonathan Aceituno, Sylvain Malacria, Philip Quinn, Nicolas Roussel, Andy Cockburn, Géry Casiez
    The design, use, and performance of edge-scrolling techniques Jonathan Aceituno, Sylvain Malacria, Philip Quinn, Nicolas Roussel, Andy Cockburn, Géry Casiez To cite this version: Jonathan Aceituno, Sylvain Malacria, Philip Quinn, Nicolas Roussel, Andy Cockburn, et al.. The design, use, and performance of edge-scrolling techniques. International Journal of Human-Computer Studies, Elsevier, 2017, 97, pp.58 - 76. 10.1016/j.ijhcs.2016.08.001. hal-01624625 HAL Id: hal-01624625 https://hal.archives-ouvertes.fr/hal-01624625 Submitted on 2 Nov 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. The design, use, and performance of edge-scrolling techniques J. Aceitunoa,b,∗, S. Malacriaa,c, P. Quinnc, N. Roussela, A. Cockburnc, G. Casiezb aInria Lille - Nord Europe, 40 avenue Halley, 59650 Villeneuve d'Ascq, France bUniversit´eLille 1, Cit´eScientifique, 59650 Villeneuve d'Ascq, France cDepartment of Computer Science and Software Engineering, University of Canterbury, Private Bag 4800, Christchurch, New Zealand Abstract Edge-scrolling techniques automatically scroll the viewport when the user points near its edge, enabling users to reach out-of-view targets during activities such as selection or drag-and-drop. Despite the prevalence of edge-scrolling techniques in desktop interfaces, there is little public research on their behaviour, use or performance.
    [Show full text]
  • Workspace Desktop Edition
    Workspace Desktop Edition 8.5.124.08 9/27/2021 8.5.124.08 8.5.124.08 Workspace Desktop Edition Release Notes Release Date Release Type Restrictions AIX Linux Solaris Windows 02/28/18 Update X Contents • 1 8.5.124.08 • 1.1 Helpful Links • 1.2 What's New • 1.3 Resolved Issues • 1.4 Upgrade Notes Workspace Desktop Edition 2 8.5.124.08 What's New Helpful Links This release contains the following new features and enhancements: Releases Info • The rich text email editor Font menu now displays the full list of fonts • List of 8.5.x Releases available on the agent workstation. Previously, only one font per font family was displayed. • 8.5.x Known Issues • Screen Reader applications can now read the names of colors inside the email Rich Text Editor color Picker control. • Agents can now press the Enter key to insert a selected standard Product Documentation response into an email, chat, or other text-based interaction. Workspace Desktop Edition • It is now possible to sort the content of an 'auto-update' workbin based on a column containing integer values. For that purpose, the key-value pair 'interaction-workspace/display-type'='int' must be specified in the annex of Genesys Products the Business Attribute Value corresponding to that column in the Business Attribute "Interaction Custom Properties". Previously those columns were List of Release Notes sorted as strings. • On an Alcatel 4400 / OXE switch, a Supervisor can now fully log out of the voice channel when exiting Workspace if the value of the logout.voice.use-login-queue-on-logout option is set to true.
    [Show full text]