Search found 181 matches

by PetrS
16 Jul 2014, 07:14
Forum: Design forms features
Topic: Graphics
Replies: 0
Views: 1342

Graphics

Graphics Graphics is a powerfull tool to add vector graphics into your calculations. There is possible to draw Lines, Dimensions, Brushes,Texts and Arrows. Also is possible to move or rotate whole picture (ULS move, rotate) Graphics is activated by "Object <variable> = new Graphics();" Ev...
by PetrS
16 Jul 2014, 07:11
Forum: Design forms features
Topic: List of objects available in Design Forms
Replies: 0
Views: 1576

List of objects available in Design Forms

u:2ggl14xrb:2ggl14xrBuilt-in objects:/b:2ggl14xr/u:2ggl14xr list:2ggl14xr *:2ggl14xrCONCRETE - Concrete toolbox/*:m:2ggl14xr *:2ggl14xrEuroCode - EuroCode toolbox/*:m:2ggl14xr *:2ggl14xrMath - Mathematical functions, constants/*:m:2ggl14xr *:2ggl14xrTools - Application and calculation constants, dir...
by PetrS
16 Jul 2014, 07:02
Forum: Design forms features
Topic: Random
Replies: 0
Views: 1498

Random

b:3ef2mbgrRandom class/b:3ef2mbgr Version 4.2.30 and higher Random class represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness. Help at MSDN: url=http://msdn.microsoft.com/cs-cz/library/system.random.aspx:3...
by PetrS
16 Jul 2014, 06:55
Forum: Design forms features
Topic: Graph
Replies: 0
Views: 1442

Graph

size=150:2hfr7qmeGraph/size:2hfr7qme Graph is visual component used to visualize 2D function or points. You can work with graph the same way as with texts, equations or images. Use intellisense to browse through graph properties. See attached examples for more info. :!: Graph legend is available in ...
by PetrS
16 Jul 2014, 06:51
Forum: Design forms features
Topic: CustomDataTable
Replies: 1
Views: 3434

CustomDataTable

CustomDataTable CustomDataTable (cDT) represents table of in-memory data. cDT is direct descendant of c# DataTable object Syntax: object cDT = new CustomDataTable(<file_name>); Parameters: string filename - relative path to XML file containing data. Search starts from folder "Public Documents\...
by PetrS
16 Jul 2014, 06:50
Forum: Design forms features
Topic: Table input
Replies: 4
Views: 2878

Re: Table input

u:qc7hxpu8b:qc7hxpu8Frequent bug in variable declaration:/b:qc7hxpu8/u:qc7hxpu8 object X; // declares variable "X" of type "object - array". No value is saved by this command. object Y = new object; // declares variable "Y" of type "object - array" and assign ...
by PetrS
16 Jul 2014, 06:50
Forum: Design forms features
Topic: Table input
Replies: 4
Views: 2878

Re: Table input

ubDisplay number of rows in source code:/b/u
x.Count where "x" is a variable connected to the table input
by PetrS
16 Jul 2014, 06:49
Forum: Design forms features
Topic: Table input
Replies: 4
Views: 2878

Re: Table input

ubRemoving rows in table/b/u
1. Select row by click on the row headline (the most left gray cell)
2. Press DELETE on keyboard
by PetrS
16 Jul 2014, 06:49
Forum: Design forms features
Topic: Table input
Replies: 4
Views: 2878

Table input

Table input - new dialog component. u:2rj9ema3b:2rj9ema3Setting table structure:/b:2rj9ema3/u:2rj9ema3 list:2rj9ema3 *:2rj9ema3Insert new TableInput to the dialog./*:m:2rj9ema3 *:2rj9ema3Click on button at "Columns" row in PropertyGrid./*:m:2rj9ema3 *:2rj9ema3Define table columns./*:m:2rj9...
by PetrS
16 Jul 2014, 06:48
Forum: Design forms Builder
Topic: Coding Standards
Replies: 0
Views: 1925

Coding Standards

size=150:390wzz0xCoding Standards/size:390wzz0x There are proposals for Coding standards in SDF. Feel free to comment it or add another rules. u:390wzz0xb:390wzz0xRules division:/b:390wzz0x/u:390wzz0x color=#FF0000:390wzz0xA(utomatic)/color:390wzz0x - This rules are keeped by SDF_builder automatical...
by PetrS
16 Jul 2014, 06:44
Forum: Design forms features
Topic: Dialog
Replies: 0
Views: 1695

Dialog

size=150:1twqdf1nNew dialog/size:1twqdf1n New dialog si available since version 4.2.14 u:1twqdf1nb:1twqdf1nNew features:/b:1twqdf1n/u:1twqdf1n list:1twqdf1n *:1twqdf1nFree layout of dialog components/*:m:1twqdf1n *:1twqdf1nTable input/*:m:1twqdf1n *:1twqdf1nTab pages/*:m:1twqdf1n *:1twqdf1nGroup box...
by PetrS
16 Jul 2014, 06:43
Forum: Design forms features
Topic: Trace listener
Replies: 5
Views: 6429

Trace listener

size=150Trace listener/size

Trace listener is debugger tool available in SDF Builder.
It shows sequence of commands of the script run with basic debug info.

You can open Trace listener from iSDF Builder main menu - Tools - Open Trace listener/i.
by PetrS
16 Jul 2014, 06:43
Forum: Design forms features
Topic: User functions
Replies: 0
Views: 1467

User functions

size=150:2xl0wmgdUser functions/size:2xl0wmgd You can define own functions in SDF script. User functions may be used in equations or to export data to output. One functions can be used in both ways - see example. Functions can be loaded from external calculation. Functions can be defined within url=...
by PetrS
16 Jul 2014, 06:42
Forum: Design forms features
Topic: User classes
Replies: 1
Views: 3723

User classes

User classes User class is object consisting of properties and methods. In OOP, you use objects=classes in your programs to encapsulate the data associated with the entities with which the program is working. For example, a human resources application needs to work with employees. Employees have at...
by PetrS
16 Jul 2014, 06:36
Forum: Design forms features
Topic: Page preview in DF User
Replies: 0
Views: 1646

Page preview in DF User

size=150Page preview in SDF User/size
Version 5.2.0 and higher

Page preview is available in SDF User.
You can switch between Concept and Page preview using buttons in Output icon menu.
by PetrS
16 Jul 2014, 06:35
Forum: Design forms features
Topic: Code profiler
Replies: 1
Views: 3829

Code profiler

size=150:bskumeduDesign Forms Builder Code Profiler/size:bskumedu Version 0.1.49 and higher Code profiler is new tool available in SDF Builder (Main menu -> View -> Open code profiler). Code profiler measures the execution time of each instruction and shows it in the table: u:bskumedub:bskumeduTable...
by PetrS
16 Jul 2014, 06:35
Forum: Design forms features
Topic: Table backcolor, backbrush
Replies: 0
Views: 1521

Table backcolor, backbrush

size=150:da3bc5q3Table BackColor, BackBrush/size:da3bc5q3 Version 0.1.50 and higher New properties are available for table cells, columns and rows. You can simply set BackColor (SolidBrush will be used) or set BackBrush (complex c# brush can be used). b:da3bc5q3BackBrush /b:da3bc5q3- set this proper...
by PetrS
16 Jul 2014, 06:34
Forum: Design forms features
Topic: SaveResults, ReadResults
Replies: 1
Views: 2114

Re: SaveResults, ReadResults

size=150:3t5qfyktSaveResults command extension/size:3t5qfykt SaveResults command was extended by optional parameter "Value" which defines value saved to results. u:3t5qfyktb:3t5qfyktSyntax:/b:3t5qfykt/u:3t5qfykt b:3t5qfyktStructure SaveResults(ResultType ResultType, string Key)/b:3t5qfykt ...
by PetrS
16 Jul 2014, 06:34
Forum: Design forms features
Topic: SaveResults, ReadResults
Replies: 1
Views: 2114

SaveResults, ReadResults

size=150:3gixbkiwb:3gixbkiwSaveResults and ReadResults methods/b:3gixbkiw/size:3gixbkiw Version 0.1.33 and higher SaveResults and ReadResults are functions used to store semi-results in IO structure. These functions allows sharing results between various calculations, between master and slave or bet...
by PetrS
16 Jul 2014, 06:33
Forum: Design forms features
Topic: Scale of static image
Replies: 0
Views: 1261

Scale of static image

size=150:24t31bu1Scale of static image/size:24t31bu1 Version 0.1.50 and higher IMG command was extended by optional parameters. Image can be drawn with given scale (keeping aspect ratio) or it can be fitted in the given rectangle. u:24t31bu1b:24t31bu1Syntax:/b:24t31bu1/u:24t31bu1 IMG(string ImageNam...

Go to advanced search