EnglishFrenchSpanish

Ad


OnWorks favicon

fdesignL - Online in the Cloud

Run fdesignL in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command fdesignL that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


fdesign - Forms Library User Interface Designer

SYNOPSIS


fdesign [-xformoptions] [-options] [files]

DESCRIPTION


fdesign is a GUI builder that helps in the construction of graphical user interface in a
WYSIWYG ("what you see is what you get") way by allowing the user to directly manipulate
various objects, such as buttons, sliders and menus etc. Once a satisfactory UI is
constructed, the user can save the composed interface into a set of external files. Files
with the extension '.fd' contain all information about the objects and can be read in
again by fdesign. The files with C code and header files when compiled and linked against
the Forms Library, generate code that at run-time constructs the exact same interface as
the ones seen within fdesign.

A variety of output languages is possible via external filters. As of this writing, C,
perl, ada95, Fortran, pascal, and PostScript output filters are known to exist.

OPTIONS


fdesign accepts all standard Forms Library command line options as well as the following:

-help Prints a brief summary of all command line options. This option does not require a
connection to the X server.

-version
Prints the current version of fdesign and exits.

-geometry geom
Specifies the prefered size and location of main working area in which the UI is to
be constructed.

-convert fdfile-list
This option prevents fdesign from attempting to make a connection to the X server.
The file list following this flag is converted to C code directly.

-dir destdir
output any converted files in destdir.

-unit pixel|point|mm|cp|cmm
selects the unit of measure for object geometries. For non-pixel unit, the interface
created is screen resolution independent and may be desirable for many applications.
Note that for typical screens, point (about 1/72 inch) and mm may be too coarse and
subject to round-off errors. Use cp (centi-point, 100th of a point) and cmm (centi-
mm) instead.

-altformat
selects an alternative format for the generated C code where global variables are
used for the UI components.

-main requests the output of main program template.

-callback
requests the output of callback function template.

-compensate
requests the emission of font/server resolution variation compensation code.

-I headerfile
uses an alternative header file instead of the default forms.h in the output C code.

-lax requests relaxed C syntax checking.

-ps This option specifies that instead of emitting the c code for the user interface,
PostScript code should be emitted.

-ada This option requests ada95 code output

-perl This option requests perl code output.

-fortran
This option requests Fortran code output.

-pascal
This option requests pascal code output.

-nocode
suppresses the output of UI code. Only the .fd file is written.

The most useful Forms Library command line options are

-display host:dpy
This option specifies the X server to connect.

-flversion
This option prints the version string of the Forms Library, with which fdesign was
build.

-name appname
This option specifies the application name under which resources are to be
obtained, instead of the executable name. appname should not contain . or *.
fdesign.

RESOURCES


The program understands all of the Forms Library's resource names and classes as well as
the following

control.geometry (class Control.Geometry)
specifies the geometry of the control panel. Currently the size is ignored.

unit (Unit)
specifies the default unit of measure. Default is pixel.

attributes.geometry (class Attributes.Geometry)
specifies the geometry of the object attributes panel. Currently the size is
ignored.

align.geometry (class Align.Geometry)
specifies the geometry of the object align panel. Currently the size is ignored.

xformsHeader (class XFormsHeader)
specifies the header filename generated in the output C code. Default is forms.h

filter (class Filter)
specifies post-processing filter (an external executable name).

language (class Language)
specifies target language name.

Among the standard Forms Library resources, the following are most useful

xform.fontsize (class XFORM.FontSize)
specifies the font size used for most object labels.

xform.pupfontsize (class XFORM.PupFontSize)
specifies the font size used in pop-up menus.

xform.browserFontSize (class XFORM.BrowserFontSize)
specifies the font size used for the text inside a browser.

Use fdesignL online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad