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
-
Well that's correct however after making that change SRP_List returns 2 not 1, why? Also a separate question, while in the debugger, why can I not modify NewDataTxt?
-
Thanks for the help Kevin. Why in the below code does Locate return 1 but SRP_List return 0? Is it the same issue? How do I pull data from a FastArray and make the below work? Separate question, while in the debugger, why can I not modify NewData…
-
Well that's an easy solution. Thank you.
-
That was it, thank you. I needed to use LIST format.
-
Rows delimited by @FM cols by @VM.
-
Problem solved; another control was sitting on top of the actual control. Must have an unintended cut and paste. Thanks for the help, it's appreciated,
-
One last weird thing. The form that has two spin controls, one of the controls does not refresh when the form opens. Both have a value set in the create event, both are editlines, both are visible. However, one of the controls does not show the nume…
-
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.