Design Forms Online
Standalone Design Forms are migrated to online app.
Please visit our site: http://designforms.net/lp/
or register https://designforms.net/WebUser
Desktop version will not be developed in future.
Search found 181 matches
- 04 Oct 2016, 06:44
- Forum: Releases
- Topic: Design Forms Online
- Replies: 0
- Views: 9714
- 30 Nov 2015, 09:08
- Forum: Design forms Builder
- Topic: Batch resave ot CLSs
- Replies: 0
- Views: 2866
Batch resave ot CLSs
size=150:ul1u57geBatch resave ot CLSs/size:ul1u57ge Version 13.400.168+ :idea: Batch resave CLSs can be used to update old CLS files to the latest version. :idea: Or use this function to save CLSs with/without variable values. Function is available in i:ul1u57geMain menu - Tool - Batch CLSs resave/i...
- 12 Nov 2015, 10:22
- Forum: Design forms features
- Topic: Documentation of the code
- Replies: 2
- Views: 6567
Re: Documentation of the code
Using DesignForms_DocGenerator Run bDesignForms_DocGenerator.exe/b from command line. DocGenerator will find all CLS files in given directory (including sub-directories) and generate HTML documentation based on XML-tags in the code. Command line parameters: ⋅ -SOURCEDIR:"<directory_w...
- 12 Nov 2015, 10:16
- Forum: Design forms features
- Topic: Documentation of the code
- Replies: 2
- Views: 6567
Documentation of the code
Documentation of the code In SDF you can create documentation for your code by including XML elements in special comment fields (indicated by triple slashes) in the source code directly before the code block to which the comments refer, for example: /// <summary> /// Description of the function ///...
- 04 Nov 2015, 08:51
- Forum: Design forms features
- Topic: Change log
- Replies: 6
- Views: 8930
Re: Change log
size=150:1hjrt36jDesign Forms 15.0/size:1hjrt36j Released: 04/2015 b:1hjrt36ju:1hjrt36jDF User:/u:1hjrt36j/b:1hjrt36j list:1hjrt36j *:1hjrt36jurl=http://designforms.net/forum/viewtopic.php?f=17&t=103&p=120&hilit=properties#p120:1hjrt36jProject properties/url:1hjrt36j - set of project att...
- 26 Oct 2015, 08:24
- Forum: Design forms features
- Topic: Static class Math
- Replies: 3
- Views: 6925
Re: Static class Math
size=150:1j8uw44cComplex roots of the polynom/size:1j8uw44c Polynom root finder can return also complex roots of the polynom. Commands: list:1j8uw44c *:1j8uw44cGetPolynomComplexRoots0(IList Coefficients)/*:m:1j8uw44c *:1j8uw44cGetPolynomComplexRoots(IList Coefficients)/*:m:1j8uw44c *:1j8uw44cGetPoly...
- 26 Oct 2015, 08:22
- Forum: Design forms features
- Topic: Static class Math
- Replies: 3
- Views: 6925
Re: Static class Math
size=150:1mzh12pvNew variant of the command GetPolynomRoots/size:1mzh12pv b:1mzh12pvu:1mzh12pvSyntax:/u:1mzh12pv/b:1mzh12pv object X = Math.GetPolynomRoots(double X0, double X1, double X2, double X3, double X4, double X5, double X6) list:1mzh12pv *:1mzh12pvX0..X6 - Coefficient of X^0, ... X^6/*:m:1m...
- 21 Oct 2015, 06:56
- Forum: Design forms features
- Topic: This pointer
- Replies: 0
- Views: 4555
This pointer
size=150:2drk1viqThis pointer/size:2drk1viq The 'this' keyword refers to the current instance of the class/CLC. The meaning and behaviour is the same as url=https://msdn.microsoft.com/cs-cz/library/dk1507sz.aspx:2drk1viq'this' keyword in C#/url:2drk1viq It can be used in class constructor (see examp...
- 19 Oct 2015, 11:51
- Forum: Design forms features
- Topic: Interpolation matrix
- Replies: 0
- Views: 4297
Interpolation matrix
size=150:p57dgmyxInterpolation matrix/size:p57dgmyx Interpolation matrix (hereinafter IM) is used to automatically interpolate within irregular grid. IM is filled by command AddPoint. This defines existing (known) points and its value(s). Each known point has 1..N values (number of values in each kn...
- 05 Oct 2015, 08:03
- Forum: Design forms features
- Topic: TryReadResults, ClearResults
- Replies: 0
- Views: 4592
TryReadResults, ClearResults
size=150:3p57okm6TryReadResults, ClearResults/size:3p57okm6 b:3p57okm6TryReadResults(eResultType ResultType, string Key, out object Value)/b:3p57okm6 - tries to read results from given result set list:3p57okm6 *:3p57okm6ResultType - Result type which determines result place holder: ResultType.Member...
- 17 Sep 2015, 12:05
- Forum: Design forms features
- Topic: LINQ
- Replies: 2
- Views: 5872
Re: LINQ
b:18j1el1hu:18j1el1hGet maximum values of N, My, Mz on current section:/u:18j1el1h/b:18j1el1h code:18j1el1h double SectionNmax = Linq.Max(IO.Section.InternalForces.Values, object Combi=>Combi.N); double SectionMymax = Linq.Max(IO.Section.InternalForces.Values, object Combi=>Combi.My); double Section...
- 17 Sep 2015, 11:51
- Forum: Design forms features
- Topic: Table
- Replies: 1
- Views: 5508
Re: Table
size=150:2qfo5wygNew table feature: ColSpan, RowSpan/size:2qfo5wyg Version: R 15.3.118 + ColSpan and RowSpan are new properties of TableCell. The property ColSpan ("how many across") and RowSpan ("how many down") indicate how many columns or rows a cell should take up. The value ...
- 09 Sep 2015, 07:39
- Forum: Design forms Builder
- Topic: tab stop order of controls
- Replies: 2
- Views: 4006
Re: tab stop order of controls
Sorry for long delay. TabStop is windows native property. Each control in window application has TabStopOrder, it can not be ommited. Read more here: url:gmbg0ppjhttp://visualcsharptutorials.com/windows-forms/tabindex-property/url:gmbg0ppj There is a new button in DialogBuilder which helps you to as...
- 09 Sep 2015, 07:32
- Forum: Design forms Builder
- Topic: issue with error output in SDF User
- Replies: 1
- Views: 3254
Re: issue with error output in SDF User
Hello,
it is not possible to work with dialog in main script.
All dialog handling commands must be in UpdateDialog function.
Read more here: urlhttp://designforms.net/forum/viewtopic.php?f=16&t=17&p=97&hilit=updatedialog#p97/url
it is not possible to work with dialog in main script.
All dialog handling commands must be in UpdateDialog function.
Read more here: urlhttp://designforms.net/forum/viewtopic.php?f=16&t=17&p=97&hilit=updatedialog#p97/url
- 09 Jul 2015, 10:57
- Forum: Design forms features
- Topic: Clipping region in graphics
- Replies: 0
- Views: 4674
Clipping region in graphics
size=150:3s2bhqasClipping region in graphics/size:3s2bhqas Version 13.400.80+ One of the properties of the Graphics class is the clip region. All drawing done by a given Graphics object is restricted to the clip region of that Graphics object. You can set the clip region by calling the SetClip metho...
- 22 Jun 2015, 12:01
- Forum: Design forms User
- Topic: double-click on clc (SDF standalone)
- Replies: 2
- Views: 6984
Re: double-click on clc (SDF standalone)
I will check it and fix to the next release.
Thank you for your remark.
Thank you for your remark.
- 16 Jun 2015, 12:13
- Forum: Design forms features
- Topic: Script flowchart
- Replies: 0
- Views: 4496
Script flowchart
size=150:pv6wm3s5Script flowchart/size:pv6wm3s5 Flowchart represents an algorithm (= script flow), showing the steps as boxes of various kinds, and their order by connecting them with arrows. Flowchart can be used to visualize script steps, fast orientation and selection of visual components. Flowch...
- 03 Jun 2015, 06:18
- Forum: Trainings
- Topic: 2015_06_04
- Replies: 0
- Views: 8528
2015_06_04
uDate:/u
2015/06/04, 15:00 Central European Time
uContent:/u
- Performance optimisations of concrete calculations - 1D, 2D concrete calculations from SCIA Engineer
- Presented by SCIA concrete team
Training record on YouTube: http://youtu.be/QD2gtgGqae8
2015/06/04, 15:00 Central European Time
uContent:/u
- Performance optimisations of concrete calculations - 1D, 2D concrete calculations from SCIA Engineer
- Presented by SCIA concrete team
Training record on YouTube: http://youtu.be/QD2gtgGqae8
- 20 May 2015, 06:38
- Forum: Trainings
- Topic: 2015_05_28
- Replies: 0
- Views: 4711
2015_05_28
b:1ane18ezu:1ane18ezDate:/u:1ane18ez/b:1ane18ez 2015/05/28, 15:00 Central European Time b:1ane18ezu:1ane18ezContent:/u:1ane18ez/b:1ane18ez EWN System: - Error, warning, note system - EWN Editor - Using EWN in ValidateInput function Performance tips: - Code Profiler - System variable IO.IsDrawing, IO...
- 24 Apr 2015, 06:45
- Forum: Trainings
- Topic: 2015_04_30
- Replies: 0
- Views: 4709
2015_04_30
b:pzl5z83gu:pzl5z83gDate:/u:pzl5z83g/b:pzl5z83g 2015/04/30, 14:00 Central European Time b:pzl5z83gu:pzl5z83gContent:/u:pzl5z83g/b:pzl5z83g list:pzl5z83g *:pzl5z83gBuilder tools: - CLC Dependency Tree/*:m:pzl5z83g *:pzl5z83gScripting: - Data Exchange Structure - Tips for better scripting - boolean/in...