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
-
Mark, I'll comment from a theorist perspective. When Kevin first revealed this little feature of the SRP ShortcutBar control, my first thought was that this would be a cool way to create reusable features. Just create forms dedicated for simple tas…
-
Aaron, First, thanks for testing the other file I sent you. It was late Sunday for me when I did that and I had to leave my desk for the rest of the evening so I was unable to respond to you after you replied. Second, this is great news. Sincerely…
-
I upgrade to 2.7.1 RC1 and got the same results as before. Now, I am running a newer version of SRPUtil.ocx, so perhaps that is relevant. I need Kevin to weigh in on this. If you want to check for yourself, you can down SRPUtil.ocx v4.0.1 RC1 from …
-
Aaron, Your thoroughness is very much appreciated. At the moment I'm stumped as to why you are having troubles but we will pursue this with you. I hate to cast suspicion upon the file I sent you, but I am beginning to wonder if it was corrupted in…
-
Barry, I presume this is with SRP Editor v2.7 and SRPUtil.ocx v4.0.0? I copied your code verbatim and compiled without any problems. I did notice an oddity with the VNAV detection (it created several alerts to a non-specified variable in addition t…
-
Phil, 1. Within the editor the Table Search displayed but didn’t return any results for anything I entered. After some playing around I noticed there was no OI Sort File setup and after I entered C:\AREVSORT, the Table Search worked as expected. Is…
-
Barry, The answer is no but the help pages do provide sample code for the various properties. I suspect you are looking for a "hello world" type of sample code. The problem with that is there are too many ways to use the SRP Schedule Control that g…
-
Phil, Please note that I did not say it wasn't (or couldn't be) related to 8.0.1. However, I am skeptical of this connection. If you can force the error then that is a very good thing. I still recommend creating a simple logging utility. Since you…
-
Phil, I've seen these kind of crashes before. They all boil down to a specific cause, naturally, so the trick is isolating that cause. I am very doubtful this is due to resource issues on the workstation. OI 8.0.1 could be related but the only way …
-
Phil, I think you already understand how to add the Schedule control to the form. You previously sent me a screen shot that suggested you got the Prog ID correctly entered and the control was able to visibly display. Is that correct? If so, then yo…
-
Phil, I don't think there is a way to prevent this exactly as you seem to want. I might suggest using the ApptLocked property or the BeforeApptDrag event in conjunction with the Cancel property.
-
Phil, This is possible, although a bit indirectly. Use the MapClientToTime method. You can use the value from the Point argument from the OnScheduleClick event to pass in.
-
Phil, That is likely the line that displays the current time. It shouldn't be arbitrary, though. It should show you the current time. You can hide it using the CurrentTimeColor property.
-
Phil, In your case, I think only using the AppointmentList would be best and easiest.
-
Phil, First, my apologies. I wrote ReportTable in my previous response but I meant Schedule. I know which control we are discussing but for some reason my mind wanted to write ReportTable. Okay, so you are using only one Schedule control and allow…
-
Phil, The Schedule control does not have any concept of sorting for entities. Therefore, it places the entities in the order you added them to the EntityList property. The only way the order will be modified is if you changed the value in the Entit…
-
For the benefit of anybody following this thread (or future readers looking for help with this issue) I wanted to provide a summary of the resolution. Jan and I took this discussion offline so we could walk through some actual demonstrations of the …
-
Jan, I am not expecting you to rewrite your process. If the property is at fault then we will work to address it. However, if you need a workaround in the meantime then perhaps the AddTimeBlocks method will work. Having said that, there is a best …
-
Jan, Are you always using the TimeBlockList property when adding new time blocks? Have you tried using the AddTimeBlocks method instead? You may have uncovered a problem with the TimeBlockList property but your description of what you are doing sug…
-
Jan, In your case I suggest just trying to use the Entity property to update the text. Let us know if that works better for you.
-
I am a few days late in answering this, but here it goes: As far as the crash goes, that is just bad behavior on the control's part that I will need to address. However, there is a good reason why I would not recommend your current approach. The p…
-
Hi Ed, At the moment appointments in the tree can only be dragged to other entities within the tree.
-
Hi Ed, I see. Well, at the moment there is no way to drag and drop onto the Schedule control from another source. That is something we hope to remedy in the future, but it is not likely to happen for another few months. We have a client who uses t…
-
Ed, Are the unscheduled jobs also being displayed in the same Schedule control or somewhere else?
-
Phil, I don't quite understand what is meant by ...that may control this. Near as I can tell, the problem you are experiencing is not directly related to the SRP Button Control. This looks more like a general OI problem. Are you sure this isn't a p…
-
Phil, The OI VISIBLE property is the way to accomplish this. So we need to look at your code to figure out why it isn't working. Are you are putting "OLE." in front of the property name? If so, then just remember that when using OI properties these…
-
Barry, Okay, very good. Last ditch effort: if you are calling the QUALIFY_EVENT in your commuter's CREATE event handler, are you hardcoding the form/control name in a way that would be incompatible with the new form?
-
Barry, Hate to ask, but are you calling your commuter module generically? I wonder if the QuickEvent is still calling the original commuter.
-
Barry, When you say "suddenly stop working" that suggests to me that it was working and then stopped working within the same copy of OI and the same session. However, your last sentence makes me think that you have one copy of OI where it works as …
-
Colin (and other interested parties), The multi-line tooltip enhancement is not presently on a schedule to be implemented. This is because we are still working through some new control development (stay tuned for some information on this) and some …