Table Region

Table Region - Extends SMath Studio with a table region. - Messages

#81 Posted: 9/9/2018 2:39:18 PM
Davide Carpi

Davide Carpi

1415 likes in 2872 posts.

Group: Moderator

Wrote

I tried to install the plugin but got an error message. Now the plugin cannot be disabled or removed?

Is there a problem or have I done / not done something?

Kriss



If you are using the latest beta, this is because only some plugins are updated to that version. Otherwise I need more infos (your program version, the error message, etc...)

You can disable/remove any extension from Tools > Plugins.. and navigating to the one you want to exclude, then click on the trash bin button on the bottom to remove it (enable/disable buttons are only for the working plugins, those in red they can only be removed).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#82 Posted: 9/21/2018 8:11:53 AM
Kriss Cringle

Kriss Cringle

3 likes in 15 posts.

Group: User

Thanks Davide

For some reason the plugin now works

Thanks for your reply

Kriss
#83 Posted: 10/25/2018 7:33:22 PM
Wesly Centerwall

Wesly Centerwall

26 likes in 156 posts.

Group: User

Wrote

Wrote

Hello,

Thanks for the work with this plugin, it has proven to be a very useful and much needed feature.

I am however having one small issue. My table displays fine within SMath, but when I print, depending on how many characters there are, the table cuts off.
This is only when I print.
...
Is there something in the settings I am missing?
All settings are default in the attached example.

Thank you!



Confirmed. Unfortunately string scaling is driven internally by the .NET framework (here the ssue is how letters are spaced), so there aren't easy fixes. I'll think if I can do something however, thank you for reporting.



Davide, was there ever a solution to this issue?
thanks,
#84 Posted: 10/25/2018 8:13:30 PM
CBG

CBG

77 likes in 312 posts.

Group: User

adding a blank space at the end of the sentence solves the problem

Table_blank_Space.png


Best Regards

Carlos
#85 Posted: 10/25/2018 8:34:44 PM
Wesly Centerwall

Wesly Centerwall

26 likes in 156 posts.

Group: User

Carlos,

I wish it where that easy. Unfortunately, as previously discussed, as the number of characters increases, the more blank spaces you need to add in order to display the full text. In my particular situation, I am dealing with thousands of different lengths, having to figure out exactly how many spaces to add to the end hardly seems like a "solution," but rather a work around... which was also previously discussed.

Here is an example of what I mean. "a" has no space, while both "b" and "c" have each one space. As you can see "b" has 3 missing characters counting the blank space on the end, while "c" has 4 missing characters.
Table Length Test.png

Perhaps there can be a way of counting the characters in a string and then having some concatenating function add the spaces automatically depending on the length?? Just a thought...
#86 Posted: 10/25/2018 10:14:05 PM
Wesly Centerwall

Wesly Centerwall

26 likes in 156 posts.

Group: User

So... I did some testing and here are the results.

String Length....Spaces Needed at end to display full string
1-12...............0
13-46..............1
47-70..............2
71-94..............3
...
Every +24.........n+1

If printing portrait mode, default font size you wont need more than 3 spaces.
Landscape mode will need 5 with default font size.

For those who are interested...
#87 Posted: 10/25/2018 10:34:09 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

I wish it where that easy. Unfortunately, as previously discussed, as the number of characters increases, the more blank spaces you need to add in order to display the full text. In my particular situation, I am dealing with thousands of different lengths, having to figure out exactly how many spaces to add to the end hardly seems like a "solution," but rather a work around... which was also previously discussed.



In this example [LM from Carlos], to ease the printing, the global table 'Sol'
has been rounded to 9 Decimals. This does not affect the full 15 of 'x' parameters.
"thousands of different lengths" of what ? ... poetry, numerical values ... ?
Matrix [round,n] in the collapsed area ... done SS 6179.

Levenberg_Marquardt_Code_CBG Model Copy.sm (67 KiB) downloaded 56 time(s).
#88 Posted: 10/25/2018 10:47:59 PM
Wesly Centerwall

Wesly Centerwall

26 likes in 156 posts.

Group: User

Jean,

I'm working with a text string, as shown in my previous posts...
Not sure I follow your example and how it relates to my particular example. Perhaps you could elaborate more on it?
I'm mot referring to decimal places but rather just string length.
#89 Posted: 10/25/2018 11:15:08 PM
CBG

CBG

77 likes in 312 posts.

Group: User

Quote

Jean,

I'm working with a text string, as shown in my previous posts...
Not sure I follow your example and how it relates to my particular example. Perhaps you could elaborate more on it?
I'm mot referring to decimal places but rather just string lengt




I do not know what your objective is, the case I described was for use in titles, otherwise, you can use
a matrix without worrying about using spaces as in the example below.

Table_Space_1.png

Table_Space_1.sm (6 KiB) downloaded 52 time(s).

Best Regards

Carlos
#90 Posted: 10/25/2018 11:33:18 PM
Wesly Centerwall

Wesly Centerwall

26 likes in 156 posts.

Group: User

Wrote

Hello,

Thanks for the work with this plugin, it has proven to be a very useful and much needed feature.

I am however having one small issue. My table displays fine within SMath, but when I print, depending on how many characters there are, the table cuts off.
This is only when I print.
Table print Issue.png
Is there something in the settings I am missing?
All settings are default in the attached example.

Thank you!



Carlos,

My original post describes my objective, but maybe it wasn't very clear? Typically I read through an entire topic so that I know what is going on, but that's just me. Not trying to be rude in any way, it just seems like I'm beating a broken drum when I have to explain the issue to every poster.

As you can see below in your example, when I PRINT, the table is cut off. All i did was download your sample and print it. As Davide said, this was an issue with the .NET framework. In any case, I appreciate the efforts to help. Thank you all very much. Hopefully Davide can eventually come up with something. In the mean time, I have used the concat() function to automatically add 4 spaces to any string i wish to display in a table. 4 spaces (as shown in a previous post) seems to cover most any length I will use.
Table Length Test1.png
#91 Posted: 10/25/2018 11:57:03 PM
CBG

CBG

77 likes in 312 posts.

Group: User

Hello wb.c

You're right, it was my mistake, since it is when it is printed in PDF format,
and not the printing of the table in the worksheet ..
I think that for now the only solution is to add the spaces.


Best Regards

Carlos
#92 Posted: 10/26/2018 12:27:24 AM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Hi. Saving as pdf seems don't having problems.

Table_Space_1 Save as pdf.pdf (42 KiB) downloaded 67 time(s).
Table_Space_1 Foxit Driver.pdf (54 KiB) downloaded 54 time(s).
Table_Space_1 Microsoft Driver.pdf (123 KiB) downloaded 53 time(s).

Best regards.
Alvaro.
#93 Posted: 10/26/2018 12:08:03 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Jean,

I'm working with a text string, as shown in my previous posts...
Not sure I follow your example and how it relates to my particular example.
Perhaps you could elaborate more on it?
I'm mot referring to decimal places but rather just string length.



It just shows a numerical problem solved. The 15 native decimals result in
messy *.PDF as well as hard print. The demo exemplifies reducing the print
width if you are concerned with numerical values.

On the other hand, you can add any number of lines of text within a native
Smath matrix of data. Add line(s) anywhere => the text lines will be in
Smath default from the quote system "The wise fox ..."
I believe [not sure] you can add other symbols in the text vg: music symbol.

In most instances, final doctoring is only possible on original project.

Cheers ... Jean

#94 Posted: 10/26/2018 12:52:34 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

I'm working with a text string,



OldFox.PNG

#95 Posted: 10/26/2018 1:44:56 PM
Wesly Centerwall

Wesly Centerwall

26 likes in 156 posts.

Group: User

Wrote

Hi. Saving as pdf seems don't having problems.

Table_Space_1 Save as pdf.pdf (42 KiB) downloaded 67 time(s).
Table_Space_1 Foxit Driver.pdf (54 KiB) downloaded 54 time(s).
Table_Space_1 Microsoft Driver.pdf (123 KiB) downloaded 53 time(s).

Best regards.
Alvaro.



Good to know! Thanks for the input.
1 users liked this post
frapuano 10/28/2018 12:11:00 PM
#96 Posted: 6/24/2020 8:09:10 AM
Davide Carpi

Davide Carpi

1415 likes in 2872 posts.

Group: Moderator

PLUGIN UPDATED SMath Studio 0.99.7251 and later

  • Enhanced alignments of embedded MathRegions;
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
sergio 6/24/2020 1:48:00 PM
#97 Posted: 8/23/2020 8:59:24 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Hi, Davide!
I'm trying to use UNICODE symbols in tables, but they just don't work. I get \numbers\ instead of the actual symbol.
Is there another comprehensible set of symbols I could use inside this region?
Thanks!
#98 Posted: 8/23/2020 3:33:34 PM
Davide Carpi

Davide Carpi

1415 likes in 2872 posts.

Group: Moderator

Hello, I can add this feature, I'll do it in the next release
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#99 Posted: 8/23/2020 4:07:08 PM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Thanks!!!
#100 Posted: 8/24/2020 8:16:04 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Is there another comprehensible set of symbols I could use inside this region ?


In the mean time: from Win Charmap.

Table Charmap.PNG

1 users liked this post
sergio 8/24/2020 9:48:00 AM
  • New Posts New Posts
  • No New Posts No New Posts