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
-
Got it, I understand. Thanks for the help in understanding.
-
Ah ha, interesting. Why does the SRP_Math function have an ADD parameter?
-
Interesting. I am using your srp_math function to get around this limitation. I assume it affects all comparisons and all math functions correct?
-
Thanks Kevin, I can confirm that this ocx fixes both problems.
-
Yes, sent.
-
That fixed the border issue, it did not fix the transparency issue.
-
It's magenta not pink. This seems to be not working: Call Set_Property(OleCtrlEntId, "OLE.TransparentColor", RGB(255, 0, 255))
-
Also, mdi windows now have a white border around them see two images below prior to installing the latest controls and after. This might have something to do with the mdi theme, code you wrote .
-
Will do.
-
Kevin, Thanks for the quick response. I'll forward this to the customer.
-
Hmm, I don't think a promoted event is doing this. It does not connect to an LH server. Let me do some research.
-
Ok, I understand. Thank you for the help.
-
Actually it's the BeforeUpdate event I use not changed event.
-
A bit more of an explanation. and thank you for the help. I copied a bunch of data into an OLE EditTable using the OLE.LIST property. Normally when typing data (as opposed to using the property) I use the changed event to write the data to tables.…
-
Back in the office, everything is now OK. It displays fine on the external display and when dragged to the laptop LCD also displays fine.
-
It's not the lcd, every other app is fine. I think I give up, I only have to work like this for a few days and then I'll be back to using an external monitor and hopefully that works ok as it always has.
-
Tried changing the DPI and resolution. Just the SRP editor as best as I can tell. Re-sizing the window has no effect.
-
An upgrade of GeForce video driver did not fix it.
-
Reboot nor changes to the DPI settings makes any difference. If you have any other suggestions, I'll happily try them. Don't spend too much time on this, it's annoying but I can live with it for the few days I have to work like this.
-
I agree pretty wacky. Let me play with it.
-
No. Im normally in the office and use an external monitor. I'm in a hotel and I'm using the laptop screen which I don't normally use with the editor.
-
OK I'll remove them. A customer asked why we did it. Thanks Kevin.
-
Many thanks. I'll pass this on to the customer.
-
To clarify the down arrow at the end of the command line shows previous command line entries. I want to remove some of these previous entries.
-
I just want to remove a bunch of entries. I do want autofill to add any new entries.
-
Very interesting, thanks for spending the time to respond. The more I think about this I think the IT guy that is asking these questions is thinking this is going to be something we are hosting for them which is not the case.
-
I sent you an email.
-
This is what I will do, it will have to be tomorrow, I have a meeting for the rest of today. I will send a link to an install of the software and some data and instructions on how to set it up via email.
-
Let me see what I can send you.
-
So, I changed my code to look like this Call Set_Property(Obj, "OLE.CellType[2;1]","Check Box":@FM:0:@VM:0:@VM:1) This is what the events now look like and once you get to the OnClick the checkbox does not uncheck. I accidently did a DblClick in the…