Search found 185 matches

by Todd
29 Feb 2024, 03:23
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5716

Re: Execute and Wait can not be edited

cobian wrote: 28 Feb 2024, 09:53Try it.
No change:
Screenshot_2024-02-28_18-22-07.png
Screenshot_2024-02-28_18-22-07.png (33.69 KiB) Viewed 810 times
by Todd
28 Feb 2024, 06:41
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5716

Re: Execute and Wait can not be edited

Hmm, have you tried with C:\Rakudo\bin\raku.exe C:\NtUtil\CobianWrapper.pl6 "--rotates 4 --backup_path [BACKUP]\MyDocsBackup\backup1" ? That would pile everything into the first parameter. The parameters do not have to be in order either. There are four parameters total. --help and --debug just def...
by Todd
27 Feb 2024, 22:29
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5716

Re: Execute and Wait can not be edited

.NET initializes the variables automatically. My uneducated guess is that the existing parameter is malformed. No symptom change in 2.6.55 The parameters are copies and pasted. This is what the command looks like. Maybe try it at your end? C:\Rakudo\bin\raku.exe C:\NtUtil\CobianWrapper.pl6 --rotate...
by Todd
27 Feb 2024, 09:40
Forum: Cobian Reflector
Topic: OAuth2 support yet?
Replies: 23
Views: 10030

Re: OAuth2 support yet?

I am corresponding with another vendor or this issue. They are switching to

https://github.com/jstedfast/MailKit/bl ... lOAuth2.md

Would that be of any help to you?
by Todd
19 Feb 2024, 04:26
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5716

Re: Execute and Wait can not be edited

I am remotely logged into another customer's computer. W10-22H2 Pro, Reflector 2.6.50. And guess what. It is working correctly:.

This sure feels like an uninitialized variable!
Screenshot_2024-02-18_19-23-35.png
Screenshot_2024-02-18_19-23-35.png (41.77 KiB) Viewed 667 times
by Todd
15 Feb 2024, 00:17
Forum: Cobian Reflector
Topic: Web site revisino is wrong: 2.5.00
Replies: 1
Views: 190

Web site revisino is wrong: 2.5.00

Your main web site pegs the new release at 2.5.00 instead of 2.6.50. Download is fine.
Screenshot_2024-02-14_15-15-15.png
Screenshot_2024-02-14_15-15-15.png (28.53 KiB) Viewed 190 times
by Todd
15 Feb 2024, 00:13
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5716

Re: Execute and Wait can not be edited

No symptom change under 2.6.500
by Todd
13 Feb 2024, 02:16
Forum: Cobian Reflector
Topic: Execute adn Wait does not deal with spaces
Replies: 3
Views: 387

Re: Execute adn Wait does not deal with spaces

I am remotely working on a customer's Cobian Reflector at the moment (W11 22H2 pro). I upgraded her from 1.3.0 to 2.6.00. Execute and wait is dealing fine with the space in "Program Files". Not my machine though. Hmmmmmmmmm
by Todd
13 Feb 2024, 02:14
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5716

Re: Execute and Wait can not be edited

I am remotely working on a customer's Cobian Reflector at the moment. I upgraded her from 1.3.0 to 2.6.00. No symptom change on either
by Todd
12 Feb 2024, 01:18
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5716

Re: Execute and Wait can not be edited

Nothing has changed in the event part of the UI. Delete all events to see if it saves without problems. I did several times. No symptom change. I do not know how your code initializes variables, but this reminds me of the old days when I forgot to initialize my variables and got some really weird r...