Search found 185 matches

by Todd
11 Feb 2024, 23:09
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5160

Re: Execute and Wait can not be edited

The interface crashes when I try to save a new task.

But if I try to edit the event before saving the task, there is no symptom change.

Also, I am working a a Reflector 2.6.00, Windows 10 Pro 22H2 machine remotely at a customer site. It has the same issue.
by Todd
11 Feb 2024, 02:57
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5160

Re: Execute and Wait can not be edited

It worked for me for a while, then stopped. Now clicking edit is the same as clicking add, except it overwrites the event.
Screenshot_2024-02-10_17-53-07.png
Screenshot_2024-02-10_17-53-07.png (97.85 KiB) Viewed 667 times
by Todd
11 Feb 2024, 02:54
Forum: Cobian Reflector
Topic: Execute adn Wait does not deal with spaces
Replies: 3
Views: 361

Re: Execute adn Wait does not deal with spaces

It worked for me too, for a while.

This is what I get after selecting the task, then clicking edit. Same as "Add".
Screenshot_2024-02-10_17-53-07.png
Screenshot_2024-02-10_17-53-07.png (97.85 KiB) Viewed 334 times
by Todd
10 Feb 2024, 08:32
Forum: Cobian Reflector
Topic: What is your session ID?
Replies: 4
Views: 519

Re: What is your session ID?

Figured it out. I created a Sission ID override in my WTSSendMessageA call. Is doing so, I had to tighten up my variable type declarations. Sission ID is a 32 bit unsigned integer (cardinal). I had assigned a -1 to it at some point. raku, instead of erroring out, decided to "coerce" it to its two's ...
by Todd
10 Feb 2024, 03:45
Forum: Cobian Reflector
Topic: What is your session ID?
Replies: 4
Views: 519

Re: What is your session ID?

If running as a service , session 0. As an application, it depends of the user: 1, 2.. etc I am running Reflector as an Application. Checking my program's Session ID with wmic: wmic process where "name='raku.exe'" get ProcessID,SessionID,CommandLine CommandLine ProcessId SessionId "C:\Rakudo\bin\ra...
by Todd
10 Feb 2024, 03:01
Forum: Cobian Reflector
Topic: Execute adn Wait does not deal with spaces
Replies: 3
Views: 361

Execute adn Wait does not deal with spaces

Dear Cobian, Windows 11 22H2 Reflector 2.6.00 Two bugs to report 1) under 2.6.00, I can not longer edit the pre-event tasks. Screenshot_2024-01-14_19-31-46.png 2) I suddenly got this error on my pre-event: 2024-02-09 17:09:24 The program C:\Program Files\Rakudo\bin\raku.exe has been successfully exe...
by Todd
10 Feb 2024, 02:40
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5160

Re: Execute and Wait can not be edited

I lost the ability to edit it in 2.6.00 <Tears>
by Todd
06 Feb 2024, 23:09
Forum: Cobian Reflector
Topic: What is your session ID?
Replies: 4
Views: 519

What is your session ID?

Hi Cobian, My pop ups from my pre-events are not showing when run from Reflector. I am using WTSSendMessageA https://learn.microsoft.com/en-us/windows/win32/api/wtsapi32/nf-wtsapi32-wtssendmessagea for the pop up and WTSEnumerateSessionsA https://stackoverflow.com/questions/74665162/how-do-i-assign-...
by Todd
05 Feb 2024, 23:46
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5160

Re: Execute and Wait can not be edited

Todd wrote: 25 Jan 2024, 07:18
cobian wrote: 24 Jan 2024, 15:40 Fixed for the next version
Yippee!!!! Thank you!
Working great in 2.6. Thankyouthankyouthankyouthankyou!!!
by Todd
26 Jan 2024, 15:36
Forum: Cobian Reflector
Topic: Mail offset error 26
Replies: 7
Views: 1625

Re: Mail offset error 26

Fixed it.

The issue was a malformed character in one of the three "Mail recipients" fields. I apparently got a little too happy with the copy and paste!

That was obscure!!