In the content explorer only the first folder is opened ... the topic is in a folder one step deeper ...
I remember having read sth like that about an older version, too. T'was my thread
That type of info is stored in the registry, I believe. So don't proceed unless you know how to deal with the registry.i-tietz wrote:Where is the "cache" that I have to empty to make it work again??
Good idea, but: "The registry" ... a bit small that bit of information ... any more precise directions?Richard Ferrell wrote:The registry for any Madcap application can be deleted, The application will recreate it on the next start.
Not just MadCap, any software vendor that doesn't really care about their own support staff and the customers. The registry is just a bad bad place and accessing it through the Windows API seems to be more miss than hit, especially when having restricted rights on the system. Often enough the application writes a registry key and does not receive any return message, which is the same result for "success" as well as "didn't work for a reason unknown". So when using the registry the developers really need to write the key, then immediately read it back and verify that it exists and is accurate and that the value matches. I came across several cases where the key was created fine, but the assigned value did not get stored.LTinker68 wrote:{Insert rant from RamonS here about the MS registry and MadCap using it.}
That's probably where it's stored, but there are several locations in the registry where Flare stores things, and even the key you pointed out contains a lot of subnodes (at least, it did in prior versions).i-tietz wrote:Good idea, but: "The registry" ... a bit small that bit of information ... any more precise directions?Richard Ferrell wrote:The registry for any Madcap application can be deleted, The application will recreate it on the next start.
What about the path HKEY_CURRENT_USER\Software\MadCap Software\Flare ?
I don't exactly love the registry, but there are things it does that ini files don't.RamonS wrote:Honestly, there is nothing the registry can do that an ini file cannot do as well. And support for ini files is good. Even an XML file is an option and in any case better than the registry.
Thanks Andrew, but I'm not REALLY interested in having the project start without the topic open. What I'm looking for is the bit where it's stored that locating an open topic in the content explorer doesn't work with that project anymore as long as it is stored in that particular path ...Andrew wrote: The path to the registry area that controls "left open" topics is this:
HKEY_CURRENT_USER\Software\MadCap Software\Flare\Projects\<project_id_number>\OpenDocuments\<document_id_number\Url
I tried that, but it seems to have a limitation. If I have the focus on the containing folder that has multiple topics and I click the text to remove the focus from the containing folder, it works properly and locates the topic in the Content Explorer if it resides in the folder that contains the topic.KevinDAmery wrote:What you need to do is make sure that the topic has the focus before clicking on the Find in Content Explorer button. If another part of the interface has the focus then the Find In function doesn't work because it doesn't know what you want to find. What I do is click in the text of the topic somewhere, then click the Find In button.