NetTalk Central

Author Topic: All documentation  (Read 4563 times)

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
All documentation
« on: November 26, 2018, 11:17:18 AM »
Hi all. Today is the day... update to NetTalk v11.04 and as far as i know, almost went fine, but i saw anew function called All Documentation. When i try to enter i get the following message (see attached image).

I went to the migration docs and i don't know if i am missing something. In the shipping examples this does not happen.

Any ideas?

Thanks in advance!

Urayo?n


DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: All documentation
« Reply #1 on: November 26, 2018, 01:18:33 PM »
Make sure String Theory is updated to version 2.89.

See if that helps.

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: All documentation
« Reply #2 on: November 26, 2018, 11:52:44 PM »
Hi Ura,

The "all docs" buttons is simply an amalgamation of all the individual method documentations.
So the question becomes;
Do all the documentation pages work ok by themselves?
In particular - MedichistogramData ?

cheers
Bruce

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: All documentation
« Reply #3 on: November 27, 2018, 03:48:35 AM »
Make sure String Theory is updated to version 2.89.

See if that helps.

Don

Thank you for pointing that out Don, but StringTheory is in the last version (2.89)




urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: All documentation
« Reply #4 on: November 27, 2018, 03:52:05 AM »
Hi Ura,

The "all docs" buttons is simply an amalgamation of all the individual method documentations.
So the question becomes;
Do all the documentation pages work ok by themselves?
In particular - MedichistogramData ?

cheers
Bruce

Bruce, that specific call, the documentation does not work. I will dig a little more on that. After looking at that, i think is how the structure of the return data is defined.

Let me try something else and report back. Thanks!


DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: All documentation
« Reply #5 on: November 27, 2018, 05:02:24 AM »
Make sure String Theory is updated to version 2.89.

See if that helps.

Don

Thank you for pointing that out Don, but StringTheory is in the last version (2.89)

Yes sir.  Just making sure.  String Theory being out of date has bitten a few people including me.

Good luck with your project. 
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: All documentation
« Reply #6 on: November 27, 2018, 05:32:38 AM »
Make sure String Theory is updated to version 2.89.

See if that helps.

Don

Thank you for pointing that out Don, but StringTheory is in the last version (2.89)

Yes sir.  Just making sure.  String Theory being out of date has bitten a few people including me.

Good luck with your project.

Thank you Don.

 I was just able to replicate the problem. My return Queue has a time field and for some reason the WebServices does not like it like that.

I am going to post an example for Bruce soon

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: All documentation
« Reply #7 on: November 27, 2018, 05:43:33 AM »
Hello Bruce:

Here is the example. The fist method has a Time data type inside the Queue, the second call is the same Queue, but with the Time field in string type.

Thanks in advance @ Urayo

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: All documentation
« Reply #8 on: November 27, 2018, 10:41:21 PM »
Thanks for the example Ura.
The bug is indeed in StringTheory, so I've fixed there and will post a build 2.90 shortly.

The bug is also in your code though - you are using date pic @D17 and time pic @T7 - both of which are meaningless in the context of an API. If you correct those it will stop crashing.

cheers
Bruce

urayoan

  • Full Member
  • ***
  • Posts: 222
    • View Profile
    • AZ Rock Radio
Re: All documentation
« Reply #9 on: November 28, 2018, 03:24:32 AM »
Thank you Bruce for pointing that out.

I remember the NetTalk Documentation that those date and time pictures are wasted in the server, but i wasn't clear about the picture in the variable declaration. That at least is a quick fix for me to move forward.