Search found 12 matches

by Invitro
11 Nov 2018, 02:36
Forum: Ask for Help (v1)
Topic: Change a GUI Pic back and forth
Replies: 1
Views: 464

Change a GUI Pic back and forth

Hi, I don't get this to work :-( All I want to do, is to create a Gui with pictures, that will change if your press on it: If you press on a picture it should go from red to green for example. If you press on the picture again it should change back from red to green. I tried a few solution but nothi...
by Invitro
07 Nov 2018, 01:46
Forum: Ask for Help (v1)
Topic: GUI does not immediately reacts during a loop.
Replies: 3
Views: 884

Re: GUI does not immediately reacts during a loop.

Thank your for your fast reply.
I will have to understand the function call, before implementing your solution :-)
I will read the AHK docs about it.

I also would like to understand why it doesn't work in the first place.
Any hints?
Thanks!
by Invitro
06 Nov 2018, 14:28
Forum: Ask for Help (v1)
Topic: GUI does not immediately reacts during a loop.
Replies: 3
Views: 884

GUI does not immediately reacts during a loop.

My Problem is that the Gui menu does not react, until the following loop command has finished. Loop { if A_SEC =30 break else sleep, 800 } I do not understand why :?: It's not the original script (this script has no real function), but the error is the same: Pic_AN := "1.png" Pic_AUS := "2.png" Cust...
by Invitro
06 Nov 2018, 11:43
Forum: Scripts and Functions (v1)
Topic: [lib] CSV - AutoHotkey library for working with CSV Files
Replies: 39
Views: 26981

Re: [lib] CSV - AutoHotkey library for working with CSV Files

I am using the CSV Library to use a CSV Database for Autohotkey. Multiple Users read and change the CSV. However sometimes the CSV get empty or suddenly there are multiple lines more in the csv, although the script is only changing one Cell. I believe it happens when ever two user are changing the C...
by Invitro
27 Oct 2018, 04:27
Forum: Ask for Help (v1)
Topic: Help with EPPlus.dll and AHK Topic is solved
Replies: 51
Views: 13899

Re: Help with EPPlus.dll and AHK Topic is solved

@Invitro, excellent question. That hadn't occurred to me, and I don't have an answer. I will look into it. Regards, burque505 Edit: Just this CodeProject link and this solution which requires a paid component so far. Very interesting problem. I tried the second solution with the shareware converter...
by Invitro
10 Oct 2018, 15:03
Forum: Ask for Help (v1)
Topic: Help with EPPlus.dll and AHK Topic is solved
Replies: 51
Views: 13899

Re: Help with EPPlus.dll and AHK Topic is solved

Thanks for helping me! You already made my day! :-)
by Invitro
10 Oct 2018, 14:55
Forum: Ask for Help (v1)
Topic: Help with EPPlus.dll and AHK Topic is solved
Replies: 51
Views: 13899

Re: Help with EPPlus.dll and AHK Topic is solved

That would be so great! I am fairly new to AHK and scripting and at my wit's end ;-) I don't know if this is interesting for you, but I am using Windows 10, Office 2016 and "Microsoft Print to PDF" is installed. Not a very neat solution, but at some point I was thinking I would at least be able to u...
by Invitro
10 Oct 2018, 13:59
Forum: Ask for Help (v1)
Topic: Help with EPPlus.dll and AHK Topic is solved
Replies: 51
Views: 13899

Re: Help with EPPlus.dll and AHK Topic is solved

According to the web it is not possible with EPPlus to save a XLSX as PDF. I have managed to create a pdf from an Excel sheet via com, but I have to open the Excel Sheet first. Would it also be possible to print/save an Excel sheet directly as a PDF without opening it? For these examples to work, I ...
by Invitro
09 Oct 2018, 15:36
Forum: Ask for Help (v1)
Topic: Creating a PDF from Xls without opening it
Replies: 0
Views: 565

Creating a PDF from Xls without opening it

I have managed to create a pdf from an Excel sheet. Would it also be possible to print/save an Excel sheet directly as a PDF without opening it? For these examples to work, I have to open the Excel File: excel := Active("Excel.Application") excel.Worksheets("sheet1").ExportAsFixedFormat(0,TargetFold...
by Invitro
09 Oct 2018, 11:40
Forum: Ask for Help (v1)
Topic: Help with EPPlus.dll and AHK Topic is solved
Replies: 51
Views: 13899

Re: Help with EPPlus.dll and AHK Topic is solved

:bravo: IT WORKED!!! Thank you so much :)
by Invitro
09 Oct 2018, 10:46
Forum: Ask for Help (v1)
Topic: Help with EPPlus.dll and AHK Topic is solved
Replies: 51
Views: 13899

Re: Help with EPPlus.dll and AHK Topic is solved

I tried the example. I downloaded the 7zip folder and unpacked it. I tried the example AHK, but I am getting the following error message: Error: Call to nonexistent function. Specifically: Clr_LoadLibrary 2018-10-09 17_45_18-EPPlus Test.png The Path to the EPPlus.dll is corret and Net Framework is i...

Go to advanced search