Dynamic help page

I want to be able to construct a help page that has a provides a more indept description of what each item means on the forms the user is using. Something like this...
HELP PAGE
Header_1
Item_1 : Description, blah, blah, blah
Item_2 : Description, blah, blah, blah
Item_3 : Description, blah, blah, blah
Header_2
Item_1 : Description, blah, blah, blah
Item_2 : Description, blah, blah, blah
Intially I was going to just hard-code the details in the UIX page but I would like to be able to get the information from a database table (but not display it as a table). The table would have columns (Header, Item_name, Item_description), then by simply adding a new record, the new item would be displayed on the page - likewise a new header (or just the updated of the description text).
Is this sort of thing possible ? Do I have to write Java code to process my way through a DataObjectList or is there a shorter more efficient way of doing this ? Some code hints (using UIX and JDev 9.0.3) would be greatly apprecaited !
Thanks in advance :)
Brent Harlow

Hi Jan,
Basically what I am after is for a table looking like this:
Header_1, Item_1, Description, blah, blah, blah
Header_1, Item_2, Description, blah, blah, blah
Header_1, Item_3, Description, blah, blah, blah
Header_2, Item_1, Description, blah, blah, blah
Header_2, Item_2, Description, blah, blah, blah
to be turned into a page looking like this :
Header_1
Item_1 Description, blah, blah, blah
Item_2 Description, blah, blah, blah
Item_3 Description, blah, blah, blah
Header_2
Item_1 Description, blah, blah, blah
Item_2 Description, blah, blah, blah
Then, if I was to update the table with another say item like
Header_1, Item_1, Description, blah, blah, blah
Header_1, Item_2, Description, blah, blah, blah
Header_1, Item_3, Description, blah, blah, blah
Header_1, Item_4, Description, blah, blah, blah
Header_2, Item_1, Description, blah, blah, blah
Header_2, Item_2, Description, blah, blah, blah
that the page would automatically be updated to include the extra item for header_1. I was really wondering if its possible to do it through the Headstart generation. I think what I will end up doing is creating x number of groups (where x is the number of headers I have at the moment) - this will generate x pages - I can then cut and paste the code from the x pages into a single page. This then would allow for extra items to be added automatically - but not if an extra group/header record and associated items was added - then I would need to go in, regenerate another page and add that to the page with all of the current tables.
Im not sure if Im explaining myself very well ? Any thoughts would be appreciated.
Cheers
Brent

Similar Messages

  • Dynamic Help Text

    Hi,
    I want to build a dynamic help text for displayed items (may be like bubble help or a small popup window).
    The text of the help should result from a query (i.e. comment on column in the database).
    Is there an example or can anyone please help me.
    Thank you
    Siegwin

    May be this can help you (even if i am not 100% convinced that on Apex 3.2 Ajax is the best approach for doing this...).
    TRICK: Dynamic Item Help Text as Tooltip
    AFAIK there is no supported way of "seeding" page items help text with the comments taken from the user_col_comments view (or another of the kind), however if i had a large application (>10 tables) i'd try with a direct update of the apex tables even if this practice is officially discouraged, but in that case you'd need to have access as privileged user.
    There are chances that apex repository views or part of them can be made updatable in the future, in that case this task will become far easier and less risky.
    Flavio
    http://oraclequirks.blogspot.com

  • Question on help page

    HI.
    when I see help page on SAP
    Note
    This addition is for internal use only.
    It cannot be used in application programs
    what is this mean? I know literal meaning of words. but don't get it.
    what is internal programs and application programs?
    thanks.

    Addition 4
    ... CONNECTION {con|(con_syntax)}
    Note
    This addition is for internal use only.
    It cannot be used in application programs
    Effect
    The Open SQL command is not executed on the standard database but on the specified secondary database connection . The database connection can be specified statically with con or dynamically as the content of con_syntax, where the field con_syntax must belong to the type c or string. The database connection must be specified with a name that is in column CON_NAME in table DBCON.
    The addition CONNECTION must be specified immediately after the name of the database table or after the addition CLIENT SPECIFIED.
    this is what I saw but don't get it what is that means
    on application programs and internal program.
    what is difference between them?
    regards.

  • Dynamically use page number in form field on spawned pages?

    I have a form with spawned pages.  JS for spawning page(s) works fine.  However, one text field on template is driving me nuts.  I would like this field ("CaseNum") to dynamically display page number, since page number also corresponds to case number.  On templage ("getcase"), I can calculate value for CaseNum using custom calc script (event.value = this.PageNum).  But that doesn't work because every spawned page gets the same value (ie, whatever is last spawned page number). I also tried JS below, using P0.getcase.CaseNum as the field on the template in which I want the page number/case number to be displayed:
    var oPage = this.pageNum;
      this.getField("P" + oPage + ".getcase" + ".CaseNum").value = oPage;
    But, this doesn't work either, because the field on the spawned page automatically gets the prefix of P + page number + .getcase appended to the field name.  Is there any way to dynamically used page number in a form field on spawned pages?  If so, how? Note that while I am trying to use a dynamic case number on spawned pages, it presents the same issue as dynamically displaying page numbers on spawned pages.  I'm a JS newbie, so any help appreciated.  I've searched high and low on web and in forums and couldn't find the answer.  Thx.

    http://forums.adobe.com/thread/1160899
    7.George Johnson,
    28-Feb-2013 09:42   in reply to natelfo
    Is this what you mean?
    Also see:
    http://www.planetpdf.com/developer/article.asp?ContentID=6466
    http://www.wordwizardsinc.com/blog/finding-the-fieldname-prefix-on-acrobat-acroform-spawne d-template-pages-using-javascript-functions/

  • Creating a dynamic web page with Dreamweaver CS6 academic version

    To create a dynamic web page with Dreamweaver CS6 academic version, setting up for testing server menu box just shows up and disappear. what is that issue?

    Anderson51 wrote:
    I'm new to this area ...  ...Like I said, I'm new and in way over my head - I think???? Help???
    Hmmm,
    I don't want to be the one to put you off.  I'm in over my head too but I really enjoy the pain of grappling with Dreamweaver.  It isn't really for the novice user and unlike any other app I know, it will be of greater benefit to those who have some knowledge of the underlying languages it deals with.  i.e. HTML, CSS and some others.  Strangely, I also hear from people that know the coding well, that they don't like/use/need Dreamweaver.
    If you only want one site, and don't really need to wrench your own unique identity from what you are doing, why not look at a free site from Wordpress.com?  I am sure you can use your own domain, and as you get proficient at it, you can expand what's there by paying for it.
    Just a thought
    Martin

  • Displaying multiple dynamic html pages within a single Portal folder.

    Hi all,
    Question: How can I display multiple dynamic html pages that are linked to each other, within a single portal folder?
    History:
    I have a designer/web server application (PL/SQL packakges) on Oracle
    8.1.7. Early in the development process we built it into WebDB2.2 and
    used folders on the left side as a navigation bar and the contents of my packages on the right side. This was easy, WebDB used Frames.
    Unfortunatley I could never automatically display a PL/SQL item in the folder area.
    Now I need to integrate the application into Portal 3.0 not the early adopters version, the one with 9iAS (NT for now, Unix later). I have a page/content area divided into regions and a navigation portlet on the left side containing links to PL/SQL folders whose contents are displayed on the right side. On the right side I have (for example) a Queryview. When I click on any of the buttons (i.e. Find, New), I land in a new page outside of my portal folder. This page contains a dynamically built list (from one or more DB Tables) and of course the first column contains a list of links that bring you to the individual item. How do I set my links or configure my folder to display
    within the portal folder area?

    Hi,
    One alternate is, increase the size of your screen, for this go to the layout of your screen and increase it as much you want, and also the custom container size, so that no scroll bar will appear at least.
    Other solution would be, as you said ALVs will be dynamical, it will be good to create buttons, or links on the screen based on the no of ALVs dynamically and on click of corresponding button call the corresponding ALV.
    But i dont think this will serve, first check the first option.
    Hope this helps u.,
    Thanks & Regards,
    Kiran.

  • Cannot open help pages in Flex Builder 2

    I have been working with FlexBuilder2 Beta 3, with no
    problems.
    Today I installed the release version (FB2), with a clean
    workspace. After copying the source files, I can compile/deploy the
    applications. One thing does not work however: the help in FB2.
    Help>Help Contents will open up a new browser, and wait
    forever, showing a white background.
    Help>Search will index the help file, and show results,
    but clicking on any result will again show the blank browser page.
    The
    Flex Start Page shows up correctly. I can run the 3 programs
    under
    Flex Samples and open the
    Restaurant Finder project. However, none of the items under
    How Flex Works can be opened.
    I noticed that they link to some site ending with:
    .../how_flex_works_2.html
    embed=false
    (with the first e in embed underlined).
    I think this sould be: .../how_flex_works_2.html
    ?embed=false (or something similar).
    Can someone indicate how this could be corrected? Maybe it
    can be done in the FB2 installation dir?
    Thanks,
    Rui

    Hi Randy,
    I am using the standalone version: 2.0.143459.
    Help>Dynamic Help and
    Help>Search, both open OK. They have their own view to
    the right of the main edit area. The search works fine, i.e. it
    will find and display results in this view. It is only when I click
    a result, or a dynamic help topic, that the main (internal) browser
    window opens, and starts loading "something".
    I have setup FB2 now such that
    Help>Contents opens in an external browser, and that is
    also working fine.
    My problem now is that I am unable to see result-pages or
    dynamic help topics. That is not working for the moment.
    BTW: When this main internal webbrowser help view opens, a
    progress-bar appears under the views, that shows something loading
    up to about 30%, and then it freezes.
    I'm considering re-installing FB2 again tomorrow, after
    tonights backups have been made. Maybe a fresh install will work
    better.
    Thank you for your assistance.
    Rui

  • Dynamically adding pages to a desktop

    I am trying to create a portal application that will allow me to dynamically add
    pages to my desktop. Right now I have a portlet set up that can take the name
    of the page I want and pass that to a pageflow. From there I have tried using
    classes such as PortalCustomizationManager, BookPresentationContext, BookDefinition,
    BookInstance, PageDefinition, PageInstance, etc. to add the page, but have not
    had much luck. I know that WebLogic has the built-in VisitorTools, but I can't
    use those for what I am really trying to accomplish. I also tried looking at how
    the VisitorTools work, but it just appears that BEA uses javascript to populate
    a hidden form with values, and then submit the form. What happens after that I
    have not been able to figure out and my experiments to do the same in my portal
    have all failed. The documentation on how to use all of these VisitorTools classes
    without taking the whole thing is very, very poor. Please help if you can! Thanks!
    Nathan

    more like this
    private String webAppName = "myWebApp";
    public void doit() throws Exception
    // Note you can do this from a backing file or a JSP (if from a backinf file
    use
    // "BackingContent" instead of "PresentationContext"
    // Also: you will need to redirect back to the portal or your changes won't
    be seen until the next request.
    // as you have already started rendering.
    DesktopDefinitionId desktopDefinitionId = new DesktopDefinitionId(webAppName,
    new PortalPath(portalPath), new DesktopPath(desktopPath));
    DesktopPresentationContext desktopPC = DesktopPresentationContext.getDesktopPresentationContext(request);
    // This will return you the main book
    BookPresentationContext bookPC = desktopPC.getBookPresentationContext();
    String primaryBookInstanceId = bookPC.getInstanceId();
    if (primaryBookInstanceId != null) {
    PortalCustomizationManager portalCustomizationManager = null;
    PageDefinitionManager pageDefinitionManager = null;
    // Get a reference to the EJBs we are going to need.
    InitialContext initialContext = new InitialContext();
    PortalCustomizationManagerHome portalCustomizationManagerHome = (PortalCustomizationManagerHome)
    initialContext.lookup("SRF_beta_portal.BEA_netuix.PortalCustomizationManager");
    PageDefinitionManagerHome pageDefinitionManagerHome = (PageDefinitionManagerHome)
    initialContext.lookup("SRF_beta_portal.BEA_netuix.PageDefinitionManager");
    pageDefinitionManager = pageDefinitionManagerHome.create();
    portalCustomizationManager = portalCustomizationManagerHome.create();
    // Set up the customization context
    Locale locale = desktopPC.getResolvedLocale();
    CustomizationContext customizationContext = new CustomizationContext(locale,
    request);
    customizationContext.setVisitorMode(true);
    // If you want to add an existing page from the library to a page then
    do the following
    // a) get an existing page definition
    PageDefinition existingPageDefinition = pageDefinitionManager.getPageDefinition(customizationContext,
    "<the pages definition label>", webAppName);
    // c) add the page ot the book
    portalCustomizationManager.addNavigable(customizationContext,
    desktopDefinitionId,
    BookInstanceId.createBookInstanceId(Integer.parseInt(primaryBookInstanceId)),
    existingPageDefinition.getPageDefinitionId(),
    0, // position
    0);
    // If you want to create an empty page and add it the book
    // a) find a alyout for this page
    LayoutDefinition layoutDefinition = pageDefinitionManager.getLayoutDefinitionFromFile(customizationContext,
    "/framework/markup/layout/twocolumn.layout", webAppName);
    PageDefinition pageDefinition = new PageDefinition(new LocalizationResource(locale,
    "My New Page, null"),
    MarkupDefinition.MARKUP_PAGE_ID,
    "someuniquepagelabel",
    false,
    false, // do we want
    this page to appear in the loibrary?
    webAppName,
    layoutDefinition.getLayoutDefinitionId(),
    null);
    // b) create the page
    PageDefinition fullyPopulatedPageDefinition =
    pageDefinitionManager.createPageDefinition(customizationContext,
    pageDefinition);
    // c) add the page ot the book
    portalCustomizationManager.addNavigable(customizationContext,
    desktopDefinitionId,
    BookInstanceId.createBookInstanceId(Integer.parseInt(primaryBookInstanceId)),
    fullyPopulatedPageDefinition.getPageDefinitionId(),
    0, // position
    0);
    "Nathan Redding" <[email protected]> wrote:
    >
    Thanks again, Chris.
    So here is the code I have now. I resides in a JSP within a portlet.
    is that a
    problem for some reason? All I am trying to do with this code is to add
    another
    page to my main book called START. Any hints would be most appreciated!
    DesktopDefinitionId deskID = new DesktopDefinitionId(webAppName,
    new PortalPath
    (portalPath), new DesktopPath(desktopPath));
    DesktopPresentationContext desktopPC =
    DesktopPresentationContext.getDesktopPresentationContext(request);
    BookPresentationContext bookPC = desktopPC.getBookPresentationContext();
    String primaryBookInstanceId = bookPC.getInstanceId();
    if (primaryBookInstanceId != null)
    BookInstance mainBook = PortalVisitorManager.getBookInstance
    (primaryBookInstanceId, request.getLocale(), request);
    BookDefinition mainBookDef = mainBook.getBookDefinition();
    PageInstance newPageInst = new PageInstance(null, new LayoutDefinitionId(0),
    "START");
    InitialContext initialContext = new InitialContext();
    PortalCustomizationManagerHome pcmh = (PortalCustomizationManagerHome)
    initialContext.lookup("SRF_beta_portal.BEA_netuix.PortalCustomizationManager");
    PortalCustomizationManager pcm = pcmh.create();
    try
    pcm.addNavigable(new CustomizationContext(desktopPC.getResolvedLocale(),
    request), deskID, mainBookDef.getPrimaryInstanceId(),
    newPageInst.getNavigableDefinitionId(), 0, 0);
    catch (Exception e)
    System.out.println(e.getMessage());
    Thanks,
    Nathan Redding
    P.S. Is there ever going to be a set of solid documentation for all the
    Java classes
    that Portal uses? It is quite difficult to know what you are supposed
    to do to
    get things done!
    "Chris Jolley" <[email protected]> wrote:
    portalCustomizationManagerHome =
    (PortalCustomizationManagerHome) initialContext.lookup("qaApp.BEA_netuix.PortalCustomizationManager");
    portalCustomizationManager = portalCustomizationManagerHome.create();
    "Nathan Redding" <[email protected]> wrote:
    Thanks Chris, this does lead me to further questions, however.
    I assume I need to get the PortalCustomizationManager object from aPortalCustomizationManagerHome
    object, but I need to know where I get one of these home objects. Once
    I have
    that, I am hoping that what I am trying will work. Thanks!
    Nathan Redding
    "chris jolley" <[email protected]> wrote:
    This is certainly possible
    PortalCustomizationManager.addNavigable() is the method you want.
    if you want to affect all users for the desktop
    a) you must br in the Admin or PortalSystemAdministrator and
    b) set Visitor mode to false on the customization context.
    if you only want to affect the current user
    b) setVisitorMode = true on the customization context.
    below is tha java doc for addNavigable
    * <p>Add a <code>NavigableDefinition</code> (BookDefinition or
    PageDefinition)
    to the supplied
    * Book Instance. This is the method you want to call if you want
    to add a
    page to a book for
    * a particular user or if you are an admin effect all user.</p>
    * @param desktopDefinitionId the desktop context to which thisupdate
    applies.
    * @param bookInstanceId the book instance to add the navigableto.
    * @param navigableDefinitionId the navigable defintion id fromwhich
    to create
    the instance.
    * @param position the position in the book (or menu) to insertthis
    navigable
    (starts with 0)
    * @param align position the page from the left (top) or right
    (bottom)
    * @return the NavigableView instance which was created.
    * @throws ObjectNotFoundException BookDefinitionId or the NavigableDefinition
    are bogus.
    * @throws IllegalDependencyException adding the Navigable to the
    BookInstance
    would cause a recursive dependancy
    * @throws MissingDataException missing vital data in the NavigableDefinition.
    * @throws NotEntitledException if the caller does not have therequired
    permissions
    to delete this object.
    * @see com.bea.netuix.application.manager.CustomizationContext#setVisitorMode
    public NavigableInstance addNavigable(CustomizationContext customizationContext,
    DesktopDefinitionId desktopDefinitionId,
    BookInstanceId bookInstanceId,
    NavigableDefinitionId navigableDefinitionId,
    int position,
    int align)
    throws RemoteException, ObjectNotFoundException, MissingDataException,
    NotEntitledException, IllegalDependencyException;
    "Nathan Redding" <[email protected]> wrote:
    I am trying to create a portal application that will allow me to
    dynamically
    add
    pages to my desktop. Right now I have a portlet set up that can take
    the name
    of the page I want and pass that to a pageflow. From there I havetried
    using
    classes such as PortalCustomizationManager, BookPresentationContext,
    BookDefinition,
    BookInstance, PageDefinition, PageInstance, etc. to add the page,but
    have not
    had much luck. I know that WebLogic has the built-in VisitorTools,but
    I can't
    use those for what I am really trying to accomplish. I also tried
    looking
    at how
    the VisitorTools work, but it just appears that BEA uses javascriptto
    populate
    a hidden form with values, and then submit the form. What happens
    after
    that I
    have not been able to figure out and my experiments to do the samein
    my portal
    have all failed. The documentation on how to use all of these VisitorTools
    classes
    without taking the whole thing is very, very poor. Please help if
    you
    can! Thanks!
    Nathan

  • In synk, when I click "add device" instead of opening a window to enter the codes, it opens another firefox window and takes me to the help page for synk. [SOLVED]

    I got a new laptop today and after downloading firefox I tried to use the synk feature and it says I have to add device on my old computer. In following the directions I never get to the screen to enter the codes from my new computer onto the old one. When I click add device on the old computer it takes me to the help page on the web with the same directions that took me there in the first place! So, how am I supposed to synk my new computer if I can't add device on the old or simply log in to my synk account on the new?

    Ok, I figured it out, I clicked "i don't have device available" and it let me log in to my account.

  • Why selecting text and hitting F1 doesn't go to specific help page anymore?

    Hi. Up until a while ago I was able to, while working on some code,  select a particular actionscript component such as a Class, function or  property and hit the F1 key which would immediately bring up Adobe Help  in my internet browser already showing the page relevant to my  selection. For example, if I had selected the word "MovieClip" in my  code and hit F1, the Adobe Help page describing the MovieClip class  would come up, without me having to navigate to it.
    Now (for some weeks actually), it no longer does that. When I hit F1,  Adobe Help comes up in my browser, but opens at a general menu page  regardless of what text I select, which in fact makes selecting text  before hitting F1 redundant anyways.
    Does anyone know anything about this?
    It was so much more convenient before! Now I have to search for what I'm  looking for every time. I'm learning on my own, so I find myself going  to the Help pages quite often. At the end of the day, it sums up to be a  lot of typing and searching and pages to navigate through. Also, it  seems that navigating through the Adobe Help pages is kind of slow which  just makes it even more of a drag.
    I'd appreciate any information on this, or possibly some help in how to get things back to how they were.
    Thanks!

    try to install :
    http://www.adobe.com/support/chc/

  • Firefox cannot load pages that other browsers can, but the 'help' page for this issue did not fix the problem.

    I am troubleshooting an issue occurring on a family member's pc. Immediately after changing their "search" settings from "Yahoo search" to "Google search", they found that Firefox was unable to load any webpages. After troubleshooting the problem, I found the "Firefox can't load websites but other browsers can" help page, and attempted each of the solutions listed. None of those solutions fixed the issue. Also, I uninstalled and re-installed Firefox; the issue persists. However, the 'new' version of Firefox remembered the tabs left open when the 'old' version was deleted, so some temporary files likely persisted.
    Are there any other steps that can be taken, or is Firefox on this computer no longer an option?

    Start with this;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''Network.'''
    Look for '''Configure How Firefox Connects''' and press the '''Settings''' button.
    Check the settings.
    Some problems occurs when your Internet security program was set
    to trust the previous version of Firefox, but no longer recognizes your
    updated version as trusted. Now how to fix the problem: To allow
    Firefox to connect to the Internet again;
    * Make sure your Internet security software is up-to-date (i.e. you are running the latest version).
    * Remove Firefox from your program's list of trusted or recognized programs. For detailed instructions, see
    '''[https://support.mozilla.org/en-US/kb/configure-firewalls-so-firefox-can-access-internet Configure firewalls so that Firefox can access the Internet.]''' {web link}
    If there is still a problem, go to that computer and do this;
    Type '''about:support''' in the address bar and press '''Enter.'''
    Under the main banner, press the button; '''Copy Text To Clipboard.'''.
    Then in the reply box at the bottom of this page,
    do a right click in the box and select '''Paste.'''
    This will show us your system details.
    '''No Personal Information Is Collected.'''

  • I open my email from frontiernet (a local provider) I can read the email but when I go to reply or forward I get a Skype help page then a blank page. Therefore I can't reply or forward email.

    I log-in to webmail. frontier.com and go to my inbox. I have no trouble reading my email but I cannot reply or forward. When I try to do either I get a screen that first has a Skype help page then goes blank. It says done on the bottom but there is no reply box to type in. I've never had this problem before and I've been doing this for almost 2 years on may computers. The only thing different is I had some work done and had to re-install Firefox. Could a newer version cause the problem? I do not have this problem when I use IE or am on a different computer.This was happening even before I installed Skype.
    == URL of affected sites ==
    http://webmail.frontier.com/frontiermail/mail#2

    Disable the Skype extension for Firefox - both versions if you really have two versions installed.

  • Firefox won't open, says profile may be missing or inaccessable, help pages not helpful

    Firefox won't open at all. I get a "Profile Missing" window saying "it may be missing or inaccessable". This morning my connection quit mid-reset while it said it was going through everything and not to turn it off, since then it refuses to open. I tried everything I could think of. Tonight I managed to open an ancient IE and am here now, tried as much of the "Help Pages" suggestions as the site sent me to (none were what my computer has even though I'm running XP), but nothing fixed the problem. I removed Firefox and then re-installed, twice, it still won't open.
    HELP!

    I can find NO "profiles.ini" file anywhere. When I open the "default library" there are none of the files you say should be there.
    I have tried a whole new download to update, it won't open because there is no profile.
    I tried removing the program and re-downloading, still won't open.
    I am not tech savvy enough to do much of the messing around you are suggesting. I need someone to help!
    Also - this site is about the least "user friendly" site I've had to deal with in ages!
    I should have been able to reply to the email, but you didn't allow that, too.
    I need someone to somehow walk me through what to do. HELP!

  • Firefox 23.0.1 crashes every time I try to access any Mozilla help page or forum, and sometimes on other pages Win 7 pro 64 bit

    Running Windows 7 Pro 64 bit and Firefox has crashed at least a couple dozen times today and nearly as many yesterday. I've tried all of the suggested "fixes", to no avail. I just tried the Windows compatibility tool mentioned in one of the forum post and that didn't resolve the issue either. I'd love to add the links to my crash reports, but can not get to this page on the computer in question - any time I try to load any Firefox or Mozilla help page, forum, etc. in that computer, Firefox crashes (even when running Firefox in Safe Mode). Firefox also crashes on miscellaneous other pages now and then. Thanks in advance for any help anyone can provide!
    In case it's helpful, below are the crash ID's for the four most recent crashes:
    Crash ID: bp-cb4e51b6-4459-4f60-bc77-39f6f2130820
    Crash ID: bp-cb4e51b6-4459-4f60-bc77-39f6f2130820
    Crash ID: bp-3ae6e6da-e687-4755-8306-178b92130820
    Crash ID: bp-275d980a-043a-48cc-9399-bcb532130820
    I'm not sure how to get the
    troubleshooting info from the computer in question into this form. I have saved the page to a file on my network, but when I try to paste the contents in the box below, most of the info is missing.

    The CrashIDs are what is needed. Do not attempt to attach or paste the reports.
    #Run Firefox in safe mode does that prevent crashes ?<br/>[[Troubleshoot Firefox issues using Safe Mode]]
    #Disable all plugins
    #Repeat and this time try in Windows safe mode. use the F8 key <br /> http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7
    So you are saying it works ok as long as you avoid certain pages such as this Forum. That makes me wonder if it could be malware that is blocking access to assistance.Run malwarescans with multipe and up-to-date tools.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Ipod touch wont show up in usb or itunes help pages just bring me in circles.  how can i get it to show up.  I use windows xp at home and tried everything then tried a relatives computer using windows 7 and still nothing.  this is an older ipod touch

    the help pagers just bring me around in circles.  the ipod doesn't show up in system devices under the busses.  i've tried just about everything.  Im using windows xp at home and though maybe it was because of that. so went to a relatives and used a brand new lap top avus with windows 7 and it wont show up here either.  When i got the ipod a few days ago from a third party the only screen i could get to come up was a picture of a usb cord with an arrow pointing towards the itunes logo.  I downloaded i tunes and couldn't get it to change.  brought it to at&t store today they hooked it up with my usb cord to thier computer and suddenly the menu screens work and i could even get online with it yet when i try to hook it up to one of my computers it doesn't show up anywere where can i go to get this fixed and fixed quick jumping around the apple help pages have put me in a foul mood and im sick of it two days spent trying to get it to show now.  im sick of waiting around i need help asap so i can return this **** thing if it turns out it is broken somehow..which i dont think it is.

    What gen iPod (3,4?) did you buy?

Maybe you are looking for

  • [Solved]Accidently rm'ed my home folder. Any chance of recovery?

    Hey, I just removed my home folder with rm. This was on purpose, as I was planning to mound another partition as my home folder. However, I forgot that that partition was mounted inside of home when I ran the command. I have most of my data backed up

  • Refresh UIX Page from DataForwardAction

    Version: JDeveloper 9.0.5 How would I go about refreshing my uix page after returning from a Struts DataForwardAction? Why do I want to do this? I am setting a session variable based upon some code in the DataForwardAction. I have a button on the uix

  • Burned DVD Errors

    Is it too much trouble, for a DVD to burn in DVD studio pro, and...I don't know....acctually play back on other DVD players without problems? Sigh.....here we go again. Ok, so I have a 23 minute movie, that I'm exporting from Final Cut Pro.....into D

  • AP check format for US Bank (JPMorgan) using MICR

    Hi, What format should we use to print checks for an american bank? We want to print the checks entirely (not pre-printed). Thanks,

  • Accessing audio file directories more easily

    Is there a way to access audio files like foley or music files more easily. Currently I locate files in the finder and drag into the FCP browser window, but would like to have a way to see the various folders in one place. Is this doable, or is there