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
-
My co-worker likes this vector set: https://axialis.com/icongenerator/stock-icons/office-pro/ If I was to use this set which icons, should I use for the ribbon? It has choices of 1x 2x 3x 4x and large and small with in each of those. Thanks for the…
-
OK, I'll go with the Pure Flat ones.
-
This would work https://axialis.com/stock-icons/ribbon-toolbar.html#database_set right?
-
Thanks Don, I will take a look at these.
-
Ah OK, the OLE control was on top of the ribbon that was drawn, and was causing the ribbon to be missing the piece underneath the OLE control. I have moved it up and out of the way instead.
-
I am an idiot, I had not named the ribbon control, it was using the default name. It positions correctly now. Another issue however, if I open the ribbon controls properties in FormDes and set its visible property to unchecked FormDes crashes. If …
-
Kevin, Many thanks for the new ocx, that works perfectly.
-
OK, I'll try this later. Got to solve a customer issue first. Thanks for the help.
-
Correct that is from form designer. You can see the status bar has jumped up from the bottom. The screenshot below is from the app running. In the below code, new_size = old_size, it didn't move. Set_Position_of_Control: ***********************…
-
Here is what is happening. I removed the ribbon control. I then sized the mdiclient and OLE status control, such that the status control was at the very bottom of the form and the mdiclient used everything from the top of the form to the status co…
-
Kevin, let me put an example together and I'll send it to you.
-
Thanks Kevin, for the toolbox fix.
-
Thanks Matt.
-
When I save the form, it moves the status control from the bottom of the form up from the bottom, hence the code you suggested does not work as the control is not positioned at the bottom of the form. Here is what I did, made sure status control i…
-
Ugh, it kind of drives me crazy.
-
OK, let me give that a try. Totally separate question, when in form designer 9.4 the control that shows the position and size of a control has the bottom cutoff, do you know of a fix for this?
-
Yes, bottom anchored.
-
I can't get the mdi frame and SRP status bar to position correctly. The status bar is not at the bottom of the window but rather about its own height away from the bottom of the window. The mdi frame no matter what I do, seems to not fill the entire…
-
Thanks Don, let me experiment.
-
OK, understood.
-
That fixed it. I think your SRP_Editor_Install.exe must contain the wrong ocx, because I deleted the ocx file and the SRP_Editor_Install.exe installed 3.4.0.1.
-
Rebooted and re-installed. Same issue. Deleted SRPEditor.ocx and re-installed and ocx is again version 3.4.0.1. BTW install says registration succeeded. Extract: SRPUtilities.dll... 100% Output folder: c:\oi32 Extract: SRPEditor.ocx... 100% Execut…
-
Version installed is 3.4.0.1
-
Let me reboot and try to re-install. BTW I looked at the install log and it looked like the ocx got copied to the correct location.
-
Perfect, thank you.
-
Can I just install 3.0 over the top of 2.0, or do I need to uninstall 2.0 first somehow?
-
Great thanks.
-
This installation is not using the universal driver. Thanks for the information.
-
Yes, I have never seen it before either. Let me see if the customer can reproduce it.
-
Thanks Don, I understand how all this works now.