Conditionally Formatted Labels

Conditionally Formatted Labels - Add Conditionally Formatted Labels in SMath Studio worksheets - Messages

#21 Posted: 2/5/2014 6:28:40 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Good, nice worksheet

From the smartphone I've missed your first screenshot. If you open and save the file from SMath portable your worksheet should works also with the latest plugin, I'm sorry for the inconvenience
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#22 Posted: 3/17/2014 7:42:12 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

UPDATED

(SMath Studio 0.97.5189)

- code updated to fit the new APIs features;
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#23 Posted: 7/27/2014 6:52:50 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

UPDATED

- Bug SS-181 fixed;
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#24 Posted: 9/19/2014 10:03:45 AM
brotjob

brotjob

7 likes in 71 posts.

Group: User

I just lost one day of work because of this plugin. Because it crashes sometimes when entering formatted labels I saved my changes regularly. But now I have a corrupt file, a crash occurs immediately after opening I'm using v0.97 build 5346
#25 Posted: 9/19/2014 10:25:22 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

I just lost one day of work because of this plugin. Because it crashes sometimes when entering formatted labels I saved my changes regularly. But now I have a corrupt file, a crash occurs immediately after opening I'm using v0.97 build 5346



I'm sorry for that...

can I help you to recover the file? If you can't share it here, send me an e-mail...

I need to know how to reproduce the bug, to fix it... Can you make a simple example and the steps to reproduce the issue?


Davide


edit: the problem occours when a variable is not defined/there's an error message thrown in the placeholder, I'll fix it ASAP.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#26 Posted: 9/19/2014 1:57:06 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

PLUGIN UPDATED SMath Studio 0.97.5346

- Fixed critical bug on exceptions' propagation;
- APIs updated;


@brotjob: after updating the plugin, your file should be opened also without disabling auto-recalculation.
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
Вячеслав Мезенцев 9/19/2014 2:42:00 PM, ioan92 9/19/2014 2:26:00 PM
#27 Posted: 9/22/2014 1:55:21 AM
brotjob

brotjob

7 likes in 71 posts.

Group: User

thank you for helping. The file can be opened again. Will test the new plugin version today.
#28 Posted: 9/22/2014 5:28:01 AM
brotjob

brotjob

7 likes in 71 posts.

Group: User

There seems to be another issue with conditionally formatted labels:

  1. insert an area
  2. collapse the area
  3. insert a cfl below
  4. mark everything
  5. move everything

What happens is that the cfl does not move in relation to the rest. It can jump inside the area or just below the line of the collapsed area.
#29 Posted: 9/22/2014 5:56:45 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

This seems a bug in the area region...

1) create a new worksheet
2) add an area region
3) collapse it
4) add a text region below the collapsed region, leaving a wide space.
5) select all (using the "select all" option or simply select the collapsed region and the text region)
6a) move all down a little using the mouse, and then do it again -> the space between the text region decreases progressively; when the text is close enough, goes inside the collapsed area region.
6b) move all up a little using the mouse, and then do it again -> the space between the text region decreases progressively and if you expand the area region, the size become larger at each movement; when the text is close enough, goes inside the collapsed area region. The size increase with absorption happens also if you select only the collapsed area.

Both doesn't happens if you use the up/down keys or if the area is not collapsed.

Added in the BTS: SS-221
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#30 Posted: 9/26/2014 2:16:13 AM
brotjob

brotjob

7 likes in 71 posts.

Group: User

The new version disabled the feature if a ("true" "" "") ("false" "" "") I thought this is practical, why remove it? Now I have to use if a>0 ...

Also, when I modify a sheet that was created with an older version of the plugin that uses the old style syntax and I adopt it to the new syntax, Smath Studio crashes. I will try without automatic recalculation now but my data is lost.
#31 Posted: 9/26/2014 3:26:38 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Hello brotjob,

I cannot reproduce (or I've misinterpreted the issue)

I see what is shown in the screenshot
2014-09-26 09_23_47-SMath Studio Desktop - [Page1_].png
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#32 Posted: 9/26/2014 5:01:29 AM
brotjob

brotjob

7 likes in 71 posts.

Group: User

Hi Davide
First of all it's nice that you don't need the matrices anymore. Is there some kind of documentation of the plugin?

I tried your above left example in a new worksheet->works perfectly. I change a to 1m ->label becomes red. I change if a to if a>0 ->smath crashes
#33 Posted: 9/26/2014 7:42:31 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

First of all it's nice that you don't need the matrices anymore. Is there some kind of documentation of the plugin?

Is a recent feature
The official documentation is attached in the first post, moreover the Activebook of Martin Kraska contains a section for this plugin. Both should be updated, I'll do ASAP.

Wrote

I change a to 1m ->label becomes red.


This is because the if statement doesn't support units as result of the condition argument. This is not in my hands.

Wrote

I change if a to if a>0 ->smath crashes


I can't reproduce this issue, I'll investigate...
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#34 Posted: 9/26/2014 11:20:30 AM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Wrote

Wrote

First of all it's nice that you don't need the matrices anymore. Is there some kind of documentation of the plugin?

Is a recent feature
The official documentation is attached in the first post, moreover the Activebook of Martin Kraska contains a section for this plugin. Both should be updated


dexcription updated, please check.

Plugin CF Region.sm (40 KiB) downloaded 130 time(s).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 users liked this post
Davide Carpi 9/26/2014 12:01:00 PM
#35 Posted: 9/26/2014 11:55:03 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

dexcription updated, please check.



Thank you Martin, checked and solved a couple of minor issues (region disabled in the worksheet) Plugin Updated
Plugin CF Region.sm (40 KiB) downloaded 132 time(s).
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#36 Posted: 9/26/2014 12:15:37 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Documentation updated (see first post)
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 Kraska 9/26/2014 12:18:00 PM
#37 Posted: 9/26/2014 12:17:04 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Wrote


Thank you Martin, checked and solved a couple of minor issues (region disabled in the worksheet)


Ok, thanks, I'll include that in the next update.

Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 users liked this post
Davide Carpi 9/26/2014 12:19:00 PM
#38 Posted: 9/27/2014 4:52:26 PM
Ryan Freund

Ryan Freund

19 likes in 339 posts.

Group: User

Surprised I didn't know about this. This is great, thanks.
#39 Posted: 9/29/2014 3:54:52 AM
brotjob

brotjob

7 likes in 71 posts.

Group: User

Wrote

Wrote

dexcription updated, please check.



The file is great but when I play with the sliders I every so often get a crash... Using plugin version 1.0.5382.30912 and current standalone Smath.
1 users liked this post
Davide Carpi 9/29/2014 10:38:00 AM
#40 Posted: 9/29/2014 6:35:58 AM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Wrote


The file is great but when I play with the sliders I every so often get a crash... Using plugin version 1.0.5382.30912 and current standalone Smath.


Confirmed. The post relates to this file
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 users liked this post
Davide Carpi 9/29/2014 10:38:00 AM
  • New Posts New Posts
  • No New Posts No New Posts