Another Approach to Specifying Multiple Images in a List Box
/documentation/pages/Guides/Desktop/Xdialog/Controls/List Box/Another Approach to Specifying Multiple Images in a List Box.xml
Other examples have specified an image list with the I=imagelist command, and then selected the image to use by number. Another approach embeds the image name for each row in the data to be displayed by the list box.
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:
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.
Specifying Multiple Images in a List Box
/documentation/pages/Guides/Desktop/Design/Data/DBF/Specifying Multiple Images in a List Box.xml
The owner-draw list boxes that we have shown so far have all used a single image in the list box. In a practical application, you will want to use multiple images in a list box, with the bitmap associated with each row of the list box determined dynamically, based on the text in the row.
List Control Overview : Building Disconnected Applications
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/_Building Disconnected Applications/index.xml
The List Control is the fundamental building block for creating mobile applications with offline support. Interfaces for editing data via a Detail View and searching records with sophisticated Search controls are also easily added and configured to work with the List Control. Fetching, editing, and synchronizing data are all handled by the List Control.
Displaying Captured Images using a Form View
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/FormView/Displaying Captured Images using a Form View.xml
It is easy to configure a Form View such that it can be used to select and save, or 'capture', images to a list control.
ListView with Master-Detail
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List View/ListView with Master-Detail.xml
This example shows an Xdialog form with 2 list view controls. The top control displays records from the AlphaSports invoice_header table. The bottom control displays records from the invoice_items table.
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.
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.
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.