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

Comments

  • James, I got the images...very nice. I might be coming back to you with some questions. FYI, we are looking to provide a way for posters to upload images so they can be added to a message post. Stay tuned!
  • Hi James, The current implementation of the tooltip does not support multiple lines. We hope to add this in the near future, likely as a free upgrade. However, we have to get through our backlog of regular work right now. I'm pleased that you like…
  • Colin, Good examples. Another common one would be a button next to an edit line control that invokes the OPTIONS event. If the edit line has validation and the current entry does not pass validation, it will block the ability to execute the CLICK e…
  • Colin, I understood what you meant. Actually, this is why I spelled it as LOSTFOCUS since that is the OI event whereas the OLE event would normally be Lostfocus. Anyway, as I said, this is by design. Think about it: you do not want your toolbar to…
  • Colin, Certain styles of the SRP Button control do not generate LOSTFOCUS events by design. This was to make toolbar style buttons work as expected. What style are you using? If you change it to a non-toolbar style does it work?
  • Mark, Good to know and thanks for the update. I have yet to replicate your problem due to other pressing issues, but I intend to visit this just to confirm that this is a universal problem.
  • Mark, Your contribution to this issue is greatly appreciated. While I am happy to see that you found a resolution, I would really like to see the problem occur on my system as it does for yours. How predictable have the display problems been?
  • Colin, This problem still persists in OI 9, so I would encourage you to report this to Revelation. Hopefully Carl Pates can get a solution in for OI 10.
  • Colin, I have seen this behavior frequently, but not just with the SRP Button control. Just for experimental purposes, can you replace one of the controls with a standard OI control? Position, size, and name the control exactly the same way. This w…
  • Chris, have you tried viewing the XML in HTML Edit Mode or XML Edit Mode?
  • Ed, Try this (this is unsupported and untested): Ctrl = @Window : ".EDITOR" LenData = Len(Data) RecInfo = Str_Unicode(Data) LockVariable Data as Char Send_Message(Ctrl, "OLE.LoadTextW", GetPointer(Data), LenData, 1) UnlockVariable Data
  • Ed, It is very possible. The SRP Editor utility itself is an OI form with the SRP Editor control embedded. If you are licensed for the SRP Editor utility you are permitted to use the SRP Editor control this way. However, it is not supported. This …
  • Martin, Go to the Options dialog. In the Whitespace groupbox change the Show Whitespace option from Always to Never.
  • Kevin, Is it his RC7 version of SRPControls.ocx? I have RC6 and it works for me.
  • Martin, That feature should work. I wonder what version your ActiveX controls are (not just the SRP Editor.) Can you confirm what controls you have registered?
  • Your confirmation is greatly appreciated!
  • Charles, So how do you want to move forward? All i can report back to you is that we have not experienced this problem internally with the latest SRP Editor and we are all using Windows 7 Professional. I cannot promise that this will not be a probl…
  • Charles, What I meant was for you to try and print other stored procedures from within the SRP Editor, preferably a small program just to prove that it can work under certain conditions. Has this worked for you in the past? If so, then what has ch…
  • Charles, Can you confirm the version of the SRP Editor that you are using? Also, can you try to print other programs to see if they cause the lock up? I am curious if the problem is related to the size of your program or something else. Thanks.
  • Ariel, I'll let my primary engineer for the SRP Picture control reply. I simply don't know myself.
  • Ariel, 1. These must be large images indeed. The answer is, no, there is not way to create a thumbnail image that you can reuse again. 2. Rotate is not an existing feature in the SRP Picture control but it might be something we can add in. If this…
  • Mark, I'm not sure if Kevin has attempted to jump on this subsequent to your "checking in" but I can report that there has been no traction yet. We almost had a project that would have provided us funding to develop a similar feature (i.e., dragging…
  • Don, Your image viewer, is this on the MDI Frame itself or in an MDI Child?
  • Jim, My info: Windows 7 64 bit Logitech G9 Laser Microsoft driver (I forgot to install the Logitech driver) v.6.1.7601.17514
    in Focus Comment by DonBakke September 2012
  • Jim, What brand of mouse and driver are you using? My Logitech mouse works well with the scroll wheel. I have a Microsoft mouse at the office I can test with tomorrow. Also, what about "Shrink or Thumbnail" is ideal for you? I don't understand how…
    in Focus Comment by DonBakke September 2012
  • Mark, As you have seen we also use the SRP Popup control as a Msg() replacement. I have encountered this type of behavior before and it is due to the way the internal control (a library we coopted) caches content for optimized performance. Of cours…
  • Colin, The SRP Popup is under your control. It will not automate anything. This was a design decision we made early on to provide maximum flexibility without worrying about over-engineering the control. So... * No autosize and no scrollbar. You'l…
  • Colin, What do you mean by "current cursor pos (+5)"?
  • James, Assume you are calling the same code from within your commuter module with the OI button versus the SRP Button (i.e., you are not using the QuickEvent to CLOSE the Window), this makes me highly suspicious that you have other OLE event code e…
  • James, I don't want you to think that I forgot about you. I have been personally caught up in some intensive projects and am just now coming back up for some air. I realize your symptoms continue to persist, even if you change the control to somet…