Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
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). Edited by user 11 March 2016 01:47:08(UTC)
| Reason: Not specified |
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: 27/05/2016(UTC) Posts: 77 Location: Little Rock, Arkansas Was thanked: 9 time(s) in 7 post(s)
|
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 |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: Jason McCool 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 Originally Posted by: Jason McCool 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. Originally Posted by: Jason McCool 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 consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 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! The description of a ComboBoxList region can't be moved around or resized. Same problem in the Numeric UpDown region.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: joaobr Hi! The description of a ComboBoxList region can't be moved around or resized. Same problem in the Numeric UpDown region. Hello
joaobr
, 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 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)
|
Thank you for your reply!
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 27/05/2016(UTC) Posts: 77 Location: Little Rock, Arkansas Was thanked: 9 time(s) in 7 post(s)
|
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 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 |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,159 Was thanked: 526 time(s) in 352 post(s)
|
Originally Posted by: Jason McCool 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 Thanks! Jason It is possible already, maybe not the way you mentioned but it gets the job done. combolist.sm (5kb) downloaded 57 time(s).
|
2 users thanked overlord for this useful post.
|
on 08/02/2021(UTC), on 08/02/2021(UTC)
|
|
Rank: Advanced Member Groups: Registered
Joined: 27/05/2016(UTC) Posts: 77 Location: Little Rock, Arkansas Was thanked: 9 time(s) in 7 post(s)
|
Very nice! That worked just fine. Thank you!
Jason |
Jason McCool Robbins Engineering Little Rock, AR, USA |
|
|
|
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! 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!
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 12/02/2018(UTC) Posts: 62 Location: Belém Was thanked: 7 time(s) in 6 post(s)
|
In addition, the width of this region could adjust to the content and/or fixed based on the longest input data. Just an idea!
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: joaobr 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. Originally Posted by: joaobr 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 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: 14/07/2022(UTC) Posts: 43
|
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.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
no, they are unrelated. I'll check this too. |
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, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: Prmtv 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 consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Member Groups: Registered
Joined: 15/03/2023(UTC) Posts: 15
|
I must be retarded because I can't figure out how to insert a combolist region.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
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. |
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: 15/03/2023(UTC) Posts: 15
|
Originally Posted by: Davide Carpi 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.
|
|
|
|
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.