Work-around to maximize a window

Hi
I am using the following code to maximize my windows
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
SET_WINDOW_PROPERTY('TOP_WINDOW',WINDOW_STATE, MAXIMIZE);however when I run the form via application server, the user still needs to double click the master window title bar to see the default oracle's message bar to see the running count e.g. Record: 1 / ? at the bottom.
if this is an issue with my current version of forms which is Forms [32 Bit] Version 10.1.2.3.0 (Production), is there a way to replicate the oracle message bar so that it is viewable?

Hello,
This is the default Applet behavior. This maximize property won't work for the web base forms.
In the alternative solution what you can do is you can resize the page length from the Application Server configuration. Decrease the length from configuration then it can fit completely in front of user.
-Ammad

Similar Messages

  • I have an Iad2 and ever since ios6-there are issues.I get occasional lock-ups and have to reboot. The WSJ app freezes when running their videos to the end. The only work-around is to stop the video before it's over. Worse than windows me !!!!!

    My Ipad2 worked perfectly before ios6 upgrade. It now freezes occasionally and I have to reboot to get it to work. Also the WSJ app will now freeze if I try and run one of their videos that is imbedded in the article. My only work-around is to stop (press done) before the end of the video or I have to do a total reboot. The problems remind me of Windows ME . Will Apple resolve these issues or become more like Microsoft. Hopefully there will be a restore button in the future like Microsoft was forced to do because a lot of upgrades are just terrible. Am I crazy or are there other people having the same issues with ios6, or could this just be a coincidence and my ipad2 is starting to fail just when ios6 arrives ?

    I know this will not help but, the bluetooth headset I purchased for my wife works great and it pairs with our car and our sound bar in the livingroom (Motorola Droid Razr) 98.72.16.XT912.Verizon.en.US
    However I did not upgrade over the air but from a android web site and placed it on my external sd card. I believe this made the difference in why we had no issues and upgraded functionality has been great.
    Please note when I mention these bluetooth devices I mean the Razr connects with no problems.
    It also had no internet issues and none of the problems others have complained about in other threads.
    unfortunately when you say thousands have these issues I cannot say that is accurate. The hope is when large numbers of owners have updated to the Jelly Bean and are complaining inmase then Motorola will issue a patch to verizon to get out to the affected users.
    Of course now that Google owns Motorola Mobility and has laid off loads of workers it may never issue an os patch.

  • 200ms delay in windows tcp ip - how to work around?

    I have just found out the hard way that there is a inherent 200ms delay in sending TCP/IP messages on windows machines. Work arounds for this are:
    1. Play with the registry settings for the TCP Receive Window;
    2. Set the TCP_NODELAY via the wsock32.dll (or on socket establishment), or
    3. Write my own TCP library in C.
    My preferred option is #2 as the others defeat the purpose of LabVIEW, however the wsock32.dll functions require the SOCKET reference as an input - I am not sure what the connection ID returned by the LabVIEW TCP functions is - can someone help me??
    Cheers,
    Wayne

    Wayne,
    I am hoping that you have already heard back from Austraia support, but I will post here as well.
    LabVIEW has the Nagle algorithm on by default. We have written a VI that will turn it off. Please see KnowledageBase 2ZAH5EEG: Do LabVIEW TCP Functions Use the Nagle Algorithm?. This should resolve your issue.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • [Work around] iPod Classic automatically disconnects when open itunes (PC Windows Vista)

    I have a:
    iPod Classic 120GB
    HP Pavilion Laptop
    iTunes 10 (latest)
    Windows Vista OS (32-bit)
    THE PROBLEM
    I connect my iPod to my laptop with a working usb cable. The computer recognises the iPod as is shows up as a drive in "My Computer". But as soon as I open iTunes program, iTunes recognises the iPod for a few seconds, then automatically disconnects from the program and the computer.
    Only after updating my iTunes to 10 have I encountered this problem.
    I have tried all the suggestions on the apple forums and others to no avail.
    THE WORK-AROUND
    Calling this a work around simply because it is definately not a solution. and developers should really get off their backsides and fix this bug.concerning the problem of iPods (particular the older models) automatically disconnecting.
    When connecting the iPod to the computer (NOT IN ITUNES), open the iPod drive through "My Computer", keep that window open as a folder, then proceed to run iTunes. This should allow you to use iPod through iTunes as normal.
    NOTE: this is not a superfix and may not work for everyone, but it won't hurt to try. for more drastic but permanant solution, switching to 3rd party software might be for you. I have tried Songbird and had no problems link: http://www.howtogeek.com/howto/29716/heres-five-alternatives-to-itunes-10-for-ea sily-managing-your-ipod/
    Hope this helps. Peace

    I'll give this a shot, thank you for posting. I don't want to say I'm glad it's a bug but it's better then two brand new ipods in 10 days being crap.

  • I bought a airport-extreme but the software to program only works on Windows 7 to get it to work. Any work around?

    I bought an Airport-Extreme but the software to program it only works on Windows 7 and above and I have an XP? Any work around?

    Have you tried AirPort Utility 5.5.3 for Windows
    You need to have  XP SP3 installed on your PC to run this version of AirPort Utility.

  • Java 7 U25 work around does not work for windows 8

    I'm working on a java application which uses the statistical software R. This line Process p = Runtime.getRuntime().exec(C:\Program Files\R\R-2.15.1 + "/bin/" + "R CMD BATCH " + "./data/rJava.R");  in the application started throwing an error after the java 7 u25 update, but it was fixed by using the work around setting jdk.lang.Process.allowAmbigousCommands to true. This fix however does not work in windows 8, although the command does not error out with "cannot create process = 2" it just executes the line, but does nothing. But if I typed the command (R CMD BATCH " + "./data/rJava.R) directly into the commandline, it works perfectly. I've tried disabling the work around, and actually using suggested solutions in the release notes (see below), all worked in windows 7, but no success with windows 8. Any suggestions would be great
    Process p = new ProcessBuilder("c:\\Program File\\foo.exe").start();
    Process p = Runtime.getRuntime().exec(new String[] { "c:\\Program File\\foo.exe" });
    Process p = Runtime.getRuntime().exec("\"c:\\Program File\\foo.exe\"");

    avancentcisco - Win7 works fine with SSL VPN. But since we all were migrating to Win8, this was of no use to us. So we ditched SSL VPN all together.
    IPSec VPN with Cisco VPN Client (version 5.0.07) works absolutely fine on Windows 8. Once you get the set up right, everything works fine (we are using full tunnel) including internet access.
    If you struggle to get it working then let me know and I can help you out. There's not much info out there on the internet. I had to do it the hard way.

  • Insane XML Import, Huge Project, Duplicate file names work around...

    I planned on kicking off my journey attempting to edit a massive multi year documentary on FCPX with a nice introduction of the blog I'm going to keep about the experience, but I've run into a bit of a roadblock, or maybe major speed bump at least before even getting to that point. I wanted to share what is working as a work around for me and you guys can tell me how I'm doing it wrong.
    Ok, I will try to explain this as succinctly as possible. I'll write in somewhat stream of consciousness just to try and get through it quicker... Basically, after discovering the work around below, I am now utterly confused on how FCPX handles the relationship between its own database of where media is stored, and the actual media itself. I have plenty experience on FCPX now, probably done 30-40 pro commercial jobs on it over the last year since XML became doable as I'm also a Resolve Colorist and all the FCPX projects where hardcore coloring product spots. For commercial work, I never needed to worry about splitting up footage up over multiple Events. Everything, all in one, FCPX handled it no problem. (well the occasional beach ball, but that seems to be a thing with FCPX in general)
    This will be my 10th feature documentary as an Editor. Every one before it was either on Avid's many flavors over the last 12 years or FCP Studio. When this new film came along, I made the decision a few months ago to use FCPX for a few reasons, but mostly because I'm insane and I like to try to mix it up for myself in a career that can get stale quick if you aren't willing to be that way. The film was shot over 2+ years, every shoot was multi cam 5D (yes i know, looks great, but please kill me), I haven't done the math on length, but there is over 10,000 clips of video (this is actually medium in size compared to what I've dealt with before). Its 5D, so theres external audio for everything. FCPX's syncing is great, but I've learned that theres an unsaid window of heads and tales clips must fall within to sync properly with the nearby clips, if they are too far apart FCPX gives up. One shoot day could have 3 cams, 50 clips each, and 2 audio files to sync to, FCPX simply cannot handle this, so off to Plural eyes they went, no problems.
    Ok, all this is relevant eventually I swear! Again, in the past, all in one event, no problem. I tried for fun to bring all media into one Event on this film. It worked, but there is a 10+ second spinning beach ball for every single move you make, so thats no good. Ok, I'll separate the Events out to, lets say, each shoot month. Well that's dumb, in verite documentary, any shot could be the first, any shot could be the last, you need a command over all searchable footage at all times. Shift selecting all events to search *****, and it actually takes longer for FCP to reload each event each time than it does to just have the one massive one. So no go there. Next hair brained idea... What if make a new Event that is just Compound Clips of all the other Event's contents and do more with Markers and Favorites in logging that I was planning to parse it all out. That way I'm working with and FCPX is dealing with 50-60 clips instead of 10,000+ Quick test, Cmd-A, Opt-G, boom, boom, boom, move all to dedicated to Event, hide huge Event, BEHOLD, that works! FCPX chokes a little bit on the insane length of some of the clips, but searching, and general performance is back on par!
    So your saying to yourself "Ok *********, sounds like you figured it out, what's the problem." Well to you I say, "Not so fast!" Remember, that was just a quick test using the media I had imported into the massive 10,000+ clip Event. To do this project proper, I am having to import Multicam sync'd XMLs from Plural Eyes. And this is where it all starts to fall apart. A little foreshadowing for your eager eyes. 10,000+ files all shot with multiple 5D's over the course of years. What does that mean? many, many duplicate file names!
    FCPX as well all know irritatingly imports XML's as new Events, not into existing ones. This obviously takes a lot of burden off media management because with a new Event comes a new database referencing its own version of the raw media. All well and good, and I'm betting its starting to click for some if you advanced users where I'm finally going with this. So I have 50 or so XMLs to bring in, all done no problem. Now I want to replicate that singular Event like I did with the Compound Clip test and have it all in one place to be my master as extensive logging begins for easy searching once editing begins. Highlight the Events, click Merge Events. NOPE. I get a new "Kill Yourself Now" error (a term I coined for Out of Memory and General Error messages in FCP Legacy meaning there ain't much you can do about it): "Two or more files have the same name. Change the names and try again, because I don't know what the **** to do with them." Ok I made up that last part but that's basically what it's saying. Just take the variable out of the equation, this happens with every which way you could try to get the clips together. Merge Events, dragging events on top of each other, dragging just the Multicam clip alone, nothing gets passed that message. What's worse is that while Batch Renaming seems like a solution, the renames do not populate inside the created clips and there is no way to Batch Rename those. Renaming everything at the finder level isn't so great because then I'd have to resync and theres an offline/online thing going here where the film has to be reconformed eventually.
    Basically, I've found that FCPX handles media management in completely different ways depending on whether you are importing into one Event yourself or doing essentially what is a new import with FCPX moving or merging Events. If you bring in all the media to one Event, on a macro level FCPX goes through file by file making aliases referencing the master file. If it hits a duplicate, it makes a parenthesis counter, and keeps going. And with the genius of FCPX metadata, that file name doesn't even matter, you can change it at the Finder level and FCPX will keep the link intact. BUT for some reason if you try to do this outside the realm of a single Event and combine files after the fact a different process takes over in creating this database system and can't handle the duplicates. I can't totally figure the reason other than it probably is scared to change the originally referenced alias to something else (which it shouldn't be scared of since Merge Events deletes the original anyway).
    This is where it gets INSANE and where I lose all understanding of what is going on, and believe me it was a delicate understanding to begin with. It comes in to play with the work around I figured out. I make the master Event with the 10,000+ clips. Then I import all the XMLs as dedicated Events. Now, I then drag the Multicam clips into the master Event, it WORKS! just takes it, no "Kill Yourself Now" error. Stranger still, now with the switched referenced Event, it even takes into account which aliased duplicate file name it's referencing in the Original Media folder. Somehow, it's taking into account the original file path and saying "Ok, I see 5 instances of MVI_5834.mov. Based on the original file path or maybe creation date or god knows what, it must be MVI_5834 (fcp3).mov." It connects perfectly. I can even remove the old XML imported Event with no problem. Crazier yet, I can now move those again to the dedicated Event I wanted originally that only contains those Multicam or Compound Clips.
    So instead of going straight from A to C, going from A to B to C works even though that actually seems way more complicated. Why can't FCPX handle Merge Events and dragging clips the same way it handles media imported into a single Event. And weirder still, why can't FCPX handle the (fcp1,2,3...) appending in the same scenario. But if the appended links are already there, No Problem. And for the love of god, it'd be nice to important XML's into existing Events and make the correct referencing happen right from the get go, which is really the source of all the above headache. I'd have no problem helping FCPX with a little manual pointing in the right direction just like any other NLE needs.
    Ok, having said all of that crap above, my question is, have I missed something completely simple I should have done instead? Now that I have everything in place how I originally envisioned, I think I will still play around a little bit more to make sure FCPX is really going to be able to handle this project. I'm at a stage right now where going another direction is still an option, although the dare devil in me wants to make this work. Media management aside, once you start editing on a FCPX timeline, its hard to go back to anything else. Apple is going to have to figure out some way not to access to everything at all times to work fluidly or big projects like this are never going to be practical in FCPX.
    Sorry for the long confusing post....

    I'm having the exact same problem, but I know nothing of ruby scripts. I've exhausted my resources with tech support, and after literally hours of work with them it seems I now am faced with either re-rating each individual song, or pointing iTunes to each song that it can't locate. Is yours a solution that could help me? How can I find out more about Ruby Scripts? Thanks for your help, hellolylo (or anyone else who might also be able to help...)
    Kenn

  • Work-around for Mavericks USB-sync crippleware?

    Has anyone found one? Does reinstalling 10.8 work?
    I grudgingly started using iCloud when I had no choice. It is not reliable. Constant problems syncing calendars, contacts, mail accounts, etc. And I am currently in New York City, with excellent mobile data coverage and frequent access to Wifi. But I spend large parts of my life in places with no Internet. And still do not understand why Apple apps on two pieces of Apple hardware should not be able to talk to each other with the USB cord that Apple provided with purchase.
    So is there a work-around? Ideally one that does not involve wasting any more time uninstalling and reinstalling operating systems?

    Yes it's back! ( and works! ) Thank you Apple!
    Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you.
    Sometimes it's just the simple things...
    My world is put back....
    jeff
    ...now if we could just get double clicks on Folders in the Finder to open new windows.....
    <sigh>

  • Syncing of Apps and a Work Around I Thought Of

    (this is an excerpt from a previous thread which was not answered - if you could kindly help me out with this and offer your expertise it would be greatly appreciated. Thanks!!)
    Hi All,
    I know this will be quite a change of tone from what you've been getting so far here in this thread, but I want to start of by saying thank you, for all the help and guidance you have been and are giving us. I greatly appreciate it.
    I have a question on apps folder structure upon restoring from backup. I will share with you the chronology of events, what I understand, what I hope to achieve and what ways I think this can be achieved. By sharing with you my whole thought process, I hope to get your critique and correction if at any part I have misconstrued the logic. Thanks in advance again.
    I have 2 iPhone and 2 iPads. When I bought my first iPad (brand new) I plugged it into iTunes and did a restore from my iPhone 4G backup. I believe I selected "Sync Apps" (though I can't confirm now cause I formatted my computer already) because all my iPhone apps were synced to my iPad - which is great. Q1 --> Because I restored from my iPhone 4G backup which presumably had "Sync Apps" checked, I believe my first iPad's iTunes syncing options also had "Sync Apps" checked as well - reason is that all the "Music", "Movies" and "Photos" options were also transferred over. Am I correct? Thanks
    So for the rest of the post, I will assume the iTunes setting for my 1st iPad was set to "Sync Apps" (until you correct me otherwise).
    My computer was running a bit crappy --> Windows, I know haha, so I formatted it. I did not save my backup file to an external harddrive and then put it back into the %appdata% iTunes Mobile Sync folder. Therefore after formatting, I plugged my iPad into the new computer and did a backup. Because (if I remember correctly, - (Q2) please correct me if I am wrong) it sensed my iPad as connect to a previous iTunes it asked me if I wanted to disconnect from the previous iTunes and sync to this one cause I do know that we can only sync to one iTunes at a time. I had to re-configure all my "Music, "Movies" and "Photo" settings again as this was a new iTunes configuration - which I do understand. Q3 - if I have a new iTunes because I formatted my computer, but I ported over the old backup file and restored my iPad from there, would it still be considered a new iTunes link and thus I have to configure everything again? I don't think so cause the backup contains all the settings; what I think will happen is that I will just be asked if I want to disconnect from the old iTunes and connect to the new one, and all my settings will be restored from the backup.
    So I synced my "Music", "Movies", "Photos" and also "Info" and "Podcasts" (I don't use "TV Shows") and got it all set up. Only thing I didn't tick was the apps - perhaps cause I didn't take the time to understand it previously owing to the fact that I didn't need to then ha, but now I do!! So after everything was synced, I did a backup. After reading your thread, and the link you gave, I understood that I have to transfer purchases from my iPad because my iTunes had no apps - as it is a "new iTunes". So I transferred my purchases.
    Next I joined my 2nd iPad (second hand iPad) and did a "Restore" (If you are experiencing problems with you iPad, you can restore its original settings by clicking Restore.) to wipe out apps etc that the previous owner had. Q4 - what is the difference betwixt the "Restore" in iTunes below "Check for Update" and the iPad's "Settings" --> "General" --> "Reset" --> "Erase All Content and Settings"? I believe (with some experiments ha) the "Restore" in the iTunes will give me a "brand new" iPad but I don't know what is the difference betwixt that and "Erase All Content and Settings".
    I then restored from the backup of my 1st iPad. But remember just now I mentioned that I did not tick the "Sync Apps" in my 1st iPad's settings? So after the restore was done, I had all my "Music", "Movies" and "Photos" + "Podcasts", "Info", everything but my "Apps" --> because I didn't tick "Sync Apps" in my backup. So my 2nd iPad had everything but "Apps".
    Now I need to rectify that and create a mirror of my 1st iPad. I don't jailbreak my iOS devices and all my Apps are bona fide purchases with my hard earned money . Here is the solution I thought of and the single problem I face.
    Solution: On my 2nd iPad, click Sync Apps, select all the apps I want in my iPad, and then click Apply. Then I restore the backup of my 1st iPad. That restores all my app data and very importantly, my folder structure (cause when we have a lot of apps and we organise it all into folders, re-putting them back into folders can be quite time consuming; quite the antithesis of computing in the first place).
    This truly give me a mirror image of my 1st iPad (please kindly correct me if I am wrong). The only problem is that, the Sync Apps is still not ticked. Q5 - Is there any benefits of my ticking "Sync Apps" vis a vis doing it this work around method? (Update: I thought of something - "Sync Apps" would allow all the apps on my iPad to be automatically synced to my iTunes but for my work around, I need to think of all the apps I want on my iPad and tick them. If it is for example 50 out of 50 apps, it's simple. But if it's 50 apps out of 150 apps in my iTunes then it would be a big headache. Any other benefits / costs?) My "File Sharing" is still working ok - in the sense I can still transfer data to my apps without having it synced (thankfully it is not sync dependent - but please once again correct me if I am wrong).
    The reason why I do this work around method is because if I were to click "Sync Apps", it would get all my apps into my iPad but it would destroy all my folder structures. Q6 - however if I do this "Sync Apps", when the apps are transferred to my iPad I would have all the app data on my iPad already right? Because I postulate it work on a n-tier abstraction separating data from the app. I think this is true because previously I restored from backup and had some apps missing, but when I downloaded the app all the data was "magically" there.
    Q7 - is there any way to maintain apps folder structures when I am syncing to a new iTunes instead of the work around I have thought of?
    Q8 - and last question haha. My iPad has 10 3rd party apps now for example. If I backup now, it would backup the app data of all 10 apps (3rd party apps - notation left out for simplicity sake moving forward). However if I deleted 2 apps from these 10 apps, then if I backup the 8 apps, would it mean that the backup no longer stores the 2 deleted apps's app data? I think that would be the case but I would just like to confirm.
    Thank you for reading my very long post and I really appreciate all your help, Allan and all others. Looking forward to your advice, guidance and response!! Thank you once again!!!
    P.S. does iTunes lag quite a bit in Windows (if you are a Windows user)? For me it's not the quickest programme around; can get quite laggy sometimes, on my newly formatted and empty 64 bit 4GB Dual Core 2.4 GHz HP TX2 and Acer computer as well

    If you restored to factory settings/new iPod and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
    Apple Retail Store - Genius Bar

  • 10.4.9 Printing Work-Around Fix - 10 Steps

    VonB has already listed a fix in this thread.
    http://discussions.apple.com/thread.jspa?messageID=4234084&#4234084
    Unfortunately the links he provided there are for a paid site, and if you don't have a membership you're outta luck. I've taken his info, used it and written what I think are clear instructions to help you be able to print in 10.4.9 until Apple releases an update patch. Special thanks to Vonb for pointing me in the right direction.
    Hope this helps...
    Jim
    10.4.9 Printing Work-Around Fix - 10 Steps
    Problem - Many programs will not print in OSX 10.4.9.
    What This Fix Does - Allows you to print in TEXT EDIT. You can then save MS Word files as Text Edit files and print them. Hopefully a fix will soon be released by Apple for OS 10.4.9 or MS for office 2004.
    What This Fix Does Not Do - It won't allow you to print in MS Word if you currently can't, and it won't allow Appleworks to work if it currently doesn't.
    Difficulty - easy to moderate. Can you paint by numbers or do you tend to draw outside the lines? If you follow the directions closely you'll be ok.
    Disclaimer - I typed this fix out for myself and have applied it to my 5 personal macs and 4 at work. It hasn't crashed any of them, but I don't want you to get ****** off at me if it does... so if you screw your mac up by doing this don't say I didn't warn you. This fix isn't for newbies.
    Time to complete - about 1/2 an hour.
    Special Instructions -
    A. You'll need to be logged in as the administrator of the computer you're working on. I've written this help missive in real plain language. If it seems like I'm speaking down to you I'm not, I'm just trying to make sure you don't screw it up and send me nasty emails.
    B. Check to see if TEXT EDIT already prints for you, if it does then skip to #10. (TEXT EDIT can be found in your APPLICATIONS FOLDER on your Macintosh HD.)
    OK... here we go, THE TEN STEPS! (cue dramatic music)
    1. Delete all of your printers in the PRINT & FAX set up in SYETEM PREFERENCES by following this path - BLUE APPLE / SYSTEM PREFERENCES / PRINT & FAX. If the plus and minus button on the bottom left of the dialog window that appears is grey'd out, you need to CLICK ON THE LOCK and UNLOCK it. You'll need the administrator password to do this. Once the lock is unlocked, click on each printer listed there and then click the minus button. Repeat the process until all printers in the print & fax dialog are deleted.
    2. Download two programs from the net. (REMEMBER where you download these files on your computer.)
    A. Download a program called CUPS from this site. http://www.cups.org/software.php?VERSION=1.3svn-r6326&FILE=cups/1.2.8/cups-1.2.8 .dmg
    CUPS is a unix program that Apple uses within Mac OSX to print. Download version 1.2.8 only. When you get to the site, you will have FTP and HTTP buttons to select where to download from. If you're already in a browser, click on one of the HTTP sites. That way you don't have to open an ftp program.
    B. Download and install a program called PRINTER SETUP REPAIR (VERSION 5.0.5) from this site. http://www.fixamacsoftware.com/software/index.html
    PRINTER SETUP REPAIR is a shareware program we'll use to fix some issues... if this works I suggest you go back to this site and be a good net citizen and purchase the software. If it doesn't then don't buy it.
    3. Install CUPS by clicking on the CUPS.DMG file twice. This will open the DMG file on the desktop as a hard disk image. Open the CUPS HD image and click on the CUPS.pkg twice to install the program. Follow the instructions to the end. After installation click close button.
    4. Open psr505te.dmg by clicking on it twice. (it might be called psr505TE.dmg.zip. if it is, click on the psr505TE.dmg.zip file twice to open it, then click on the psr505TE.dmg file twice to open it.) Once the psr505TE.dmg is open, open the PRINTER SETUP REPAIR HD on your desktop. Inside is a program by the same name. Open it by clicking on it twice.
    5. Click the "TRY IT" button, type in your admin password, and click the CONTINUE button
    6. On the left side of the Printer Setup Repair dialogue window, click CUPS TOOLS icon. in the middle of the dialogue box, if the screen reads " cupsd is running" click the STOP button located just to the left.
    7. On the lower right hand side of the Printer Setup Repair dialogue window, under the words "replace current cupsd.conf file with", SELECT "new cupsd.conf file". Then click GO. Then click CONTINUE in the next dialog box that appears.
    8. On the left side of the Printer Setup Repair dialogue window, click on the FILE PERMISSIONS ICON. Make sure that all of the boxes in the middle of the Printer Setup Repair dialogue window are checked except for OMIT LOCALIZED FILES and both of the FOR ALL USERS boxes. At the top of the screen in the middle click on the PRINTER ICON THAT HAS A QUESTION MARK on it. In the window that pops up click CONTINUE. This will run VERIFY AND REPAIR PERMISSIONS from inside the Printer's Setup Repair Program. (I know, there is a repair permissions in the Disk Utility Program already on the mac, it doesn't do something that this program does. I don't know what it does, but this works and Disk Utility doesn't.)
    9. Run it AGAIN! (the second time does the trick for some reason. just once didn't do it on three out of 5 macs that I used this work around on). This should allow you to print in TEXT EDIT.
    10. If you are using Microsoft Word and you want to print something, you need to SAVE AS a text only file (File menu / Save As / Format - Text Only) and print by opening the document in TEXT EDIT and printing from that application. So far this fix has worked on 1 intel iMac, 1 lamp stand iMac, an eMac, a Macbook and an iBook. (Funny enough, my G4 sawtooth Mac running 10.4.9 works fine and prints from MS word without a hitch.)
    If this fix works for you, i encourage you to go back to printer's setup repair's website (http://www.fixamacsoftware.com/software/index.html) and purchase their software.

    Use the install disk that shipped with your Mac to "Repair Disk"
    Steps for using Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair.
    If you repair errors run it until no errors found.
    Let us know.
    -mj
    [email protected]

  • Audio/Animation Bug, with a work-around

    This is one of those cases where TechSupport believes a
    work-around is fine to something I would consider a bug. Took me a
    while to find the solution so I'd like to share with everyone my
    problem/solution.
    Background: I have a presentation with recorded audio on a
    slide that uses custom animation; in this case I've drawn circles
    and squares against an image to highlight a point. The animation is
    "on click" specific per Breeze. One of those animations creaps in
    slowly.
    Issue: When that same presentation from the Content Library
    is shared in a Meeting, in my opinion all sound should be
    "disconnected" unless using the presentation playbar. However, I
    have found that during the building of the screen (using Next/Right
    Arrow), the "sound behind the animation" comes through. Not
    terribly anoying for fast entrances, etc., but when something
    creaps in, you can have a lengthy audio playback during that time.
    IMHO, this shouldn't happen.
    Solution: (two; 1 TechSupport, 1 mine) TechSupport says to
    save the presentation as a different file name, close and delete
    the .ppc file, reload into PowerPoint, accept the load without
    audio and republish. Then in the meeting room simply select that
    renamed file. Major drawback on this point: I've got a file upload
    limit on my account. I've just doubled the space required per file.
    My solution was to use the Pod Options on the share, select
    Show Presentation Playbar and mute the audio. Simple.
    However, I still think the audio snippets behind the
    animations are a bug.
    Thanks for letting me get the word out about audio behind
    animations.
    JR

    First Try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some original photos from other library that are not rotated properly and check to see if the same problem persists. If it does persist do the following:  make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    Click to view full size
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    If still not working correctly continue with the following:  apply the fixes below in order as needed:
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • BO 4.1 SP3 WebI section space Issue - Work around

    System:
    SAP BO 4.1 SP3 Update
    Windows 2008 R2 Std x64 Edition SP1
    Universe - Single Source UNX
    We upgraded from SP2 to SP3 recently and while working on the WebI report, I noticed that WebI reports with Section creates big spaces between sections and the table block. There is a setting to adjust the Top header vs actual section header space using Format Section. But in the View Mode, there will be lot of space between table blocks due to the Section boundary.
    So, I read web articles and tried couple of options but in vain. But the following work around helped me to overcome this issue !!
    I tried to create it from a new 'Add report' in the same WebI report, so that I can reuse my earlier tables/cross tabs etc.
    1. At the bottom of the WebI report Right click the tab -> Add report -> In the new sheet go to Report Elements -> Section -> Insert Section and select the object from the UNX.
    2. A new section is created.
    3. Now check whether you can adjust the section size manually. If yes, then copy the Header content / table blocks from the problematic tab to this new tab;
    4. You can use the newly created section report for other problematic report tabs.
    The above steps are work around ONLY.
    For me it looks like a SAP Product bug. If anyone else had similar issue please post your comments !!
    Thanks,
    Chithresh

    Are you also having issues with merged dimensions that are used on the sections?
    I've had to unmerge, merge, and create the section again. It throws an error if I don't do that.

  • The Ipod cannot sync - disk cannot be read from or written to - Work around

    I have been having the same problem and have talked to Apple support several times. It seems like the major problem is with Windows xp media center edition. They got back to me today with not a solution, but a work around. It seems to be working so far. If you are running media center edition open device manager and expand universal serial bus controlers by clicking on the + sign (with the itouch not connected) If you see "standard enhanced pci to usb host controller...right click on it and choose disable. Close device manager and reconnect your itouch to the computer. The sync will be much slower but it seems to be working for now. I spoke to a level 2 product specialist, and he was very helpful in giving me this "work around". He promises to get back to me with a fix asap. In that event I'll post the fix here.
    Thanks,

    Yes yes this worked for me too! ***?
    I have Windows Media Center as well. I have tried EVERYTHING and I mean EVERYTHING including reinstalling my OS. I have spent all of yesterday and all of today not to mention much time over the last few months trying to get it to work better. Not since getting my iPod have I ever been able to get everything to sync. Restores simply resulted in movies that previously worked not working and ones that didn't start to work. Oh and this is my third individual one. Seriously this works, but is a pain because now a single movie takes about 20 minutes or so to copy. Lame. Well I am going to call Apple tech support and mention this to them and also put something into feedback. It is ******** that people have to jump through so many hoops to get this to work. Apple is lucky this isn't my sister or my girlfriend. Anybody who doesn't have much experience with computers would be lost.
    Thanks though! Same here, you saved my life as I was seriously ready to throw this out the window, as much as I love it! :O
    Apple, please do something about this.

  • Work-around for lack of cut and paste for files in finder

    I am new to Mac and have observed some past but closed discussions about the annoying lack of cut and paste in Finder. I too find it very time-consuming to move a file into the folder where I want it to live - especially from downloads. Using a MacBook Pro 13", my open windows are naturally on top of each other and using drag and drop with a touch-pad for file organisation is very cumbersome. Four finger behaviour on touch pad only helps so far.
    The approach I adopt is to use cmd c to copy the files or folders in question. cmd ` to flick between finder windows (usually more than one is open) and cmd v to place the files or folders where I want them after navigating through to the destination folder. Shift cmd N gives me a new folder if required. cmd ` takes me back to source folder (usually downloads) so I can cmd delete the files and keep things tidy. This is lengthy to write down. It is however reasonably quick if your fingers know the keyboard shortcuts.
    Is there a more efficient way for me to work around this inhibitory feature of Finder? "Save as" is only good if you know you have a folder in your file structure already created and named and suitable to receive the file you want to file away (usually an attachment to an email).

    This is in reply to your last paragraph...
    This is the Mac OS default Save As... dialog:
    Notice that there is a downward pointing disclosure triangle to the right of the Save As: field. If you click on the disclosure triangle, a full Finder window will be exposed, and this will enable you to place downloaded files wherever you like.
    Notice, also, that in the bottom left hand corner of the exposed finder window, you are able to create a new folder (in any location on your system) to which you are able to download files.
    This works the same way in any Save As situation, using any app, and the app you are in will remember where you last chose to save a file so that repetitive navigation in these dialog boxes is somewhat reduced.

  • Oracle EBS 11.5.10.2 not working in IE 9 on Windows 7 64-Bit

    Hi,
    I upgraded our Oracle EBS(11.5.10) to 11.5.10.2+DB 11g R2+Sun JRE.
    Some users having IE 9 on Windows 7 (64-Bit) are not able to access the Forms based products, though this combination is mentioned in Note: 290807.1.
    Please let me know if any work around is there for this issue. Users don't want to use FireFox.
    Rgds,
    Thiru

    Please post the complete error message as requested above.
    Also, check Apache and the application.log file for any errors.
    In Steven Chan blog its mentioned that the following is supported for R11i.
    32-bit Windows 7, 32-bit browsers, 32-bit JRE
    64-bit Windows 7, 32-bit browsers, 32-bit JRE
    Our users are having 64-Bit Windows 7 and IE 9. Since I didn't know if the IE 9 was 32-bit or 64-Bit , I removed the IE 9.
    64-Bit Windows 7 is not allowing 32-Bit IE to be installed.You do need to install a 32-bit of IE9.
    I have all the pre-requisites mentioned in the blog.Please post the complete error message.
    Thanks,
    Hussein

Maybe you are looking for

  • Keyboard Stops Responding For Minutes At A Time, Then Comes Back Normal

    This is a very strange problem that has appeared in the last week or so. Right now as I am using my PowerBook G4 10.4.9 2GB RAM everything is working fine. But every once in a while the keyboard will completely stop responding. The mouse/cursor can b

  • Spinning beachball when scrolling pages; filling forms

    1.3.1 on 10.3.9 Didn't notice when this started, but for some time now, scrolling a page or filling out a form is cumbersome as the program hesitates, often for a few seconds, with a spinning beachball as I move around the pagee or click on buttons.

  • G4 imac - 720p?

    I'd like to get some 720p video currently my G4 imac to show up on my 720p HDTV with the full 1280x720 resolution. It is uncompressed 720p so my G4, slow as it is, can play it back without the gitters. So using the HDTV as a monitor would work, but I

  • CIFS authentication process, for a novice "windows" guy

    i have a virtual network configured with a server2003AD, a NW6.5.8 server with CIFS and an xp pro sp3 with no novell client on it. The XP authenticates to the AD. The CIFS is configured to use the AD domain controller to authenticate. Am i to underst

  • Logic faders in dbfs?  How much headroom?

    Hello, It is my understanding that logic's faders are set in dbfs. However, I have also heard that when the levels on a fader hit 0 (in the red) in logic, that you still have 4 more db of headroom. Is this true? Does that mean that 0 in logic is actu