|
In learning
|
12
|
|
|
For personal usage
|
28
|
|
|
In buziness
|
34
|
|
|
Useless for me
|
2
|
|
Guests can't vote. Try login or register.
|
  Rank: Advanced Member Groups: Registered
Joined: 14/10/2015(UTC) Posts: 308
Was thanked: 77 time(s) in 58 post(s)
|
Originally Posted by: G-Tate  I found a way!
But it takes time depending on how many vectors you use. I defined the single element indexes and gave them a name.
Best regards.
Hello G-Tate I think it is better that you use Excel for data in the form of Vector or Matrix, and then import them from SMathStudio, so that, the changes you make are saved in the Excel sheet  PruebaImport_Cost_English.zip (1,038kb) downloaded 34 time(s).Best Regards Carlos
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 10/12/2009(UTC) Posts: 289   Location: Cali, Colombia Was thanked: 124 time(s) in 83 post(s)
|
Ok...but... I think that the point is that in this way you neither can edit any value in the viewer...
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 14/10/2015(UTC) Posts: 308
Was thanked: 77 time(s) in 58 post(s)
|
Hello Oscampo Originally Posted by: oscampo  Ok...but... I think that the point is that in this way you neither can edit any value in the viewer... In SmathViewer you can change the values of the variables, but it does not save any value, that is, it remains the original value that was put in the SmathStudio worksheet. SmathViewer is not persistent. The idea of using it together with a spreadsheet (Excel or Libre Office) is in the case of vectors or matrices with data that must be updated, without the need to change the source code. For example for unit prices, so you do not have to type them every time. Since from my point of view, the executable program of SmathViewer will be used by a person who does not have access to the source code and who probably does not know how to program, or who do not want to make changes to it. Otherwise, if you have access to run the program in the source code (SmathStudio), what sense would you have to use Smath Viewer? SmathViewer needs to improve some functions, such as handling vectors and matrices, making persistent changes, etc. Best Regards Carlos
|
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 23/01/2019(UTC) Posts: 3 
|
Originally Posted by: Andrey Ivashov  Hello.
Unfortunately it is Windows 10 which does not allow SMath Studio to save *.exe files (partially generated on server side). That is why *.exe.tmp was created successfully, but it disappears on renaming from *.exe.tmp to *.exe. Operating system (Windows 10 in my case) detects this and removes final file completely.
Functionality should still work OK on other OSs.
For now I do not know what to do with this behavior of the OS.
Best regards. Hello, you can't generate full version exe file for a long time. I would like to be able to use them in the company. Until this bug is fixed, wouldn't it be possible to remove the "not for commercial use" text altogether?
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,728   Location: Italy Was thanked: 1396 time(s) in 910 post(s)
|
Originally Posted by: Armand1  Hello, you can't generate full version exe file for a long time. I would like to be able to use them in the company. Until this bug is fixed, wouldn't it be possible to remove the "not for commercial use" text altogether? There's a statement made by Andrey recently hereEdited by user 15 March 2021 19:31: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 |
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,639   Was thanked: 2011 time(s) in 679 post(s)
|
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,639   Was thanked: 2011 time(s) in 679 post(s)
|
It is now possible to Save input data using Save dialog. It is also possible to load saved data using Open toolbar item afterwards - all saved values will be restored.  To enable Save/Open functionality an appropriate checkbox must be set to true during Save to *.exe: 
|
 1 user thanked Andrey Ivashov for this useful post.
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 24/08/2022(UTC) Posts: 2 
|
Hello everyone, This is my first post here. I have been using SMath for several years, and also SMath Viewer for some time. I created a few simple programs to facilitate frequently performed activities. I'm a huge fan of the entire SMath suite. While working with SMath Viewer, I found a few small things that I think could be improved. The first one probably does not relate to the SMath Viewer itself, but the ComboBoxList extension. The longer description of the list does not fit into the window, making it unreadable (as shown below). This happens when the list contains text elements. Working with numbers does not cause this problem. The second problem relates to units. When a variable (or result) is in a non-standard unit (as shown below), the program gives the user a choice from the list to units that do not match the number completely. Incompatible units should not be proposed. It would be nice to be able to select the unit set when creating the EXE file. For example, I don't need imperial units in an EXE file.   Edited by user 03 October 2022 17:57:04(UTC)
| Reason: Not specified
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,728   Location: Italy Was thanked: 1396 time(s) in 910 post(s)
|
Originally Posted by: 7122435  The first one probably does not relate to the SMath Viewer itself, but the ComboBoxList extension. The longer description of the list does not fit into the window, making it unreadable (as shown below). This happens when the list contains text elements. Working with numbers does not cause this problem. Thank you for reporting the issue. It wasn't easy to find the cause but should be fixed now, I've released an updated plugin for the latest stable version of SMath Studio. Edited by user 24 September 2022 18:28:27(UTC)
| Reason: typo |
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: 14/10/2015(UTC) Posts: 308
Was thanked: 77 time(s) in 58 post(s)
|
Hello My "sm" file from Post #21 doesn't work when converted to "exe" file in the new version.  Best Regards Carlos
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,728   Location: Italy Was thanked: 1396 time(s) in 910 post(s)
|
Originally Posted by: CBG  Hello
My "sm" file from Post #21 doesn't work when converted to "exe" file in the new version. Hello, I can reproduce the issue only if the excel and the executable are in different paths when you run the executable (that is the expected behaviour for this file), unless I'm missing something else. Edited by user 26 September 2022 17:41:28(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 |
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 14/10/2015(UTC) Posts: 308
Was thanked: 77 time(s) in 58 post(s)
|
Hello Davide Quote:Hello,
I can reproduce the issue only if the excel and the executable are in different paths when you run the executable (that is the expected behaviour for this file), unless I'm missing something else. Thank you very much for your answer I already found the flaw, if the original "sm" file is opened and saved as an "exe" executable file in the new version of SmathSudio, it gives an error. And if I open the original "sm" file and save it in the new version of Smath Studio, and then save it as an executable file "exe", it works perfectly. Best Regards Carlos
|
 2 users thanked CBG for this useful post.
|
on 27/09/2022(UTC), on 10/10/2022(UTC)
|
|
 Rank: Newbie
Groups: Registered
Joined: 24/08/2022(UTC) Posts: 2 
|
Originally Posted by: Davide Carpi  Originally Posted by: 7122435  The first one probably does not relate to the SMath Viewer itself, but the ComboBoxList extension. The longer description of the list does not fit into the window, making it unreadable (as shown below). This happens when the list contains text elements. Working with numbers does not cause this problem. Thank you for reporting the issue. It wasn't easy to find the cause but should be fixed now, I've released an updated plugin for the latest stable version of SMath Studio. Thank you very much for this update. Now it works like a dream
|
|
|
|
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.