Search found 36 matches

by robotask
Wed Mar 16, 2022 3:36 pm
Forum: General Discussion
Topic: New Win11Pro with Robotask 8, dialog example ?
Replies: 5
Views: 11801

Re: New Win11Pro with Robotask 8, dialog example ?

This was used in Robotask 7 with Windows 7 Enterprise (now retired system) Looking for equivalent Dialog for Robotask 8 x64 Outside script dialog Create Global Variable (USER) with value 0 Sub Main Begin Dialog UserDialog 270,189,"Which User?" ' %GRID:10,7,1,1 PushButton 20,7,220,21,"...
by robotask
Wed Mar 16, 2022 2:51 pm
Forum: General Discussion
Topic: New Win11Pro with Robotask 8, dialog example ?
Replies: 5
Views: 11801

New Win11Pro with Robotask 8, dialog example ?

Setup a new Windows 11 Professional laptop with Robotask 8 x64 Is there a simple Dialog example which would pop up a choice of 4 users, store in a variable that can be used to populate an If...Then Pseudocode: Start logon to (Insurance, Bank, etc..) If User1 ... then send Text1 and send Password1 If...
by robotask
Sun Feb 28, 2021 6:12 pm
Forum: General Discussion
Topic: moving from v7.0.0.929 to v8.2.1.1036
Replies: 0
Views: 4535

moving from v7.0.0.929 to v8.2.1.1036

Windows 10 Pro x64, plan on moving from v7.0.0.929 to v8.2.1.1036

Everything now in v7.0.0.929 works fine, many with Basic script dialogs.

What is the easiest way to make the move on this system?

Should I first uninstall v7, then install v8 and how about importing the v7 tasks, many with scripts ?
by robotask
Sat May 20, 2017 12:31 pm
Forum: General Discussion
Topic: Any way to increase text size ?
Replies: 5
Views: 20597

Any way to increase text size ?

When creating or editing tasks, is there a way to increase font/text size ? It is also very hard to read the task name(s) list, again, due to text size.

Thank you
by robotask
Thu Apr 27, 2017 8:09 pm
Forum: General Discussion
Topic: a few features I'm having trouble implementing
Replies: 5
Views: 19231

Re: a few features I'm having trouble implementing

To the OP, do you have Visual Basic, any edition? if yes, you could simply create a short custom app, assign it a custom systray icon and launch it from Robotask. It would remain active and running as long as your Robotask task is active (you can iterate windows API tasks or keep a small .dat or .fl...
by robotask
Sat Feb 14, 2015 6:41 pm
Forum: General Discussion
Topic: Is Reboot and Ctrl Alt Delete with User Logon available?
Replies: 1
Views: 8751

Is Reboot and Ctrl Alt Delete with User Logon available?

Oleg

Is it now possible to schedule a machine reboot and automatically enter Ctrl Alt Delete, Domain User / Domain / Password and resume Desktop and Scheduled Jobs in unattended mode ?
by robotask
Sat Feb 14, 2015 6:39 pm
Forum: General Discussion
Topic: Small scare from 6.1 to 6.3
Replies: 1
Views: 8509

Small scare from 6.1 to 6.3

...but then remembered to reinstall the Basic.rtp module and everything works again ;)

thank you !
by robotask
Wed Jun 19, 2013 12:39 pm
Forum: General Discussion
Topic: Can RoboTask read text of ToolTip(s)
Replies: 3
Views: 11432

Re: Can RoboTask read text of ToolTip(s)

Here is a sample that loops all hidden and child and writes to a text file This works except that I really do not want empty captions and tried using Length({wname}) and I also do not have a WhereIsMouse X Y saved [Root] [Actions] [Actions\Action1] ActionID=STRING|"A_VARIABLES_CREATE" Enab...
by robotask
Wed Jun 19, 2013 11:53 am
Forum: General Discussion
Topic: Can RoboTask read text of ToolTip(s)
Replies: 3
Views: 11432

Re: Can RoboTask read text of ToolTip(s)

That is precisely what I am proposing to do

1. Loop all Systray icons via a Do - End Loop, moving 1 pixel at a time with some Wait 2 to 3 seconds between
2. If a ToolTip, any text, any icon, displays, write it to a file with the Mouse X and Y coordinates
by robotask
Tue Jun 18, 2013 11:04 pm
Forum: General Discussion
Topic: Can RoboTask read text of ToolTip(s)
Replies: 3
Views: 11432

Can RoboTask read text of ToolTip(s)

For example, hovering the mouse over the systray area of RT icon would display a tooltip "RoboTask 5.6.4.809"

Can RoboTask read this and store mouse coordinates ?