Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,710 Location: Italy Was thanked: 1378 time(s) in 902 post(s)
|
Originally Posted by: Santa401 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). Edited by user 10 September 2018 10:46:42(UTC)
| Reason: typo |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Member Groups: Registered
Joined: 07/09/2018(UTC) Posts: 15 Location: Wirral Was thanked: 3 time(s) in 2 post(s)
|
Thanks Davide
For some reason the plugin now works
Thanks for your reply
Kriss
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/04/2018(UTC) Posts: 155 Was thanked: 26 time(s) in 22 post(s)
|
Originally Posted by: Davide Carpi Originally Posted by: wb.c 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,
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 14/10/2015(UTC) Posts: 308
Was thanked: 77 time(s) in 58 post(s)
|
adding a blank space at the end of the sentence solves the problem Best Regards Carlos
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/04/2018(UTC) Posts: 155 Was thanked: 26 time(s) in 22 post(s)
|
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. 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...
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/04/2018(UTC) Posts: 155 Was thanked: 26 time(s) in 22 post(s)
|
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...
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: wb.c 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 (68kb) downloaded 37 time(s).
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/04/2018(UTC) Posts: 155 Was thanked: 26 time(s) in 22 post(s)
|
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.
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 14/10/2015(UTC) Posts: 308
Was thanked: 77 time(s) in 58 post(s)
|
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.sm (7kb) downloaded 33 time(s).Best Regards Carlos
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/04/2018(UTC) Posts: 155 Was thanked: 26 time(s) in 22 post(s)
|
Originally Posted by: wb.c 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! 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.
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 14/10/2015(UTC) Posts: 308
Was thanked: 77 time(s) in 58 post(s)
|
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
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,473 Was thanked: 925 time(s) in 588 post(s)
|
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: wb.c 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
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: Jean Giraud I'm working with a text string,
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 02/04/2018(UTC) Posts: 155 Was thanked: 26 time(s) in 22 post(s)
|
Originally Posted by: Razonar Good to know! Thanks for the input.
|
1 user thanked wb.c for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,710 Location: Italy Was thanked: 1378 time(s) in 902 post(s)
|
PLUGIN UPDATED SMath Studio 0.99.7251 and later- Enhanced alignments of embedded MathRegions;
|
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 12/02/2018(UTC) Posts: 62 Location: Belém Was thanked: 7 time(s) in 6 post(s)
|
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!
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,710 Location: Italy Was thanked: 1378 time(s) in 902 post(s)
|
Hello, I can add this feature, I'll do it in the next release |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 12/02/2018(UTC) Posts: 62 Location: Belém Was thanked: 7 time(s) in 6 post(s)
|
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: joaobr Is there another comprehensible set of symbols I could use inside this region ? In the mean time: from Win Charmap.
|
1 user thanked Jean Giraud for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.