James Dunkerley's Blog

Musings from a developer and father, on this that and everything…

Menu

Skip to content
  • Home
  • About

TypeScript

Beyond Alteryx Macros – JsEvent, Value Previews, and The Formula Tool

This post continues looking into the UI side of the Alteryx HTML/JS SDK. Specifically, this looks at how to create preview values using some of the methods found in the Formula Tool. As with the last post, it is based on examining the workings in version 11.0, but I believe nothing has changed in 11.3…

8-Sep-2017 in alteryx, Beyond Alteryx Macros, Coding, TypeScript.

Beyond Alteryx Macros – Alteryx’s JavaScript SDK: an unofficial guide

Beyond Alteryx Macros – Alteryx’s JavaScript SDK: an unofficial guide Since version 10.1 of Alteryx, there has been an HTML/JS SDK built in for creating custom tools. I have spent some time digging around and thought would share some tips on getting started. As with all tools within Alteryx, there are two parts to the…

3-Jul-2017 in alteryx, Alteryx Omnibus, Beyond Alteryx Macros, Coding, TypeScript.

Setting up VS Code Debugging for TypeScript Electron application

The last post covered the basic set up of TypeScript Electron application being built by WebPack. This post follows on with a couple of extra features mainly around debugging. Again the complete project can be download from github. Multiple Renderer Entry Points The current set up builds src\gui.tsx into the main entry point of the…

16-Jun-2017 in Coding, Electron, TypeScript.

How to set up WebPack based TypeScript Electron React Build Process (with VSTS CI!)

Having spent a few days experimenting with setting up a build process for creating an Electron-based application thought I would put together a post describing the setup. First, a disclaimer that this is still a work in progress and as with everything within the JavaScript world it seems like there are a thousand ways to…

3-Jun-2017 in Coding, Electron, TypeScript.
Website Powered by WordPress.com.