Questions tagged [glue42]

Setup

As an interop platform Glue42 supports several programming frameworks and provides specific SDKs created:

It also provides pre-built connectors for Microsoft Office out of the box.

When asking a Glue42 question you should

  1. Check if Glue42 Desktop is running on your machine.
  2. Check with the documentation.
  3. Post an excerpt of your application's config as well as relevant code.
7 questions
1
vote
1 answer

Unreal Engine 4.27.2 from source - Package failed, Exit Code 3

I'm getting this error when trying to package the Dedicated Server for shipping, I'm using github version. UE4.27.2 UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: begin: stack for UAT UATHelper: Empacotamento (Windows (64-bit)): …
1
vote
1 answer

Channels not available

I lack the channels dropdown in my sticky windows. I set glueWindowOptions.WithChannelSupport(true); as per the documentation. My windows still lack the dropdown though.
Mohi97
  • 29
  • 5
1
vote
1 answer

How can I replace the default Glue42 toolbar with a custom application?

I found the application APIs, but there is no reference about instructing Glue Desktop to use a custom launcher.
rusev
  • 1,880
  • 2
  • 17
  • 14
0
votes
2 answers

Typescript declarations for JavaScript SDK

I am building my own application for interop using Glue42, does anyone have any TypeScript declarations that they could share? I can't find anything in the docs. This would really speed up my dev. Searched on docs.glue42.com
jofordy
  • 1
  • 2
0
votes
1 answer

Imperative mode advantages

Documentation points to declarative and imperative model for method interop, with the imperative one seemingly being the advanced one. What are the benefits of using one over the other?
Mohi97
  • 29
  • 5
0
votes
1 answer

Glue42 - Register for updates in excel

I want to link an application to validate updates made in Excel. I am trying to use Glue42 interop methods. Does anyone have a code sample? I have successfully linked two apps, but not excel I change a cell in excel and my external app validates…
jofordy
  • 1
  • 2
-1
votes
1 answer

How to make a window always appear at specified location?

I created the json file for my WPF C# exe in the config folder. On every subsequent launch it appears in the place I last moved the window. I want it to always appear at [367, 120]. Is this possible? Here is my config: { "title": "IssueTracker", …
Mohi97
  • 29
  • 5