Legacy Login Component
/documentation/pages/Guides/Mobile and Web Components/Login/Legacy Login Component/index.xml
A Login/Register form for authenticating a user before allowing access to an application.
Getting Started (Legacy)
/documentation/pages/Desktop/Tutorial/Design/View/Database/Getting Started.xml
You must first install Alpha Anywhere before you can proceed with the tutorial lessons. To install Alpha Anywhere:
Creating a Legacy Login Component
/documentation/pages/Guides/Mobile and Web Components/Login/Legacy Login Component/Creating Login Components.xml
After you have defined all security parameters, you may build a login component. A login component may include up to 3 "views". All login components have a login view. This includes the fields for entering a user ID and password and may include links to other views. If the security settings allow a user to change his or her password on-line, a second view named "Change Password" is available. This allows you to configure a specific component layout for changing passwords. If the security settings allow the user to recover lost login information, a third view named "Lost Info" is available. This will show various fields that are used to verify the identity of a user and return the requested login information.
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.
Convert images to base64 encoded in-line images
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Advanced/Convert images to base64.xml
If enabled, base64 encodes all images referenced in the UX and embeds them in the HTML for the application.
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.
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.