ComboBoxList Region

ComboBoxList Region - extends SMath Studio and SMath Viewer with ComboBoxes and ListBoxes - Messages

#21 Posted: 3/10/2016 2:34:59 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

PLUGIN UPDATED SMath Studio 0.97.5346 and later

- Fixed content update in SMath Viewer;
- Added context menu item to access settings' form;

Please note: if you use symbolic data as content and the content changes, this may mess up the form layout (as for now a feature to refresh the whole layout of the viewer is not available).
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
frapuano 3/10/2016 2:49:00 PM
#22 Posted: 6/8/2016 11:23:31 AM
Jason McCool

Jason McCool

9 likes in 78 posts.

Group: User

Thank you very much for this plugin. I have been using it for several of my engineering worksheets for several months now and find it very useful. I notice it does not show up under the plugins tab of the Extensions Manager like it did when I first installed it. Is this still being developed? If so, is there a way to be able to change the width of the ComboListBox? The Combobox function has resizing grips, but doesn't include a dropdown list that I really need, like your plugin does. Is that something could be added, either through grips, or through an additional width parameter in the Settings dialog? Thank you again for all your hard work!

Jason
Jason McCool Robbins Engineering Little Rock, AR, USA
#23 Posted: 6/8/2016 1:12:30 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

Thank you very much for this plugin. I have been using it for several of my engineering worksheets for several months now and find it very useful.


You're very welcome Jason

Wrote

I notice it does not show up under the plugins tab of the Extensions Manager like it did when I first installed it. Is this still being developed?


I'm not sure on what you mean here, but if you mean that there aren't updates in the "Online gallery" is only because there weren't reports of bugs or new features added. But yes, the plugin is under development.

Wrote

If so, is there a way to be able to change the width of the ComboListBox? The Combobox function has resizing grips, but doesn't include a dropdown list that I really need, like your plugin does. Is that something could be added, either through grips, or through an additional width parameter in the Settings dialog?


Maybe... the main problem is just about the minimum width, because I can't add ellipsis to truncate "properly" math objects; I'll see what I can do...
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#24 Posted: 6/24/2020 8:08:53 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 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
#25 Posted: 11/22/2020 11:08:35 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Hi! The description of a ComboBoxList region can't be moved around or resized. Same problem in the Numeric UpDown region.
#26 Posted: 11/23/2020 6:19:01 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

Hi! The description of a ComboBoxList region can't be moved around or resized. Same problem in the Numeric UpDown region.



Hello [userlink]joaobr[/userlink],

confirmed. It is probably because these regions have fixed layout and the property is somehow inherited to the description tooltip, I have to check if this is intended.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#27 Posted: 11/23/2020 8:51:34 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Thank you for your reply!
#28 Posted: 2/6/2021 8:03:38 PM
Jason McCool

Jason McCool

9 likes in 78 posts.

Group: User

Hello, Davide. I was curious if there was any way to set the ComboBoxList source programmatically rather than through the Settings dialog. What I'd like to do - if it's possible - is to be able to use an if statement to control the source and populate the dropdown options for this combobox based on which radio button was picked by a user earlier in the worksheet. I don't know if that's even possible now, but it might be a nice feature to add someday if it's not :d

Something like
If option 1 then
Combobox1.source = matrix x
Else
Combobox1.source = matrix y

There's probably some issues there with needing to define the source first for the box to be usable, but the properties not being defined prior to the combobox's location in the worksheet, or something along those lines. But I thought I'd mention it. Also, sometimes, the dropdown list is transparent and equations/text below the combobox show through it and make it hard to read. It doesn't do that all the time, though, so I'm not sure on a possible cause, but I thought it'd be worth mentioning as well.

Thanks!
Jason
Jason McCool Robbins Engineering Little Rock, AR, USA
#29 Posted: 2/7/2021 11:03:41 AM
overlord

overlord

554 likes in 1333 posts.

Group: Moderator

Wrote

Hello, Davide. I was curious if there was any way to set the ComboBoxList source programmatically rather than through the Settings dialog. What I'd like to do - if it's possible - is to be able to use an if statement to control the source and populate the dropdown options for this combobox based on which radio button was picked by a user earlier in the worksheet. I don't know if that's even possible now, but it might be a nice feature to add someday if it's not :d
Thanks!
Jason


It is possible already, maybe not the way you mentioned but it gets the job done.

combolist.sm (4 KiB) downloaded 108 time(s).

2021-02-07_17-00.png

2 users liked this post
Davide Carpi 2/7/2021 8:48:00 PM, Jason McCool 2/8/2021 1:13:00 PM
#30 Posted: 2/8/2021 3:23:45 PM
Jason McCool

Jason McCool

9 likes in 78 posts.

Group: User

Very nice! That worked just fine. Thank you!

Jason
Jason McCool Robbins Engineering Little Rock, AR, USA
#31 Posted: 6/20/2022 11:37:54 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

Hi! I can't move the description of the Combo Box List region to the left. It is stucked above the region. Could this functionality be implemented? It would improve the look of many of my scripts. Thanks in advance!
#32 Posted: 6/20/2022 11:41:06 AM
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 likes in 62 posts.

Group: User

In addition, the width of this region could adjust to the content and/or fixed based on the longest input data. Just an idea!
#33 Posted: 6/20/2022 3:16:38 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

Hi! I can't move the description of the Combo Box List region to the left. It is stucked above the region. Could this functionality be implemented? It would improve the look of many of my scripts. Thanks in advance!


Hello, I'll check it, probably a wrong initialization by me.

Wrote

In addition, the width of this region could adjust to the content and/or fixed based on the longest input data. Just an idea!



I'll see what I can do, it is something that involves several things.
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
João Felipe Seráfico Melo 6/20/2022 3:28:00 PM
#34 Posted: 7/31/2022 2:59:55 PM
Prmtv

Prmtv

0 likes in 49 posts.

Group: User

Hello. I found out an interesting feature. If i want "Show Description" at the object this plugin then if the text is too long, there are problems in SMathViewer. Text is either not included completely or is cut in half.

Maybe this is the problem called "joaobr" a few posts up.

1.PNG
2.PNG
#35 Posted: 8/2/2022 2:50:54 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

no, they are unrelated. I'll check this too.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#36 Posted: 8/4/2022 3:19:01 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

Hello. I found out an interesting feature. If i want "Show Description" at the object this plugin then if the text is too long, there are problems in SMathViewer. Text is either not included completely or is cut in half



I've enabled multiline labels in Viewer, update and try again, it should work as expected now.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#37 Posted: 6/29/2023 8:25:53 PM
giddyApples8

giddyApples8

0 likes in 15 posts.

Group: User

I must be retarded because I can't figure out how to insert a combolist region.
#38 Posted: 6/30/2023 5:47:49 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Hello,

once you installed the plugin (from tools > plugins... > switch "Local storage" to "Online Gallery" > search combobox) you'll find the region in the Insert > Controls menu.

2023-06-30 10_47_30-SMath Solver - [Worksheet1].png
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#39 Posted: 6/30/2023 12:34:14 PM
giddyApples8

giddyApples8

0 likes in 15 posts.

Group: User

Wrote

Hello,

once you installed the plugin (from tools > plugins... > switch "Local storage" to "Online Gallery" > search combobox) you'll find the region in the Insert > Controls menu.


Thanks. I didn't have that option, but a restart of the program fixed it.
  • New Posts New Posts
  • No New Posts No New Posts