Table Region

Table Region - Extends SMath Studio with a table region. - Сообщения

#81 Опубликовано: 09.09.2018 14:39:18
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 21.09.2018 08:11:53
Kriss Cringle

Kriss Cringle

3 сообщений из 15 понравились пользователям.

Группа: User

Thanks Davide

For some reason the plugin now works

Thanks for your reply

Kriss
#83 Опубликовано: 25.10.2018 19:33:22
Wesly Centerwall

Wesly Centerwall

26 сообщений из 156 понравились пользователям.

Группа: 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 Опубликовано: 25.10.2018 20:13:30
CBG

CBG

77 сообщений из 312 понравились пользователям.

Группа: User

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

Table_blank_Space.png


Best Regards

Carlos
#85 Опубликовано: 25.10.2018 20:34:44
Wesly Centerwall

Wesly Centerwall

26 сообщений из 156 понравились пользователям.

Группа: 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 Опубликовано: 25.10.2018 22:14:05
Wesly Centerwall

Wesly Centerwall

26 сообщений из 156 понравились пользователям.

Группа: 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 Опубликовано: 25.10.2018 22:34:09
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: 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 КиБ) скачан 56 раз(а).
#88 Опубликовано: 25.10.2018 22:47:59
Wesly Centerwall

Wesly Centerwall

26 сообщений из 156 понравились пользователям.

Группа: 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 Опубликовано: 25.10.2018 23:15:08
CBG

CBG

77 сообщений из 312 понравились пользователям.

Группа: 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 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 КиБ) скачан 52 раз(а).

Best Regards

Carlos
#90 Опубликовано: 25.10.2018 23:33:18
Wesly Centerwall

Wesly Centerwall

26 сообщений из 156 понравились пользователям.

Группа: 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 Опубликовано: 25.10.2018 23:57:03
CBG

CBG

77 сообщений из 312 понравились пользователям.

Группа: 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 Опубликовано: 26.10.2018 00:27:24
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 сообщений из 1674 понравились пользователям.

Группа: User

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

Table_Space_1 Save as pdf.pdf (42 КиБ) скачан 67 раз(а).
Table_Space_1 Foxit Driver.pdf (54 КиБ) скачан 54 раз(а).
Table_Space_1 Microsoft Driver.pdf (123 КиБ) скачан 53 раз(а).

Best regards.
Alvaro.
#93 Опубликовано: 26.10.2018 12:08:03
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: 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 Опубликовано: 26.10.2018 12:52:34
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Wrote

I'm working with a text string,



OldFox.PNG

#95 Опубликовано: 26.10.2018 13:44:56
Wesly Centerwall

Wesly Centerwall

26 сообщений из 156 понравились пользователям.

Группа: User

Wrote

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

Table_Space_1 Save as pdf.pdf (42 КиБ) скачан 67 раз(а).
Table_Space_1 Foxit Driver.pdf (54 КиБ) скачан 54 раз(а).
Table_Space_1 Microsoft Driver.pdf (123 КиБ) скачан 53 раз(а).

Best regards.
Alvaro.



Good to know! Thanks for the input.
1 пользователям понравился этот пост
frapuano 28.10.2018 12:11:00
#96 Опубликовано: 24.06.2020 08:09:10
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
sergio 24.06.2020 13:48:00
#97 Опубликовано: 23.08.2020 08:59:24
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 сообщений из 62 понравились пользователям.

Группа: 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 Опубликовано: 23.08.2020 15:33:34
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 23.08.2020 16:07:08
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 сообщений из 62 понравились пользователям.

Группа: User

Thanks!!!
#100 Опубликовано: 24.08.2020 08:16:04
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: 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 пользователям понравился этот пост
sergio 24.08.2020 09:48:00
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений