Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
improper argument error
Occurs when I move the mouse over certain entities, ie when it crosses into or out of an entity, specifically the last few in the list.
happens when the mouse scrolls over one of these highlighted lines
I haven't qualified any events yet so it's not something I'm doing in response to something
happens when the mouse scrolls over one of these highlighted lines
I haven't qualified any events yet so it's not something I'm doing in response to something
Comments
Thanks. 4.2.2.2 has fixed this issue. Woohoo!
Unfortunately, it led me to stumble over a different one. This new one was introduced somewhere between 4.2.1.1 and this one 4.2.2.2. In other words, it wasn't 4.2.2.2 explicitly. I know this because in conversation with @BarryStevens, he mentioned the symptoms occurring after installing one of the other versions from a link in the other recent thread.
I hadn't looked into it yet because I hadn't stumbled over it and then forgot about it.
The odd thing is, this issue is triggered by the OI msg but only presents with the recent srpcontrol in place.
Here's the general symptom:
So basically, the OI message is modal, making @Window disabled but once you close the OI message, @Window remains disabled.
On the window I'm testing with, we have the following
JobCount = @Reccount RecsDone = 0 Def = "" Def<MCAPTION$> = 'Processing...' Def<MTEXT$> = 'Processing ':JobCount:' Job Records|Please Wait' Def<MTYPE$> = "GC" Def<MICON$> = '' Def<MJUST$> = 'C' Def<MEXTENT$> = JobCount MsgUp = Msg(@window, Def) // Do some stuff Void = Msg('',MsgUp)
Good thing for me is, I much prefer using the statusbar over the OI message so this instance is an easy fix but I haven't looked to see if it gets me in any trouble anywhere else yet.