- Articles
2,318 results
-
ValentinaDB
Valentina database is designed to support Relational Model, which is a standard one for the last 10-15 years for DBMS world, and smoothly and natural extend it to Object-Relational model with powerful addition -
Install LiveCode Server on Windows with Apache
he LiveCode Server product brings our english like language to the server environment. The server engine is a separate build of the LiveCode engine with specific syntax and functionality that makes it suitable for use -
Freehand polygon
This graphic permits you to draw any polygon closed or open, it's similar to line. To use it click to indicate all points of the polygon, double click to indicate the last point of -
Scrollbar
Scrollbar object is used for progress bar, sliders, arrows and much more. 1/4 Scrollbar orietation is automatic, is the direction of the major size between horizontal and vertical. -
Install LiveCode Server on Linux with Apache
Apache is the most most popular web server package available today. Installing Apache will allow your machine to function as a web server, hosting websites and serving web pages. Most Linux distributions come with Apache -
Image area
Image area is a rectangular object containing an image. An image can be used also as a mouse cursor. You can edit an image using the paint controls embedded in Livecode. You use the word -
IOS filesystem
The iOS file system is geared toward apps running on their own. To keep the system simple, users of iOS devices do not have direct access to the file system and apps are expected to -
Encrypt using rsa
Encrypt data using the RSA algorithm. Syntax: encrypt source using rsa with{public| private} key tKey [and passphrase tPassPhrase] -
Answer file
Displays a standard file dialog for the user to select a file. The dialog box displayed is the same one most programs use for the "Open" command in the File menu. Syntax: answer file[s -
Properties
Every object has properties. You can see those properties by using the Property Inspector and make any changes. For example, by using the Property Inspector, you can make a standard button into precisely the type -
Data grid
The Datagrid control is group consisting of a table field with some accessories. Users can sort data by column. You can't ungroup a datagrid. The Datagrid has a lot of built in properties and -
Variables
Variables are used for temporarily data storage. This is a very important feature of LiveCode and most computer languages, but variables operate a little different in LiveCode. In LiveCode, the Put command is used to -
Setting up Mac for iOS
Before you can use iOS deployment, you have to install the appropriate iOS SDKs that available from Apple. You have to register as an iPhone Developer with Apple before you can download and work with -
Rectangle
This is the classic rectangular shape. If you don't set the opaque property to true, you'll only see the border. Gradients property permits you to set special fill effect to your graphic. The -
Group
A group is a single object that holds one or more other objects. It can even contain another group. A group is the most versatile object in LiveCode. You can create a group by selecting -
Custom properties
In LiveCode there are several different type of objects: stacks, cards, groups, buttons, fields, etc. Each of these objects has there own properties. But when any object is created, by default it does not contain -
Object Oriented Programming - Agregation
LiveCode is an object based language. It uses many different types of objects - buttons, windows, cards, stacks, fields, graphics, etc. But all of those are User Interface objects, each with its built-in properties and -
RevOpenDatabase
Connects to a MySQL, SQLite, PostgreSQL, ODBC or Oracle database. Syntax: revOpenDatabase(databasetype, host [: port], databaseName, [userName], [password],[sslOption],...) -
Behavior
Allows an object to inherit its script handlers from another object. Syntax: set the behavior of object to [button| stack] Examples: set the behavior of tNewGroup to the long id of button "Widget" of card -
Quicktime player
The player (mplayer or other chose by Livecode), support all files supported by QuickTime player (AVI, MP3, MP4, etc.). You should use this player for audio or video files (and install it). On Linux Livecode -
Tab panel
Tab panel is just an optical illusion, it doesn't contain any elements. You have to create and show and hide elements. The best way to use it is transform the tab panel in the -
Drag and drop
Do you want to move your object around the window? It's so easy, just add the following code to the object script: on mouseDown grab me end mouseDown That is all! -
Webserver
If may use LiveCode to create web pages as a webserver. This guide will get you started. The guide explains how to install LiveCode Server on Mac, Windows and Linux servers, create a “Hello World -
Install LiveCode Server on OS X with Apache
Before starting, read the lesson Install LiveCode Server Apache is the most most popular web server package available today. Installing Apache will allow your machine to function as a web server, hosting websites and serving -
Introduction of the IDE
When you download LiveCode, you download a fantastic IDE for developing programs. It contains a lot of features which will be shown here. This is where you launch all tools for creating you application. If
Related Community

Wookieepedia
movies
100K
Pages100K
Images1
Video
Wookieepedia is a wiki-based online encyclopedia that contains detailed information about the Star Wars universe, including movies, books, video games, characters, locations, technology, weapons, vehicles, and everything in between. Founded in 2005, Wookieepedia has over 175,000 articles, covering everything from the…