JSF RI 1.2_4 and before bug in encodings i think

im from Bulgaria and Im using cyrelic characters in one JSF page using SUn JSF RI implementation .
The problem is that sometimes ( 1 from 30 openings of a page ) the Cyrlic characters looks like "???" only when i refresh it is okei .
im using facelets but i try without them the result is the same.
Every character is getted from resource bundle in UTF 8 encoding
keys are somethink like :
steptwo_livein_rent=\u043F\u043E\u0434 \u043D\u0430\u0435\u043Cand from time to time everythink looks ???? or not all fields just one of them not only input fields not only output fields i think random fields looks like ????
that is realy realy very strange have somebody have solution ?
what have i try :
1)i try to use <f:view locale="bg_BG" >
2) i try to use charset=utf-8 and charset=1251
the result is the same.
i see somethink like this :
http://isy-dc.com/~naiden/JSFBug.JPG
can i use some phase listener and to be able to set the encoding to the response ? or can i make something ?
Message was edited by:
JOKe

im from Bulgaria and Im using cyrelic characters in one JSF page using SUn JSF RI implementation .
The problem is that sometimes ( 1 from 30 openings of a page ) the Cyrlic characters looks like "???" only when i refresh it is okei .
im using facelets but i try without them the result is the same.
Every character is getted from resource bundle in UTF 8 encoding
keys are somethink like :
steptwo_livein_rent=\u043F\u043E\u0434 \u043D\u0430\u0435\u043Cand from time to time everythink looks ???? or not all fields just one of them not only input fields not only output fields i think random fields looks like ????
that is realy realy very strange have somebody have solution ?
what have i try :
1)i try to use <f:view locale="bg_BG" >
2) i try to use charset=utf-8 and charset=1251
the result is the same.
i see somethink like this :
http://isy-dc.com/~naiden/JSFBug.JPG
can i use some phase listener and to be able to set the encoding to the response ? or can i make something ?
Message was edited by:
JOKe

Similar Messages

  • JSF vs. JSP and IDE Question

    I'd like to get an opinion from the forum, I'm looking to build a web application that provides a front-end to a back-end, batch Java app. The back-end app has pre-existing common classes and methods with all of the essential business logic.
    My first question is, what platform should I be looking at, Javaserver Faces or JSP? JSF is so new and all of the bugs surely haven't been worked out, but it is the heir apparent new direction of J2EE. JSP is a little more proven, but a little more difficult to work in. This "more difficult" might not be so bad for us, because we've developed most of our back-end app without an IDE or drag-and-drop tools.
    My second question regards IDE's. I'm relatively new to OO programming, and I've never used an IDE. So, of the many free IDE's out there (Eclipse, Netbeans, etc.), are there any that you would recommend for your answer to the first question? How large of a process improvement would you judge from a move to an IDE with drag-and-drog functionality?
    So, in short, I would appreciate any of your opinions on moving to a new JSF standard as well as your thoughts on IDE's.
    Thanks.

    If you don't want to sepnd much time and want to do something in the middle between JSF and JSP, you can use JSTL. Lots of cool JSTL components are available for free. Using struts (which is timetested) is also a good idea.
    If you have never used any Java IDE, I would suggest you to use netbeans ide. Netbeans is really cool ide and has some good features like refactoring, jsp debugging etc. You will have to use Tomact as your server if you want to use JSP debugging effectively.
    Eclipse with right plugin (My Eclipse) would be the best choice but you will have to understand some eclipse concepts before jumping on eclipse. It took me little time to figure out view, perpectives, plugins jargon.
    Also My Eclipse is not free but it's very inexpensive - $30 per year.
    All these are my experiances. I hope it helps you.
    Vaibhav Puranik

  • Iphone 4 (White MC604FB) Update iOs 6.0 - Wifi Problem and iphone bug when trying to unlock on call receive. Is this a known bug ?

    Dear Members (and Apple Team)
    I have two iphones 4 and two bugs on the white one
    1/ Is the first gen (Black)
    2/ Is the second gen (White MC604FB)
    I both uptdated the into Update iOs 6.0 -
    Bug 1 : With the white iPhone 4 i have a real Wifi Problem, as close as 5 to 7 meters from any WiFi spot, i lose the signal, where my "black" iphone at the same time and same distance shows full signal (and tested with safari.... works).
    Bug 2 : Once the white iphone is in "stand by" when trying to unlock on incoming call, the touch screen works and receive the touch information, but it bugs on trying to unlock to receive the call. (very very anoying :o) have to call back almost every time.
    Are those already known bugs ? Is there a fix ?
    Reagrds
    Alexandre

    Dear Diesel
    Thanks for your prompt reply.
    I did restore before posting, in evry possible way. no improvment.
    I have 24H ago updated to iOS 6.01. So far no more "screen jam" on incoming calls, but the wifi is still inconsistent with very poor signal strenght (compare to my black iphone 4)
    PS : For information, did beleive  there was two versions of iphone 4 (In Europe ) :
    1/ Is firts generation "gen" with With board MC603FB
    2/ The white one for me with board MC604FB

  • JSF 1.2 RI and facelets

    Hello, we have some component library that builds on JSF 1.2 RI and facelets. Usually JSF 1.2 cannot run on WLS 9.2 because it requires JSP 2.1 (thus weblogic 10). However,
    since we use facelets and thus no JSP, in this case JSF 1.2 can run on WLS 9.2 (and it does work).
    However to run as portlet, we need to use some JSF portlet bridge.
    Does anyone have experience with this? We would like to try two ways:
    1. Bridge to JSR 168 as local portlet, then run this afterwards as a WSRP remote portlet (once you have a local portlet running this should cause no issues).
    We already have it running (with some issues, using the sun jsf portlet bridge which is tuned towards JSF 1.2) inside pluto, no I'll try out WLS portal and I would expect no extra issues since we already have a JSR-168 compliant portlet. What do you think?
    2. Bridge directly to WSRP bypassing JSR 168. I read that BEA provides a bridge (which then can even run as a simple producer not requiring a portal domain but may run in a normal WLS domain) that does this. I do suspect that this bridge is specifically tuned to JSF 1.1 and JSP (maybe even to weblogic provided JSF tags) and it might be quite hopeless to get JSF 1.2 RI + facelets to run in this way.
    Before wasting my time I would be grateful if someone could shed some light on this.
    Regards,
    Peter Mutsaers
    Edited by mutsaers at 03/21/2007 5:49 AM

    I'm having issues with JSR 168 portlet with JSF v1.1 (Sun RI) on BEA Portal 9.2. See http://forums.bea.com/bea/thread.jspa?threadID=400002399. I've not had any luck with BEA support so far. It'll be great if you can share your thoughts/experiences with JSF and JSR 168.
    Thanks.

  • [svn] 3789: Integrated Build 192 of what used to be called TCAL (and, before that, Vellum).

    Revision: 3789
    Author: [email protected]
    Date: 2008-10-21 12:55:26 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Integrated Build 192 of what used to be called TCAL (and, before that, Vellum).
    The Text Component ActionScript Library (TCAL) has been renamed to the Text Layout Framework. Its classes are now in the package flashx.textLayout rather than in flashx.tcal, and they are packaged into SWCs named textLayout_xxx.swc rather than tcal_xxx.swc. The XML namespace for importable markup is now "http://ns.adobe.com/textLayout/2008" rather than "http://ns.adobe.com/tcal/2008".
    QE Notes: Please update package names (and XML namespaces, if necessary) in all test files.
    Doc Notes: Please eliminate all references to "Text Component ActionScript Library" or "TCAL" and use "Text Layout Framework" instead.
    Bugs: -
    Reviewer: -
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/fxg-manifest.xml
    flex/sdk/trunk/frameworks/mxml-2009-manifest.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextInput.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTextBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/TextOperationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextFlowComposer .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/utils/TextUtil.as
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    Added Paths:
    flex/sdk/trunk/frameworks/libs/textLayout_conversion.swc
    flex/sdk/trunk/frameworks/libs/textLayout_core.swc
    flex/sdk/trunk/frameworks/libs/textLayout_edit.swc
    Removed Paths:
    flex/sdk/trunk/frameworks/libs/tcal_conversion.swc
    flex/sdk/trunk/frameworks/libs/tcal_core.swc
    flex/sdk/trunk/frameworks/libs/tcal_edit.swc

    Revision: 3789
    Author: [email protected]
    Date: 2008-10-21 12:55:26 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Integrated Build 192 of what used to be called TCAL (and, before that, Vellum).
    The Text Component ActionScript Library (TCAL) has been renamed to the Text Layout Framework. Its classes are now in the package flashx.textLayout rather than in flashx.tcal, and they are packaged into SWCs named textLayout_xxx.swc rather than tcal_xxx.swc. The XML namespace for importable markup is now "http://ns.adobe.com/textLayout/2008" rather than "http://ns.adobe.com/tcal/2008".
    QE Notes: Please update package names (and XML namespaces, if necessary) in all test files.
    Doc Notes: Please eliminate all references to "Text Component ActionScript Library" or "TCAL" and use "Text Layout Framework" instead.
    Bugs: -
    Reviewer: -
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/fxg-manifest.xml
    flex/sdk/trunk/frameworks/mxml-2009-manifest.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxTextInput.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTextBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/TextOperationEvent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextFlowComposer .as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/utils/TextUtil.as
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    Added Paths:
    flex/sdk/trunk/frameworks/libs/textLayout_conversion.swc
    flex/sdk/trunk/frameworks/libs/textLayout_core.swc
    flex/sdk/trunk/frameworks/libs/textLayout_edit.swc
    Removed Paths:
    flex/sdk/trunk/frameworks/libs/tcal_conversion.swc
    flex/sdk/trunk/frameworks/libs/tcal_core.swc
    flex/sdk/trunk/frameworks/libs/tcal_edit.swc

  • [svn:fx-trunk] 11574: Drag and Drop - Bug fixes:

    Revision: 11574
    Author:   [email protected]
    Date:     2009-11-09 10:53:35 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Drag and Drop - Bug fixes:
    - Added slight delay before drag-scrolling start.
    - Single selection ctrl+drag fixed.
    - Default drop indicator for List that doesn't have drop indicator specified in its skin. The default DI is specified through the new dropIndicatorSkin List style.
    - Memory leak for the drop indicator dynamic skin part.
    - ListItemDragProxy incorrectly listed in spark-manifest.xml moved to SparkClassess.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24047, SDK-23999, SDK-23871
    Reviewer: Glenn, Deepa
    Tests run: checkintests, mustella (List, ListDragDrop)
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24047
        http://bugs.adobe.com/jira/browse/SDK-23999
        http://bugs.adobe.com/jira/browse/SDK-23871
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/HorizontalLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/TileLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/DropLocation.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListDropIndicator.as

    Just found a reference to a work around to the issue by putting the macbook to sleep & waking it.  Worked a treat !
    This makes it usable again.  Which is lucky as I was preparing to see how far I could toss the macbook !
    Suppose I'll need to wait for a patch.

  • How come whenever i plug my iPhone 5 into the computer the device will not show up on my itunes.  This is the first time that i have done it since i updated to iOS7 and before i had no problem but now it just wont work.

    How come whenever i plug my iPhone 5 into the computer the device will not show up on my itunes.  This is the first time that i have done it since i updated to iOS7 and before i had no problem but now it just wont work.

    Hi Celia51510,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    I can't tell from your post if you are using a Windows or a Mac Computer.
    Try deleting the iTunes application and redownloading the version you need below:
    iTunes 11.1 Download for Mac
    http://support.apple.com/kb/DL1614
    iTunes 11.1 for Windows (64-bit)
    http://support.apple.com/kb/DL1615
    Cheers,
    - Judy

  • Optimizing iPhone battery life: Between charges and before replacement

    FYI. An excellent iPhone battery care article by iPhoneAtlas.com:
    Optimizing iPhone battery life: Between charges and before replacement
    http://www.iphoneatlas.com/2007/07/09/optimizing-iphone-battery-life-between-cha rges-and-before-replacement/

    OK, I agree that is a completely false statement. The rest of the article is pretty good.
    If you assume a linear decrease in battery charge for each full cycle (which it really isn't, but much easier to model in a spreadsheet). Then 80% of original charge after 400 full cycles is approximately 0.8% loss in battery charge per full charge cycle (again this is a simplification, stay with me). This means that after 400 cycles, you are at approximately 80% of your original total charge level. As stated by Apple.
    So, extrapolating that out to EOL (end of life) which Apple assumes to be 50% battery charge, it would take approximately 1,000 full charge cycles for your battery to be EOL (according to Apple). It would actually be slightly less than that since it won't be a linear function.
    For me, that's 2 to 4 years of use depending on whether or not I continue using the iPhone as much as I have this first full week.

  • I am very disappointed with iTunes.  I have 1200 songs and I can't play them.  I try to play them and before one song finish a song starts playing. This then results in hearing two songs at the same time. I will like to know if you can fix this. I feel li

    I am very disappointed with iTunes.  I have 1200 songs and I can’t play them.  I try to play them and before one song finisha song starts playing. This then results in hearing two songs at the same time.I will like to know if you can fix this. I feel like listening with the iTunesplayer is useless.

    I don't know man I too hope apple will do something this new I-tunes blow my top lost my whole tune!!!

  • [svn:fx-trunk] 10075: Cleanups from the spark text changes and some bug fixes for VideoElement.

    Revision: 10075
    Author:   [email protected]
    Date:     2009-09-08 18:01:58 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Cleanups from the spark text changes and some bug fixes for VideoElement.  Also some PARB changes for UIComponent.
    TitleBar: Changing the skin part type from Label to Textbase
    UIComponent: skipMeasure()->canSkipMeasurement() to be in line with GraphicElement.  This has been PARB approved.
    UIComponent: same with hasComplexLayoutMatrix...this replaces hasDeltaIdentityTransform.  This has been PARB approved.
    StyleProtoChain: cleanup around what interfaces to use
    TextBase: clean up code that?\226?\128?\153s no longer needed.
    VideoElement: Fixing 4 bugs:
    SDK-22824: sourceLastPlayed keeps track of what video file we?\226?\128?\153ve called play() with last.  This way if a user pauses the video and wants to start it up again at the same point, we can call play(null) on the underlying FLVPlayback videoPlayer.  However, anytime the souce changes, we want to null out sourceLastPlayed.  This was causing a bug when someone set the source to null and then reset it to it?\226?\128?\153s previous value.
    SDK-23034 (GUMBO_PRIORITY): This deals with some FLVPlayback quirks around sizing.  I had put in a fix so we weren?\226?\128?\153t setting width/height on the underlying videoPlayer too many times, but apparently we need to make sure it always gets called once.  Hopefully when switching to Strobe we can cleanup this logic...I put a FIXME in to do this.
    SDK-21947/ SDK-22533 - some video files don?\226?\128?\153t always send out a metadata event.  I?\226?\128?\153m not quite sure why this is, but in case this happens, we do a check in the ready handler to see whether we should call invalidateSize() to make sure it gets sized properly.
    QE notes:-
    Doc notes:-
    Bugs: SDK-22824, SDK-23034, SDK-21947, SDK-22533
    Reviewer: Glenn, Corey
    Tests run: checkintests, Button, GraphicTags, VideoElement, and VideoPlayer (some VideoPlayer were failing, but I think it should be fine)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

  • I had a prepaid card added to my i tunes and now the game is asking to be updated and before i can update i need to put in the prepaid card information but i threw the card away there was no more money on it what do i do?

    I had a prepaid card added to my i tunes and now the game is asking to be updated and before i can update i need to put in the prepaid card information but i threw the card away there was no more money on it what do i do?

    I just found another address book entry that was repeated 2473 times!!!   This is a just a little ridiculous, don't you think?   And why that one?  Most are ok but ....

  • Unable to read SD cards, CF cards, etc with windows 8. Windows 7 and before work

    Hi everyone,
    One strange thing I've found with Windows 8.1 is that if I try to access a SD card, micro SD card, CF card, or similar, I get an error that says something about you need permission to access this. I've tried giving myself permissions, but it still doesn't work.
    The SD card is from a digital carmera. 
    The microSD card is from my Android device.
    The CF card is from my Nikon D70.
    The odd thing is they all work in windows 7 and before. 
    Added oddity: if I plug my android into the computer and browse that way when the device comes up, I can access it. 
    This is happening on any windows 8.1 machine (pro/enterprise)I've tried it on. I've googled the issue but have found no resolution.
    Has anyone else seen this?
    Thanks
    This topic first appeared in the Spiceworks Community

    Added Info for original posting:
    Windows 8.1 64 bit OS.  Dell box shipped with Windows 8 and upgraded to 8.1 via the Windows store.  As stated in original post, computer is Dell XPS 8700, I7 cpu with 16 gbs of RAM.
    Happy to answer any more specific questions.
    Richard

  • Photoshop Elements 11 Organizer: Full screen view of lower quality than with PSE 10 and before?!

    Upgrading from PSE 10 to 11, I noticed that when I watch my images with the organizer in PSE 11 in full screen view mode (F11), while the images load faster, they are shown in a lower quality than in PSE 10 or any other version of PSE that I owned before. In PSE 11, after the initial viewing in full screen (in the "fit screen" mode), when I click with the mouse on an image to display the "100%" view, there is a delay and the program says "Loading...", after which the 100% view in the full screen mode appears. When I then click another time with the mouse on the image to get back to "fit screen" mode, I get an image of better quality than during the initial view!
    So it seems like the program first gives a faster, but lower quality view of the image in full screen mode, and only after the user requests a 100% view, it actually loads the image with full detail, which is then preserved when going back to the "fit screen" view. This is a serious issue for me, because I also use PSE organizer to present my pictures to other people, and I don't want to show them some lower quality versions of my images, but the full quality ones, without having to first choose "100% view" and then go back to "fit screen".
    How can I make the PSE 11 organizer give me a full-quality full screen image right away, as this used to be the case in PSE10 and before?
    (I have both versions, PSE 11 and PSE 10, now on the same computer and tested this to confirm that the PSE 11 initial full screen view is of lower quality than the PSE 10 one. Also in PSE 10, there is practically no delay for displaying the "100%" view afterwards, indicating that the image was loaded with full detail right away.)

    - Update:
    * Adobe's senior support level has replied to me about this issue as follows:
    "Thank you for contacting Adobe.
    When you press the F11 button, Organizer 11 uses the Bicubic
    interpolation mainly because it is less processor intensive compared to
    Bicubic Sharper, and it helps to create the preview on the fly, rather
    than based on the thumbnail cache.
    When you zoom out from the 100% view, Elements Organizer uses Bicubic
    Sharper. This is because Bicubic Sharper is used for image reduction, so
    if the 100% view is larger than the available screen space, it will need
    to shrink. The Bicubic Sharper images may look more crisp however, Like
    any sharpening algorithm, Bicubic Sharper introduces halos and
    edge-enhancement artifacts. Those halos are typically slight, but any
    further sharpening (which you'll need when preparing an image for print,
    for example) will exaggerate them.This is expected behavior. The
    Organizer isn't great for determining exact quality, I recommend you to
    use Elements Editor for this purpose.
    Thank you,
    Bobby Johnson,
    Adobe Technical Support."
    * My reply on this to Adobe is:
    "Hello Bobby,
    thank you for your reply. Now at least we are talking about the same thing.
    Why I am wondering about the choice to use the "Bicubic" algorithm when pressing F11 in PSE 11 is that all previous versions of PSE that I owned (which spans from PSE 6 to PSE 10) did use the "Bicubic Sharper" algorithm right away when pressing F11. So apparently Adobe didn't worry about processor intensity of this algorithm then, and computers are getting all the time more powerful.
    It is true that in some situations, the "Bicubic Sharper" algorithm may introduce halos and edge-enhancement artifacts, as you write. On the other hand, especially on smaller resolution screens, the results of the "Bicubic Sharper" algorithm may look more crisp and lively, while the ones of the "Bicubic" algorithm may look more flat and lack fine detail. This is not only my personal opinion, but as I have brought up this topic in several forums, I can see that I am not alone here.
    So assuming that the question about preferring "Bicubic Sharper" or "Bicubic" as a default algorithm when pressing F11 is partly a matter of taste, and partly a matter of the hardware the user has available, why can Abobe not give the user an option to choose which one he/she would prefer? For instance, F11 gives full screen view with "Bicubic" applied, and CTRL+F11 with "Bicubic sharper"? Or make this an option in the preferences?
    As I am using the PSE organizer also to present pictures to other people (and I know many people who use it that way too), I would like to show them my pictures as sharp and detail-rich as possible. Therefore, I would highly appreciate an option as described above to be implemented in the PSE 11 organizer via an update. It should be fairly easy from a programming point of view, since both algorithms are already contained in the program anyway."
    * If you support this suggestion of mine as stated above, please also contact Adobe accordingly! The more support requests they get for this, the more likely it is that they will implement this update! You may mention my case number 0184046323 for reference.

  • Help! I have recently updated LR5 and before doing so I was able to email files to clients! (Very Convenient) Now my problem is I have not been able to get pass this error message reading "failed to send" which gives no further detail about what to do to

    Help! I have recently updated LR5 and before doing so I was able to email files to clients! (Very Convenient) Now my problem is I have not been able to get pass this error message reading "failed to send" which gives no further detail about what to do to rectify the situation. Someone please guide me through this! Thanks in advance!

    Did this ever get resolved, as I am having the same issue.  Trying to learn LR5 AFTER a decade using Aperture.   I was able to set up a validated account but when I try to send an e-mail or photo I get the simple " Failed to Send " message.   Using latest version of Mac OS X.

  • MacBook Pro - Bluetooth and Speaker bug

    Hello,
    I've bought a new speaker (JBL Pulse) one day ago in order to use it like speaker for my Macbook pro.
    Here it is, I need to use a bluetooth connection if I want to use my JBL speaker. My bluetooth is able to see my speaker, so they are connected. Everything works fine but after 1min, I can't explain why but the connection between them is broken. And it does it every time.
    So first of all, I've tried other devices. My iphone is ok, my ipad is ok, I've tried with 2 other Macbook and everything works well. So I've concluded that the bug comes from my computer.
    I have a magic mouse so I thought that maybe my mouse could create some disruption. I have disconnected my mouse but the bug is still here.
    Then, I've called apple support.
    The guy told me to do many things like reboot the macbook and other stuff like that. At the end he told me to reinstall my OSX. So i did it and the bug is still here.
    Then I have even tried to delete the file inside my DD thinking that maybe it could help. but I have still the same problem.
    It's not the first time that I have some troubles with my bluetooth. Sometimes it happens that my magic mouse is disconnected while I'm using it. Or even sometimes when I try to click on the bluetooth icon it doesn't even answer. And I have to restart my computer.
    I'm a little bit frustrated because my macbook pro is in very good condition and it's a young one (almost one year). I don't have a lot of stuff inside.
    A friend tried to solve the problem but he thinks that the problem comes from my "network card".
    Thank you for your help and If you have any idea, do not hesitate Thanks
    I wanted to go to the apple store but still not open in my city... (frustrated again ^^) So I'm gonna call them Monday morning if I'm still without any solution

    I have the same problem with my older white Apple Wireless Extended Keyboard, which had been working fine with my 2009 iMac. But I experience the issue sporadically with my new Mac Mini. I've read reports of people resolving some BT issues by turning off "Allow Bluetooth devices to wake this computer" in the Advanced pane of the Bluetooth System Preferenes Pane.
    There are also people having the issue on iOS devices using various Apple BT keyboards. No help, but interesting to note that it's happening across various devices, keyboard models, and OSs.

Maybe you are looking for