ComboBoxList Region

ComboBoxList Region - extends SMath Studio and SMath Viewer with ComboBoxes and ListBoxes - Сообщения

#21 Опубликовано: 10.03.2016 14:34:59
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
frapuano 10.03.2016 14:49:00
#22 Опубликовано: 08.06.2016 11:23:31
Jason McCool

Jason McCool

9 сообщений из 78 понравились пользователям.

Группа: 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 Опубликовано: 08.06.2016 13:12:30
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 24.06.2020 08:08:53
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
sergio 24.06.2020 13:48:00
#25 Опубликовано: 22.11.2020 11:08:35
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 сообщений из 62 понравились пользователям.

Группа: User

Hi! The description of a ComboBoxList region can't be moved around or resized. Same problem in the Numeric UpDown region.
#26 Опубликовано: 23.11.2020 06:19:01
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 23.11.2020 08:51:34
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 сообщений из 62 понравились пользователям.

Группа: User

Thank you for your reply!
#28 Опубликовано: 06.02.2021 20:03:38
Jason McCool

Jason McCool

9 сообщений из 78 понравились пользователям.

Группа: 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 Опубликовано: 07.02.2021 11:03:41
overlord

overlord

547 сообщений из 1330 понравились пользователям.

Группа: 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 КиБ) скачан 77 раз(а).

2021-02-07_17-00.png

2 пользователям понравился этот пост
Davide Carpi 07.02.2021 20:48:00, Jason McCool 08.02.2021 13:13:00
#30 Опубликовано: 08.02.2021 15:23:45
Jason McCool

Jason McCool

9 сообщений из 78 понравились пользователям.

Группа: User

Very nice! That worked just fine. Thank you!

Jason
Jason McCool Robbins Engineering Little Rock, AR, USA
#31 Опубликовано: 20.06.2022 11:37:54
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 сообщений из 62 понравились пользователям.

Группа: 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 Опубликовано: 20.06.2022 11:41:06
João Felipe Seráfico Melo

João Felipe Seráfico Melo

7 сообщений из 62 понравились пользователям.

Группа: 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 Опубликовано: 20.06.2022 15:16:38
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
João Felipe Seráfico Melo 20.06.2022 15:28:00
#34 Опубликовано: 31.07.2022 14:59:55
Prmtv

Prmtv

0 сообщений из 49 понравились пользователям.

Группа: 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 Опубликовано: 02.08.2022 02:50:54
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 04.08.2022 15:19:01
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 29.06.2023 20:25:53
giddyApples8

giddyApples8

0 сообщений из 15 понравились пользователям.

Группа: User

I must be retarded because I can't figure out how to insert a combolist region.
#38 Опубликовано: 30.06.2023 05:47:49
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 30.06.2023 12:34:14
giddyApples8

giddyApples8

0 сообщений из 15 понравились пользователям.

Группа: 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.
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений