
- XOJO EXAMPLES PDF
- XOJO EXAMPLES INSTALL
- XOJO EXAMPLES SOFTWARE
- XOJO EXAMPLES CODE
- XOJO EXAMPLES FREE
PDFLibrary = NEW OLEObject("DebenuPDFLibraryLite1112.PDFLibrary") PdfFile = "C:\\TEMP\\PDF\\HelloFromXojo.pdf"
XOJO EXAMPLES PDF
And the “Debenu Quick PDF Library 11.12 Reference Guide.pdf” will explain howto use the Library.Ĭreate a PDF document with text: “Hello from XOJO” // Create a PDF document with text: "Hello from XOJO" Read the GettingStarted.pdf file which explains howto registering the ActiveX DLL.
XOJO EXAMPLES INSTALL
( )Ĭheck the license agreement before you install it, as the license agreement could have changes while you are reading this
XOJO EXAMPLES SOFTWARE
Which allow you to install the LICENSED SOFTWARE on any number of computers, for any number of developers for both personal or commercial use.
XOJO EXAMPLES FREE
This event fires when the user presses the button.Some of you might be interested in using the Debenu Free PDF Library Lite to create PDF documents or Convert images to Pdf.
XOJO EXAMPLES CODE
You need only one simple line of code to finish your project!Įxecute when the user presses the Return key or clicks the search button on the right side of the Search Field.īecause it will be utilizing a web service that uses dashes instead of spaces in country names, change spaces the user enters into dashes.Ĭombine the updated value the user entered with the URL of the web service to create a URL that is then assigned to the FlagViewer so that it can retrieve and display the appropriate flag.ĭouble-click on the Search Field to open the Add Event Handler dialog box. Xojo uses an object-oriented programming language that is quite easy to learn. Now it is time to add the code that will find the flag based upon the country name the user enters and display it in the FlagViewer control.

As you approach the bottom and right edges of the layout, alignment guides will appear letting you know to leave some space between the control and the edge of the page. Use the alignment guides to help you determine where to drop it.įinally, let's resize the controls to best utilize the space.Ĭlick on the SearchField to show the selection handles.Ĭlick the center-right handle and drag it to the right until the alignment guides tell you it is close enough to the right edge of the webpage.ĭrag the selection handle in the control's lower-right corner and resize it to fill the remaining space. As you get close to the edges of the page, you will see alignment guides that help you position the control.ĭrag the ImageViewer control so that's underneath the SearchField.

In the Library, click on the SearchField and drag it to the top-left corner of the web page in the Layout Editor. You will add a SearchField and an ImageViewer to your webpage by dragging it from the Library on the right side of the Workspace and dropping them on your webpage. It's time to start adding controls to the web page. You can change how the controls display in the Library by clicking the small gear icon and choosing a different setting. You can also add a control to the window by double-clicking it. You design the window by dragging controls from the Library to the window. Library: the area on the right is the Library and shows the controls and interface elements that you can add to a window or to the project. In this illustration, the window is blank because you haven't yet added any user interface controls from the Library. It shows the window and previews how it looks when the app runs. You use the Layout Editor to design the user interface for the windows in your app. Layout Editor: the center area is the Layout Editor. You use the Navigator to navigate within your project.

By default you can see Web (which is selected), the App object and the Session object. Navigator: the area on the top left shows you all the items in your project. Xojo opens a Workspace window displaying your project with the default Webpage displayed in the Layout Editor. This is where you will begin designing your app. The main Xojo window (called the Workspace) opens. You can enter a company name or leave it blank. In this QuickStart, you will build a web application that makes use of a web service that lets you search for and display flags of various nations around the world.Įnter FlagSearch as the Application Name. It will automatically populate using what you enter for the Application and Company Names, but you can also change it to whatever you want. You may choose to leave this blank.Īpplication Identifier: a unique identifier for this app. This will be the filename of the actual app file that gets created.Ĭompany Name: the name of your company or your own name. You will now see three fields that need values:Īpplication Name: the name of your app. For this QuickStart, you are building a Web app, so click on Web. Xojo lets you build several different types of apps (Desktop, Web, Console and iOS). When it finishes launching, the Project Chooser appears.
