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
- 328
- Last Active
- Roles
- Member
Comments
-
Cannot view CHM file over the network (microsoft restriction). You will need to copy the file to a local drive to view.
-
I am wondering if this is related to my 2nd debug crash issue as I am also using the SRP editor. My OI crash occurs when the 1st debug is aborted (debugger exit cross), then go again CRASH. If I continue the debug with F5 instead of abort then no c…
-
With the latest Editor update Version 3.3.3.3 can we have the find box close after the find button (enter ) has been pressed. It is anoying to have to close the find window after every search.
-
That is what happens in OI9.4.6 so I was hoping to display 10 web help in OI10.
-
If the F1 key is checked to use the SRP help the F1 key goes to the Wiki help but unchecked the F1 key does not respond.
-
OK, Found a setting on the OI10 desktop shortcut and set the the DPI settings to: High DPI scaling override: Checked the check box: Selected "System" from the dropdown. Ribbon and other SRP controls displaying as expected. Chris
-
Found my ribbon icons but ALL the SRP text is very small. Is the font adjustable within the SRP environment? Installed the 64 bit editor and controls and the ribbon is working, again ALL is tiny. Chris
-
Hi Bruce, Most if the icons were purchased from axialis.com but some were acquired/drawn a long tome ago. Can you give me your email and I will send the ones not from axialis. chris@pbcit.com.au
-
That worked. I had to adjust the MDI frame and recompiled the form. All looks good.
-
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 …