Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

DonBakke

About

Username
DonBakke
Joined
Visits
3,220
Last Active
Roles
Administrator

Comments

  • Barry, What happens if you put font information for all items? I know there is supposed to be a default, but I want to confirm that specifying a font will avoid the problem.
  • It seems that you are using the same variable, Width, for the SRP Popup and the individual items. So, that suggests the widths of everything ought to be correct. So, on the surface this does appear to be a legitimate problem. Yet, I cannot easily f…
  • Barry, My mistake. I misread your post. I thought you reinstalled the same control. I now see that you reinstalled an older control. We'll review your code and let you know what we come up with.
  • I'm confused. I thought you reported that "it works" after reinstalling SRPControls.ocx.
  • Barry, Is the code you use to build the SRP Popup using logic that creates Items of a fixed width or do you calculate the width dynamically based on some formula?
  • Mark, I really have no idea how easy it would be to separate that functionality from Subclass/EditTable UI. I seem to recall discussing this with Kevin already and learning that this is not a trivial feat. Suffice to say, this is not a feature that…
  • I had not tried the SERVERNAME property from an engine running through the SocketServer but interestingly enough I had plans to do so shortly for a project I'm working on. So your question prompted me to test this out for myself. I can confirm the …
  • Paulo, Nice. Thanks for posting your working code. I'm sure that will help many others who will have to go through the same experience.
  • Paulo, That is correct. Your headers need a name and a value. So, 'Content-Type' would be the name (first parameter) and 'text/xml; charset=utf-8' would be your value (second parameter). I'm not sure what you are supposed to put as a value for the …
  • Paulo, As Kevin's sample code above indicates, you should be sending the Payload via the Send method. However, the API service you are connecting to might require Header content to be passed through as well, but that is something only you can dete…
  • Yep, I get your meaning. I am inclined to think that this still won't be a high priority enhancement for us unless it is such low-hanging fruit that it gets pushed out with our next update in the midst of other features we are working on. If it beco…
  • If you are merely asking if this has been discussed internally or perhaps on the drawing board, then the answer is "no". In that regard, the likelihood (as best as I can predict at this point in time) is minimal. Perhaps when you can answer the "wh…
  • Colin, I'll have to test this myself to see what is happening. Before I do this, do you think that I need to add 4 panel controls to cause this problem or is that just additional information that is probably not relevant? Also, are you using the Ad…
  • Well, Mark, hopefully my response gives you something to refer to if it happens again. I suppose it is possible that some unexpeted circumstances causes the SRP Editor to stuff a large number into the registry. But it could also happen if the user …
  • Dave, The height is stored in the StatusHeight string located in this Registry path: HKEY_CURRENT_USER\SOFTWARE\SRP\SRPEditor It probably has a relatively large number. Change it to 86 and open the SRP Editor again.
  • Ariel, No, that is the purpose for the merge feature. The slave cells get hidden (or removed) so the master cell can operate in the space of the slave cells.
  • Barry, LOL...your email came in just as I sent that last reply. Good deal. I installed and immediately ran your form and clicked on the button. This is what I see:
  • Barry, This is not a trivial amount of work just to show that it works. I would rather not go through the work of developing a working system for this issue as this will set a precedent for other to ask for the same kind of assistant for any contro…
  • Barry, I think trying this on different computers is just a waste of your time. Try simplifying your code even more. For instance, don't set anything for Config<2>, Config<3>, or Config<4>. Only use one line of sample text for Con…
  • Barry, I can't determine what is preventing this from working for you. In cases like these I suggest you do a very simple test. For instance, just create a simple push button on your form and have it call the ShowBalloonTooltip method with hardcode…
  • Barry, What does "refresh" actually mean? Are you referring to the Refresh method? What event handler is now executing your code?
  • Barry, We no longer recommend using the ALL_OLES keyword. In addition to the overhead you incur, we have noticed that OI 9.x systems have unusual performance issues, especially in the area of synchronous events. It is odd because if you qualify eve…
  • Barry, The help for the OnMouseMove event should be updated a bit to make it very clear that it is not functional by default. You need to set the SuppressMouseMoveEvent property to False$. This property is listed at the bottom of the help article b…
  • Barry, After reviewing your code and that you mentioned this is happening within the form's CREATE event handler I am inclined to think you misunderstand how this is intended to work. I get the impression you are treating the ShowBalloonTooltip met…
  • Also, what event handler is calling this method for you? How are you trying to get it to work?
  • Barry, Establishing new content for each cell is not a problem. Windows 10 should not be the problem either (I just tested on my own system to confirm.) Perhaps you could post some code (i.e., more than what we have already seen) for us to review?
  • Barry, OLE.ShowToolTips should have no impact.
  • Colin, What event are you checking this property in? It does work for me in the BeforeUpdate event.
  • Colin, How do you envision the tick/check menu option working? That is, how would the state of the check be preserved for subsequent displays? Would this still send an event with the value of the check and then the developer is responsible for sett…
  • Colin, As you have surmised, this is because the SRP Ribbon control does not force the EditTable to lose focus. When this happens I assume the EditTable still has a cursor in the cell? This is expected and desired behavior. This would be similar t…