portdad.blogg.se

Xojo examples
Xojo examples













xojo examples
  1. #XOJO EXAMPLES HOW TO#
  2. #XOJO EXAMPLES MAC OS X#
  3. #XOJO EXAMPLES MOVIE#
  4. #XOJO EXAMPLES PDF#
  5. #XOJO EXAMPLES INSTALL#

Than you can use the MBS Xojo Java Plugin to use that driver with the Java VM to connect to your database server. If you need more database options than Xojo gives you, you should check whether there is a JDBC driver for your database server. Also there are some tutorial videos you can watch. And if you like a feature of a chart you see, check the example to see how it was made. This way you can fast find the example which is closest to your chart. You can open the folder with the examples and see directly all the pictures rendered using the examples. Take some time to walk through the 170 example projects. Surface, pyramid, cone, funnel, pie, donut, bar, line, spline, step-line, trending, curve-fitting, inter-line coloring, area, scatter, bubble, floating box, box-whisker, waterfall, finance, gantt, vector, radar, polar line, polar area, polar spline, polar scatter, polar bubble, polar vector and rose charts. The MBS Xojo ChartDirector Plugin has all the charts you may need in your application: But if you like to render a chart in 10 lines, you need professional help. You can draw a lot of things yourself with the Graphics class in Xojo. The NSStatusItemMBS class can create a menu entry and attach a menu using the NSMenuMBS class.

xojo examples

The MBS Xojo Cocoa Plugin has all the classes needed to do this.

#XOJO EXAMPLES MAC OS X#

On Mac OS X you can have applications installing a menu in the menubar on the top right.

#XOJO EXAMPLES PDF#

Finally you save everything as a new PDF file. Than you write your invoice table, the address and whatever text you like on top of it. If your application is writing invoices as PDF files, you can use both CoreGraphics and DynaPDF to import an existing PDF as a template. Compared with other professional solutions, the price is quite high, but this gives you a royalty free license. But this is only available on Mac OS X.įor professional PDF handling on Mac OS X, Windows and Linux, I recommend the MBS Xojo DynaPDF Plugin. The MBS Xojo MacOSX Plugin gives you CoreGraphics PDF classes for displaying, creating and modifying PDF files. Creating PDFīest you check the article Creating PDF files in the Xojo Developer Magazine. For example you can specify the resolution and the color profile. Also the JPEGExporterMBS class has many more options to save a jpg file. So you can save your JPEG files on Mac, Windows and Linux with any compression level you like. The MBS Xojo JPEG Plugin has a folderitem.SaveAsJPEGMBS function which takes as a parameter the compression quality in percent. Solutions with the MBS Plugins.įor the points above you find below the solutions: Saving JPEG After compiling you can look into the application (on Mac OS X) or into the Libs folder (on Windows) to see which plugins are used. Xojo will only link the plugin code into your application which is needed by your code. You can easily fill your plugins folder with 200 MB of plugin files. With CMYK colors, special compression settings, multiple pictures, custom data fields, color profiles and XMP meta data. A plugin is a code library which gives you new classes, methods and controls in Xojo.įor example the MBS Xojo TIFF Plugin gives you a new TiffPictureMBS class which has all the little options you may need to process tiff files of any kind. To extend Xojo with new features, you can use plugins.

  • How do you render a chart without drawing everything yourself?.
  • How do you get an icon from your application in the top right of the menu bar on Mac OS X?.
  • #XOJO EXAMPLES MOVIE#

  • Using the Movie class you may want to know the duration of that movie or get a picture at a given position?.
  • But what if you want to do this directly? And use existing PDFs as template?

    #XOJO EXAMPLES INSTALL#

    How do you create a PDF? Your user can install on Windows some PDF print driver or on Mac the user can save prints to PDF in the print dialog.What do you do if you need 75% cross platform? The folderitem.SaveAsJPEG method can save you a JPEG, but it will always use 50% for the quality.

    #XOJO EXAMPLES HOW TO#

    Once you learned how to get the code written, you will soon hit some limits. Get the back issues and you have a huge library of articles, tutorials and example code to learn. And you should subscribe to the Xojo Developer Magazine.

    xojo examples

    Next I recommend you check for some books about Xojo. First you may want to learn Xojo by doing the tutorial coming with the Xojo download.















    Xojo examples