Search found 1023 matches

by Grovkillen
Wed Nov 23, 2016 5:06 pm
Forum: Technical / Scripting
Topic: Image recognition fails with new laptop/resolution
Replies: 5
Views: 5432

Re: Image recognition fails with new laptop/resolution

Please post version number. 14.3 04 fixed a DPI bug which might be what is causing your problem.

https://www.mjtnet.com/mswhatsnew.htm
by Grovkillen
Fri Nov 18, 2016 7:50 am
Forum: Technical / Scripting
Topic: StringGrid Part III , different ColWidth
Replies: 12
Views: 13958

Re: StringGrid Part III , different ColWidth

When I manually change the widths of the columns in the dialog designer their sizes is stored in the dialog properties but I cannot fetch them with a GetDialogProperty call, and not set them with a SetDialogProperty call... This is found in the dialog property : ColWidths = ( 90 130 220 150 150 150 ...
by Grovkillen
Fri Nov 18, 2016 7:04 am
Forum: Technical / Scripting
Topic: Snatching output from command line + adding time stamp
Replies: 2
Views: 3563

Re: Snatching output from command line + adding time stamp

Thanks JRL for pointing me in the right direction! Here's the working code: Let>RP_Wait=0 Let>RP_Windowmode=1 RunProgram>cmd /k ping 192.168.0.102 | cscript //nologo %desktop_dir%\timestamplog.vbs 2>> %desktop_dir%\timestamplog.log WaitWindowOpen>cmd.exe* The secret here is the "2>>" the "2" is tell...
by Grovkillen
Thu Nov 17, 2016 8:28 pm
Forum: Technical / Scripting
Topic: Snatching output from command line + adding time stamp
Replies: 2
Views: 3563

Snatching output from command line + adding time stamp

Hi there, I'm trying to first of all time stamp output (in this example from ping) and I do get it to work when manually doing it in the Command Line Console. But when I try to do it through MS using RunProgram I cannot get it to work. https://s18.postimg.org/74gaimpfd/Image_1.png Vbs code in "times...
by Grovkillen
Thu Nov 17, 2016 1:11 pm
Forum: Enhancement Suggestions
Topic: "Jump List" for taskbar shortcuts
Replies: 1
Views: 8648

"Jump List" for taskbar shortcuts

If it's possible I'd like to be able to add "jump lists" to my application.

How-To Geek has a nice tuturial but that's a 3-rd party solution which might not work for all users...

It's just a something for the future! :)
by Grovkillen
Thu Nov 17, 2016 12:25 pm
Forum: Scripts and Tips
Topic: Dynamic Treeview using HTMLViewer in Custom Dialog
Replies: 0
Views: 11018

Dynamic Treeview using HTMLViewer in Custom Dialog

Hi, I have made this example how to display a dynamic treeview in a custom dialog. It is possible to have clickable links to text files and images. Note that these will be open within the dialog (not possible to open external files, to bad...). The example is inspired by the work of Geir Landrö and ...
by Grovkillen
Wed Nov 16, 2016 11:50 am
Forum: Technical / Scripting
Topic: StringGrid Part III , different ColWidth
Replies: 12
Views: 13958

Re: StringGrid Part III , different ColWidth

ColWidths, is it possible to change these using the SetDialogProperty>Dialog,MSStringGrid,ColWidths,Value ?

When I try nothing happens, when I try a "GetDialogProperty" nothing is returned (no such property exists).

Please advice. Thanks! :)
by Grovkillen
Mon Nov 14, 2016 12:59 pm
Forum: General Discussion
Topic: A small bug for LabelToVar>
Replies: 2
Views: 3884

Re: A small bug for LabelToVar>

Ah, good to know. Nothing mentioned in the manual (when I briefly read it).
by Grovkillen
Mon Nov 14, 2016 11:06 am
Forum: General Discussion
Topic: A small bug for LabelToVar>
Replies: 2
Views: 3884

A small bug for LabelToVar>

Please observe that it is not possible (with current version) to have a label NAME tabbed. See example below: //Will NOT work /* Label_Name1: HELLO! */ LabelToVar>Label_Name1,LABEL_DATA MDL>LABEL_DATA //Will work /* Label_Name2: HELLO! */ LabelToVar>Label_Name2,LABEL_DATA MDL>LABEL_DATA
by Grovkillen
Thu Nov 10, 2016 8:24 am
Forum: Technical / Scripting
Topic: Use of curly brackets {...} in variable
Replies: 10
Views: 7206

Re: Use of curly brackets {...} in variable

Sweeeeeet! :) It worked! 8) I had to edit the code a bit (the problem I faced was fixed with the "len(data)" and added that length to the header... /* python_code: import json import urllib2 #Fixing the url url = 'https://api.arenasolutions.com/v1/login' #Fixing the data post_data_json = {'email': '...
by Grovkillen
Wed Nov 09, 2016 5:21 pm
Forum: Technical / Scripting
Topic: Separate> (Creating a script to obtain NICS information)
Replies: 3
Views: 3627

Re: Separate> (Creating a script to obtain NICS information)

Great JRL, fixed my problem just perfect!

Regarding Djek, he's right... much better solution but you helped me with the "core issue" and he provided me another way! :P
by Grovkillen
Wed Nov 09, 2016 9:52 am
Forum: Technical / Scripting
Topic: Separate> (Creating a script to obtain NICS information)
Replies: 3
Views: 3627

Separate> (Creating a script to obtain NICS information)

Hi, I'm creating a script to gather information about NIC s (network adapters) but I fail to create a variable array name using the Separate> command. Is this not possible? (I always end up with %ARRAY_name% as the actual name of the array). VBSTART Function GetNetworkInformation() On Error Resume N...
by Grovkillen
Wed Nov 09, 2016 7:53 am
Forum: Technical / Scripting
Topic: Use of curly brackets {...} in variable
Replies: 10
Views: 7206

Re: Use of curly brackets {...} in variable

Hi Marcus, of course you are right. I'm just really frustrated to get this to work. My suspicion is that the problem I face with a "400 HTTP/1.1 400 Bad Request" is due to the fact that the Arena API server expects a "Content-Type: application/json" in the header . I have tested my code within "Post...
by Grovkillen
Tue Nov 08, 2016 11:40 am
Forum: General Discussion
Topic: What is the difference between Pro and Standard ?
Replies: 2
Views: 5735

Re: What is the difference between Pro and Standard ?

Come on, just click the "Buy Now" button and read.

https://www.mjtnet.com/matrix_popup.htm
by Grovkillen
Sun Nov 06, 2016 11:47 am
Forum: Technical / Scripting
Topic: Pushover Notifications
Replies: 6
Views: 6444

Re: Pushover Notifications

Happy to help, thanks for letting me know.
Sign up to our newsletter for free automation tips, tricks & discounts