Giter Site home page Giter Site logo

Comments (4)

hi5 avatar hi5 commented on August 22, 2024

Strange

  • The above is the XML for the ClipChain, when you manually add an entry and close the clipchain (via the "close clipchain" button - is saves the XML upon closing the Gui (not when hiding it with Ctrl+Win+F11 I think)) is it still empty?
  • Is the History also empty (clipdata\history\History.xml)?

from cl3.

jasondavis avatar jasondavis commented on August 22, 2024

@hi5 Thanks for the reply....

  1. All my XML files in the ClipData folders have this type of data:
<?xml version="1.0" encoding="UTF-8"?>
<ClipChainData>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
	<Invalid_Name id="" ahk="True"></Invalid_Name>
</ClipChainData>
  1. Yes the History.xml file is in the above format as well.

Besides the issues with XML data everything else works great.

Perhaps it is some sort of encoding issue i'm not sure why though.

On another note I am looking to modify the ClipChain code to allow a HotKey to add/insert selected text to the clipchain so I can open the ClipChain GUI and then copy new items to the chain without having to always use the Insert GUI.

Is this a feature you would be interested in as well?

Thanks

from cl3.

hi5 avatar hi5 commented on August 22, 2024

I've been running the Unicode version of AutoHotkey for so long I keep forgetting there is an Ansi version - XA only works correctly with AutoHotkeyU64.exe or AutoHotkeyU32.exe which you can find in your AutoHotkey folder (if you've installed it, otherwise you'll find them in the ZIP file you can download from the AutoHotkey website).
If you just want to quickly test it: close any copies of CL3 you have running and start copy one of those Unicode versions to the CL3 folder as cl3.exe and start it. It will launch cl3.ahk automatically. Now it should work.

I'd not only recommend the Unicode version of AutoHotkey in general, but especially for CL3 so it can properly handle unicode text (non-English languages, Unicode characters incl. emoji).

I should add a note to the CL3 readme about it as well.

Reference: hi5/XA#1 (comment)

Edit: try upgrading AutoHotkey, it should actually work with Ansi as one my other scripts relied on it at first and XA worked fine at the time now that I think about it. (That script now works with Unicode & Ansi (F4MiniMenu))

from cl3.

hi5 avatar hi5 commented on August 22, 2024

I've used XA on Win7/8/10 without any issues or installing something but apart for checking with newer updates of AHK, you could try and see if you actually have the msxml6.dll which is I think a requirement for the ComObjCreate("MSXML2.DOMdocument.6.0") XA uses.

A search for msxml*.dll in

 c:\Windows\System32\
 c:\Windows\SysWOW64\

should show msxml6.dll

from cl3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.