Printing Images
/documentation/pages/Guides/Report/Printing Techniques/Printing Images.xml
The default Display Mode for image files on reports is "Absolute". This mode prints one picture pixel per printer pixel. The result will typically produce a print image smaller than you desire.
Uploading and Displaying Images
/documentation/pages/Server/Guide/Design/View/Grid/Uploading and Displaying Images.xml
A common web application requirement is to allow users to upload and view images. This example provides a simple model that you can start with.
The Search Part
/documentation/pages/Guides/Mobile and Web Components/Grid/The Search Part/index.xml
The Search form allows you to find records using complete or partial values in one or more fields. The result of a search displays only the matching records in your grid. You can sort the results on any field in the grid.
Embed images into HTML
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Image Properties/embedimagesintohtml.xml
Specify if the image should be base64 encoded and embedded directly into the HTML.
Displaying Tiled Images
/documentation/pages/Server/Guide/Design/View/Grid/Displaying Tiled Images.xml
Many developers want to create display multiple thumbnail images on a page, then allow the user to select one image to see it in a larger format on a second page. This tutorial describes the process of creating these pages.
Dynamic Images and Image Sequences
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Alternate Views/Google Maps - Alternate Views/Dynamic Images and Image Sequences.xml
When you place a marker on a Google Map, you have full control over the icon that is used. You can specify an expression that evaluates to the icon name to use for the marker. Or, you can specify an Xbasic function that will get called for each row in the Grid. The function can compute the marker icon based on the data in the current Grid row.
Working with Images on Dialogs
/documentation/pages/Guides/Desktop/Xdialog/Working with Images on Dialogs.xml
Xdialog allows you to place images on dialogs. You can place the images on the dialog background, on a button, next to an element in a list box, and so on. This lesson discusses some of the ways in which you can work with images.
Has Search Part
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/ListProp/Has Search Part.xml
Specifies if the List as a 'Search Part', controls on the UX that allow the user to enter criteria to filter the records shown in the List.
Support for Hotspots on Images
/documentation/pages/Guides/Desktop/Xdialog/Support for Hotspots on Images.xml
You can define image maps for images that are displayed on an Xdialog with the {image} command. The image map defines rectangular areas on the image, the icon to use when the mouse is over the defined area and the event name to fire when the user clicks on the defined area. In the sample shown below the image map has four defined areas. If the user moves the mouse and clicks on one of the squares in the image, the 'value' variable will be updated to reflect the name of the square the user clicked on and displayed in the input area.
Working with Images that Contain Multiple Sub-Images
/documentation/pages/Guides/Desktop/Xdialog/Working with Images that Contain Multiple Sub-Images.xml
An image can contain multiple sub-images. For example, the Alpha Anywhere system image called 'filebox' contains sub-images. The following script displays a dialog showing the 'filebox' image: