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
- 329
- Last Active
- Roles
- Member
Comments
-
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…
-
Any progress on OI not shutting down. Having to use destroy to close OI. Please advise.
-
No RDP Ribbon Icons I have set the RDP display controls to maximum and 32 bit and still no icons on the ribbon control. Are there terminal server settings that need changing to get the icons to display on the ribbon. I have sent the previous advice …
-
Just came back from the client and still have NO icons/images displaying anywhere on the ribbon on the terminal server. 1. All work stations displaying correctly. 2. Got the IT dept to enable theme on terminal server. (No change) 3. Got the IT dept…
-
I have the same problem. I have just updated the client OI application software to include the ribbon control but NO icons appear on any part of the ribbon (Button, Backstage, Quick access and the Tab Bar Controls). All the other aspects of the ribb…
-
Works fine now. Thanks
-
Any Progress on the real estate issue? I have been away for 7 weeks and received a phone call from a client asking when the above problem will be fixed. Many users minimize OI (with ribbon) and are frustrated seeing the MDI frame reduced in size eve…
-
Any progress on resolving the real estate issue. Every time the user minimizes the MDI with the ribbon control the available MDI real estate is reduced.
-
Thanks Colin, I tried making the button invisible but disabling is the next best option.
-
As per your suggestion I have made the backstage invisible if a user presses a QuickAccessControl button. Works like a treat. Thanks
-
For example: If there is a QuickAccessControls containing a button that opens a window, then pressing the button, the window will open behind the backstage window and cannot be viewed until after the backstage is closed. I think the backstage should…
-
It appears as if the backstage is acting like a dialogbox. When opened the user cannot perform any other activity including going back to the SRP editor until you close the Backstage.
-
Hi Don, You are right again. I was referring to the window itself rather than the MDI containing the ribbon control. All is working. Thanks Chris
-
Thanks Don, That seems to have fixed the crashing issue. Chris
-
Restarted my laptop and still have the problem. Seems as if the ribbon control is not reset after closing the MDI containing the ribbon and when you load the MDI for the 3rd time and close again OI crashes. Remember I get returned back to the OI dev…
-
Sorry forgot to mention the logout routine is as follows: Void = End_Window(MDI_Frame@) RetVal = True$ Hope this helps. Chris
-
Sorry, false alarm. Did not realize that the particulal group did not have the caption set. Tried on another and all is OK. Chris
-
When I have the OptionButton enabled the caption disappears.
-
I have an application with 1080 menu items controlled by an Hierarchial list box. Each user's menu items access is controlled by the system administrator by turning the menu items onoff. You can imagine users with a lot of menu items can be quite da…
-
I have tried that. I cannot see any difference between "Code Edit Mode" and "XML". Yes in "HTML" mode there are some blue colours. Are there some extra settings required to get XML mode looking different.