Why association takes place while designing a OAF search Page?

Hi
I am not getting why they are doing association between Employer and manager while designing a OAF search page.
Search page should work on simple fundamental .I am entering some value and they are showing some search results in the form of table.
Regards
Varun Maheshwari

Hi,
As per my understanding, they might have done association so as to extend that page further to create/update page.
However, you are correct that we can perform simple search operation with using associations.
Here is an example for just simple search page on employee table:
http://sushantsharmaa.blogspot.in/2012/11/7-simple-search-page-in-oaf.html
http://java2apps2fusion.in/simple-search-page-in-oaf/
--Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • How can I have a white page as when I click to Home in place to have the Google search page ?

    how can I have a white page as when I click to Home in place to have the Google search page ?

    See http://www.google.com/support/toolbar/bin/answer.py?answer=115561 Web-browsing tools : Google new tab page and most visited websites - Toolbar Help

  • Pass values to OAF search page (View Purchase Order History)

    I need to call a OAF page from a PO Approval Notification. I need to call page View Purchase Order History (func:ICX_PO_REVISIONS).
    I am able to create the URL (using function FND_RUN_FUNCTION.get_run_function_url) and when I click on the link it opens the page fine, but it’s a page that contains simple search region and I need to populate the Operating Unit and PO Number fields (I can easily get from the PO) of the search fields, this will allow the user to just click the go button.
    Is it possible using the function FND_RUN_FUNCTION.get_run_function_url and passing parameters (field values) or setting the URL to JSP:/OA_HTML/OA.jsp?OAFunc=ICX_PO_REVISIONS&akRegionApplicationId=177&addBreadCrumb=Y&CorePO=Y and then passing the parameters?
    How would you achieve this if possible, call the page and populate the search field values? It does not seem to work, I have been able to pass paramaters to an OAF page that does not contain a simple search region to return results.
    Function paramaters:
    FND_RUN_FUNCTION.get_run_function_url (
    p_function_id => 3101,
    p_resp_appl_id => 201,
    p_resp_id => 50598, -- MS Purcahsing Superuser
    p_security_group_id => 0,
    p_parameters => 'PoNum=' || l_document_id || '&' || 'retainAM=Y' || '&' || 'addBreadCrumb=Y',
    p_override_agent => NULL,
    p_org_id => 101,
    p_lang_code => NULL,
    p_encryptParameters => FALSE);
    Thanks,
    Shaun

    What I found is there are 2 variables SiteName and SiteName1, if you use SiteName1 then it shows proper value as a site description. I replaced SiteName with SiteName1 and it works. This might help to all who are like me and trying Tutorial example.
    I am not sure how many may have tried OAF - Tutorial examples. They are really complicated and not easy and in most cases they are not coming out in first try but if you really try then it will give lot of understanding.

  • AS3 - 1) Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place; 2) Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true - ActionScript 3 - flash cs3 cs4

    Hi folks,
    Ronny's here again on forums, having particularly 2 (two) questions/problems to resolve:
    1) Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place
    2) Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true
    attached is the .zip file (as3_Countdown Timer_ver 1.0.1_by Ronny Depp.zip) with all flash source files containing:
    a) The FLash Source (file: timer_module.fla) - (FLA flash source file - Flash CS3 Professional, Flash Player 9, actionscript 3.0)
    b) com.othenticmedia.utils.dateAndTimeManagement package including 2 .as actionscript 3.0 Class files.
           i) com.othenticmedia.utils.dateAndTimeManagement.DateAndTimeManager Class in the said package. (file: DateAndTimeManager.as)
           ii) com.othenticmedia.utils.dateAndTimeManagement.CountdownTimer Class in the package. (file: CountdownTimer.as)
    c) The compiled SWF file version of this Application's blueprint. (file: timer_module.swf).
    What i need to confirm is: ........................................................ see the next post of mine. (for Problems  need to be Resolved)

    Problems to Resolve:
    Problem#1) - Countdown Timer to the designated Date for Live-Broadcast-Event yet to take place.
    Problem#2) - Detect End of Live Stream on FLVPlayback with FLVPlayback.isLive = true;
    Problem#1 Description:
    I need to pinpoint the Logical TimeSync Exception, i am still unable to figure out. That is I'm using a webservice in my Application to Synchronize the Time with the actual ET (eastern time) with accomodation of auto-adjustment for EDT GMT-4 (eastern daylight time) & EST GMT-5 (eastern standard time), times. I am using the zipcode: "10012" to pass it to the Web Service in urlRequest object, to retrieve the Current ET eastern time according to EDT & EST time settings for Manhattan/Brooklyn areas or others within  New York, NY 10012.
    Currently the Web Service is returning accurate date/time based on local EDT GMT-4 daylight time.
    Is there some defined set of dates for EDT & EST times for New York region that I can check for to ensure the correct Dates/Times for Eastern Time in New York area ??? I am using NY zipcodes because i am sure to get correct ET values.
    The Major Problem Part: is I need to correct the time by 2 seconds or approx. 2 secs, some millisecs.
    When I retrieve the Time Value from WebService, it lags behind for 2 seconds as compared to DateObj i create using computer's local time, on my Windows XP Service Pack 2 with Automatic Updates turned-on. And I'm sure about my Windows will be having latest updates for Time Management already installed. I also added the 2 secs. to the TimeSync(ed) Date to make correction to this Date obj.
    I call my custom fucntion addSeconds(dateObj:Date, secs:int) to add 2 seconds to the Date by Converting Seconds to Milliseconds.
    Please comb through the as code in files attached and Help Me Out !!!
    Problem#2 Description:
    Secondly I need to Detect the End of Stream state while using FLVPlayback component, an rtmp:// live Stream from FLASH MEDIA SERVER.
    I need to Play a YuMe Post-Roll Ad when Steam Finishes/Ends.
    Live Broadcast Stream Event starts every night on Wednesdays & Saturdays exactly  at 10:59 PM EDT GMT-4.
    Live Events only Streams/Broadcasts the stream for 50secs. exactly. When [playback stopped] it plays a PostRoll Ad and after the CountdownTimer again comes back to life. The Next upcoming Event is calculated & the Countdown begins until Next Event's time/date is reached.
    Here is the  code on the frame 1 on the MainTimeline: (rest of the params like source, volume, skinAutoHide are Set using Property Inspector for FLVPlayback instance on Stage)
    //myStream instance of FLVPlayback is on the Stage
    myStream.isLive = true;// Frame 1 Actions in the FLA
    myStream.addEventListener(VideoEvent.COMPLETE, onEndOfStream);
    myStream.addEventListener(VideoEvent.STATE_CHANGE, onState);
    myStream.addEventListener(String(VideoError.NO_CONNECTION), onStreamError);
    myStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
    /*if(myStream.stopped){
         trace("tracy: "+myStream.state);
    } else if(myStream.state == VideoState.STOPPED){
         trace("tracy: "+myStream.state);
    function onStreamError(event:VideoError) {
         trace(event.code + "\n\t" + event);
    function onState(event:VideoEvent) {
         trace(event.state + "\n\t" + event.toString());
    function onEndOfStream(event:VideoEvent) {
         trace(event.state + "\n\t" + event.toString());
    function netStatusHandler(event:NetStatusEvent):void {
         switch (event.info.code) {
              case "NetConnection.Connect.Success":
                   //connectStream();
                   break;
              case "NetStream.Play.StreamNotFound":
                   trace("Stream not found: "/* + myStream.source*/);
                   break;

  • When there are several tabs open, why does the search always take place on the 2nd tab (the first tab seems never to change from the home page) despite my selecting a different tab in which to do a google search?

    I have Mozilla Firefox 10.0. When I open it, it correctly opens on the homepage in the first tab. Once I have another, or several, tabs open, no matter which tab is active, any google search I do immediately takes place in tab No 2. It doesn't seem to matter how many times I go to e.g. tab 4 to do a search (because I wish to compare with the webpage open in tab 2), yet it always now does the search in tab 2. This is very irritating. There must be some setting that has gone pear-shaped, but where/which? Any suggestions? Thanks.

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • Would a backup occur if I was downloading pictures to Picassa 3. Did a real backup take place w/I-Tunes ? I don't remember if I saw that. Three days later while trying to sync I had a msg "iTnes has detected an iPhone in recovery mode.

    Would a backup occur if I was downloading pictures to Picassa 3 ??? Did a real backup take place w/I-Tunes, at that same time ???   I don't remember if I saw that on the screen.  Three days later while trying to sync my iPHone,  I had a msg "iTunes has detected an iPhone in recovery mode. You must restore this iPhone before it can be used with iTunes."
    Concern:  Will I lose all my media and other data ?  Just hate to push the RESTORE & UPDATE button, only to find out I have LOST all that stuff.  My son says it should be backed up when I did the 4.3.2 of iPhone. Concerned a ton over this problem. 
    Thanks to anyone out there who might be able to help.  Would appreciate any ideas.
      PLS HELP
    --tinker62

    Syncing photos does NOT sync the phone; the camera is considered a separate device from the rest of the iPhone. You sync with iTunes, and should do it often enough so you don't cry if you lose all data on the phone.
    At this point you have no choice; there is no way to NOT restore it. If the last backup is not corrupt it should restore the phone as of the time of the last backup.

  • Why does it take a while bfeore my Safari and Mails kick in

    Once in a while my internet browser and Mail would take a while to start after i open it. My internet signal is full on a and very fast. I mean i don't have this problem on my MB or MBP.

    Try starting with this article from MacFixit (Cnet now)
    http://reviews.cnet.com/8301-13727_7-20016549-263.html
    Also likely to find tips from users on MacIntouch.
    http://www.macintouch.com/readerreports/index.html

  • Why do text notifications take a while to appear?

    I am using an iPhone 6 that is just barely over a month old with the latest iOS update. I have not dropped my phone in any way that would damage it but I'm having issues with my text notifications. I will recieve a notification that says someone sent me a text 8 minutes or so ago but I only recived the notification just then. This problem only occurs when my phone is locked. And another issue I'm having is that I will open up a text conversation and new texts will not appear until a couple of seconds have passed (I can deal with this but if anyone has solutions they'd also be appreciated). If anyone has any solutions to these inconveniences please help. I'm considering taking the phone to Apple as soon as I get a chance. This is my first iPhone and I love it but I am fairly upset with this problem.

    Sorry
    It's a direct TCPIP connection via a switch
    192.168.1.200 - 255.255.255.0
    If my Rigol DS1074Z is on and I start my PC
    I don't have a delay, but if I power on My DS1074Z
    it takes a while.
    The USB Connection is just in time available.
    In Pascal
    viOpenDefaultRM(defrm);
    Error := viFindRsrc(defrm, '?*?', list, nmatches, matches);  // Open the device
    if Error <> VI_SUCCESS then begin
    end;

  • Why it's take a while to get a TCP Connection

    I Guys
    I open VISA Interactive Control
    and I see my USB Connection just in time,
    but the TCP/IP Connection takes at least 5 min to be recognized.
    What is the reason for this and can I force the auto detection?
    I Develop an Application in Delphi

    Sorry
    It's a direct TCPIP connection via a switch
    192.168.1.200 - 255.255.255.0
    If my Rigol DS1074Z is on and I start my PC
    I don't have a delay, but if I power on My DS1074Z
    it takes a while.
    The USB Connection is just in time available.
    In Pascal
    viOpenDefaultRM(defrm);
    Error := viFindRsrc(defrm, '?*?', list, nmatches, matches);  // Open the device
    if Error <> VI_SUCCESS then begin
    end;

  • Will DTP's take place in process chains

    Hi,
    Any one tell me that DTP's will take place in process chains,if yes how.In which situations DTP'S,transformations & datasources will come.Please tell me with suitable examples.
    THANK YOU,
    SEKHAR..

    Hi,
    Datasource :
    The data source is PSA where the data from source system come and sit in the first place. usually the data is not
    transformed in any means while coming to PSA. that means we are getting the data replicated from source system in to PSA.
    Transformation :
    Transformation is the set of rules that connects PSA and Data target (either DSO or CUBE).
    This set of rules are designed so as to transform data based on requirement. for example from source we get grade as A,B and C. we need to load cost based on the grade. this can be achived using transformations. we can use a formula or simple abap program to achieve this.
    DTP:
    DTPs trigger the dataload from source to target. when transformation acts as a bridge between source and target, DTP selects the data that needs to move through the bridge.
    DTP helps in selecting data using option full or delta and also using selection conditions.
    So DTP is used to select data and acts as trigger to push data from source to target.
    In process chains, we use infopackage to fetch data from source to PSA(datasource)
    after that we run the dtp to push data from psa to target. So the answer for your question is yes we can use DTP in the Process chain.
    Hope this clarifies your doubt..
    Thanks and Regards,
    Srinath

  • **Tech explanation why BACKUPS take long, how to make it very short, etc*

    I noticed my backups to increase quite a bit over the last few days. I also noticed so many posts on why are backups taking so long, what can I do (only solution given is to click x or modify so that backups are not done, etc). Well to answer all those that want the "real" answer, I decided to do a few minutes of research and share what I've learned. I have seen nothing at all on google or anywhere else about the recommendations I'm suggesting, but from my experience I think it will answer 99% of all the backup threads on this site.
    All your backups are being stored in:
    XP: C:\Documents and Settings\(Your Name)\Application Data\Apple Computer\MobileSync\Backup\
    Vista: C:\Users\*Your User*\Appdata\Local\Apple Computer\
    Mac: ~/Library/Application Support/MobileSync/Backup
    The main directories are GUIDs that are based on the version of the iphone, so you may see more than one folder. Make sure to view the date last modified of the folder to make sure you go into the latest one. Order the files inside this directory by date modified. Here you can see how many files are being updated ON EVERY BACKUP. The older ones are not being backed up anymore because you probably uninstalled that app on the iphone (apple doesn't delete old unnecessary backup files that won't be ever used - bad programming #1). They are encoding all these files and inside the files in base 64, so you can decrypt them to view the contents, but you don't really need to and I don't have to show how for the solution to this. Open a file in wordpad. Within the first few lines you'll get an idea of what the backup is.
    So here is the solution....sort these files by date modified. My biggest single file was 29,582KB!! looked inside and it's the WeDict app. There are other files from WeDict, but obviously for me if I want fast backups I need to get rid of this app. A few other top files I found are awesome apps on the iphone that have awesome trailers, intro movies for games, etc. Well guess what, they backup every single game intro, trailer, etc. So for instance, the game tap tap tap has a few m4a songs....well every one of those m4a songs are encrypted and backed up EVERY TIME (apple backups up files that don't need to be backed up which would probably reduce backup times by at least 98% - for instance, intro movies don't need to be backed up, nor app songs, nor game instructions, etc because that information should be on itunes backed up separately when you install an app, not when you do backups and it should be smart enough to update that folder when a new version is out....and only do backups on files that can change like high scores in apps, notes, etc - bad programming #2).
    So anyway, you can see which apps are taking the most amount of time. Obviously if you remove every app on your iphone, it will backup fast, but some of these apps are shockingly huge. Problem here is that you can have 1 file or 100 files associated with 1 app. You could have only 2 apps installed on your iphone and your backups could be slower than a person having 30 apps just because some apps take a ridiculous amount of more backup data and time and what makes this even worse is every part of the data is encrypted, which I will talk about below (which doesn't need to be). Only time that file is not going to get updated is if it's deleted from your iphone.
    You don't HAVE to use base 64 encryption. Come on now, especially on apps? They could lighten the encryption and it would be much faster backups because it has to decode and encode every file now. You are overencrypting these files so huge programs take forever backups. (Bad apple programming #3 don't over encrypt when speed is a necessity on something that doesn't need extreme high security).
    As a developer with a computer engineering degree, to also make it even faster than what users were experiencing with backup times prior 2.0. They are obviously not tagging each portion that needs to be backed up individually. Lots of software companies do this to speed stuff up. For instance if you have Kaspersky antivirus with the defaults, the first scan will always take long, but every scan afterwords will be fast because instead of rescanning that file for a virus, it just checks to see if the checksum has changed and if so rescan that file, so most of the time the scan will happen fast unless there has been a period of time that you haven't done one that updates the checksums. They could do something very similar with this. So basically even if you changed a few things on your phone, the backup should be only a few seconds because only those few changes would be signaled to be rebacked up. (bad apple programming for backups #4). This process can make backups be from 98% faster to 99.98% faster....meaning having a backup only take 4 seconds even with 100 apps installed. Actually coding this one thing would make it extremely fast, but would take the most programming time. You can even make an algorithem where for the whole backup process it would just have to read one file that it would check checksums and then tell it to modify 1 or 2 other files and that's it as opposed to backing up (for me almost 5,000 files) some being several MB in size.
    So all the above should give apple suggestions on how the can speedup backups by 99.98% faster than how they are doing it now and then anwers all those questions why it takes longer, what needs to change, how can I shorten my backups (this way you can find out what apps are taking the most time), etc.
    The problem here is apps will continue to grow, become larger, more trailers, movies, songs embedded inside apps, etc. This problem is only going to grow. The additional problem is that they can say they have tweaked the backup programming to make it faster, just like they did in 2.0.1, but backups seem slower because there are newer better more awesome apps out!! Well that's why it doesn't look like it's faster but it's slower! They will keep doing this as opposed to solving the root of the problem by recoding the whole backup foundation as I'm suggesting from above. Backups will forever take longer and longer and longer and longer. That is what you have to look forward to. My guess is that they are not going to fix the foundation of how backups are done anytime soon having a good idea how they are doing this one. They would have to do a massive overhaul of the whole backup code, which basically they would have to admit that all the time coding this way was a waste and they see no profit from it and we deal with it just by pressing x sometimes. We can complain all we want, but for awhile if you don't want long backups, this is the real solution. What's funny is writing this email took much more time than figuring out what apple is doing, but I think this will help many apple iphone users. Let me know what you guys think.

    Supposedly apple made backups slightly faster on 2.0.1, but like I said in my original posting above...it will get worse and worse because of the apps.
    Just to verify and you could do this yourself. Right before you plug in to sync and it auto starts the backup process do this...go to the folder where all the files are as mentioned above, sort it by date modified. Add a refresh button on the toolbar. Then start the sync/backup, keep refreshing and you see the files getting updated. There are even temporary files apple's backup process creates that you don't see that keeps adding to a file, so even if you see one file updated, you might see it updated a few times until the whole backup for that file completes.
    Here are my stats:
    For me this time it took 27 minutes (earlier it took 2 minutes, but like i said with updates to apps, more apps, depending on types of apps, your computer speed, etc it will increase.
    For me: In 27 minutes, it updated 1707 files with a total size of 82.8MB. There are a ton of computers that are much faster than mine that I'm sure would cut the minutes down. I have 6 pages of apps, but like I mention above, that doesn't matter because you could have one app that has 400 files with a large size. I would be interested in others posting their results, maybe in this format:
    27min 1707files 82.8MB Pentium4HT Antivirus and other large programs running in background.
    If you are interested you can even download program that will decrypt these files so you can view them in more detail...for mac, for instance, there is something like this: http://mac.softpedia.com/get/iPhone-Applications/Tools-Utilities/iPhone-Backup-D ecoder.shtml It allows you to backup and modify. It may help you decide what is taking your backups so long and you can decide if it's worth having that app installed versus not having a good backup. You can also pick out you sms backup file, contacts backup file, etc for those really interested in having backups of those specific files.
    Hope this helps clear up things for everyone.

  • How to "select" sth which takes place every n days?

    Hi there,
    I'm developing a JSP/Servlet-based event calendar for young people in a big German city. I recently ran into a problem while implementing a new feature requested by the team which is maintaining the website. Editors can enter events over a web-based form; currently supported are events which take place on a single day or spawn over multiple days.
    I've been asked to provide means of entering something like events which take place every n days, starting at a given date.
    I thought about storing the start date and an integer which holds the number of days after that the event should take place again. This would be very easy to implement on the frontend: A textfield/dropdowns for the date and a textfield/dropdown for the "repeat every n days" thing.
    But I can't think of any reasonably fast way to get those events from the database when my servlet should display all events between, let's say, December 1 and December 24.
    The only thing which came to my mind was selecting every event's start date, taking the "repeat every n days" field an check if the current date is one of those "repeat days" by repeatedly adding the "repeat every n days" value. But this would seriously affect the servlet's performance. Let me explain the above idea with some pseudo code:
    ResultSet rs = stmt.executeQuery("SELECT * FROM events ...");
    while (rs.next())
    Date startDate = rs.getDate(...);
    // don't care about the single-day and multiple-day events here
    int repeatEveryNDays = rs.getInt(...);
    while (startDate <= currentDate)
    if (startDate.equals(currentDate))
    // show event on search results page
    else
    // increase date by "repeatEveryNDays"
    startDate.day += repeatEveryNDays
    }As I knew this forum very well, let me emphasize that this is not some kind of homework assignment. If you want prove, go to http://www.under18.de and look at the site. But I doubt that will keep the trolls away from this topic :(
    Thanks for your ideas,
    Philipp
    PS: For those not so capable of understanding what some call German g, here's a Googled translation into English (ahem... ignore the text, it's colloquial German and Google doesn't seem to like it): http://translate.google.com/translate?u=http%3A%2F%2Fwww.under18.de&langpair=de%7Cen&hl=en&ie=UTF-8&oe=UTF-8&safe=off&prev=%2Flanguage_tools

    I just thought about this one: Assume I have an event
    starting on Nov 2 taking place every 7 days. Now I'd
    search for events between Nov 3 and Nov 11. The
    difference of start date - STARTDATE would be
    1, divided by 7 would be 1/7 (about 0.142857).
    Adding 1 to 0.142857 would be rounded to 1 (using
    integers), resulting in Nov 4 if I'm right. Well, Nov
    4 falls between start date and end date
    but there actually is no event on Nov 4 according to
    the 7-day period defined above. I don't get any
    further with your "calculate the next event based on
    that number plus one".Taking your example, the difference between start date and STARTDATE is 1 day, which means that the first event is after start date. Now the first occurrence that is after start date is (0+1)*7+STARTDATE, which is (Nov 2 + 7).
    All you have to do with this number is to make sure it isn't after the ENDDATE value (to verify it is in your repeating schedule), and doesn't fall after the end date that you are comparing for.
    Some math major can probably explain the calculation better than I have, but the basic idea is figure out what the first occurrence is that is after your start date and then make sure it's not greater than end date.

  • Pages 5.2 - When I try to reorder different pages it just takes all the pages within the document and turns them into a stack! Why is this happening and how can I oder pages as the update is meant to let me?

    When I try to reorder different pages it just takes all the pages within the document and turns them into a stack! Why is this happening and how can I oder pages as the update is meant to let me?
    Any Help?I know the update has only been out a while but if anyone has an idea why it is doing this, please let me know!

    But you are telling me something I already know.
    Be precise.
    It is not Pages '09 that is broken.
    I am back in Mavericks and testing Pages 5.2.
    There are improvements, we shall see how useful, but in less than a minute I have already discovered bugs.
    Peter

  • I like to know when i use fire fox why it take so much resource of my computer ? it almost 1/4 of my 4gig of memeory , ihave 6,7 page of firefox window open

    i like to know when i use fire fox why it take so much resource of my computer ? it almost 1/4 of my 4 gig of memory , i have 6,-8 page of firefox window open at cpu level its is almost 25% been used up. i see its taking too much resource i wonder why ?? how not to take so much and it crashes often.. any help,ive 24.0 ,

    Firefox add-ons take some memory. This amount varies depending on the add-on.
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    Does this decrease the memory usage? Please report back soon.

  • Samsung screen blinks and takes a while to come on

     Why does my Samsung screen keep blinking when I press the button and it takes a long time to come on?

    Hello Gin-e,
    You should contact Samsung if you are talking about your Samsung monitor. it could be expected behavior or it might not be. I've noticed on some Samsung monitors that it takes a while to boot and the monitor doesn't come out of sleep mode very well. Sounds like you have a monitor issue though and as the monitor is not an HP monitor I wouldn't be able to provide you any information on if that behavior is to be expected or not.
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

Maybe you are looking for

  • Wireless network only visible on Mac but not PC

    Hi all, I replaced my Linksys router with an Airport Extreme. I configured a wireless network and I can see the wireless network on my MacBook Pro. However, while my PC's can still see the old Linksys wireless network, they don't pick up the wireless

  • Very Slow Download Speed

    Hi, I am experiencing very slow downloading speeds, when I am just normally downloading something in Safari, or downloading a torrent with upto 100 seeders. The maximum download speed I have seen on my computer is 80kb/s, which is painfully slow for

  • MacBook OS x not compatible with ipad2?

    Is my MacBook OS X nots compatible with iPad 2?  Unable to access iTunes from iPad to MacBook.

  • XDCAM clip browser won't open on Mac

    This seems like a basic problem, but I can't get the clip browser that came with my EX-1 to open. It installed fine and confirmed that it installed. When I go to "applications" it's there. When I double click on the app file, I get an error message s

  • Here's a quirk for ya...

    Lately, when I right-click on a song and choose "get info" (to change the volume of a song, change the artwork or whatever) it won't let me. No window pops up, but the blue stripe that highlights the current song turns grey (like what it would look l