Execute code on UI component during page load

Hi All,
I am usng Jdeveloper 11gR2.
I want to invoke below code snippet to change the properties of input text fields and set them to enable on page load -
        FacesContext facesContext = FacesContext.getCurrentInstance();
        UIViewRoot root = facesContext.getViewRoot();
        RichPanelFormLayout formClass = (RichPanelFormLayout)root.findComponent("id");
        List<UIComponent> uiComponentList = formClass.getChildren();
              for (UIComponent uiComponent : uiComponentList) {
                  if (uiComponent instanceof RichInputText) {
                      //((RichInputText)uiComponent).setDisabled(true);
                      ((RichInputText)uiComponent).setColumns(100);
                      Boolean flag = ((RichInputText)uiComponent).isChanged();
                      System.out.println("flag - " + flag);
At present the code snippets works well on command component action but I want to execute the same during initial page load without the use of any command component.
Please advise on how to achieve this.
Best Regards,
Ankit Gupta

Check out https://blogs.oracle.com/adf/entry/an_epic_question_how_to
Solution 2 (invoke actions) are deprecated in 12c so I wouldn't recommend using it.
Timo

Similar Messages

  • How i can check whether a component is being placed or it's being rendered during page load...

    Hi,
    I have a piece of code which needs to be triggered only when the component gets rendered.. and at the same time it shouldn't get trigerred when author places it in the page...
    For an example, Consider i have a component called samplecomponent. Also i have a piece of code in samplecomponent.jsp which should get triggered only when the component is being rendered during page load and if author places that component in the page (ofcourse the samplecomponent.jsp will get triggered but my particular piece of code should not get triggered.. Is there any condition to check that..?
    Thanks
    Shankar .A

    Hello Shankar,
    I think this is very straight forward and you can set this condition based on any of the property of your component via check null/empty condition because when you will drop your component the properties of your component will be not initialized and you can check for at (let say you have a property which is mandetory so to instantiate that component you have to have at least that property)
    And let say if above option doesn't work for you then there is one more option of checking the edit mode of the page and based on that you can differ your code. But edit mode code will not work until you will see the page in edit mode, the code will only work when you switch to preview mode (publish mode) of page from edit mode (from sidekick at bottom you have option to go to edit and preview mode).
    WCMMode mode = WCMMode.fromRequest(request);
        if (!mode.equals(WCMMode.EDIT) && !mode.equals(WCMMode.DESIGN)) {
         //this part of code never execute when your page is in edit mode (dropped content or load the page in edit mode). but this part of code will run when you switch from edit mode to previe mode (in author node) or on  publish instance of Server because there will be no edit mode there.
    Let me know if you need more information or it doesn't help you.
    Thanks,
    Pawan

  • Strange Error During Page Load in Debug Mode (only) - Please Help!

    Hi All,
    Data base version: oracle 11g
    Apex version: Apex 4.1.1
    Webserver: Apache
    Need help with how to troubleshoot a Critical problem. The following error only occurs during page load in "Debug" mode. And, only occurs on a specific page within the application. A web page is served-up containing the following message and the application is blocked from running the page. The browser's (IE 8.0) back button must be clicked to proceed outside of "Debug" mode.
    "Error occurred while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small"
    Debug log follows:
    "S H O W: application="2006" page="6" workspace="" request="" session="500549669426301"
    Computation point: Before Header
    ...Perform computation of item: APP_SERVER, type=FUNCTION_BODY
    ...Performing function body computation
    ...Execute Statement: declare function x return varchar2 is begin return owa_util.get_cgi_env('SERVER_NAME'); return null; end; begin wwv_flow.g_computation_result_vc := x; end;
    ......Result = 156.9.122.214
    ...Session State: Save "APP_SERVER" - saving same value: "156.9.122.214"
    Processes - point: BEFORE_HEADER
    ...Process "GET_POSITION" - Type: PLSQL
    ...Execute Statement: begin wwv_flow.g_boolean := :F109_POSITION_ID IS NULL and :APP_PAGE_ID != 101; end;
    ......Result = FALSE
    ......Skip because condition or authorization evaluates to FALSE
    ...Process "Get JARS Sifter Log File Record Count" - Type: PLSQL
    ...Execute Statement: begin DECLARE vcnt NUMBER := 0; BEGIN d('Get JARS Sifter Log File Record Count'); Select count(*) into vcnt From JARS.JARS_SIFTER_LOG Where moveid = to_number(:P6_MOVEID) and sifter_status IN ('F','J'); :F1000_P6_SIFTER_LOG_COUNT := to_char(vcnt); END; end;
    Custom: Get JARS Sifter Log File Record Count
    ...Process "Set PTM Planned Trip Status" - Type: PLSQL
    ......Skip because condition or authorization evaluates to FALSE
    ...compatibility mode - do not set mime type
    ...compatibility mode - do not set additional http headers
    ...close http header
    ...metadata, fetch item type settings
    ...metadata, fetch items
    Show page template header
    Rendering form open tag and internal values
    Add error onto error stack
    ...Error data:
    ......message: Error processing request.
    ......additional_info: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......display_location: ON_ERROR_PAGE
    ......is_internal_error: true
    ......apex_error_code: APEX.UNHANDLED_ERROR
    ......ora_sqlcode: -6502
    ......ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 3027 ORA-06512: at "APEX_040100.WWV_FLOW", line 7867
    ...Show Error on Error Page
    ......Performing rollback
    Rendering form open tag and internal values
    ...Unhandled Error while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ...Error Backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 2707 ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 185
    End Page Rendering"
    Thanks!
    Bernard

    All,
    It appears that the page Javascript maximum limit size was reached. The error stopped appearing after some of the page Javascript code was removed out to Application Static Files. I wonder if there exists any "direct" indicator by the system whenever the size limit has been reached?
    Again, the run error only occurred when the page was loaded in "Debug" mode.
    Bernard

  • How to set default date of 3 weeks(21 days) from today's date during page load?

    I want to show the default date as 3 weeks from today's date during page load.
    For example ,i have given as adf.CurrentDate + 21 in EO for the attribute 'DueDate'. But it is showing me the date as 9.7.2013. 3 weeks default date is not getting set.If i give adf.currentDate also ,it not giving me today's date,it showing the 9.7.2013 only.Kindly provide your suggestions to set the default date as 3 weeks from today's date during page load.Thanks in advance.

    Hi,
    when you set the value on the entity level then you don't want to show it during page load but when the field is empty ? Correct? if so then the use case is a different one. The easiest way to implement this would be to create a Rowimpl class (Java option) and then in the get method of the entity attribute check if the value is null and if it is, set it to the current date + 21 days. This way all rows will be set with the 3 weeks due date but fields are not overridden each time the row is queried
    Frank

  • Safari causes system freeze during page load

    Description:
    I've been trying to figure this one out for a while now (about 2 weeks), without any luck. I've tried reading a couple of threads describing similar problems, but it looks like I've got something else going on here seeing as it affect the entire system. I appreciate any suggestion!
    When a window in Safari is open and you're loading a page, it sometimes (almost always) causes a system freeze. Any action performed on any input device within OSX while a page is loading gets delayed by 5-20 seconds. Anything from right-clicking, to opening a new tab in Safari, to navigating to a new folder in Finder.... literally anything. The actual loading of the page is also affected by this. So when I click a link, the page becomes white and the system stalls. After X seconds, the system resumes and the page is displayed fully loaded. Once the page is loaded, everything is back to normal. I can just leave the Safari-window open without anything happening. It's just during the loading of a page.
    Using the mouse to move and switch between open windows are the only actions I seem to be able to perform during the system freeze.
    When it doesn't cause a system-wide freeze, it will still take forever for any page to load. Which isn't a problem in any other browser and I've never had any speed issues in general on any device.
    What I know for sure is that I can solve the problem by closing all open Safari-tabs and windows or closing the app completely, and use Chrome instead. But I do like Safari, so I hope there's another way to fix this.
    I should also note that I've made no changes to the system for many weeks now, other than installing whatever updates might have been available on the App Store.
    What I've tried within Safari:
    - program restart
    - reset settings (every option checked)
    - disable and remove extensions (only had one installed, LiveReload for Adobe Brackets)
    - empty cache
    - delete cookies
    What I've tried within OSX:
    - system restart
    - complete OSX-recovery
    - activity monitor (CPU, HDD and RAM always within normal values during all of this)
    - checked HDD (successfull)
    - checked internet-connection (got 50Mbit/s connection, no speed issues, checked on multiple devices)
    - tried other browsers (Chrome (OSX) and IE (Win 7, Parallels) both run smoothly)
    - turned off IPv6 in terminal (based on a suggestion here at the forums)
    - disabled iCloud-sync
    - disabled Dropbox
    - probably a couple of other things i can't remember right now

    So... I finally fixed it.
    In addition to the things I mentioned I tried, I also checked if it could be malware-related. It wasnt. I then checked if it was just affecting my user-account or OSX globally. I created a new account and Safari ran perfectly. I therefore assumed it had to be something in my library-folder.
    I deleted just about any mention of Safari in the Library-folder (the visible one) and just to be absolutely sure, I deleted the Contents-folder inside Safari.app in the Applications-folder. I then downloaded and installed Safari 7.0.3. Everything runs smooth now.

  • Execute ViewObject with Parameters at JSF Page Load?  JSF/ADF/BC 10.1.3

    This 'should' be a simple problem, but I'm not seeing an answer, no doubt because I'm not searching for the right thing.
    I have a page that has a grid populated by a view object that has a couple of named parameters. I have the values stored for the parameters based upon actions the user has already taken before they navigate to this page. I need to pass the parameters to the view object and open the query up without any user intervention, preferable before (or at) page load.
    I see I can drag an 'ExecWithParams' from the data control pallette, but it looks like it would default to having the user enter the parameter values, which is what I'd like to avoid.
    In a previous life I had events available like 'OnCreate' where I'd put code like this, but I'm still learning to think in JSF/Java.

    Ok, now I see how it's supposed to work. Pretty straightforward if you know where to look. It raises another question for me though...
    In my process, I've got the user logging in, at which point a series of user preferences are extracted from the database. My first thought was to store them somehow in the users' session, but I didn't see a way to do that, so I created my own implementation of it with a bunch of getter/setter methods, inside the data model of the project. Unfortunately, I can't see a way to surface them without putting them in the ApplicationModule and adding them to the client interface. In the interim, I came across some utilities methods (written by Steve Muench and Duncan Mills) called ADFJSFUtils and JSFUtils. In the JSFUtils there's this method:
    void storeOnSession(String key, Object object) {
    FacesContext ctx = getFacesContext();
    Map sessionState = ctx.getExternalContext().getSessionMap();
    sessionState.put(key, object);
    I assume it's designed to work in the ViewController project (since I haven't been able to call it from my Model project) .
    This has been a long way to ask: What's the best/recommended way to store variable values for the users' session is a way that I can access them for binding to view objects (as you described above)? I'd love to just implement the storeOnSession right in my appplication module, but it lacks the context, apparently.

  • Why is Spry Tabs dropping below content out of view and back during page load.

    Hello everyone, I'm having some
    Spry Trouble. This is happening only in IE 7.
    When the page loads, you'll notice that the tabs will
    collapse before coming back to it's designated position.
    This ruins the visual appeal. Again I don't know why this
    happens but the tabs at the bottom of the content will quickly drop
    below out of view and then jump back under the content.
    Here is the URL
    http://www.patrickjudson.com/weddingIndex2.php
    Any ideas why this is happening?
    Thanks everyone - Patrick

    quote:
    Originally posted by:
    Newsgroup User
    Webethics wrote:
    > Hello everyone, I'm having some
    Spry Trouble. This is happening only in
    > IE 7.
    > When the page loads, you'll notice that the tabs will
    collapse before coming
    > back to it's designated position.
    > This ruins the visual appeal. Again I don't know why
    this happens but the tabs
    > at the bottom of the content will quickly drop below out
    of view and then jump
    > back under the content.
    >
    > Here is the URL
    http://www.patrickjudson.com/weddingIndex2.php
    I don't see the collapse issue on my end. About the only
    visual thing going on is that the background image of the tabs
    appears later than the text, but not sure that's an issue that's
    particular to the Spry code on the page.
    Perhaps it's related, or perhaps not, but in my IE7, I get an
    error on the page. It states:
    Line: 48
    Char: 3
    Error: Object required
    Code: 0
    URL:
    http://www.patrickjudson.com/weddingIndex2.php
    I only see HTML code at line 48 both in the source code, and
    even if I pull the generated content view source from Firefox. I
    checked line 48 of both of your attached JS files and neither
    seemed to be an obvious issue. I even saved a local copy of the
    page, and didn't get an error at all. The line of code in the HTML
    does seem to be the end of the div that contains your music player,
    maybe it's causing an issue in IE, not sure.
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert
    So why is there an error in IE7 saying object required.
    What does this mean, and what are the side effects?
    Any idea?
    Patrick

  • POWL: Refresh the cache results of POWL during page load.

    Hi Friends,
    I am using a feeder class for my POWL. Whenever the user clicks opens the POWL, he sees the cached data/results and he is expected to do a manual refresh to see current/new data. I want to eliminate this by refreshing the cache during the page load itself and show user current data. I already know about the exporting parameter in handle_action method which is used to do refresh. But it does not work in this case.
    Pls help.

    Hello Saud,
    In which release you are? in new release you can do refresh by personalization where options are there.
    There are other options also to refresh
    1) By passing URL parameter refreshA=X it will refresh all queies when loading
    2) By passing refreshq=X, it will refresh the current query
    best regards,
    Rohit

  • Make an AM function execute only during page load time

    I have a function in the AM. I want to have it executed only during loading of the page. How can I achieve it.
    Message was edited by:
    mailsubhra

    Thanks a lot for the link.
    But my case is slightly different. I have a VO where I bind some variables. I run the first page and get some data. I am sending the fetched data from the first page to the second page using pageFlowScope.
    In the second page, I am binding a fucntion which will set the bind variables with some values (the values are the ones which are fetched from the first page using pageFlowScope). The VO is dropped as a table in the second page.
    So, to summarize, the situation is as follows:
    There is a VO which is dropped as a table in page2.jspx This VO has some bind variables. There is also an AM function which is bound to the page2.jspx and this function will set the bind variables using setNamedWhereClauseParam(...). The arguments to this function are passed from the pageFlowScope.
    Now there is a page1.jspx where I am able to select something and push the selected values to pageFlowScope.
    As I navigate from page1.jspx to page2.jspx, I want the VO in page2 to refresh according to the values chosen in page1. Hence I want the function to execute only when the page2 is loaded. If the function is not called during the rendering of page2.jspx, then the table becomes empty because the bind parameters in that VO are automatically set to null.

  • Error during page load in e-Recruitment

    Hi SAPiians,
    We are implementing SAP e-Recuitment using BSPs. We are done with the configuration part and also configured the ALE.
    Also, generated the URLs using RCF_GENERATE_URLS. When i copy and paste the URL in a browser, the logon page pops up. When i enter the username(has all the e-Rec specific objects assigned to it) and password, it ends in a short dump. Below is the text:
    Note
    The following error text was processed in the system DER : Access via 'NULL' object reference not possible. The error occurred on the application server DV35_DER_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_HTMLB_ELEMENT_DELEGATED~DO_AT_END of program CL_HTMLB_HEADINCLUDE==========CP
    Method: DELEGATED_END of program CL_HTMLB_ELEMENT==============CP
    Method: IF_BSP_ELEMENT~DO_AT_END of program CL_HTMLB_HEADINCLUDE==========CP
    Method: IF_BSP_PAGE_CONTEXT~ELEMENT_PROCESS of program CL_BSP_PAGE_CONTEXT===========CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DER in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DV35_DER_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server DV35_DER_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 200 -u: RCF_UNREG -l: E -s: DER -i: DV35_DER_01 -w: 0 -d: 20081017 -t: 145914 -v: RABAX_STATE -e: OBJECTS_OBJREF_NOT_ASSIGNED
    The ST22 dump has following message:
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_HTMLB_HEADINCLUDE==========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: " ").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    How to correct the error
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "OBJECTS_OBJREF_NOT_ASSIGNED" " "
    "CL_HTMLB_HEADINCLUDE==========CP" or "CL_HTMLB_HEADINCLUDE==========CCIMP"
    "IF_HTMLB_ELEMENT_DELEGATED~DO_AT_END"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    System environment
        SAP-Release 700
        Application server... "DV35"
        Network address...... "10.8.54.191"
        Operating system..... "SunOS"
        Release.............. "5.9"
        Hardware type........ "sun4u"
        Character length.... 16 Bits
        Pointer length....... 64 Bits
        Work process number.. 0
        Shortdump setting.... "full"
        Database server... "DV35"
        Database type..... "ORACLE"
        Database name..... "DER"
        Database user ID.. "SAPSR3"
        Char.set.... "C"
        SAP kernel....... 700
        created (date)... "Feb 3 2008 21:08:24"
        create on........ "SunOS 5.9 Generic_117171-13 sun4u"
        Database version. "OCI_102 (10.2.0.2.0) "
        Patch level. 146
        Patch text.. " "
        Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
        SAP database version. 700
        Operating system..... "SunOS 5.9, SunOS 5.10"
        Memory consumption
        Roll.... 16192
        EM...... 4189848
        Heap.... 0
        Page.... 16384
        MM Used. 2078976
        MM Free. 2108272
    User and Transaction
        Client.............. 200
        User................ "RCF_UNREG"
        Language Key........ "E"
        Transaction......... " "
        Transactions ID..... "48F75A37D7085D19E10000000A0836BF"
        Program............. "CL_HTMLB_HEADINCLUDE==========CP"
        Screen.............. "SAPMHTTP 0010"
        Screen Line......... 2
        Information on Caller ofr "HTTP" Connection:
        Plug-in Type.......... "HTTP"
        Caller IP............. "10.125.6.207"
        Caller Port........... 8001
        Universal Resource Id. "/sap/bc/bsp/sap/hrrcf_cand_reg/application.do"
    Source Code Extract
    Line  SourceCde
      106 **   Wednesday
      107 *    CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = '20030101' IMPORTING week = week_num.
      108 *    IF week_num+4(2) = '01'. firstweekcode = firstweekcode + 8. endif.
      109 *
      110 **   Thursday
      111 *    CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = '20040101' IMPORTING week = week_num.
      112 *    IF week_num+4(2) = '01'. firstweekcode = firstweekcode + 16. endif.
      113 *
      114 **   Friday
      115 *    CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = '19990101' IMPORTING week = week_num.
      116 *    IF week_num+4(2) = '01'. firstweekcode = firstweekcode + 32. endif.
      117 *
      118 **   Saturday
      119 *    CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = '20000101' IMPORTING week = week_num.
      120 *    IF week_num+4(2) = '01'. firstweekcode = firstweekcode + 64. endif.
      121 *
      122 **   Sunday
      123 *    CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = '20060101' IMPORTING week = week_num.
      124 *    IF week_num+4(2) = '01'. firstweekcode = firstweekcode + 1. endif.
      125 *
      126 *    sfirstweekcode = firstweekcode.
      127
      128 *   Get date format
      129 *    SELECT SINGLE datfm FROM usr01 INTO datfm WHERE bname = sy-uname.
      130 *    if datfm is initial.
      131 *      datfm = '1'.
      132 *    endif.
      133
      134     data: stylepath type string,
      134     data: stylepath type string,
      135          popuppath type string.
      136          stylepath = headinclude->mc_render_lib_d2_system->stylepath.
      137     popuppath = stylepath.
      138
    The error is at line 136.
    What could be the problem ?? I have done all the config related to e-Recruitment... Also activated most of the SICF services...
    Could something be pending from BASIS front ?? Below are some of the keywords found in SM21 log.
    1. Run-time error "OBJECTS_OBJREF_NOT_ASSIGNED" occurred
    2. Task: 23834, Process:Dialog work process No. 001, Program: SAPMHTTP, Problem Class: Transaction problem, Package:SABP
    Module Name:abdata, Line:0430, Error text:ab_DataAddrRead
    Please guide...
    Thanks.
    Shashank Shirali

    Hi Friends,
    The problem is solved. The issue was with SICF service activation.
    Certain system services were not activated.
    Thanks,
    Shashank Shirali

  • Programmatically Load Query Component on Page Load

    Hi All.
    We have a requirement in which we need to populate the fields of a query component and execute the query...upon loading of the page.
    Our use case:
    We have a page in which there is an analytic showing counts of requests in different status (i.e. Open, Closed, In Process).
    Status Count
    ==== ====
    Closed _5_
    Open _3_
    In Process _6_
    When the user clicks on the count (which is a hyperlink) we want to take them to the "Search for Requests" page with the criteria filled out and the query automatically executed. For example, if the user clicks on the count of "5" (for Closed)....they will be transferred to the "Search for Requests" page. The query field of "Status" will be defaulted with "Closed" and the query automatically executed (with the 5 requests shown in the result set).
    We are using page fragments (.jsff) in bounded ADF task flows.
    I am thinking that we need to set up a default activity in the "Search for Requests" task flow that will call the AM Impl method to handle this on the model side but I am unclear on how to programmatically set the criteria that is used in a query component?
    Any help is appreciated.
    Thanks.
    D

    In the processRequest of your controller you can invoke a method in the AM which in turn invokes a method in the Search VO which sets the where clause and executes the query.

  • Hiding Data References During Page Load

    http://labs.adobe.com/technologies/spry/samples/data_region/HideDataReferencesSample.html
    gives an example of hiding a data until the page is finished
    loading, but it fails to show the example code.
    I'm not sure how to use spry:content to hide the red X from a
    large image while the page is loading.

    Hi Phillip,
    To hide the data references, you use the .SpryHiddenRegion
    class on your spry:regions.
    The spry:content works because there is no source code within
    that block, so nothing shows onLoad.
    <span spry:content="{name}"></span>
    The <img> is within the value of {name}.
    Show us the code that is not working for you.
    Thanks,
    Don

  • Browser freezes during page loading and then either shows the cause as silverlight, or flash to be the cause, on two different computers, since last 3 upgrades

    Since the last three upgrades of Firefox the browser starts to load a web page then freezes. A pop up states that either silverlight or flash have stopped working. This can last for as long as two minutes before it continues to load, or for as little as five seconds.
    I have tried various methods to cure this, by reinstalling silverlight, flash, and Firefox.
    The only permanent cure is to revert back to an older version of Firefox. I would continue with an earlier version but I get sick and tired of popups from the likes of Yahoo, and yourself telling me to upgrade.
    I have also put the the program back to basics, and this is a pain because when I find it's still the same I have to reload all the add ons. Maybe you could devise a method where we only need to click a button to put everything back as it was before resetting it to default.
    This problem is occurring on two totally different computers, both running Intel gear, one i7 at 3.5, with 8 meg of ram, one core 2 duo with 4meg of ram, no drain from graphics cards as they all have their own ram.
    i7 desktop Windows 7 Ultimate 64bit, and Dell XPS Laptop core 2 duo Windows 7 Ultimate 32bit both latest windows 7 versions

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Try to disable hardware acceleration in Firefox (you need to close and restart Firefox).
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Safari "Freezing" during page loading

    I have never had this problem before I downloaded Safari 4.0 in a stupid software update. While loading a page, it freezes. Safari doesn't lock up, I can still use the menus and can minimize and close the window, but the page does not show on my screen. I can access Google and these Mac forums along with a few other sites. One of which I cannot access is YouTube. It does this every time I try and load a page there. I can't think of what would cause this to happen, but it must be something to do with Safari 4. I have seen other reports of Safari freezing and crashing, but I haven't seen some that seem to be the problem I have. Is there someway to fix it on my own? Because it would be awesome, otherwise I'm just going to have to use Firefox until theres an update for it.
    I even took a video of what happens when I try and access YouTube, since I know sometimes my descriptions of things can be somewhat confusing.
    http://www.youtube.com/watch?v=ozgOjs2NqN0
    Message was edited by: North Kozar

    If you are having the same problem as me, try this:
    http://discussions.apple.com/thread.jspa?threadID=2059943&tstart=0
    It worked perfectly for me and now Safari runs just fine.

  • Accordion Panels Open During Page Load

    All my accordion panels appear open for a second before my page completely loads.  http://home.comcast.net/~steven.kay/
    I found this thread, but am still not clear on the solution given.  http://forums.adobe.com/message/22365#22365
    Thanks.

    Never mind... I downloaded the new js file... (duh)

Maybe you are looking for

  • Non US-ASCII characters in download file names

    I am trying to implement a simple file download in a JSP, and trying to get IE, Firefox and Opera to all display and handle non US-ASCII characters in the suggested download file name. Only concerned with Windows platform for now. Here's the code I a

  • Slow motion video from computer (backup) back to device?

    I keep getting idiotic bugs on my iPhone 6, and have been through all the iOS versions. So I have to keep doing resets with iTunes (deletes everything). I have quite a few slow motion videos on my phone. I back them up before the reset by simply copy

  • I try to burn a CD and error code 4450 comes up. Why?

    When I try to burn a CD thr error code 4450 comes up. Itried burning a CD with only one song and the same thing happened and this was a song that I never burned before.

  • Installation Error: "Adobe Application Manager has stopped working"

    Alright, so I did about 4/5 hours of googling and searching and trial&error, and FINALLY got passed the issue of a "pending machine restart" at the beginning of the Adobe Installer's work. (All explained http://forums.adobe.com/thread/872455?tstart=0

  • Please help with the FOR loop and the array..

    I was trying to place some words in the Movie Clip "TextPanel" and set a random position to each of them. But it's not working. 1) I created a Movie Clip "word" and inside that MC I created a text field and gave it an identifier "textFiled". 2) The l