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

Comments

  • Barry, We purchase our icons from axialis. We use the "Pure Flat" icons, but you can get the non-flat if you like. I recommend going through all of their libraries and picking one that has the most options you like. Then you can add more libraries …
    in MDI? Comment by DonBakke December 2014
  • Mark, My word of caution is to think twice before using the Ribbon control as a substitute for a tab control. Ribbon interfaces are primarily meant to be substitutes for menus and toolbars. Using them as alternatives for application form launching …
    in MDI? Comment by DonBakke December 2014
  • Mark, There are no conflicts that we have come across but your expectations of how it will all look and feel may vary. The ribbon style of UI was introduced by MS when they were moving away from traditional MDI design. In order to achieve the most …
    in MDI? Comment by DonBakke December 2014
  • Mark, Strange. I just downloaded and registered the same control and it works for me. Can you confirm you did not inadvertently add a space to the ProgID? Do other controls appear properly when you type in their ProgID?
  • Mark, While the officially released version of the Pro control does include a version of the Ribbon control, the version you want is the one that was included in the blog article. The Pro control will be updated when the Ribbon control is no longer…
  • Ariel, Your use of the word "terms" is confusing. Do you mean "items"? I'm going to ask you a favor. If this is easy enough to reproduce for you, please create a simple SYSPROG RDK of a form and logic that we can use. I fear trying to follow your …
  • Just an FYI to those who are aware that our latest downloadable control is technically a release candidate version, we have officially released v4.0 of the SRP Controls. As a reminder, regardless of which product portal you go to, the same OCX file …
  • Ariel, What version of the control are you using now? I tried this with version 4 and this is working perfectly well for me. To quickly test this I just added the following code to the OnClick event: Item = Param1 ItemText = Get…
  • Hi Matt, Same offer is extended to you...just drop the line first. :)
  • Colin, I'll let Kevin respond to why the performance is struggling after so many calls to the method, but unless you have a reason to NOT do this, I suggest just creating an @FM list of DragItemKeys and make a single call to the method after your F…
  • 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?