Search found 536 matches

by Rain
Thu Aug 01, 2013 2:12 pm
Forum: Scripts and Tips
Topic: Macro Scheduler Forum RSS Feed Reader
Replies: 5
Views: 11963

Armsys,
Here is the feature you requested :arrow: Save posts feature for Macro Scheduler Forum RSS Feed Reader
by Rain
Thu Aug 01, 2013 1:54 pm
Forum: Scripts and Tips
Topic: Macro Scheduler Forum RSS Feed Reader
Replies: 5
Views: 11963

Armsys,
Thanks.

Sure, you can save all RSS posts to a log file. I will upload the code to add with instructions to my Google drive... give me a few.

There are really not that many lines (Roughly 600) when you remove the dialogs and images.

I drink coffee black, no sugar.
by Rain
Wed Jul 31, 2013 3:15 pm
Forum: Scripts and Tips
Topic: Basic Password Strength Meter
Replies: 8
Views: 154665

Need to enable wrapping for the memo box (this was on MS v14). Word wrap is set to True by default in v13. I've added "SetDialogProperty>Dialog1,MSMemo1,WordWrap,True" above "Show>Dialog1" to address this issue. Apparently my password was very week, however I know for a fact that its quite strong (...
by Rain
Tue Jul 30, 2013 2:51 pm
Forum: Scripts and Tips
Topic: Hide Dialog to Notification Area on Minimize
Replies: 0
Views: 8929

Hide Dialog to Notification Area on Minimize

Simple example that makes it appear like a dialog is hidden to the notification area when the minimize button is clicked. Maybe someone will find this useful. Dialog>Dialog1 object Dialog1: TForm Left = 430 Top = 178 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'Minimize to tray example...
by Rain
Mon Jul 29, 2013 5:46 pm
Forum: Scripts and Tips
Topic: Basic Password Strength Meter
Replies: 8
Views: 154665

It seems like an elaborate script that searches for weak patterns in a password. It may not find anything in randomly generated strings and thus give them a high rating. A bit of an off-topic: there may not be an official password strength standard, but what about time to crack or expected number o...
by Rain
Mon Jul 29, 2013 5:29 pm
Forum: Scripts and Tips
Topic: Macro Scheduler Forum RSS Feed Reader
Replies: 5
Views: 11963

Macro Scheduler Forum RSS Feed Reader

This script collects all posts and post info from the forums RSS feed located here and displays everything inside a dialog in memo boxes and labels. New posts are highlighted and can be loaded with the browser of your choice (Instruction are inside the LoadPost subroutine) when the topic title insid...
by Rain
Mon Jul 29, 2013 4:50 pm
Forum: Scripts and Tips
Topic: See what FindImagePos> Finds
Replies: 3
Views: 10366

Very Cool! Added it to my scripts.
by Rain
Sun Jul 28, 2013 5:08 pm
Forum: Scripts and Tips
Topic: See what FindImagePos> Finds
Replies: 3
Views: 10366

Does your example require version 14?
by Rain
Sat Jul 27, 2013 11:59 pm
Forum: General Discussion
Topic: How can I change the taskbar from vertical to horisontal?
Replies: 10
Views: 11935

Unlock the taskbar: Right-click an empty space on the taskbar. If Lock the Taskbar has a check mark next to it, the taskbar is locked. You can unlock it by clicking Lock the Taskbar, which removes the check mark. Move the taskbar: Click an empty space on the taskbar, and then hold down the mouse but...
by Rain
Sat Jul 27, 2013 2:20 pm
Forum: The Water Cooler
Topic: Script of the month winner. May 2013
Replies: 14
Views: 18171

CyberCitizen wrote:Been using my mug daily. Got home today and was devastated. Partner had fed the cats however left the lid for the cat food can on the bench, cats went up there and you can fill in the blanks.
That sucks....I'm sure you'll win another mug soon. :)
by Rain
Tue Jul 23, 2013 12:02 am
Forum: General Discussion
Topic: Text from an array to populate a list box?
Replies: 21
Views: 30970

You could create your title bar with and image. Here is a script a wrote a while back that will change the title bar with images I created. I kept the title bar images small in this example but you will get the idea.

You can get the script by clicking here

Image
by Rain
Mon Jul 22, 2013 3:01 pm
Forum: General Discussion
Topic: Text from an array to populate a list box?
Replies: 21
Views: 30970

You don't need to add Goto>Start after END>ShowMe. END>ShowMe ends the subroutine and returns to Show>Dialog2,r You can read more about how subroutines work here http://www.mjtnet.com/manual/srt.htm?zoom_highlightsub=srt There is no property setting to center the text of a list box. I'm not sure wha...
by Rain
Sun Jul 21, 2013 12:54 pm
Forum: General Discussion
Topic: Text from an array to populate a list box?
Replies: 21
Views: 30970

I only cant figure out how to made the dialog show in the centre of my screen(the top = center and left = center, where should I put these centre commands, it work on normal dialog but not this listbox dialog) I' don't understand, you want the list box in the center of the screen or the text aligne...
by Rain
Fri Jul 19, 2013 4:23 pm
Forum: Technical / Scripting
Topic: SetFocus to Non-MacSched Window Objects
Replies: 7
Views: 6754

What about this? ExecuteFile>InetCPL.cpl WaitWindowOpen>Internet Properties Wait>0.5 GetWindowHandle>Internet Properties,hwnd Let>WIN_USEHANDLE=1 GetWindowChildList>hwnd,hwnd_list Let>WIN_USEHANDLE=0 Separate>hwnd_List,crlf,handle Let>WIN_USEHANDLE=1 MoveWindow>Handle_26,100,100 ResizeWindow>Handle_...
by Rain
Fri Jul 19, 2013 1:19 pm
Forum: Technical / Scripting
Topic: SetFocus to Non-MacSched Window Objects
Replies: 7
Views: 6754

Windows 7 Ultimate.
Sign up to our newsletter for free automation tips, tricks & discounts