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

KevinFournier

About

Username
KevinFournier
Joined
Visits
2,233
Last Active
Roles
Administrator

Comments

  • This error was caused by the fact that OI's BLINT routine returns "" as a potential VNAV, which caused the SRPUtil's post processing to potentially (thought not always) get stuck in an infinite loop. 4.0.1 RC2 should fix it.
  • Just so I understand, you want to disable the user's ability to extend an appointment's time? You want the time range fixed?
  • The Schedule control has it's own redraw property, so you can try setting that to 0 and back to 1. You'll have to use the "OLE." prefix in this case to make sure OI knows to user the control's property and not the OI built-in property. Set_Property(…
  • This is currently not an implemented feature. The built-in datepicker was never meant to be as fully featured as the SRP Datepicker Control. It was meant as a convenience that would meet the demands of most SRP Schedule Control users. That being sai…
  • I agree that there needs to be visual feedback to the user that certain days contain appointments. My inclination is to automate this so it always synchronizes the date picker days with the appointments you've added. Your second scenario is a bit mo…
  • Pressing enter on a default button causes the button parameter to be set to "Enter". Likewise, executing a button via it's shortcut (e.g., Alt+K) causes it to be set to "Accelerator". This is by design since it provides maximum flexibility to progra…
  • There is some weird interaction sometimes when setting properties that are supposed to redraw themselves during the CREATE event. So, you are setting the Caption property and internally the control is flagged for redraw, but the state of the form is…
  • There is no Button property for controlling this because all our OLE controls rely on OI to handle visibility and page management. Have you looked into the possibility that you have copies of the button on both page 1 and page 2? That would explain …
  • I'll look into adding that feature into the SRP ActiveX Controls window. I thought they already showed build dates, but they only show version numbers.
  • The date created is usually very close, but not always exact. The info window in the SRP Editor is exact, however. Or, you can read the Version property.
  • Your versions of SRPEditTable and SRPTree were built prior to your license's expiration. I presume you downloaded the latest SRPCore and SRPSubclass from our Downloads page, which is why you are now getting the popups. You either need to update your…
  • Sorry for my belated response, but what seems to be occurring here is that I am apparently not very thorough in my testing. :-) That is most definitely a bug, and it will be addressed in the next release. For others that might stumble upon this thr…
  • Sorry for my delay in responding. Can you copy the code you're using to setup the Forecolor property? In my test, I took a simple form with only a button, set the Forecolor property to "MediumBlue", and it worked as expected. This was done using the…
  • I added this feature request into our issue tracker for future reference. You are correct that such a feature is not currently supported.
  • This is an OI caching issue. In all my tools, like SRP Editor, I have significant amounts of code to deal with this. I usually have to maintain my own cache of control sizes so I can reset the SIZE properties during the SIZE event of a form. It does…
  • You can use Send_Event, but you have to keep in mind that all events that come from OLE controls fire the "OLE" event with parameter 1 set to the event. SRP FrameWorks hides this fact, so it's easy to forget this little detail. Try this: rv = Send_E…
  • Thanks for catching this and providing such a thorough explanation. It shouldn't be too hard to fix. I'll let you know when it's available.
  • That was helpful. There was in fact logic that only fired the event when the control has focus, but it couldn't get focus when clicking on a protected cell. In the next release, the event will fire regardless of focus.
  • I think there is more at play here than just this one property setting. In my tests, when I set cell protection to "FULL", I still get all OnClick events.
  • The options are stored in the registry. Someday we plan to move it out of there to make it easier to transport, but for now, here's how to do it. 1. Go to the Start menu and click Run. (Or, use the Win+R shortcut). Type 'regedit' and press Enter. 2…
  • I do call the OI compiler, but I call it through Repository("COMPILE") at the moment. The better errors come from the RTP routine, but that requires a lot of manual repository management that I would have to add. It's doable, but It's something I ha…
  • This is due to the fact that RTI has a special way of compiling code that gives them more errors. The SRP Editor cannot use that special method without sacrificing the ability to compile inherited stored procedures. So, it's something I am aware of …
  • Yes, RC7. It has to do with a bad GUID for the events, which is a slip up I probably made when adding the ability to create the SRPUtil.ocx build.
  • I should have tested it before I probed you further since it absolutely does not work on my end either. I think I know what changed in this particular pre-release build. I'll send you a new pre-release build once I get it all worked out.
  • Can you elaborate on what you mean by it "won't move"? Does it not respond whatsoever or do you see the overlay move but when you release nothing happens?
  • Matt, Wow. I'm impressed you found that. Thanks for the simple example. I've recreated it on my end will tackle this immediately.
  • Regarding the rotate feature, would this simply be 90/180/270 degree rotations or do you need it more granular? The former is a lot simpler to implement, so the latter will take more time. As for thumbnails, I'll look into a save feature.
  • Sorry for the silence. I haven't had a chance to implement this feature yet, but I do appreciate you guys checking in to keep it from falling off the radar. I'll see if I can find a few cycles here soon to get some headway on it.
  • This is a really good idea. I've added it our request features list. I know the drag-n-drop data format for browser images is documented, so all I need to do is teach the picture control to look for it.
  • I just tested some PSDs and am not seeing this. Do you mind emailing me your PSD, just in case PSD version matters?