Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


8 Pages«<45678>
Options
Go to last post Go to first unread
Offline ElSid  
#101 Posted : 15 April 2016 23:58:09(UTC)
ElSid


Rank: Advanced Member

Groups: Registered
Joined: 05/03/2009(UTC)
Posts: 433
Man
United States
Location: USA

Was thanked: 17 time(s) in 15 post(s)
Originally Posted by: ElSid Go to Quoted Post
Using Jean's files in the same directory, I updated to Mike's sheet and compared it to UNI's pdf ... I still have an error in the re-definition of BETA. Using latest SMath and plugins.
This is on my work computer ... not the one at home.
BTW, I tried with both files on my desktop and in the "C" drive.
Same Directory.PNG

Edited by user 16 April 2016 00:08:35(UTC)  | Reason: Not specified

Offline Jean Giraud  
#102 Posted : 16 April 2016 01:43:19(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
... just like this

Forum Include Proof.gif
Offline ElSid  
#103 Posted : 16 April 2016 05:43:26(UTC)
ElSid


Rank: Advanced Member

Groups: Registered
Joined: 05/03/2009(UTC)
Posts: 433
Man
United States
Location: USA

Was thanked: 17 time(s) in 15 post(s)
Originally Posted by: ElSid Go to Quoted Post
BETA.PNG
Not that BETA ... the one to the right of "FIT" per my screenshot. Everything up to that point matches UNI's PDF. I've tried moving the "BETA" down. I think that is why I have red boxes below.

Offline уни  
#104 Posted : 16 April 2016 06:10:09(UTC)
уни

Rank: Newbie

Groups: Registered
Joined: 10/03/2016(UTC)
Posts: 1
Man
Russian Federation

βNlin() redefined (βNlin() := include() = 4).
Offline resist  
#105 Posted : 25 July 2017 16:59:19(UTC)
resist

Rank: Newbie

Groups: Registered
Joined: 17/08/2015(UTC)
Posts: 8
Man
Hungary

Hi!

Access to Windows Enviroment Variables would be really nice:

Code:
include("%SM_INCLUDE%\fn.sm")=10


Do you think it's possible?

Thank you
Offline uni  
#106 Posted : 26 July 2017 08:31:54(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Originally Posted by: resist Go to Quoted Post

Do you think it's possible?

Yes, it is possible. Will be in new release.

2017-07-26_10-01-32.png


Russia ☭ forever
Viacheslav N. Mezentsev
thanks 2 users thanked uni for this useful post.
on 26/07/2017(UTC),  on 26/07/2017(UTC)
Offline resist  
#107 Posted : 26 July 2017 13:19:07(UTC)
resist

Rank: Newbie

Groups: Registered
Joined: 17/08/2015(UTC)
Posts: 8
Man
Hungary

Awsome! Thank you! Good

Originally Posted by: uni Go to Quoted Post
Originally Posted by: resist Go to Quoted Post

Do you think it's possible?

Yes, it is possible. Will be in new release.

2017-07-26_10-01-32.png




Offline uni  
#108 Posted : 05 September 2017 10:52:41(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Updated (for SMath Studio 0.98.6437).
Russia ☭ forever
Viacheslav N. Mezentsev
thanks 2 users thanked uni for this useful post.
on 05/09/2017(UTC),  on 06/09/2017(UTC)
Offline MarB  
#109 Posted : 11 November 2018 12:06:36(UTC)
MarB


Rank: Advanced Member

Groups: Registered
Joined: 21/10/2016(UTC)
Posts: 84

Was thanked: 21 time(s) in 17 post(s)
Hi!

I updated to SMath Version 0.99.6884.
Include() cannot read Sheets saved with this SMath Version. The result looks like include(...)=0.
incl1.PNG

By examining the files I found the new worksheet tag. And the regions tag moved downwards.

after saving with 0.99.6884:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.6884.37264"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings dpi="96">
    <shortcut>Formelsammlung</shortcut>
    <identity>
      <id>5f168c43-3307-422f-ab94-2a3c16977117</id>
      <revision>775</revision>

Code:
    </dependencies>
  </settings>
  <regions type="content">
    <region id="0" left="567" top="0" width="104" height="215" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>


Maybe that's the reason?
thanks 1 user thanked MarB for this useful post.
on 13/11/2018(UTC)
Offline RFreund  
#110 Posted : 11 November 2018 17:43:47(UTC)
RFreund


Rank: Advanced Member

Groups: Registered
Joined: 25/09/2013(UTC)
Posts: 325
United States
Location: IL

Was thanked: 19 time(s) in 17 post(s)
I'm having the same issues.
Offline uni  
#111 Posted : 13 November 2018 13:41:52(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Originally Posted by: MarB Go to Quoted Post
By examining the files I found the new worksheet tag. And the regions tag moved downwards.

Updated (plugin version changed to 0.2.x.x). Try now.

Old worksheets must be saved in the new format.

Edited by user 13 November 2018 13:46:47(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
Offline MarB  
#112 Posted : 22 February 2019 13:44:06(UTC)
MarB


Rank: Advanced Member

Groups: Registered
Joined: 21/10/2016(UTC)
Posts: 84

Was thanked: 21 time(s) in 17 post(s)
Hi,

found a little bug in include():
Strings containing only one space " " are imported as an empty string.

include.png
thanks 1 user thanked MarB for this useful post.
on 22/02/2019(UTC)
Offline uni  
#113 Posted : 22 February 2019 14:40:39(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Updated. Try now.
Russia ☭ forever
Viacheslav N. Mezentsev
thanks 1 user thanked uni for this useful post.
on 22/02/2019(UTC)
Offline MarB  
#114 Posted : 22 February 2019 15:00:54(UTC)
MarB


Rank: Advanced Member

Groups: Registered
Joined: 21/10/2016(UTC)
Posts: 84

Was thanked: 21 time(s) in 17 post(s)
What a quick answer!

I forgot to mention, that I use the latest stable 0.99.6884.

As the plugin is not offered through the plugins dialog, I downloaded the latest file directly and replaced the current one.
But that doesn't work:

Include_error.PNG
Offline Davide Carpi  
#115 Posted : 22 February 2019 16:20:27(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
Originally Posted by: MarB Go to Quoted Post
I use the latest stable 0.99.6884.

As the plugin is not offered through the plugins dialog, I downloaded the latest file directly and replaced the current one.
But that doesn't work:


The plugin was compiled for a more recent SMath Studio, that's why you can't get it through the extensions manager and why you get the error message (in short the library rely on a different interface than the one available in your version, they can't talk each other)

Edited by user 22 February 2019 16:25:13(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
Offline MarB  
#116 Posted : 22 February 2019 19:21:17(UTC)
MarB


Rank: Advanced Member

Groups: Registered
Joined: 21/10/2016(UTC)
Posts: 84

Was thanked: 21 time(s) in 17 post(s)
Originally Posted by: uni Go to Quoted Post
Updated. Try now.


Is working, with 0.99.6988

Thanks a lot.
Could you update the plugin for the latest stable, please?

Edit:
I have a more comprehensive sheet, which I include:
now (0.99.6988 with updated include extension) the result of include is shown as usual (98 elements), but they are not accessible:
At first start a few equations were present, but finally I can't get it to work.
I can't even say, if the beta Smath app or if the extension is making troubles.

include_fehler.png

The old extension 0.2.6982.28030 works correctly, apart from " ".

include_alt.png

Edited by user 22 February 2019 20:54:41(UTC)  | Reason: Not specified

Offline uni  
#117 Posted : 23 February 2019 04:14:45(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Updated. Added support for 0.99.6884.

Originally Posted by: MarB Go to Quoted Post
I have a more comprehensive sheet, which I include:
now (0.99.6988 with updated include extension) the result of include is shown as usual (98 elements), but they are not accessible:
At first start a few equations were present, but finally I can't get it to work.
I can't even say, if the beta Smath app or if the extension is making troubles.

Show me .log file from the plugin directory.
Russia ☭ forever
Viacheslav N. Mezentsev
Offline MarB  
#118 Posted : 23 February 2019 16:56:29(UTC)
MarB


Rank: Advanced Member

Groups: Registered
Joined: 21/10/2016(UTC)
Posts: 84

Was thanked: 21 time(s) in 17 post(s)
Originally Posted by: uni Go to Quoted Post
Updated. Added support for 0.99.6884.
Show me .log file from the plugin directory.


Here you are:
Code:

23.02.2019 14:51:58 [ERROR] Das Objekt des Typs "System.Xml.XmlWhitespace" kann nicht in Typ "System.Xml.XmlElement" umgewandelt werden.
>The object of type ... cannot be converted to ...<
Offline Razonar  
#119 Posted : 23 February 2019 19:10:39(UTC)
Razonar


Rank: Advanced Member

Groups: Registered
Joined: 28/08/2014(UTC)
Posts: 1,356
Uruguay

Was thanked: 815 time(s) in 516 post(s)
Originally Posted by: MarB Go to Quoted Post
Hi,

found a little bug in include():
Strings containing only one space " " are imported as an empty string.

include.png


Hi. Related, but in SMath:

spaces.gif

Best regards.
Alvaro.

thanks 1 user thanked Razonar for this useful post.
on 24/02/2019(UTC)
Offline uni  
#120 Posted : 24 February 2019 03:24:05(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Updated. Try now.
Russia ☭ forever
Viacheslav N. Mezentsev
thanks 1 user thanked uni for this useful post.
on 24/02/2019(UTC)
Users browsing this topic
Similar Topics
Display formula stored in "Included" SMath file (Questions)
by faruk 10/03/2024 23:36:28(UTC)
include files @ startup (Questions)
by charlamb 10/05/2023 23:44:05(UTC)
Adidas include guaranteed with the 12 months (Bugs & Problems)
by guanyansb 11/12/2020 07:02:55(UTC)
include function issues (Questions)
by jrufener 01/06/2019 21:44:47(UTC)
[include plugin] missing LinqBridge.dll error in SMath Viewer executables (Bugs & Problems)
by resist 24/11/2017 18:07:37(UTC)
Include [User Program Function] (Feature Requests)
by Jean Giraud 16/04/2016 15:29:14(UTC)
"include" plugin: default directory setting (Feature Requests)
by mikekaganski 04/04/2016 07:19:58(UTC)
Include and Combobox Region (Questions)
by RFreund 01/03/2016 02:18:21(UTC)
include does not seem to work anymore (Bugs & Problems)
by Tinu 23/06/2014 09:56:03(UTC)
Even so Kobe Shoes includes by no means offered " up " their particular method to Nike Air condition (Questions)
by gladys 07/06/2014 05:27:07(UTC)
Include Hook Sections (Feature Requests)
by sublim21 29/05/2013 21:23:33(UTC)
Include ksi and ksf in next release (Feature Requests)
by TheWizEd 17/07/2010 22:42:11(UTC)
Include function (Feature Requests)
by LordMike 24/10/2009 05:15:45(UTC)
8 Pages«<45678>
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.