Workaround for opening GB 2.0.1 iOS in LP9?

I have a compatibility issue between the latest GB for iOS and Logic Pro 9 on the Mac. LP 9 will not open the latest version of GB iOS. I cannot download LP 10 bc my 2007 MP is 32-bit EFI. I'm not comfortable w/ the hacks for getting Mavericks, etc. as I'm not computer savvy. I'm a songwriter who wants to write and record as simply as possible. My current set-up runs like a tank (except this one "little" compatibility issue!). GB iOS is great for getting ideas down when on the road. Then I flesh things out on the Mac in LP and add the audio tracks there as well.
Anyone know a workaround for opening GB 2.0.1 iOS in LP9? I don't want the audio BTW, just the MIDI. I can find the audio by "show package contents", etc. but I can't see the MIDI info in the folder. Maybe my OSX won't recognize as I could possibly do this manually? When I unpack a pre-2.0.1 GB file on the Mac, I can see both the audio and the MIDI, but not on the new GB ".band" file. Any thoughts or ideas are welcomed. Thank you!
Mac Pro 1,1 June 2007
2x Quad Core 2.66 Ghz Intel Xeon
16 GB RAM
2 HD's
Logic Pro 9.1.8
Snow Leopard 10.6.8

Hi Marian,
Despite the Default Mappings table in the Oracle9i JDBC Developer's Guide and Reference, I have found that the only reliable mapping between any database table column with the NUMBER datatype (regardless of scale and/or precision) always maps correctly to the "java.math.BigDecimal" class.
Personally, this mapping has not caused me any troubles -- and I have never had a requirement to use a different mapping. Is there some reason why you have to use "Float"?
Remember, a PL/SQL parameter of type NUMBER must not have any scale or precision, so the only suitable java class is "java.math.BigDecimal". So I wouldn't call it a "bug", but of-course you are free to think what you want :-)
Good Luck,
Avi.

Similar Messages

  • Workaround for opening a strongly typed cursor using native dynamic SQL

    Hi All,
    In reading the PL/SQL documentation for Oracle 9i, I noted that the OPEN-FOR
    statement with a dynamic SQL string only allows the use of weakly typed cursors.
    I have verified this limitation with my own experimentation as follows:
    DECLARE
    type rec_type is record(
    str     varchar2(40),
    num     number(22)
    type cur_type is ref cursor return rec_type;
    my_cur     cur_type;
    que     varchar2(100);
    tab     varchar2(40);
    BEGIN
    tab := 'dynamic_table_name';
    que := 'select key_name, key_value from ' || tab || ' where key_name like ''01%''';
    open my_cur for que;
    loop
    if my_cur%found then
    dbms_output.put_line('source_name: ' || my_cur.str || ', page_sn: ' || my_cur.num);
    exit;
    end if;
    end loop;
    close my_cur;
    END;
    Running the above trivial example in an anonymous sql block yields the following
    errors as expected:
    ORA-06550: line 10, column 8:
    PLS-00455: cursor 'MY_CUR' cannot be used in dynamic SQL OPEN statement
    ORA-06550: line 10, column 3:
    PL/SQL: Statement ignored
    ORA-06550: line 13, column 54:
    PLS-00487: Invalid reference to variable 'MY_CUR'
    ORA-06550: line 13, column 7:
    PL/SQL: Statement ignored
    Is there a workaround to the situation? Since I do not know the table name at run
    time, I must use Native Dynamic SQL. I have a long and complex record type
    that I wish to return through JDBC using the REFCURSOR Oracle type in order to
    avoid having to register an inordinate number of OUT parameters. Moreover, I
    would like to return potentially one or more results in a ResultSet. Using the
    standard method of registering native SQL types for the IN and OUT bindings
    can only return one result. Hence the reason I would like to return a strong
    cursor type. Also, the type of query I am doing is complex, and needs to be
    executed in a PL/SQL procedure for performance reasons. Therefore simply
    executing a SELECT query dynamically built up on the the JDBC client won't
    do the trick.
    If anybody has experience with a similar problem and would like to volunteer
    information on their workaround, I would really appreciate it.
    Best Regards,
    J. Metcalf

    We can use strongly-typed REF CURSORs in DNS, but the typing derives from a table e.g.
    TYPE EmpCurTyp IS REF CURSOR RETURN emp%ROWTYPE;
    so the problem is your use of "return rec_type" bit.
    Forgive my bluntness but I think you have misunderstood strong and weak typing. You actually want to be using weakly-typed cursors. I mean this:
    Moreover, I would like to return potentially one or more results in a ResultSet. suggests that the structure of your resultset may vary, which is precisely what a weakly-typed ref cursor allows us to do. Then we can use the JDBC metadata methods to interrogate the structure of the resultset, innit.
    so try this:
    DECLARE
    type cur_type is ref cursor;
    my_cur cur_type;
    que varchar2(100);
    tab varchar2(40);
    BEGIN
    tab := 'dynamic_table_name';
    que := 'select key_name, key_value from ' || tab || ' where key_name like ''01%''';
    open my_cur for que;
    loop
    if my_cur%found then
    dbms_output.put_line('source_name: ' || my_cur.str || ', page_sn: ' || my_cur.num);
    exit;
    end if;
    end loop;
    close my_cur;
    END;
    ras malai, APC
    Cheers, APC

  • I am running safari 7.0.6 with IOS 10.9.4. after the mac has been asleep and I log on I cannot open safari as it appears to have crashed. the workaround to this is to reboot the IOS and log back in after which safari will open.

    I am running safari 7.0.6 with IOS 10.9.4. after the mac has been asleep and I log on I cannot open safari as it appears to have crashed. the workaround to this is to reboot the IOS and log back in after which safari will open. Any ideas on how to resolve this?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • ITunes Match/iOS 7 iPhone music workaround for excessive data usage?

    I just got an email from AT&T indicating I had exceeded 150GB of home data usage this month. It was because I used my home wifi to download 5000 songs to my iPhone from iTunes Match to fill it.
    I'm frustrated, since it used to be so easy to make iTunes Match work for a large amount of music: In iOS 6 what I used to do (if I had to restore iPhone and set up as new phone): Plug iPhone 5 into computer, set up phone as new, check "manually manage music and videos" and "prefer 128kbps" and make sure iTunes Match was off in phone settings. Then drag & drop 5000 songs (about 40GB) from iTunes into phone. Once that was completed (a couple of hours), I could disconnect the iPhone from my Mac, turn iTunes Match to "on" in phone settings, and I'd get a message on the phone saying "All music on this device will be replaced" which is fine, but other than taking a while to update the remainder of my iCloud stored music, it used very little data.
    Fast-forward to this past weekend. After updating to iOS 7.0.2 and having to do a restore and set up as new iPhone, this approach didn't work: When the step came "All music on this device will be replaced," all of the 5000 songs entirely re-downloaded all over again, which took 27 hours and burned through 40+ GB of home data (not phone data, since I was on Wifi). I kept my phone at home, plugged in and on wifi all weekend so as not to burn through all of my LTE data.
    What is the deal? If I have to do this again (let's hope iOS 7.0.3 or 7.1 doesn't force my phone into recovery mode again), I certainly don't have the time or patience to let iTunes Match redownload all music again, and I certainly don't want to use up 40+ GB of home data.
    Is there a workaround for this? Have others been successful transferring music via computer first and then turning on Match without problem in iOS 7.0.2? I'm sure it worked that way in iOS 6, and without completely redownloading all the music again, since that process would have taken several hours and a lot of home data, and I have not had any problems like this prior to iOS 7.

    I think a better question is why do you "have to" restore your iPhone and set it up as a new device as often as you seem to? This seems to be more of a problem for you.
    I followup question is why do you have iTunes Match turned on if you're syncing all your music to your iPhone?
    Perhaps you should examine how you're using your iPhone and iTunes Match?
    brsedu wrote:
    Have others been successful transferring music via computer first and then turning on Match without problem in iOS 7.0.2? I'm sure it worked that way in iOS 6, and without completely redownloading all the music again, since that process would have taken several hours and a lot of home data, and I have not had any problems like this prior to iOS 7.
    To answer this question, yes I have. It has always worked this way for me.

  • Is there a workaround for exported Muse html files to render accurately when opened in DreamWeaver d

    Is there a workaround for exported Muse html files to render accurately when opened in DreamWeaver design view?

    Have a look at this thread that should answer your query - http://forums.adobe.com/message/5231996.
    Thanks,
    Vinayak

  • Is there a fix for battery drain on ipad 2 IOS 5.0.1? drain from 100% to 70% in less than 20min had it on playing music with display off

    is there a fix for battery drain on ipad 2 IOS 5.0.1? drain from 100% to 70% in less than 20min had it on playing music with display off

    About all that can be suggested is to use the feedback form and talk to Apple. They have communicated with some users, trying to get more info to find out just what the battery drain is so they can fix it. Unfortunately with the myriad of operating systems, apps and individual tweaks, there could be several combinations of settings that are draining the battery.
    My personal suspicion is that it has something to do with iCloud and the wifi syncing. (My ipad, before I changed the setting, was reaching out to find a sync on a regular basis. And it may still be doing so, however I set my iTunes to not automatically open to keep my device from trying to sync several times in an evening...not to mention the constant aggravation of iTunes opening regularly)
    That said, I could be wrong and it could be an app that users have in common, or several apps.

  • Workaround for Invalid Certificate with Acrobat 9.0 and Adobe Reader v.7.0?

    Hello!
    In Adobe Acrobat 9.0 Professional, is there currently a workaround for the following scenario?:
    At our company, the source document is created in Word and then a PDF document is created using Adobe v.9.0. My colleague, who uses Adobe 9.0 Professional, places a certificate in the Header of the PDF document.
    When this document goes out for sign off, the users only have Adobe Reader v. 7.0. Once these users open the PDF document and try to place their signature in to the digital signature fields, the certificate in the document becomes invalid.
    Is there a way to save off the PDF in v.9 in different formats (A, F, etc.).
    Would saving off the PDF in another format retain the validity of the certificate in the PDF document when other users with Reader v.7.0 try to sign the document?
    Thx again for everyone's help!
    Susan Steen

    Hi Steve,
    fwiw - at the Forums' entry http://forums.adobe.com/index.jspa
    there is this announcement.
    Announcement: File Attachments Temporarily Disabled
    Hide Details
    We have temporarily disabled the ability to upload files to the forums in order to protect our customers/users from a potential security issue. Thank you for your patience while we mitigate this issue.
    by adobe-admin at Feb 22, 2010 12:20 PM
    So a file attachment may not be an option (?).
    Be well...

  • "Adobe has found a solution or workaround for the recent crash in Adobe Flash CC" ...not really.

    Hi guys,
    My Flash CC crashes all the time, it's always been doing it since when I started using it on CS4, and I've somewhat given up on this bug being fixed, it crashes at least 20-30 times every document I create. I'm using a Wacom Bamboo Fun Pen&Touch tablet and drawing a lot, I think the problem is that it can't handle this much drawing.
    Anyways, it just crashed and for the first time after reopening I found this nice message from Flash:
    "Adobe has found a solution or workaround for the recent crash in Adobe Flash CC.
    Please click here for further details."
    Excited, I clicked on it! At last, a solution! Amazing!
    ...but it just points to http://www.adobe.com/
    ... I don't understand.
    What's happening? I'm genuinely puzzled.
    Also, anybody else experiencing frequent crashes?
    Thanks!
    Ciao!

    Yes, this is not good -- you're already mad when it crashes, then "We found a solution!" But, for me clicking on the link does nothing - no link even to adobe, just a tease - nothing opens.
    It's bad enough crashing a couple times a day and losing work (I do save every chance I get), but then to get taunted with this bogus message, it's discouraging and exactly the best 'user experience' for a really expensive product from company that is all about helping professionals create good design/user experience ..
    I like the way this is headed though! it just doesn't work right now.

  • Is there a workaround for the Safari "clickable hidden content" bug?

    Hi,
    I'm encountering a bug in Safari where hidden content (non-visible content hidden with the CSS attribute overflow:hidden) to be clickable. I did some googling and found other people who are having this same problem:
    http://www.dmxzone.com/forum/go/?35908
    http://archivist.incutio.com/viewlist/css-discuss/76660
    http://lists.macosforge.org/pipermail/webkit-dev/2005-November/000496.html
    But no one seems to have a workaround for this. The last post contains a reply by an Apple developer saying he checked in a bug fix for this, but his reply was posted two years ago and I'm still seeing the problem.
    Does anyone know of a workaround for this? Hacks or kludges welcome.
    Cheers,
    -bri
    Message was edited by: omega-

    Hi
    As Safari uses the WebKit structure, you may find an answer to your question at the FreeNode Network. You may also find help at the WebKit Open Source Project.

  • Aha!  Workaround for site corruption in iWeb '06 '08 updates

    I think I have found a workaround for a problem that's been plaguing me and no doubt other people who've bought iWeb '08 and used it to update an older site from iWeb '06 (skip to bottom for solution). This is relevant even after the 2.0.1 update that Apple shipped today.
    My iWeb project contains multiple sites, which I use to group photo albums. I found repeatedly that after I updated the site, made a change, and saved the project, a lot of the bitmap image files needed for pages with photo albums or other graphical embellishments were just gone from the project. Looking into the Domain.sites package (Finder: Show Package Contents) confirmed this - all the .jpg, .png files etc. just got trashed the first time I did a save (although the pages all looked ok after the upgrade but before the save!)
    At first I thought that the last site added to my multi-site project was spared at the expense of other 'sites' visible in the sidebar. Then I realized that only pages that had been viewed in iWeb after the update were spared! Generally I would view the pages in the bottom/last site as these were the ones I was currently working on - and these were spared.
    So I did an experiment - I opened (yet another) copy of my iWeb '06 backup in iWeb '08, and after the update but before saving I clicked on every page (thereby viewing it) in the whole site - and I have around 50 pages in about ten sites. Then I made a change to a single page, and saved the project. The fact that I had viewed all the pages seemed to make the problem go away! There were no missing photos or embedded bitmaps!
    *So the short version of the problem is:* any pages that have not been viewed within iWeb after updating a Domain.sites file (what I call the project) from '06 to '08 will have all associated bitmap image files deleted.
    *The solution:* immediately after updating the site, and before making any edits or saving, you must click on the sidebar entry for every page in the whole project (to view it in the editing window). In my case this meant also clicking on every entry of a blog, to display it.
    Conclusion: there must be some book-keeping of the database that supports iWeb that is not synchronized with the persistent store on disk unless a page is actually viewed.
    Hope this works for others, and that Apple gets a proper fix out ASAP. The 2.0.1 update issued today did not fix the problem for me - only the above workaround did.
    Rick

    Hi Rick,
    Sounds like my story, too. I have had some time to experiment on two different Macs (one G4 and one MacBook Pro). After losing the formatting and photos on one Mac after upgrading, I decided that I was going to test some theories on the other Mac prior to upgrading to iWeb '08. This is what I found - and what worked:
    Test 1:
    MacBookPro on iLife '06. I upgraded to iLife '08. I opened iWeb and noted that it did not recognize my original domain: iWeb '08 asked me to locate it or create a new one. I selected "choose" and selected the domain that I had created in iWeb '06 (user/library/application support/iweb). The site opened, performed the required update and opened up. I noticed immediately that some of the photos did not appear on some of the pages. Each time iWeb '08 was closed and reopened, more photos, sometimes different photos, would disappear. All that would remain was a grey placecard with a question mark in the middle (and the warning that the links were now missing). I even went as far as putting the photos back into position, saving and closing iWeb '08. But when I opened iWeb '08 again, the photos were missing...again.
    I rebuilt the entire site.
    Test 2:
    Powerbook G4 on iLife '06. BEFORE updating to iLife '08, I used the original iWeb '06 to publish the entire site to a local folder on my HD (as a security measure). Next, I created a copy of my domain (another security measure) and moved the original domain from 'user/library/application support/iweb' to my desk top. I then proceeded to upgrade to iLife '08. After upgrading, I opened iWeb '08 and received the notification that iWeb '08 needed to either create a domain or I needed to choose a domain. Since I moved my domain out of 'library/application support/iweb', I elected to create a new domain and saved it to the same location (library/application support/iweb).
    The new domain was created, iWeb '08 opened, I selected a template, then saved it and closed the program.
    Using Finder, I examined the new domain just created by iWeb '08. Using the 'get info' command, I noticed that the new domain has the extension ".sites2." The original domain created in iWeb '06 has the extension ".sites."
    I took my original iWeb '06 domain and used the finder "get info" command to manually change the extension from ".sites" to ".sites2." I got the warning asking me if I was sure I wanted to use ".sites2," and I selected yes, use ".sites2."
    Using the (original) domain just modified in the last step, now with the extension ".sites2", I inserted it into the 'user/library/application support/iweb' folder, replacing the domain file created during the start up of iWeb '08.
    I then opened iWeb '08.
    After a brief moment, iWeb '08 opened my domain revealing all four of my original web sites, complete and intact. After iWeb '08 updated the domain, I saved it, closed iWeb '08 and reopened it a few times before I was satisfied that EVERYTHING was working fine.
    In conclusion, I found that by changing the domain (created in iWeb '06) file extension to ".sites2", I was able to use iWeb '08 to successfully open it, complete and intact.
    I hope you may still have the opportunity to try this on your Mac. I also hope that you have good results.
    Cheers, Bryan

  • Workaround for scanner for HP 3055 running OSX Lion 10.7?

    Do you have a workaround for the HP Laserjet 3055/3050 all-in-one scanning ability for Mac OSX Lion 10.7?
    I am hitting the wall trying to find out how to enable the scanner to work?
    This question was solved.
    View Solution.

    You may try the following workaround, although i cannot guarantee it will work and may not be stable as expected:
    Enter System Preferences > Print & Scan, select the 3050 printer ant then click the Minus sign to remove it.
    Download the Mac OS 10.5 installation below by clicking the download button:
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=18...
    Make sure to skip the Setup Assistant and follow the steps till the installation completes.
    Perform the following steps in order to provide the Setup Assistant the right permissions to complete on Lion:
    1. From the Utilities folder, open the Terminal
    2. Type “sudo “ (with space) in the Terminal.
    3. Locate the HP Setup Assistant in folder Applications/HP LaserJet Software
    4. Right-click (Or CTRL + Letf click from the Apple keyoard) the HP Setup Assistant and choose “Show Package Contents”.
    5. Open the “Contents” folder and then the “MacOS” folder. It should contain the Unix Executable File of HP Setup Assistant.
    6. Drag the HP Setup Assistant (Unix Executable File) into the Terminal and press enter. Terminal will ask for the password of the user.
    7. After writing the password press Enter Button.
    Now follow the Setup Assistant Steps to complete.
    Good luck,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Seems that we are unable to Choose for "open as"  a default of Camera Raw" ?

    Greetings
    I have no problem with this in that if I, for instance, want to open a JPEG in Camera Raw, then I choose that from the drop-down box.  I have learned this by
    initially forgetting many times, then completing the action successfully.  Then the drop-down box comes up with that option for the rest of the session.  Next time I
    open Elements however the default is not Raw but,instead Photoshop PSD.
    However, we do teach other people at our sessions how to use Elements and this makes it more difficult to do.  Although there are many possible permutations, the
    most obvious is to open as Adobe Camera Raw.  If we want to open as Photoshop PSD then a simple "Open" on a Photoshop PSD file will do the trick.
    Is there something I am missing ??

    Jim Air wrote:
    PS - I did not answer your question re are we teaching the use of "ACR as default for jpegs".  I would not go so far as to say, default.  Nevertheless we try to encourage the use of RAW and also very definitely for the images that we really like and/or are unique shots, the extra value of processing these jpegs in ACR.
    Yes I agree with the purpose.
    I think it's not only a quality advice, it's also a matter of efficiency in your workflow. When you compare the workflow in Lightroom to a traditional workflow in the combo editor - organizer - ACR, you can see how the 'parametric' editing of Lightroom is valuable. You can edit batches of files with raws and jpegs, you don't bother about creating output versions at editing time, you can appy the same edits to a selection of files. In a way, you can do the same if you are only working with raws in Elements. What breaks the combo is when you are working with jpeg. You can't open jpegs in ACR from the Organizer... unless they have already been opened from the editor!
    My last experiment in the Christmas event was dealing with a collection of 300 pictures taken at max ISO by three different P&S cameras, a few with flash, most without. The lighting was indoors, several kinds of fluorescent lights, halogen, tungsten and mixed daylight. Any combination of those lights, different abilities from the 3 cameras re ISO, noise, saturation... but they were taken by short sequences of 4 to 15 in the same lighting conditions.
    So, you are right only ACR can provide a good start to deal with the atrocious white balance problem as well as the noise (In some cases, there was no other solution than a black and white conversion). But I was able to process quickly each sequence in a similar lighting by using common settings. I did only open a few in the editor, I simply clicked 'Done' after the tonal, noise and cropping adjustments. After the first batch of edits, I was able to use only the Organizer for my final edits as I could open 'converted' jpegs as well as raw in the editor.
    So, the workaround for the organizer inability to open jpegs in ACR would be to 'Open in ACR' in the editor batches of jpegs, doing nothing in the ACR dialog except selecting the whole batch and clicking 'Done'. After that, you can open in ACR from the Organizer! Note that doing nothing in the ACR dialog means that the 'default ACR conversion settings' will be applied (non destructively). Believe me, that was already a big improvement in white balance and tonal rendition!

  • Workaround for IE active content problem?

    Adobe
    posted
    a workaround for existing web pages to respond to the change in
    IE that requires users to manually activate Flash content. I tried
    doing the same document.write in an external file for the HTML
    files FlashHelp generates wherever I found the <object> and
    <embed> tags, but I get a script error ("Object expected") in
    the lines where I call the function. (The solution worked for me in
    simple HTML pages with Captivate movies, so I know it can work.)
    The only reason I can think of that it won't work is that the
    scripts are concatenating strings, not just showing a movie where
    the <object> and <embed> tags are. Has anyone found a
    workaround for FlashHelp so users don't have to manually activate
    the top and left panes? I put in a "wish" for Adobe to provide a
    solution on the site and later in an update or new version of
    RoboHelp (which is another issue in and of itself), but who knows
    when the developers will be able to come up with it. Thanks!

    Thanks for asking, Mimi. Here are more specific steps:
    1. Open Notepad or another program for creating text files.
    2. Create two functions. For example:
    function insertMaster1() {
    function insertMaster2() {
    You can call your functions anything you want, but the names
    must be different. Note that for the moment, they're empty, but
    we'll change that in a minute.
    3. Save the Notepad file with a JS file extension (for
    example, runactive.js). In Notepad, specify “All Files”
    for “Save as type” so that it doesn’t save as a
    TXT.
    4. When you generate your FlashHelp system, it creates a
    bunch of HTM files containing JavaScript in the destination folder
    you specified when generating your output. Locate wf_master.htm and
    wf_navpane.htm in the output folder. (If you leave RoboHelp to use
    its defaults, it puts your help system in an !SSL!/FlashHelp
    directory within your project folder.)
    5. Open wf_master.htm.
    6. In the <head> tags, insert a line that references
    your JS file:
    <script language=“JavaScript”
    src=“runactive.js”></script>
    7. Find the lines in the code that look like this:
    // Insert the “Master” SWF
    8. Highlight everything AFTER this commented-out block until
    the </script> tag. The last thing you highlight should be
    "document.write(strObject);".
    9. Cut the highlighted code and paste it into the first
    function in your JS file so it looks like this:
    function insertMaster1() {
    // Build up the variable string we will be sending
    strFlashVars = "uniqueHelpID=" + parent.UniqueID();
    ……(more code)
    document.write(strObject);
    10. In the place where you just cut all that code out of
    wf_master.htm, insert a call to the function:
    insertMaster1();
    That’s all you need because all that code you just
    moved was already in <script> tags in the HTM file. The
    </script> tag should come immediately after this function
    call.
    11. Open wf_navpane.htm.
    12. Repeat steps 6 – 10 for wf_navpane.htm. The code
    we’re concerned with in this file looks almost exactly like
    that in wf_master.htm, but there are a few lines less this time.
    Put the code you take out of wf_navpane.htm into the second
    function in your JS file. Where you cut out the code from
    wf_navpane.htm, put a call to the second function (it should come
    right before the end of the <script> tags):
    insertMaster2();
    13. Save your JS file and the two HTM files.
    14. Whenever you re-generate your output, RoboHelp is going
    to erase your new versions of these HTM files and create its own
    again. Copy your new versions of wf_master.htm and wf_navpane.htm
    to another location (can be a folder within your output folder).
    Now you have them so you can paste them back over RoboHelp’s
    versions each time you finish generating your output. For example,
    I would stow my wf_master.htm and wf_navpane.htm in a folder called
    "drop files." Then, after I get done generating my output, I copy
    those files and paste them in the output folder, letting them save
    over the ones that RoboHelp created.
    15. To test it once you've finished the swap, find the HTM
    file in your output folder that is named after your project. For
    example, if my project is called flying_monkey, I would find
    flying_monkey.htm. Open this HTM file in Internet Explorer, and you
    shouldn’t have any messages telling you that you have to
    press Enter or Spacebar or click on the panes to activate them.
    This runs from the same basic idea as Adobe’s
    workarounds for Flash—we’re going to a file external to
    the HTM files for the active content tags. Hope you find this
    useful! Let me know if you run into any problems.
    --Ben

  • Better workaround for the whine problem

    I have discovered a workaround for the commonly reported electronic whine in the MacBook Pro.
    As most will know, if you open PhotoBooth and run it in the background it will get rid of the whine. I also noticed that the same worked in ANY application that uses the iSight.
    So, looking around the Apple website for widgets I stumbled across this . . . .
    http://www.apple.com/downloads/dashboard/webcams/mirror.html
    It solves the problem!!!!! Runs in the background, in the Dashboard, takes up no resources also!!
    Regards,
    Tom

    Didn't read that whole thread on the issue did you?
    It also kills your battery life.
    The issue I don't believe is related to the CPU directly but is related to the overall power drain on the system..it seems anything that causes the system to use more power 'solves' the problem.

  • Scripting Workaround for Icons

    I am trying to find a  workaround for video in Bridge that does not display a thumbnail.  I can do a  screenshot and save as jpeg,  then set the jpeg and avi in a stack.   That way I get a thumbnail image if jpeg is on top.  Clicking on the  lower stack image brings the jpeg and avi to the preview pane where the  movie can be previewed.
    That is where I would like a workaround.  The jpeg takes up half the preview pane so the movie previews at one half the size.
    Is  there a way to have the jpeg suppressed in the preview pane so the avi  takes up the whole pane? 
    Or perhaps an easier route,  not having jpeg  and avi in a stack but when the jpeg, of same name as avi, is selected  the avi would play in preview without the jpeg showing?  This would be some kind of a refernce shift.  Click on image A (jpeg) and image B (avi) opens in preview.
    If someone could solve this, you would be a hero to a lot of Bridge users that get only an icon.
    p.s. CS5 displalys the old avi format as a thumb, but not the newer mpeg4 varieties.  Adobe has been of no help.
    Thanks

    I also have a T2i ... great camera.  Although I shoot in 30P most of the time (for increased low light capability), it is my understanding that, since we can now put multiple formats and frame rates on the timeline, when we export ... eh, "Share" the final product, the conversion will put things in the frame rate that we tell it to.  For me that means to make a custom setting for Compressor to target the 25fps or 24fps and simply do the Share to that preset.  In the end that would give you more of a "film-like" look that you may be looking for.  If you think about it, progressive recording (the "p" in 60p) is simply that many full frame "pictures" one after another.  If you want to take 60p down to 25p, the algorithm in the Share would simply ignore rougly every other frame.  You would actually get a cleaner, but still "film-look" approximation by targeting 30fps.  Since 30 divides into 60 evenly, it should look great.  I have convert this stuff to 24fps a lot, and to my eye, it looks pro.  Don't know if this helps.
    stephen

Maybe you are looking for

  • Threaded servlet

    Hello I am reading a file in a servlet with url.openStream and getting inconsistent results. Is/how it possible to thread the entire reading process from within one of methods of the servlet? If this is doable, but not scalable what is a better appro

  • Can't connect to Netflix!

    A few days ago Apple upgraded the software on my ATV. Since then, I can't access Netflix! (ATV says it can't make the connection. Other connections work fine.) Anyone else had this problem?

  • Medien zusammenführen

    Hallo zusammen, wir nutzen zur Zeit iTunes auf 2 Windows-Rechners mit 2 Mediatheken. Es sind auch unterschiedliche gekaufte Sachen auf den 2 Rechnern. Ich würde nun gerne alle Inhalte von beiden Rechnern auf ein NAS umziehen und von allen Rechnern (s

  • Email screen is frozen how to fix

    EEmail screen is frozen how to fix

  • A way to find as to a variable from table TAVRV is used in which program?

    Hello Experts, Is there a way to find as to a variable from table TAVRV is used in which of the variants and in what programs. Example: can we find a variable ZZ_AAAA_ACTUEL (from table TVARV) is used in which variants / programs? I want maintain one