Search found 1026 matches

by Grovkillen
Wed Jun 19, 2013 7:21 am
Forum: Technical / Scripting
Topic: HTTPRequest> and Notify My Android
Replies: 12
Views: 16876

CyberCitizen, that's my main use of this as well (fail/success info)! :)


EDIT: Haven't used this myself but for WindowsPhone Pushalot is a equivalent to NMA:
Homepage>>
Windows Phone Store>>
by Grovkillen
Wed Jun 19, 2013 7:03 am
Forum: Enhancement Suggestions
Topic: [Done] HTML/CSS elements in Custom Dialogs
Replies: 20
Views: 26825

Marcus , sorry to pull your strings but here's more in the line of my enhancement suggestion. Below you have a YouTube video of someone creating a simple browser in Delphi using the (Internet) TWebBrowser command. Maybe it could be used to display internal HTML/CSS code, i.e. would be able to make ...
by Grovkillen
Wed Jun 19, 2013 6:07 am
Forum: Technical / Scripting
Topic: HTTPRequest> and Notify My Android
Replies: 12
Views: 16876

paulinoe, please share any ideas you might have with the forum. I'd be happy to help and give feedback. :D
by Grovkillen
Fri Jun 14, 2013 6:49 am
Forum: Beginners
Topic: Print web page to PDF
Replies: 9
Views: 13506

I think using that is above my pay grade (knowledge). I looked at it and I am not sure how to use it. If anyone has got some example code to print to PDF I would appreciate looking at it. thanks everyone for looking at this It's not that complicated... just ask me. Download the app and place it in ...
by Grovkillen
Sun Jun 09, 2013 8:57 am
Forum: Beginners
Topic: Print web page to PDF
Replies: 9
Views: 13506

Have you tried the wkhtmltopdf I posted some time ago?

It'll let you throw the URL into the app and give you a rendered PDF file back...
by Grovkillen
Sun Jun 09, 2013 8:52 am
Forum: General Discussion
Topic: Difficulty downloading registered version - zero byte file
Replies: 5
Views: 7853

Just a thought... are you sure you don't have a anti-virus software that stop you from getting the file?
by Grovkillen
Thu May 02, 2013 2:19 pm
Forum: Technical / Scripting
Topic: HTTPRequest> and Notify My Android
Replies: 12
Views: 16876

Marcus, great news. Thanks for the info!
by Grovkillen
Thu May 02, 2013 12:14 pm
Forum: Technical / Scripting
Topic: HTTPRequest> and Notify My Android
Replies: 12
Views: 16876

Sorry but I missed that information!? I'm usually good at reading the manual but this one got through. Thanks for pointing it out Marcus. PS. I would guess that the end user also would need to have OpenSSL installed. Thus using the none secure line is the only way to keep the compiled exe independent?
by Grovkillen
Wed May 01, 2013 9:23 pm
Forum: Technical / Scripting
Topic: HTTPRequest> and Notify My Android
Replies: 12
Views: 16876

Rain , didn't work... not with HTTPS but with HTTP. Do you mean that if I add: Let>HTTP_SSL=1 before HTTPRequest>http://ww.. (note: http with out "s") it will post it using HTTP S ? Doesn't make sense to me... JRL , yes I could but it's not that sexy. And I think it require more code. I want my use...
by Grovkillen
Wed May 01, 2013 6:43 pm
Forum: Technical / Scripting
Topic: HTTPRequest> and Notify My Android
Replies: 12
Views: 16876

If anyone want to play around you POST notifications with the following address:
>http://www.notifymyandroid.com/publicapi/notify?apikey=X&application=Y&event=Z&description=O

More info here>>
by Grovkillen
Wed May 01, 2013 6:26 pm
Forum: Technical / Scripting
Topic: HTTPRequest> and Notify My Android
Replies: 12
Views: 16876

HTTPRequest> and Notify My Android

Hi there, I'm trying to use NMA to push script results to my Android phone but I have some problem with the GET request: HTTPRequest>http://www.notifymyandroid.com/publicapi/verify?apikey=111111111111111111111111111111111111111111111111,,GET,,strHTML This will give me the return call "strHTML": ?xml...
by Grovkillen
Thu Apr 25, 2013 5:11 am
Forum: Technical / Scripting
Topic: Can not execute a program
Replies: 6
Views: 7840

Thanks for the input CyberCitizen but I tried and its not it.
by Grovkillen
Tue Apr 23, 2013 10:56 am
Forum: Technical / Scripting
Topic: Can not execute a program
Replies: 6
Views: 7840

I just got this error as well... this morning I could run the below code with no issues. After I messed around with the script I got this error and I cannot make any Run> command pointing to a .EXE file to run. The RP_WIN64PROCESS will nto fix it either. Any ideas? http://i38.tinypic.com/11kjbkh.png...
by Grovkillen
Tue Apr 23, 2013 8:59 am
Forum: Technical / Scripting
Topic: IfFileExists / IfNotFileExists
Replies: 2
Views: 2897

Okay, thanks for the info... I'll try them out.
by Grovkillen
Tue Apr 23, 2013 6:31 am
Forum: Technical / Scripting
Topic: IfFileExists / IfNotFileExists
Replies: 2
Views: 2897

IfFileExists / IfNotFileExists

Is it possible to have " AND " statements to evaluate if multiple files exist / do not exist? Example: IfNotFileExists>C:/FILE 1 .exe AND C:/FILE 2 .exe Gosub>MISSING_FILE Endif> If so, is it possible to know which file(s) that did not pass the test? I.e. if C:/FILE1.exe exist but C:/FILE2.exe are m...
Sign up to our newsletter for free automation tips, tricks & discounts