Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
jimvaughan
About
- Username
- jimvaughan
- Joined
- Visits
- 332
- Last Active
- Roles
- Member
Comments
-
This is a log of events from the edittable Event name followed by click position param1, the first few clicks work and I get a then OnCheckChanged, then they stop working and I get the OnClick event (note the position never changes, I was not moving…
-
The mouse was centered right in the middle of the checkbox.
-
I don't if this helps at all but I just clicked on several checkboxes in an edittable, the first few all got unchecked then I hit one that wouldn't uncheck, I clicked several times, these are the OLE events that fired. OnMouseEnter OnMouseExit OnM…
-
I am using 4.1.19.13
-
I am not subclassing the MDICLIENT, it's an option in my app, I turned off for testing this. The co-worker that reported the issue was subclassing the MDICLIENT. The two issues you are talking about are 1. The buttons not unchecking. 2. The windo…
-
Thank you, any workarounds you could suggest for double click issue?
-
Something strange is going on. If above window has focus (MDI Child btw) and click on header of a different window that does not use the SRP edittable, a double click fires (window is maximized) not a single click to give focus. Edit it occurs wit…
-
It's caused by these lines of code Handle = Get_Property(@Window:".MDICLIENT", "HANDLE") Call Send_Message(@Window:".OLE_SUBCLASS", "OLE.Subclass", Handle, @Window:".MDICLIENT") Call Set_Property(@Window:".OLE_SUBCLASS", "OLE.MdiTheme[":@Windo…
-
A reboot seems to have fixed it.
-
Cool excellent job, thank you.
-
I will. It happens with the search box open, and I am using the editor top edit text. It crashes when I click on the search box. I think that is what happens, next time it happens I'll report what I was doing.
-
The new find.
-
I figured this out I just need to change the format and conversion on the table to use my own already existing subroutine which I use on data entry forms.
-
Thanks Don, I'll ask on the works forum.
-
That post mangled the XML but the date above I need in a different format.
-
Oh cool, thanks Kevin.
-
Emailed.
-
You are welcome, thanks for pointing me in the right direction.
-
This fixes it: Function DirectoryLeave ; look for oinsight.exe ${IfNot} ${FileExists} "$INSTDIR\oinsight.exe" ${OrIfNot} ${FileExists} "$INSTDIR\oengine.dll" MessageBox MB_OK|MB_ICONEXCLAMATION "Could not find oinsight.exe or oengine.dll…
-
Not sure if this helps but if I add a MessageBox right after loading of the engine and use sysinternals Procexp.exe, no OENGINE is loaded. ; attempt to login srputil::startOI /NOUNLOAD $OI_APP $OI_USERNAME $OI_PASSWORD MessageBox MB_OK "Test…
-
Could this be the cause https://stackoverflow.com/questions/45567525/nsis-system-kernel32loadlibrary-does-not-search-outdir-or-path
-
Good idea, let me test on another machine.
-
; attempt to login MessageBox MB_OK "$INSTDIR" SetOutPath $INSTDIR srputil::startOI /NOUNLOAD $OI_APP $OI_USERNAME $OI_PASSWORD Message displayed is c:\OI32 which is correct and adding SetOutPath line makes no difference.
-
Hmm then somehow current directory must be wrong.
-
I just did a search for revcap32 in the registry, it was not found, does this mean it needs registering?
-
I tried doing it differently. I backed up my OI32 folder and tried installing directly to that folder to make sure it wasn't something do with copying the install, I see the same problem when using this folder. [C:\oi32]DIR REVCAP32.dll Volume i…
-
Running the installer after the prompt for app, username.
-
The only differences I can see are: I use SRPRDKINSTALL not UPGRADE You reference oinsightexe I reference oinsight.exe I prompt for app, username, and password. I run RDKINSTALL and you run UPDATE_INDEX Any ideas anyone?
-
It's strange the data has a LEN of 1,909,206 and the Set_Property ARRAY is very quick the Get_Property ARRAY is very slow.
-
Yes, I tried that, I switched the Get_Property radio button VALUE with a Get_Property check box CHECK call and the check box also returned the wrong data. Calling the Get_Property twice as I mentioned also fixes the problem. Bizarre.