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,156
Last Active
Roles
Administrator

Comments

  • HI Bryan, I don't think there are any changes that should affect you. The question marks make me think of how UTF-8 characters often display when running OI in non-UTF-8 mode. Is there any possibility that UTF-8 is related?
  • Okay. I just needed to confirm because there have been other reports that the code doesn't display and we are trying to sort this out. It isn't consistent, as you just bore witness to.
  • Mark, Are you saying you don't see his code within the post? If so, are you able to see the code in his previous posts?
  • I hope this scratches the itch. I already sent him some cream for that little problem of his.
  • Barry, Not a bad idea, especially if you use the SRP_FastArray_Delete to remove the prior field data. However, as I think about this I am questioning whether creating our own BASIC+ wrapper really offers much of an advantage versus a pure BASIC+ s…
  • Then, if SRP_FastArray_MatchAnywhere could be preset with the last known matching values, and subsequent calls would return the next matching values, do you think this would provide you a utility that would be sufficient since it would be a small ma…
  • Mark, I think I understand your goal. You want a programmatic equivalent of what the SRP Subclass control does as a UI. With the combobox, the visual results are paired down as the text is matched up. As a non-UI utility, you merely want to have th…
  • Barry, I was able to duplicate your results. However, I discovered a way to resolve the problem. I cannot verify that this is a problem introduced with the latest SRPControls.ocx, but I don't have a reason to think this is a mistake. I was able to…
  • 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?