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
- 201
- Last Active
- Roles
- Member
Comments
-
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…
-
This is a log of events from the edittable Event name followed by click position param1, the first few clicks work and I get a then OnCheckChanged, then they stop working and I get the OnClick event (note the position never changes, I was not moving…
-
The mouse was centered right in the middle of the checkbox.
-
I don't if this helps at all but I just clicked on several checkboxes in an edittable, the first few all got unchecked then I hit one that wouldn't uncheck, I clicked several times, these are the OLE events that fired. OnMouseEnter OnMouseExit OnM…
-
I am using 4.1.19.13
-
I am not subclassing the MDICLIENT, it's an option in my app, I turned off for testing this. The co-worker that reported the issue was subclassing the MDICLIENT. The two issues you are talking about are 1. The buttons not unchecking. 2. The windo…
-
Thank you, any workarounds you could suggest for double click issue?
-
Something strange is going on. If above window has focus (MDI Child btw) and click on header of a different window that does not use the SRP edittable, a double click fires (window is maximized) not a single click to give focus. Edit it occurs wit…
-
It's caused by these lines of code Handle = Get_Property(@Window:".MDICLIENT", "HANDLE") Call Send_Message(@Window:".OLE_SUBCLASS", "OLE.Subclass", Handle, @Window:".MDICLIENT") Call Set_Property(@Window:".OLE_SUBCLASS", "OLE.MdiTheme[":@Windo…