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
-
Colin, Your syntax looks correct to me, at least according to the docs. Just a couple clarifying questions: * You are positive that the level of DropAssetKey is 2? I am not trying to ask you to suck eggs, but I have come across too many scenarios…
-
Colin, In a nutshell, this is by design. However, I can understand your objections. The DropCondition property was not designed to make sharp distinctions as to whether you are dragging an item before or after another item. This is a unique problem…
-
Colin, Well, I would not have expected the ALL keyword to return an array of values for you, so that works as expected. Hopefully you won't have that many performance issues by parsing the entire tree. You could build an @RM array of controls, prop…
-
Colin, I did not test this, but I would expect the ItemExpanded property to work with Get_Property to tell you whether or not it is already expanded.
-
Hi Ed, The SRP Tree control does support HTML (check out the HtmlEnabled property), but it is limited and I am not sure there is a way to display the data in columns. I suggested you experiment. There are no other ways (that I am aware of) to prod…
-
Colin, Maybe I missed something in your original post. Is your requirement to have a checkbox associated with each line within a multiline item?
-
Colin, Well, the above suggestion might work, but it is untested on our end. However, there is an alternative that might be suitable. Check out the WordWrap property. There are two caveats: * There is no explicit support for embedded line breaks.…
-
Colin, I really should wait to consult with my SRP Tree engineer on this but I wonder if the HtmlEnabled property will help. The HTML that is supported is a limited subset but you might try using
and see what it does. -
SRP Tree Control 2.0.3 and SRP Controls Pro 3.0.6 are now available for download. The update fixes the crashing issue you have been experiencing. Please accept our sincerest apologies for the delay in getting this released and let us know if the pro…
-
Colin, I believe this is fixed as well as several other issues that have recently come up among several controls. I regret the delay in getting this out but when we work on one issue it creates a perfect opportunity to resolve other issues or intro…
-
Colin, Well, it didn't take me long to replicate :-), which leads me to believe this is a 3.x control issue. Remind me, are you using the Pro control or the separated controls? In my case I didn't even have to change colors of the tree items. Click…
-
Colin, Okay, I see that I became overly focused on your attempt to remove the items before rebuilding the tree structure. I think I have a window that already does exactly that but I have not tested it in a while. I'll get back to you shortly with …
-
Colin, Okay, just to get a full sense of what is happening: * Items are added to the Tree control * You have a button that updates an EditTable with the information in the Tree control * The Tree control item is changed to Grey * Items are…
-
Colin, I don't understand what you mean by "when the colour of the tree items are changed". What is causing the colour to change? Thanks.
-
Martin, You used the "Ctrl" key? That doesn't make sense to me.
-
Martin, That is easier said than done without diving into the Windows API. OI 10 will give us tools to work this in rather nicely. Your suggestion is valid. I too don't like it when apps open up where they can't be seen any more. However, if you a…
-
Martin, You mentioned that this does not occur on every record, but does it occur on the same record every time? If so, can you send me the content via email (in a text file) so I can attempt to replicate? Also, if it can be reliably reproduced, wh…
-
I would suggest you were swearing at the wrong guys. :-) We didn't change the way the compiler errors got reported and it is not likely Revelation would be forthcoming with the details on how to modify the SRP Editor to adapt. The news of the updat…
-
Martin, Actually, it would not be the same .exe. We recently updated the SRP Editor only a few days ago. This is what I thought prompted you to download and install (upgrade) the SRP Editor. In case you didn't know, we believe we have improved the …
-
Martin, Just for my own edification, when you originally reported this problem were you installing an older version of the SRP Editor?
-
Martin, Okay. We have seen this behavior before but only with older versions of the SRP Editor. This problem is with ActiveX controls in general, not with any specific control. Opening up the form in the Form Designer then changing the ProgID to so…
-
Kevin, Beat me by 30 seconds....
-
Martin, Judging by the way the preview appears (all white, no details), it appears that VSPrint7.ocx is not registered on this machine. We use this control for the print dialog but we do not register it or install it for you. Did you do anything to…
-
Barry, We were able to figure out the source of the problem. We compiled the wrong version of SRPUtil.ocx in the installer. I apologize for the confusion and inconvenience. We have a new installer uploaded to the wiki so you can download it again.
-
Barry, I don't think you misunderstood the change notes. Here is what I see when I right-click on a word (which does not have to be selected, by the way, just have the cursor within it): If this isn't working for you then I suspect the new SRPUt…
-
Martin, I have confirmed the problem and have posted this in our issue tracking system. The issue ID is EDITOR-30. We will post updates to this problem within this thread.
-
Martin, Just to be clear, you have your OINSIGHT.INI file located in the VirtualStore path? If so, then perhaps your system changed where it wants to locate INI resources. In which case I would check C:\Windows as well. You may want to do a scan of…
-
Martin, Where are you attempting to locate OINSIGHT.INI on your machine? Reading this article on adding the SRP Editor to the OI Side Tool Bar and let us know if this resolves your problem.
-
David, LOL. No, we did not create an API for just any child window to open. However, your idea appeals to my sense of having a single IDE where all development components can be accessed. I am not sure if that is what you were going for, but it has…
-
Kevin, Are you saying Revelation changed the way error messages are being returned? Is this not a new problem?