Menu

/trunk/Src/FmViewExtraDlg.pas Commit Log


Commit Date  
[r1985] (8.6 kB) by delphidabbler

Renamed UActiveText, UActiveTextHTML, UActiveTextRTF & UActiveTextValidator units into ActiveText namespace as UMain, UHTMLRenderer, URTFRenderer and UValidator respectively.
Updated all using units as necessary.

2012-06-24 14:06:52 View
Download
[r1980] (8.6 kB) by delphidabbler

Restyled CSS of extra info displayed in #content div to use content font rather than main UI font. This makes the rendered REML appear exactly as in the main window.

2012-06-24 10:29:09 View
Download
[r1974] (8.3 kB) by delphidabbler

Removed code from FrBrowserBase unit that set <p> tag font: was preventing use of content font in sub classes.
Removed code that set caused active text HTML renderer to override CSS class names used for active text and set special .active-text p and h2 CSS styles.

2012-06-24 10:00:13 View
Download
[r1971] (8.4 kB) by delphidabbler

Modified to use revised TActiveTextHTML class.

2012-06-23 14:49:26 View
Download
[r1757] (7.9 kB) by delphidabbler

Reintegrated v4-dev branch into trunk.
Trunk now contains v4 development tree

2012-02-27 11:19:09 View
Download
[r734] (8.0 kB) by delphidabbler

* Removed code that set size of body panel from THTMLViewDlg: this process should take place in an ArrangeForm method, not from ConfigForm as was the case here. All THTMLViewDlg does now is load HTML content via an abstract method call.
* Modified all descendant classes re changes in THTMLViewDlg: each class now sets body panel size in an ArrangeForm method.

2010-03-30 01:13:57 View
Download
[r634] (8.0 kB) by delphidabbler

Changed value of view link modal result. Fixes bug #2947794 .

2010-02-22 21:46:37 View
Download
[r245] (8.0 kB) by delphidabbler

Changed form classes to prevent public construction - forms must be displayed via class methods, not by directly constructing object. Added INoPublicConstruct to type definitions of forms and changed class methods that construct forms to call InternalCreate protected constructor instead of Create. Core logic to determine constructor behaviour is inherited from TBaseForm.

2009-08-23 22:45:32 View
Download
[r152] (8.0 kB) by delphidabbler

Added facility to render and display REML code entered in the Extra Information tab of the snippets editor:
* New dialog box to displayed the rendered code as HTML.
* A button added to snippets editor to validate the entered code, compile it and then display it in the new dialog box.
* Change log removed from snippets editor unit (FmUserDBEdit).

2009-08-10 17:14:43 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.