Search found 37 matches
- Tue Jul 22, 2025 4:36 pm
- Forum: General Discussion
- Topic: Sample with Google Voice
- Replies: 1
- Views: 481
Sample with Google Voice
Would anyone have a sample for Google Voice (any browser) ? I have a calendar with appointments and it produces a Google Sheet with date, time and phone, this is done with Google Apps script into a folder on G:\ -- and it also produces a .csv file in that same shared folder. I have to first manually...
- Wed May 25, 2022 3:59 pm
- Forum: General Discussion
- Topic: Small typo correction in Dialog
- Replies: 3
- Views: 83502
Re: Small typo correction in Dialog
Both typos fixed, thank you
-
-
- Sat May 07, 2022 4:56 pm
- Forum: General Discussion
- Topic: Schedule task on boot once a week
- Replies: 4
- Views: 14820
Re: Schedule task on boot once a week
Write a log file and read that log file at system start.
If datediff from last run is less than 7 days, do not run task this time
If datediff from last run is less than 7 days, do not run task this time
- Wed Apr 13, 2022 6:30 pm
- Forum: General Discussion
- Topic: Small typo correction in Dialog
- Replies: 3
- Views: 83502
Re: Small typo correction in Dialog
Another typo found in button tooltip
- Mon Apr 11, 2022 3:15 pm
- Forum: General Discussion
- Topic: Kudos: Wait for Process to Finish
- Replies: 0
- Views: 11448
Kudos: Wait for Process to Finish
Oleg. Thank you !
The new https://robotask.com/help/index.html?waitforprocess.htm is great !
Using it now as a trigger to ensure a process stays up and running. If stopped, it restarts, logs the event and resumes monitoring.
The new https://robotask.com/help/index.html?waitforprocess.htm is great !
Using it now as a trigger to ensure a process stays up and running. If stopped, it restarts, logs the event and resumes monitoring.
- Sat Apr 09, 2022 8:51 pm
- Forum: General Discussion
- Topic: Small typo correction in Dialog
- Replies: 3
- Views: 83502
Small typo correction in Dialog
May want to correct that to Switching
- Fri Apr 08, 2022 8:04 pm
- Forum: General Discussion
- Topic: Dialog possible to be configured Modal, on top
- Replies: 2
- Views: 5372
Re: Dialog possible to be configured Modal, on top
Another annoying 'feature' present also in version 9 is that dialog requires two(2) clicks, one from the list of items and second click from Ok.
With version 7, using scripting, it is a single click from dialog to move process
With version 7, using scripting, it is a single click from dialog to move process
- Tue Mar 22, 2022 3:20 pm
- Forum: General Discussion
- Topic: Dialog possible to be configured Modal, on top
- Replies: 2
- Views: 5372
Dialog possible to be configured Modal, on top
Is it possible to define a Dialog to be modal Currently, Firefox is my main working window and Dialog detects the window title change and opens but behind firefox. This is totally random and I have a workaround by creating another task that looks for the dialog window title, minimizes it and then re...
- Thu Mar 17, 2022 12:10 pm
- Forum: General Discussion
- Topic: New Win11Pro with Robotask 8, dialog example ?
- Replies: 5
- Views: 16490
Re: New Win11Pro with Robotask 8, dialog example ?
That is what I use now
Still, the dialog at times remains below the browser window and appears not the be sizable - any suggestions?
Also, suggestions to prevent re-triggering if working beyond Wait timeout limit?
Still, the dialog at times remains below the browser window and appears not the be sizable - any suggestions?
Also, suggestions to prevent re-triggering if working beyond Wait timeout limit?
- Wed Mar 16, 2022 7:19 pm
- Forum: General Discussion
- Topic: New Win11Pro with Robotask 8, dialog example ?
- Replies: 5
- Views: 16490
Re: New Win11Pro with Robotask 8, dialog example ?
Is there a way to force the dialog to be WIndowOnTop ? Right now, it opens under main window, ie. Firefox logon to some web address that is specified in Trigger (window watcher, changed title) Any simple way other than putting task to sleep (Wait mode) for 5 minutes from re-trigger? If I look at ano...