Writer Region Plugin - Provides the ability to work with formatted text inside the Worksheet. - Messages
#121 Posted: 5 years ago
WroteThank you very much for the good WriterRegion Plugin!
Question about fields insertion. I cannot find some fields,
which are available in SMath. For example:
- "Worksheet revision"
- "File name"
- "Current page index"
- ...
With the Menu of SMath "Insert -> Fields" the fields are only
updated in standard TextRegions, but not inside WriterRegions.
With the Menu of WriterRegion "Insert -> Fields", of course the fields
are updated, but only 7 out of 13 fields are available.
Kind Regards
Mathys
Hello Mathys,
Glad you like my plugin

I know, this is because SMath Studio fields were introduced after Writer Region fields, therefore I still have to adapt the plugin, but to merge and harmonize the things there are several points of the code to change under the hood of the region... As for now the program fields are simply converted to plain text while you put them inside a Writer Region, that is a first level of support, I plan to introduce a better one in the future releases.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#122 Posted: 4 years ago
PLUGIN UPDATED SMath Studio 0.99.7786 and later
- Implemented SMathStudio LineBreaks interface to split rows between pages;
- assignment operator for MS word equations changed to the basic equal symbol (=);
- refactoring;
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#123 Posted: 3 years ago
#124 Posted: 3 years ago
I remember that was tested in Mint and Ubuntu...
If you start the program from Terminal you are able to collect some more info about the exceptions?

If you start the program from Terminal you are able to collect some more info about the exceptions?
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#125 Posted: 3 years ago
WroteI remember that was tested in Mint and Ubuntu...
![]()
If you start the program from Terminal you are able to collect some more info about the exceptions?
This is the error message:
[smath]$ ./smathstudio_desktop_mono
- [UserDir] XlsxImportExport 1.3.7845.24796 (3 ms.)
- [UserDir] Slider Region 1.0.7975.22868 (1 ms.)
- [UserDir] Clipboard Region 0.0.7100.19505 (2 ms.)
- [UserDir] RadioButtonList Region 1.0.7831.2550 (1 ms.)
- [AppDir] SpecialFunctions 1.12.7921.69 (0 ms.)
- [UserDir] ComboBoxList Region 1.0.7806.5448 (2 ms.)
- [UserDir] Statistical Tools 1.0.6824.32561 (11 ms.)
- [UserDir] Table Region 0.3.7806.4448 (1 ms.)
- [UserDir] ODE Solvers 0.2.7809.40205 (36 ms.)
- [UserDir] Structural Shape Property Extractor 0.1.7616.17846 (0 ms.)
- [UserDir] Custom Glyphs 1.1.7783.42782 (0 ms.)
- [UserDir] Development Tools 1.1.7490.41956 (0 ms.)
- [UserDir] Numeric Up-Down Region 1.0.7973.37317 (1 ms.)
- [UserDir] Data Exchange 1.1.7813.24580 (4 ms.)
- [UserDir] Custom Functions 1.1.7840.30466 (9 ms.)
- [UserDir] X-Y Plot Region (JXCharts) 0.2.7990.37974 (48 ms.)
- [UserDir] Checkbox Region 1.0.7806.5368 (1 ms.)
- [UserDir] Image Region 2.99.7818.2866 (1 ms.)
- [UserDir] Electrical Engineering Library 0.3.7783.42789 (0 ms.)
- [UserDir] Mathcad File Access Functions 1.0.7850.28384 (20 ms.)
- [UserDir] ALGLIB® - numerical analysis library 1.0.7809.40319 (33 ms.)
- [UserDir] Modeller Region 1.0.7806.4160 (2 ms.)
- [UserDir] include 0.2.7443.30544 (10 ms.)
- [UserDir] MatrixExtensions 1.0.7784.24761 (0 ms.)
- [UserDir] PDF Files Plugin 1.0.7097.27694 (1 ms.)
- [UserDir] Writer Region 0.23.7806.17155 (60 ms.)
- [UserDir] Hyperlink Region 1.0.7806.5225 (0 ms.)
- [UserDir] Text Region Utilities 0.4.7802.40621 (2 ms.)
- [UserDir] Intel ODE Solver Library 0.1.7809.40422 (4 ms.)
- [UserDir] CheckBoxList Region 1.0.7806.5399 (0 ms.)
- [UserDir] 3D Plot Region (Chart3DLib) 0.1.7806.5325 (18 ms.)
- [UserDir] Big Integer Arithmetics 0.1.7679.25195 (2 ms.)
- [UserDir] Conditionally Formatted Label 1.0.7806.5478 (0 ms.)
- [AppDir] MathRegion 1.11.7921.69 (0 ms.)
- [AppDir] HTMLFileType 1.14.7921.69 (0 ms.)
- [UserDir] Nonlinear Solvers 1.1.7097.23301 (25 ms.)
- [AppDir] StandardToolboxButtons 1.1.7921.69 (0 ms.)
- [AppDir] PlotRegion 1.11.7921.69 (1 ms.)
- [AppDir] SMathFileType 1.11.7921.69 (0 ms.)
- [AppDir] ViewerFileType 1.1.7921.69 (0 ms.)
- [UserDir] DotNumerics 1.1.7809.40398 (28 ms.)
- [AppDir] XMCDFileType 1.12.7921.69 (0 ms.)
- [AppDir] TextRegion 1.11.7921.69 (1 ms.)
- [AppDir] PictureRegion 1.10.7921.69 (0 ms.)
- [AppDir] AreaRegion 1.11.7921.69 (1 ms.)
- [AppDir] ImageFileType 1.11.7921.69 (0 ms.)
- [UserDir] Maple Tools 1.1.7809.39615 (60 ms.)
[smath]$ System.NullReferenceException: Object reference not set to an instance of an object
at System.Windows.Forms.ToolStripSplitStackLayout.LayoutVerticalToolStrip (System.Windows.Forms.ToolStrip ts, System.Drawing.Rectangle bounds) [0x0015d] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripSplitStackLayout.Layout (System.Object container, System.Windows.Forms.LayoutEventArgs args) [0x0003b] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x0002e] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ScrollableControl.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00013] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStrip.OnLayout (System.Windows.Forms.LayoutEventArgs e) [0x00000] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripDropDown.OnLayout (System.Windows.Forms.LayoutEventArgs e) [0x00019] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.PerformLayout (System.ComponentModel.IComponent affectedComponent, System.String affectedProperty) [0x0004c] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.PerformLayout (System.Windows.Forms.Control affectedControl, System.String affectedProperty) [0x00019] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ScrollableControl.OnVisibleChanged (System.EventArgs e) [0x0000e] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStrip.OnVisibleChanged (System.EventArgs e) [0x0000f] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripDropDown.OnVisibleChanged (System.EventArgs e) [0x00000] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.SetVisibleCore (System.Boolean value) [0x0018f] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStrip.SetVisibleCore (System.Boolean visible) [0x00000] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripDropDown.SetVisibleCore (System.Boolean visible) [0x00000] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.Show () [0x00000] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripDropDown.Show (System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction) [0x00367] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripDropDown.Show (System.Drawing.Point screenLocation) [0x0000f] in <391b318e46af443ab4360466631816f9>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripDropDown.Show(System.Drawing.Point)
at System.Windows.Forms.ToolStripDropDownItem.ShowDropDown () [0x00034] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripSplitButton.OnMouseDown (System.Windows.Forms.MouseEventArgs e) [0x00057] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met) [0x00067] in <391b318e46af443ab4360466631816f9>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
at System.Windows.Forms.ToolStrip.OnMouseDown (System.Windows.Forms.MouseEventArgs mea) [0x00045] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.WmLButtonDown (System.Windows.Forms.Message& m) [0x0008b] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001bc] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message& m) [0x00000] in <391b318e46af443ab4360466631816f9>:0
at WriterManager.Controls.ToolStripEx.WndProc (System.Windows.Forms.Message& m) [0x00000] in <9beb2ac845f44580a150e00b00d4abeb>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <391b318e46af443ab4360466631816f9>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <391b318e46af443ab4360466631816f9>:0
#126 Posted: a year ago
I am working with Writer Region, how do I make sure that the text does not collapse and is at 100% of its length.
Image Text with Writing Region
Thank you
Text with Writing Region.sm (2 KiB) downloaded 64 time(s).
Image Text with Writing Region
Thank you
Text with Writing Region.sm (2 KiB) downloaded 64 time(s).
#127 Posted: a year ago
Hi [userlink]RPariona[/userlink]
As for now the characters spacing is embedded, I think it is possible to add something to control it from the user side maybe.
WroteI am working with Writer Region, how do I make sure that the text does not collapse and is at 100% of its length.
Image Text with Writing Region
Thank you
Text with Writing Region.sm (2 KiB) downloaded 64 time(s).
As for now the characters spacing is embedded, I think it is possible to add something to control it from the user side maybe.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#128 Posted: a year ago
WroteI am working with Writer Region, how do I make sure that the text does not collapse and is at 100% of its length.
Smath Solver 30405 does have Writer Region.
If you have Writer Region from previous Smath Studio,
open your Writer Region, click Settings.
At this point, you are back to native Writer region,
You can manage ... space bar on the longest line.
Nothing will collapse ... Jean.
-
New Posts
-
No New Posts