Table Region - Extends SMath Studio with a table region. - Messages
#41 Posted: 12/1/2015 8:24:45 PM
Hello Alex 
That's an interesting idea; I've something in my mind but is not yet fully defined. Now I'm working to complete a new plugin, then I'll start to update the core of the table region, I know there are several bugs to fix and things to add. This will require time.
Of course you can play with the code, there aren't restrictions

That's an interesting idea; I've something in my mind but is not yet fully defined. Now I'm working to complete a new plugin, then I'll start to update the core of the table region, I know there are several bugs to fix and things to add. This will require time.
Of course you can play with the code, there aren't restrictions

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
Alexander O. Melnik 12/9/2015 1:52:00 PM
#42 Posted: 12/9/2015 1:57:35 PM
Hi Davide,
I looked at the code - it seems to be somewhat out of my league (at least for now). I might just wait till you decide it is time to use table region for matrix creation.
Thank you for your hard work here!
I looked at the code - it seems to be somewhat out of my league (at least for now). I might just wait till you decide it is time to use table region for matrix creation.
Thank you for your hard work here!
1 users liked this post
Davide Carpi 12/10/2015 11:28:00 AM
#43 Posted: 12/17/2015 1:51:23 AM
Wrotea convincing example of where display contents editing is useful.
_____________________________
I agree with Martin:
1. If your matrix is wrong: recreate the same way you did "wrong" but this time "right"
2. If you create a matrix from a *.PDF, address the element you want to correct.
3. You can extract "row', "col"
4. You can insert row(s) by submatrix and stacking.
5. You can insert col(s) by transposing by [4. above] and re-transpose.
If you are given a horse, don't ask for the saddle.
à cheval donné: ne demande pas la bride
"Edit" is a very large word, especially if not exemplified.
No work sheet = No problem !
Jean
#44 Posted: 12/17/2015 10:51:28 PM
This work sheet may be useful. Many important modules are missing:
1. Replace part of a matrix by another one.
2. Insert row(s)/col(s) at specific position.
...etc.
Jean
Utilities Matrix.sm (161 KiB) downloaded 203 time(s).
1. Replace part of a matrix by another one.
2. Insert row(s)/col(s) at specific position.
...etc.
Jean
Utilities Matrix.sm (161 KiB) downloaded 203 time(s).
1 users liked this post
ioan92 12/18/2015 6:16:00 AM
#45 Posted: 7/5/2017 8:30:02 AM
As shown in the attached image, I encounter a problem using SMath-formatted labels for table headers.
This problem did not exist in previous versions as highlighted in the image.
In particular, the problem seems to be limited to the use of "." for the subscript.
I note that the opening "TableRegion.sm" of the sample file causes the program to crash Smath (only in version 098.6356).
sergio
[albumimg]1457[/albumimg]
This problem did not exist in previous versions as highlighted in the image.
In particular, the problem seems to be limited to the use of "." for the subscript.
I note that the opening "TableRegion.sm" of the sample file causes the program to crash Smath (only in version 098.6356).
sergio
[albumimg]1457[/albumimg]
1 users liked this post
Davide Carpi 7/5/2017 9:34:00 AM
#46 Posted: 7/5/2017 1:28:14 PM
Thank you Sergio,
please try with the updated plugin
please try with the updated plugin

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 7/5/2017 2:55:00 PM
#47 Posted: 7/5/2017 2:30:23 PM
Wow I had no idea this plugin even existed.
Thanks so much to the SMath contributors and especially Davide for this plugin.
Thanks so much to the SMath contributors and especially Davide for this plugin.

#48 Posted: 7/5/2017 2:57:31 PM
Ok works as well as before
thank you Davide

thank you Davide
#49 Posted: 7/5/2017 6:17:14 PM
Davide,
I looked through the example files but I didn't see anything that addressed my situation.
I'm not sure if this is even possible or if I overlooked the option.
Is there a way to word wrap the header to fit a set width for the numeric table values?
The second table in the screenshot is similar to what I'm trying to achieve.
[albumimg]1458[/albumimg]
I also made a quick example in excel to help illustrate.
[albumimg]1460[/albumimg]
I was also going to use the footnote option as an alternative but I'm came across a similar problem where I couldn't widen the note section since it appears dependent on the table width.
[albumimg]1459[/albumimg]
I looked through the example files but I didn't see anything that addressed my situation.
I'm not sure if this is even possible or if I overlooked the option.
Is there a way to word wrap the header to fit a set width for the numeric table values?
The second table in the screenshot is similar to what I'm trying to achieve.
[albumimg]1458[/albumimg]
I also made a quick example in excel to help illustrate.
[albumimg]1460[/albumimg]
I was also going to use the footnote option as an alternative but I'm came across a similar problem where I couldn't widen the note section since it appears dependent on the table width.
[albumimg]1459[/albumimg]
#50 Posted: 7/5/2017 9:26:15 PM
Hello [userlink]uncblue[/userlink],
I guess this feature is not available (I have to double check the code but I'm almost sure I haven't ooded it).
This plugin has a lot of room for improvements (and several fixes), I'll try to come back on it in the future!
I guess this feature is not available (I have to double check the code but I'm almost sure I haven't ooded it).
This plugin has a lot of room for improvements (and several fixes), I'll try to come back on it in the future!
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
uncblue 7/5/2017 9:59:00 PM
#51 Posted: 7/5/2017 9:59:20 PM
WroteHello [userlink]uncblue[/userlink],
I guess this feature is not available (I have to double check the code but I'm almost sure I haven't ooded it).
This plugin has a lot of room for improvements (and several fixes), I'll try to come back on it in the future!
Ok, that sounds great.
I'm so glad I came across this plugin because I was creating "ugly" tables manually before I found this.
#52 Posted: 10/4/2017 8:27:55 AM
Hi,
found an issue in Version 0.1.6395.15149, using SMath 0.98.64.84.
It is related to using commas (,) for decimal separator.
The plugin seems to replace every point with a comma, also where used as subsript.
e. g. "BS,k" (the string "BS,k" cannot be found in the sm-File).
Tables work well if point as decimal separator is used.
Bevor calculation:

After calculation:

found an issue in Version 0.1.6395.15149, using SMath 0.98.64.84.
It is related to using commas (,) for decimal separator.
The plugin seems to replace every point with a comma, also where used as subsript.
e. g. "BS,k" (the string "BS,k" cannot be found in the sm-File).
Tables work well if point as decimal separator is used.
Bevor calculation:
After calculation:
#53 Posted: 10/4/2017 9:20:48 AM
#54 Posted: 10/4/2017 12:11:38 PM
Thank you [userlink]MarB[/userlink], I'll look into it ASAP
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
2 users liked this post
#55 Posted: 10/8/2017 2:31:02 PM
PLUGIN UPDATED SMath Studio 0.98.6484 and later
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
5 users liked this post
sergio 10/8/2017 4:15:00 PM, Oscar Campo 10/8/2017 6:52:00 PM, NDTM Amarasekera 10/8/2017 11:36:00 PM, Martin_B 10/9/2017 2:59:00 AM, frapuano 10/9/2017 3:37:00 AM
#56 Posted: 10/9/2017 2:58:20 AM
Thanks for your improvement, Davide.
In following screenshot you can see the following behaviour:
With number format set to default...
- numbers are always written with exponent (left/right stub also)
- strings are printed with surrounding "" and Expressions are not formatted
By changing the number format to number, everything looks as usual.
Is that intended?

In following screenshot you can see the following behaviour:
With number format set to default...
- numbers are always written with exponent (left/right stub also)
- strings are printed with surrounding "" and Expressions are not formatted
By changing the number format to number, everything looks as usual.
Is that intended?
1 users liked this post
Davide Carpi 10/9/2017 4:14:00 AM
#57 Posted: 10/9/2017 4:27:01 AM
Thank you,
it's a bug indeed, I'll fix it later today.
it's a bug indeed, I'll fix it later today.

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
Oscar Campo 10/9/2017 8:08:00 PM
#58 Posted: 10/10/2017 11:48:30 AM
please try again now
PLUGIN UPDATED
PLUGIN UPDATED
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
Martin_B 10/10/2017 2:39:00 PM
#59 Posted: 10/10/2017 2:42:43 PM
#60 Posted: 10/10/2017 9:27:23 PM
-
New Posts
-
No New Posts