RH9-CHM file Set twisties open as default

Dear all,
I followed the instuction of Twisties 2 at site http://www.grainge.org/pages/authoring/twisty/twisty.htm. Twisties 2 work well in my .chm file. But now I have a concern that I want those twisties open as default.
Anyone knows, please help me. Thanks so much.

@Goldfish184
I have deleted your post with your email address. We advise that you never post an email address on any forum because of spam address harvesters.
Willam now has your address. If you do need to give anyone on the forum your email address, use the Direct Message option.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Possible to change the window size of a CHM file, when first opened?

    Hi all,
    Anyone knows if this is doable? I know lots of chm files that
    open in different window sizes, suitable for their content. But
    right now when I compile, it opens quite narrow, that I have to
    resize manually.
    Take care,
    Tim

    Hi Tim,
    This is what I have done. In the Project Manager, expand the
    Windows folder and double click the default window for your chm
    file. This will open the window properties screen. There is a
    checkbox that says something like "Remember Window Size" which you
    can turn on. Regenerate your layout and view the resulting chm
    file. It will be small and narrow still, but after you resize it
    any subsequent builds in this layout will default to the size you
    set.
    Hope this helps and if there is a better way please let me
    know!
    Cheers
    darkagn

  • ViewKind Parameter Ignored in ProjectItem.Open if ProjectItem is Set to Open With Default External Editor

    Hi all,
    In my VS2010 extension, I have just encountered a situation which I can find no workaround for. As always, I went to Carlos Quintero's MZ-Tools first to see if I could find an answer. In this excellent article of his (http://www.mztools.com/articles/2007/mz2007027.aspx),
    he discusses how to get "the ProjectItem in the desired view using ProjectItem.Open(viewKind), which returns an EnvDTE.Window object."
    This is the behavior I have experienced until I noticed that if a user selects "Open With..." and sets a default external program to open a given item with, I can no longer programmatically open the item in the text editor (this is required
    functionality for my extension, since I am not setting the Window to visible, anyway). The screenshot below illustrates my point, even though I am working with my own custom extensions.
    In this case, calling ProjectItem.Open with every available ViewKind value will cause Program.cs to open in Notepad rather than the text editor. The Window returned from the Open call is always null in this case.
    Is there any way I can force an item to open in the text editor, regardless what its default program/viewer is? Thanks for your help,
    -Mike

    I don't think that is a bug but a limitation of the automation model.
    As workaround, you can use the following method:
    IVsUIShellOpenDocument.OpenSpecificEditor
    If you want something somewhat more palatable you can use the following method:
    VsShellUtilities.OpenDocumentWithSpecificEditor
    Editor guids are stored in the registry entry HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0_Config\Editors, but since you are only interested in the text editor guid, you are lucky because there is already a constant defined Microsoft.VisualStudio.VSConstants.GUID_TextEditorFactory.
    There is also a constant defined for the logical view: Microsoft.VisualStudio.VSConstants.LOGVIEWID.TextView_guid.
    So, even if text files are set to open with Notepad, this code should open them in the text editor:
             string fullPath;
             Guid editorGuid;
             Guid logicalViewGuid;
             IVsWindowFrame windowFrame;
             fullPath = projectItem.get_FileNames(0);
             editorGuid = Microsoft.VisualStudio.VSConstants.GUID_TextEditorFactory;
             logicalViewGuid = Microsoft.VisualStudio.VSConstants.LOGVIEWID.TextView_guid;
             windowFrame = Microsoft.VisualStudio.Shell.VsShellUtilities.OpenDocumentWithSpecificEditor(this, fullPath, editorGuid, logicalViewGuid);
             if (windowFrame != null)
                windowFrame.Show();
    * My new blog about VSX: http://www.visualstudioextensibility.com * Twitter: https://twitter.com/VSExtensibility * MZ-Tools productivity extension for Visual Studio: http://www.mztools.com.

  • Webloc File Set to Open in Safari Doesn't

    This is a small problem that seems like it shouldn't exist.  Firefox is my default browser (set as default within Safari preferences).  I also keep current versions of Safari and Chrome on my computer.  I work at a college and, in order to access things like student records, class schedules, etc., I now must use Safari because the current versions of both Firefox and Chrome are no longer compatible with the (somewhat old) software used by the server for these services.
    I created a webloc file that takes me to the log-in screen for all of my college's online services.  I did a getinfo on the webloc file and set it to open in Safari.  However, it always opens in Firefox (my default browser).  I know that the default handling for webloc files is to open them in Finder which automatically transfers to the default Web browser; however, I assumed that manually setting the webloc file to open in Safari would override that.  It clearly doesn't.
    I would rather not set Safari to always open to that web location because I actually use Safari for other things such as when I encounter a site that isn't Firefox friendly.
    Is there a simple set of Applescript commands that would open a particular URL in a specified browser?
    Any other ideas?

    Webloc files will always open in the default browser. The Open With setting in the Get Info window for them doesn't control anything and shouldn't be there.
    To check a browser's AppleScript dictionary, launch the AppleScript Editor and choose Open Dictionary from the File menu.
    (58131)

  • RH9-chm file Bug when clicking on a sub-topic heading on TOC.

    Hi all,
    Today I have a bug that I wonder whether someone working with Robohelp HTML 9 has or not.
    In my TOC, I create book 1 and then create page 1, page 2 for this book. The book linked to topic Startup.htm. Page1 and page 2 linked to two different bookmarks in this topic. Then I generated the project to .chm file.
    On the Content tab, expanded the book, and then clicked page 1 or page 2 to see its content.
    In the first time, the content of the selected page was shown on the right pane, but the book was collapsed automatically. --> This is bug ?
    I had to expand the book again, I clicked and clicked again on page 1, and page 2, that bug did not occur anymore.
    Anyone used to in this situation, please help me the resolution. Thanks.

    Hi there
    From what I'm seeing I'm guessing the following items have been configured.
    You are using the option to Single Click Books to expand them.
    You are auto-synchronizing the displayed topic to the TOC.
    Like Colum, I'm unable to duplicate the issue. I tried using both the 32 bit and the 64 bit versions of the HTML Help viewer. Neither version seemed to present the behavior you are describing.
    However, I do note that when you have the setup enabled that you do, clicking any topic outside the book that is expanded will typically cause the Book to collapse. When you look at things in the Microsoft HTML Help Workshop, the option RoboHelp calls "Single Click to Open Books" is labeled differently. There, it is labeled "Only Expand a Single Heading". So the book collapsing is really sort of an expected behavior.
    I might suggest the following changes. The changes I'm proposing *MAY* change the behavior.
    Instead of pointing to bookmarks within the same topic that is linked to the book, duplicate the topic you linked to. Then remove the section you only want seen if they click the book itself. Link the pages of the TOC to the new topic. Additionally, you would want to edit the topic you link to the pages so that the part the book itself links to is removed.
    My thought is that perhaps your odd behavior is stemming from the fact that your book and the pages inside are really linking to the same topic, just at different places. Perhaps something about that situation is confusing the HTML Help Viewer. And that triggers another thought. If it's a bug, it's not a RoboHelp bug but a bug in the HTML Help Viewer that is manifesting. And RoboHelp can't fix a Microsoft bug. Heck, even Microsoft isn't likely to fix it at this stage.
    Cheers... Rick

  • RoboHelp 8 HTML - context sensitive chm file does not open?

    This works:
    RoboHelp_CSH.RH_ShowHelp(0, "C:\\RoboHelp\\!SSL!\\WebHelp\\XHelp_File.htm", RoboHelp_CSH.HH_HELP_CONTEXT, 2);
    This doesn't
    RoboHelp_CSH.RH_ShowHelp(0, "C:\\RoboHelp\\!SSL!\\Microsoft_HTML_Help\\XHelp_File.chm", RoboHelp_CSH.HH_HELP_CONTEXT, 1);
    Why does the context sensitve calls of a chm file not work?
    Does it require a different map file?

    Hi there
    I believe the actual call is different.
    Here is a copy/paste from an older RoboHelp HTML CHM file that we might use as an example:
    Window-level Help for Windows applications
    To call a topic using a map number, make a call to the HTML Help API using  the following syntax:
    HWND  HtmlHelp(Window(), “c:\path\helpfile.chm”, HH_HELP_CONTEXT,  Number);
    To call a topic using a file name, make a call to the HTML Help API using  the following syntax:
    HWND HtmlHelp (Window(), “c:\path\helpfile.chm”,  HH_DISPLAY_TOPIC, "topicfile.htm");
    Hopefully that helps.,. Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • How do I set photo opening software default?

    I need a little help, please.
    I downloaded a photo software program and I somehow missed the checked box to make it the default photo opener, which I did not want.
    I'd like to go back to having Preview be my default photo opener, but can't quite figure out how to do that. Can anyone help?
    Thanks....

    select an image file in finder and enter command+i. in the resulting popup go to the "open with" section and select preview as the app to use. then click "change all".

  • RH9-chm file Lost folder and files in Project Manager pod

    Dear all,
    This morning I open my robohelp project to work and supprisingly I found two important folders in Project Manager are lost. Those folders contain all htm files and images of my project. Anyone can tell what happened to me ? I'm so nervous now.
    Thank you.

    I have moved this thread to the RoboHelp HTML forum as the problem relates to your project, not the output.
    Please see the Sticky Topic Before You Post and note the section Include the Edition and Version.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Link to a pdf page on web from a chm file

    Hello,
    I'm using RoboHelp 9.0.2.  I'm trying to create a link in a chm file to a specific pdf page using a URL.  The link I am using is http://www.actuarialstandardsboard.org/pdf/exposure/ASOP_No27_second%20exposure_2011.pdf#p age=41
    I put the above line in my chm file.  It appears correctly in the URL project list and shows correctly when I choose Show.  It also apeears to be correct in the HTML code of the page. 
    However when I create the chm clicking on the link just brings me the start of the pdf file.  After clicking on the link in the chm file and explorer opens, the URL in explorer does not show #page=41.  It ends at.pdf.
    Am I missing something or does anyone kno whys this is not working?
    Thanks
    John

    Hi there
    That link doesn't even work for me when I paste it into the address bar of my Firefox browser. It does work in IE, but not in Firefox. In Firefox it opens the PDF generically.
    I tested in a CHM and it did try and link, but it presents a black page. Looks like the correct page, but it's blacked out.
    CHM files rely upon elements of Internet Explorer to display their content. So perhaps it's something specific to a certain version of Internet Explorer as well as a certain version of the Acrobat Reader.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Spry Collapsible Panels - Way to set them open only once per visit?

    I'm wondering if there is a way to set a Spry Collapsible
    Panel to be automatically open on the initial loading of the site,
    but as people navigate around the site and back and forth from the
    home page, to be able to have it closed on subsequent visits to the
    home page.
    Right now I have a collapsible panel set to OPEN by default
    when someone first hits the home page, but if they navigate around
    the site and then click to the home page again, they get the panel
    open again. Naturally, that will end up annoying people.
    Any suggestions?
    Thanks in advance!
    Sara

    Flash local shared object can help with this. Here is some info:
    http://www.bestflashanimationsite.com/tutorials/4/
    http://www.permadi.com/tutorial/flashSharedObject/index.html
    http://www.kirupa.com/developer/mx/sharedobjects.htm
    Best wishes,
    Adninjastrator

  • Do RH6-generated .chm files work under Vista?

    Apologies for posting this question again just to move it up
    in "triage" but I'd really like to hear from some of the active
    responders (e.g., Grainge, Captiv8r) on this issue. To recap:
    I know RH 6 cannot be installed successfully under Vista but
    everything I've read (including a response on this forum from
    Grainge) indicates the 6.0-generated .chm (from say, XP)
    works...However, when viewing a RH 6.0-generated .chm (local not on
    server) under Vista, I receive the following error in the topic
    pane: "The address is not valid." Viewing the same file under XP
    works fine. The TOC pane resolves but is, of course, useless.
    Anyone else experiencing problems viewing RH 6.0-generated
    .chm files under Vista?
    Thx for any insight.
    -robin

    Hi Robin and Rick,
    I have a chm file that I have generated in XP (about 35 MB in
    size). In Vista I can open the file successfully by opening it like
    any normal application (double-clicking icon, right-click and
    choosing Open etc). However when running one of my applications in
    Vista and pressing F1 or selecting the context-sensitive help in
    other ways, I get the error message:
    Context-sensitive help not
    installed.
    And the chm file fails to open. This process does work in XP
    so I am thinking it is something to do with vista. Is this a known
    issue/bug, or could it be my vista configuration? Can anyone
    suggest a solution please?
    Thanks in advance,
    darkagn

  • How to set default file type for Open dialog

    Dear my friends,
    I am using "At selection-screen ON VALUE-REQUEST FOR filepath" to display open dialog and i want to set default file type for open dialog = *.txt.
    Thank your times !

    Hello,
    U can make use of this code:
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR SP_FILE.
      PERFORM SAVE_DIALOG CHANGING SP_FILE G_F_RC.
    FORM SAVE_DIALOG CHANGING PO_FILE PO_RC.
      DATA: L_VA_BOXTITLE     TYPE STRING,
            L_VA_DEFAULTFILE  TYPE STRING,
            L_VA_DEFAULTNAME  TYPE STRING,
            L_VA_DEFAULTPATH  TYPE STRING,
            L_VA_DEFAULTFULL  TYPE STRING,
            L_VA_FILTERTEXT   TYPE STRING,
            L_VA_CODE         TYPE I.
      CLEAR: PO_RC, G_F_CONF.
      L_VA_BOXTITLE   = TEXT-B01.
      L_VA_FILTERTEXT = TEXT-B02.
      IF PO_FILE IS INITIAL.
        CLEAR L_VA_DEFAULTFILE.
      ELSE.
        L_VA_DEFAULTFILE = PO_FILE.
      ENDIF.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
        EXPORTING
          WINDOW_TITLE            = L_VA_BOXTITLE
          DEFAULT_EXTENSION       = 'TXT'
          DEFAULT_FILE_NAME       = L_VA_DEFAULTFILE
          FILE_FILTER             = L_VA_FILTERTEXT
          INITIAL_DIRECTORY       = 'C:SAPWorkdir'
        CHANGING
          FILENAME                = L_VA_DEFAULTNAME
          PATH                    = L_VA_DEFAULTPATH
          FULLPATH                = L_VA_DEFAULTFULL
          USER_ACTION             = L_VA_CODE
        EXCEPTIONS
          CNTL_ERROR              = 1
          ERROR_NO_GUI            = 2
          OTHERS                  = 3.
      IF SY-SUBRC <> 0.
        PERFORM CHECK_ERRORTYPE(Z48M_MATDATA_UP) CHANGING SY-MSGTY.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        CLEAR PO_FILE.
        EXIT.
      ENDIF.
      IF L_VA_CODE NE 0.
        MESSAGE S818(3F) WITH TEXT-011.
        CLEAR: PO_FILE, PO_RC.
        EXIT.
      ELSE.
        WRITE L_VA_DEFAULTFULL TO PO_FILE.
        G_F_CONF = G_C_XFELD.
      ENDIF.
    ENDFORM.                    " save_dialog
    If useful reward.
    Vasanth

  • Cannot set an app as default for opening certain file type

    I'm using "MIRaw Viewer" 1.4.3 app to check my RAW video footage from a Canon 5D Mark III + Magic Lantern. I want to open all of these .RAW files with MlRaw Viewer by default. But when I tried to do that on the info window, I get the (-1083) error. I've searching for a solution both on the forum and on the internet, but the solutions I found are notr working for me. I've repaired disk permissions, repaired the disk with disk utility while booting and reseting lanch services on terminal with no luck.
    Any help appreciated.
    Best,
    Pablo

    DopeCracker wrote:
    They don't but whatever. Thank you very much. Congrats on your 1900th post!
    Oh yeah, didn't notice that. I'm getting old .
    You can change the icon to whatever you want by:
    1. Opening the image you want the icon to be.
    2. Copy the image to the clipboard.
    3. Open the Get Info window for the item you want to change the icon for.
    4. Select the icon in the upper left, so it's highlighted.
    5. Paste the other image.
    The desired image will now be the icon.
    I also think you can force it to re-do the icon by making a change to the file and saving it. (i'm not that familiar with VLC, so i'm not sure what you can easily change like that).
    Good luck!

  • Audio file "open with" default setting

    Hi,
    Each time i export a file from Logic, i see the Logic logo, and it says "open with" Logic if i make get info.
    I'd like to export audio files that would open with QuickTime as the default application.
    Where is that preference located ?
    thanks

    You do exactly that in the "I"nfo menue - open any exported file - apple+hit "I" - select "open with quicktime" and in the field below select "change all" (translated from my german menue - then all files will open in quick time as default.

  • Setting InDesign CC as default program to open indd files

    I have both CS6 and CC for inDesign.  I need to keep CS6 for a plug-in which is not available yet for CC.  indd files are opening with CS6 as default, even if CC is open.  I have tried the Open with feature, and browse to the CC program, but when I click on it, my computer doesn't recognize it as a possibility for opening CC.  I have uninstalled CS6 and CC became available as the default, but as soon as I put CS6 back on, no dice.  Any ideas?

    Following steps has worked for me (on Windows 7)
    Here is my method...
    1. Find out your InDesign CS6 executable program file (usually: "C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe")
    2. Rename the file (ex.: "InDesign.exe.old"). This version of InDesign will be temporary disable to run.
    3. Right click on any .indd file and select "Open with..." in the menu.
    4. Now you can see that  the default program InDesign CS6 is no more available in the top applications list.
    5. Make sure that the "Always use..." option is checked and browse to InDesign CC executable program file (usually: "C:\Program Files\Adobe\Adobe InDesign CC (64 bit)\InDesign.exe")
        Now all your .indd files will open by default with InDesign CC.
    6. Rename your InDesign CS6 executable program (previously named: "InDesign.exe.old") to "InDesign.exe" to make it back enable to run.
    After this last step, InDesign CC still remain the default program to run .indd files but both versions of InDesign (CS6 and CC) would be now available under the "Open with..." menu. Than you will be able to select what version of InDesign you wish to use to open your .indd file and/or select your prefered version to be the default version.

Maybe you are looking for

  • Front End internal and external web services

    Hi all, Can someone explain the purpose of internal and external web services URL in front end server. what does it do and what is it used for? and why the external traffic goes directly to it and not through reverse proxy? Thanks,

  • The Solution of An Example from A Labview 4.0 Book

    I have a "LabVIEW for Everyone - Graphical Programming Made Even Easier" published in 1997 and am learning from it since I am a beginner.  There is an activity (6.7, calculator) on P.177 without instruction, and I cannot figure it out.  Does anyone k

  • Pal dvd settings

    I have accidently deleted all the apple dvd settings out of compressor 3. Ive been told the only way to get them back would be to re install final cut studio. Its not possible for me to do this at the moment. Would it be possible for any one who work

  • How to start work on program, first stepe (ezy explanation)?

    Good day everyone, My problem is Homework, I been lazy, so now I starting to work, but I have no idea, So, if anyone can explain or even write me couple first steps of this program, And if I can find somewhere solution, that be the best or if somebod

  • Cool & Quiet Problem with K8N Neo Platinum

    Hi! I just formatted my windows xp and encountered weird problem with Cool & Quiet. Before the format CQ worked perfectly, but now when I apply minimal power management from the properties Windows freezes. I have 1.2.2.2 drivers installed and CQ enab