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
404
Last Active
Roles
Member

Comments

  • Kevin, Moving the Subclass control to TEST1 fixes the problem. Do not spend any more time on this, I'll fix it here.
  • Kevin, That doesn't seem to work. I added the code below to the close event. It appears to work but if on the second time opening the form you hover over the spin control it disappears. Declare Function Get_Property, Send_Message CtrlId = @Wi…
  • Kevin, Got it, many thanks.
  • Kevin, Sent you an RDK, Test and Test1 forms. Run Test and click on the button, this opens Test1 from. Close Test1. Click on the button again. Now click within the editline that has a spin control. Thanks for the help.
  • Nevermind, yes it is. Two Windows Test and Test1. How would you like me to send you an example?
  • Not reproducible in a simple example. Let me see if I can figure out what code is causing the problem.
  • OK let me put together simple example/
  • The one form that has two spin controls, yes they have different names. The other does not use the same name as the other two.
  • Kevin, I am using 4.1.6 RC4 of your control. In one case the window (with two spin controls) is a stand-alone window, started using Start_Window with a parent of MAIN_TACTIC. The other window (with a single spin control) is a mdi child of MAIN_T…
  • Kevin, Thanks for the quick response. No in fact on one window I have two spin controls. First time window is opened only one is displayed, the second-time window is displayed none are. The window has same name, I close the window and re-open it…
  • Don, OK, I see how this works. I will add code to re-size the edittable etc. and use your splitter.
  • Don, OI splitter, interesting what does it take to switch to your splitter, do I have to resize the edittable myself?. Let me have a look at this.
  • BTW I edited the above comment to show what the layout looks like when it doesn't work.
  • Kevin, Actually the above is not correct. On that form, I have in order left to the right, edittable vert scroll bar, splitter, and then on the bottom two horizontal scroll bars. If I disable event code on the splitter (it moves the scroll bars…
  • Kevin, It has something to do with the splitter, I think. I removed event logic from splitter so that it no longer reduces the size of the editable to the left when moved. It still exhibited the same problem. But if then move the splitter so it is…
  • Kevin, Yes, it's a splitter. It's just two of my forms that exhibit this behavior, let me see if I can track down what's different.
  • I sent you a video of me moving a window, you can see it jumps to the new position, it doesn't drag. The video also shows the inability to re-size.
  • It also does not seem to fix the double click issue.
  • I also don't seem to be able to drag the window edges to resize the window.
  • One issue, dragging MDI child windows is not showing the window move as you drag the title bar to a new position.
  • Kevin, It works. That looks so much better. Three lines of code. Brilliant.
  • I'll test this morning. Don, I wonder how long it will before the next one?
  • Kevin, Wow, what a fantastic way to start the day. Thank you very very much. I owe you a few beers at the next conference.
  • Make that three installs.
  • It's happening on at least one of my co-workers installs. On my system, it's completely reproducible. By way of example. I have two MDI child windows open that do not use your edittable. If I then open a new MDI child window that does use your cont…
  • I had not seen it before. It's now happening on all my forms that use this control. I can't believe I have never noticed this before, so the question is what changed. Let me look at a different install of my software and see if it happens elsewhere.
  • Don, I didn't even now the panel control existed. Thank you for all the information.
  • Kevin, Interesting, very interesting. Let me know how this goes.
  • That looks really good. Is it an extra control or does it come with what I already have?
  • I want the window underneath to look like the one on top.