topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 11:08 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: NANY 2020 Release: sDictionary  (Read 6655 times)

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
NANY 2020 Release: sDictionary
« on: January 01, 2020, 09:17 AM »
NANY 2020 Entry Information

Application Name sDictionary
Version 1.0.0
Short Description Simple dictionary lookup
Supported OSes Windows 7. Probably works, but not tested, on Windows XP/Vista/8/10.
Web Page Website
Download Link Download
System RequirementsNothing out of the ordinary.
Version HistoryChangelog
Author Jody Holmes (Skwire Empire)

Description
Simple dictionary lookup app.

Features
  • Definitions come from the Merriram-Webster Collegiate Dictionary.

Planned Features
  • Other dictionary sources.

Screenshots
2020-01-01_085537.pngNANY 2020 Release: sDictionary

Usage
Installation
Download the zip file and extract its contents into a new folder.  Run sDictionary.exe.

Using the Application
  • Launch application.
  • Enter a word.
  • Click search.

Uninstallation
Exit the application and delete the folder you unzipped it to.  No changes are made to the registry.

Tips
See "Using the Application" section above.

Known Issues
Some formatting tokens returned by the Merriam-Webster API are not cleaned up.

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: NANY 2020 Release: sDictionary
« Reply #1 on: February 21, 2020, 01:09 PM »
AsusPortatil - 21_02_2020 , 19_08_37.pngNANY 2020 Release: sDictionary

I have add to my taskbar  ;D

http://imagizer.imag...g923/1781/JQdYTR.png

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: NANY 2020 Release: sDictionary
« Reply #2 on: February 21, 2020, 02:18 PM »
Ha!  Thanks, Contro!

smaragdus

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 54
    • View Profile
    • Donate to Member
Re: NANY 2020 Release: sDictionary
« Reply #3 on: June 10, 2021, 05:52 PM »
Trying to use sDictionary I got a series of errors:

  • Error #1:
Error:  0x80072EFE -
Source: WinHttp.WinHttpRequest
Description: The connection with the server was terminated abnormally

HelpFile: (null)
HelpContext: 0

Specifically: WaitForResponse

Line#
---> 1723: whr.WaitForResponse() 

Continue running the script?

Screen:



  • Error #2:
Error:  0x8000000A - The data necessary to complete this operation is not yet available.
Source: WinHttp.WinHttpRequest
Description: The data necessary to complete this operation is not yet available.

HelpFile: (null)
HelpContext: 0

Specifically: ResponseText

Line#
---> 1724: myJSON := whr.ResponseText

Continue running the script?

Screen:



  • Error #3:
Error:  0x80020101 -

Specifically: parse

Line#
---> 028: JSON_PARSE := JSON_INIT.parse(sJson)

Continue running the script?

Screen:



This happens on Windows 8 x64 and I do not know where the problem lies- in my system, in sDictionary or in Merriram-Webster Collegiate Dictionary website.