Hello! I have been using MBS 9.0 and REALstudio 2010r2 for a while. I am considering purchasing an upgrade to MBS 12.4 with REALstudio 2012r1.1 and have been testing with the demos of both.
I have run across something that appears to have gone missing since MBS 9.0. I used to be able to use the following code to get the actual color value of a Finder Label: Function GetLabelColor( i as Integer ) as Color dim fl as new finderLabelMBS( i ) return fl.labelColor End Function This code works fine in REALstudio 2010r2. However, REALstudio 2012r1.1 with MBS 12.4 flags the first line of that function as "There is no class with this name." Any thoughts? I understand that FolderItem.FinderLabelMBS returns the index of the Finder label, but I need to get the actual color value (I don't need the label name, just the color value). This is a deal-breaker for me to upgrade to the newer version if this no longer is possible. Sincerely, Scott -- Searchware Solutions Simply Great Software www.searchwaresolutions.com _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
