Search found 1026 matches

by Grovkillen
Wed Jan 02, 2019 10:41 am
Forum: Technical / Scripting
Topic: [SOLVED] HTTPRequest + HTTP_SSL=1 not working?
Replies: 9
Views: 5651

[SOLVED] HTTPRequest + HTTP_SSL=1 not working?

Code: Select all

Let>HTTP_SSL=1
//Let>TLS_VER=1
HTTPRequest>https://www.vecka.nu/,,GET,,VECKA_NU,,,,


HTTPRequest>https://www.google.com/,,GET,,GOOGLE_COM,,,,

**BREAKPOINT**
Google will give me a response but not vecka.nu (and other https pages). I will only receive the 400 error.
by Grovkillen
Fri Dec 28, 2018 9:19 am
Forum: Scripts and Tips
Topic: The new (awesome) HTMLViewer feature: HTML tricks
Replies: 5
Views: 15120

Re: The new (awesome) HTMLViewer feature: HTML tricks

To display an online picture: Dialog>Dialog1 object Dialog1: TForm Left = 640 Top = 191 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 150 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name...
by Grovkillen
Fri Dec 28, 2018 9:16 am
Forum: Scripts and Tips
Topic: The new (awesome) HTMLViewer feature: HTML tricks
Replies: 5
Views: 15120

Re: The new (awesome) HTMLViewer feature: HTML tricks

Given that you have a gif file called loading.gif in your script directory you can use this to display a gif: Dialog>DialogInfo object DialogInfo: TForm Left = -6641 Top = -1073 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'Info' ClientHeight = 700 ClientWidth = 1400 Color = clBtnFace F...
by Grovkillen
Wed Dec 12, 2018 3:49 pm
Forum: Beginners
Topic: Relative to mouse position
Replies: 1
Views: 2126

Re: Relative to mouse position

Record and then tweak the generated code. You will need to use commands that the macro recorder don't use (how could it?).
by Grovkillen
Mon Dec 10, 2018 6:00 am
Forum: Technical / Scripting
Topic: OCR Area giving correct Var but If not working!
Replies: 4
Views: 3359

Re: OCR Area giving correct Var but If not working!

Put the string to clipboard and paste it into Notepad++ just to make sure it's exactly what you think it is. It might be some hidden values?
by Grovkillen
Sun Nov 04, 2018 8:18 pm
Forum: Beginners
Topic: Debug Pause Running Macro And show Current Line
Replies: 4
Views: 4266

Re: Debug Pause Running Macro And show Current Line

You can use a event handler that dump the memory to a text file.
by Grovkillen
Sun Nov 04, 2018 8:17 pm
Forum: Technical / Scripting
Topic: Select an item in ListBox
Replies: 7
Views: 4675

Re: Select an item in ListBox

You know the first list selection number so you just subtract (or add of you move down) one from that and you have the new selection value?
by Grovkillen
Tue Oct 23, 2018 6:40 am
Forum: Technical / Scripting
Topic: Problem with FindImagePos
Replies: 9
Views: 6741

Re: Problem with FindImagePos

I have come to realize that the DPI / PixelsPerInch is causing problems with the current implementation of dialog creation. I develop on my main machine which is on 144DPI but then the dialog looks really messed up on 96DPI machines. I need to then take into account the DPI and create dynamic dialog...
by Grovkillen
Mon Oct 22, 2018 7:42 pm
Forum: Technical / Scripting
Topic: user32.dll and ShowCursor
Replies: 2
Views: 2120

Re: user32.dll and ShowCursor

Super thank you for the support :)
by Grovkillen
Mon Oct 22, 2018 7:29 pm
Forum: Technical / Scripting
Topic: GetDialogProperty checkbox / checked sometimes report "NO_SUCH_PROPERTY"
Replies: 2
Views: 1653

GetDialogProperty checkbox / checked sometimes report "NO_SUCH_PROPERTY"

I have this script which gives me a headache because after some "GetDialogProperty" for a checkbox it starts to report NO_SUCH_PROPERTY . I cannot make a simple example which reproduce this behavior making me suspect its me doing something wrong. Have someone came about this problem before and would...
by Grovkillen
Thu Oct 18, 2018 12:56 pm
Forum: Scripts and Tips
Topic: Pipe cmd output to clipboard
Replies: 0
Views: 8831

Pipe cmd output to clipboard

I just found out that instead of piping the results of a cmd line to an external file you can pipe them the the clipboard like this:

Code: Select all

dir /s *.pdf | clip
by Grovkillen
Thu Oct 18, 2018 9:27 am
Forum: Technical / Scripting
Topic: user32.dll and ShowCursor
Replies: 2
Views: 2120

user32.dll and ShowCursor

Hello,

I'm trying to get this working but I don't understand the syntax I reckon.

https://docs.microsoft.com/en-us/window ... showcursor

Code: Select all

LibFunc>user32,ShowCursor,Test,true
Wait>1
MDL>Test
LibFunc>user32,ShowCursor,Test,false
Wait>1
MDL>Test
by Grovkillen
Tue Oct 16, 2018 6:37 am
Forum: Scripts and Tips
Topic: Dynamic dialogs
Replies: 1
Views: 4281

Re: Dynamic dialogs

By accident I stumbled upon the fault that was causing problems with the column width. Depending on user settings the "pixels per inch" is not taken into account for column widths...
cron
Sign up to our newsletter for free automation tips, tricks & discounts