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

Comments

  • Ah OK that makes sense.
  • BTW separate subject, I use your help F1 exclusively now.
  • Thanks Kevin.
  • No, I am not using the ribbon control. This is changing the theme without the use of the ribbon control. This property https://wiki.srpcs.com/display/SubclassControl/MdiTheme
  • SRP.Splitter.1 had not been saved in the text field. Thanks for pointing me in the right direction.
  • How do I install this zip?
  • Kevin, I might be seeing a slowdown in this version. I was on 2.1.5, could I get a link to this version so I can compare?
  • Extracting data from and inserting data into a multidimensional array in a loop, using <>. Subroutine also used locate. Subroutine was called repeatedly 1000's of times.
  • That did the trick, thanks again. BTW using these two functionw have made significant speed improvements to my software.
  • Fantastic, that was quick. Thank you.
  • OK, Thanks Kevin.
  • 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.