Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Chris_Meyer

About

Username
Chris_Meyer
Joined
Visits
266
Last Active
Roles
Member

Comments

  • Changing the DPI to 100% did NOT solve the ribbon display issue.
  • My development laptop is a Microsoft Surface Book and attached the display settings:
  • Sorry I should have included this OI10 image with the correct icons.
  • This is the current result
  • I have trying: result = RTI_OS_Directory( "GetAttributes", directory, filename) but I cannot see any Version No in the result.
  • Is there a "View Only" setting in the calendar control.
  • Sorry, Just realised this was posted May last year
  • I just checked if I have the latest version of the SrpControls.ocx downloaded today and the copy I have installed is dated 11 Sep 2017. I am confused what version I should be running as I downloaded the latest version today and seems to be the same…
  • Just logged onto the client terminal server and commented the offending code and NO crashing. Then re instated the offending code and still NO crashing. I am confused, may be the IT department restarted the terminal server. The client will monitor t…
  • I Will log into the client terminal server, comment out this line and report back.
  • This is a routine that Mark Boorman wrote for me some time ago and I suppose it is the Tree control (srp.tree.1) as the code is in the Create event of setting up favourites to be displayed in the ribbon. That's where I was misled.
  • I have a client have several OI crashes in the last 3 weeks on their terminal server (Win2012R2). Today the OI crash occurred while accessing some of the SRP functions on the terminal server. Accessing the same functions on the SBS server (Via rdp) …
  • Hi Keviv, Pasting the xml code does not appear in the previous response. Did you want me to send via email? Chris
  • Hi Kevin, I know it looks a little weird but while trying the new function this is the latest XML.
  • I have downloaded an registered (as above) the new SRPControls.ocx and the caption associated with a label does not change. Am I doing something wrong?
  • Thanks. Downloading 4.0.3 RC3 (as above) fixed the crashing problem.
  • Sorry, but loading 4.0.3 from link above did not fix the crashing problem. You asked for an RDK. What would you like to include in the rdk. Should we communicate via email instead of this form until this issue gets resolved.
  • There are 2 instances of "OLE.EmbedWindow". Either one is causing the problem, so I assume the problem is closing embedded windows.
  • Sorry but it is not just the PBC_RIBBON_THEME but both the PBC_ABOUT and the PBC_RIBBON_THEME .
  • I do not think to. Remember the problem was in the previous SRPControls.ocx before the picture control was changed. The ribbon theme form is a simple form with radio buttons setting various themes so I am somewhat surprised this is causing the probl…
  • Ok. This is what needs to be commented to avoid the crash: * NewWindow = Start_Window("PBC_RIBBON_THEME") * Handle = Get_Property(NewWindow, "HANDLE") * Send_Message(Ole_Ribbon$, "OLE.EmbedWindow", "MDI2015_PAGE_BS_THEME", Handle) * Remember it …
  • I have tracked it down to the following statements: *** Now embed the window to be displayed in the backstage page NewWindow = Start_Window("PBC_ABOUT") Handle = Get_Property(NewWindow, "HANDLE") Send_Message(Ole_Ribbon$, "OLE.EmbedWindow", "P…
  • I have tracked it down to: Send_Message(Ole_Ribbon$, "OLE.Init", SetupXml) If I comment the above statement the ribbon is not displayed but the close button (the X in the top right hand corner) does not crash OI. Is there any other information that …
  • Yes I reported a couple of weeks ago but I thought this latest version (17,685Kb) may have fixed the problem since it is a different size to any previous version. I will investigate further to locate exactly where OI is stopping. The version that wo…
  • I have just installed the latest srpcontrols.ocx and now get a message "Oinsight has stopped working" and crashes when I close the main MDI which has a ribbon control . Had to reinstate the previous version dated 12 Jul 2016 (17,534Kb)
  • The MDI has a ribbon control, maybe that is causing the problem.
  • I have just loaded and registered the new SRPControls.ocx and that fixed the rotation problem, but OI crashed and get "OI stopped working" every time I close the main MDI. Put the previous version back and now does not crash.
  • Don, Yes I did test in the OI bitmap control and got the same result. When I reduced the size of the image (1/10th), the image displayed correctly. I reduced the size of the image using paint.net. Did you want a copy of the reduced image? Just let m…
  • To add further to the problem, I found that a large image (6mb 2988x5312) has the rotation issue. Resizing the same image (Height > width) to 1/10th solves the issue. Also found the same problem exists when setting a bitmap in OI so I assume the …
  • Any progress on OI not shutting down. Having to use destroy to close OI. If not in development mode then closing the MDI will leave OI running in the background then having to go to task manager to shut down OINSIGHT.EXE Just revisiting to see if t…