Bug in rendering UICommand as a button

I think the RI has a bug when it comes to rendering an UICommand as a submit-button. The problem is that the commandName is rendered as the name of the resulting input type="submit" HTML-element and not the compoundID. The problem now makes itself visible when you have a structure such as
form
form/table
form/table/row1/someoutput
form/table/row1/someinput
form/table/row1/acommand commandName="bla"
form/table/row2/someoutput
form/table/row2/someinput
form/table/row2/acommand commandName="bla"
someoutput and someinput get the right names, but both acommand's get the name "bla". Now when I click on acommand in row2, the acommand in row1 gets the call since it is the first one that is visited and generates the application event. When I now try to find out, from which row the event originated, I always get row2.

moreover, using compound-ids here will make
application events dependent on the page namespace in
which the command buttons exist - which i think is
undesirable ...I wasn't proposing that the compoundId should be used to trigger the application events. I just said that it would be more consistent to use the compoundIds to connect the generated HTML-elements with the UICommands.
If I get it right, then the component tree is generated while the JSP is executed. So the UICommand in the tree can hold the commandName while the corresponding HTML-element - here an "input type='submit'" - has the compoundId as its name. When the user now clicks on the button, the UICommand can find this out by searching and finding the request parameter with the compoundId as its name. It then can add a new FormEvent with the commandName it holds.
Consider the case of a product cataloge as known from amazon.com and various other online shops. Beside each product there is a button such as "Put into cart". When each product with all its information and this mentioned button make a row in a table, there is no real need to give each of those buttons a unique commandName, because you can always find out which table row is the parent of the UICommand that added the FormEvent. And with this you can easily determine which product shall be added to the cart.
I think in this situation it will make a cleaner code to have many UICommands with the same commandNames "addToCart" than with different ones such as "addToCart2623525", "addToCart4948383", "addToCart002892782" and so on. It's just more object-oriented. Well, at least it feels more object-oriented that way for me.

Similar Messages

  • Bug on "rendered"

    Hi all,
    I had the following case which shows the bug on "rendered"
    TEST 1:
    <af:inputText value="#{'Y' eq bindings.v1Return.inputValue}" id="it5">
    <af:inputText value="#{'Y' eq bindings.v2Return.inputValue}" id="it6">
    The screen output :
    true
    false
    TEST 2:
    <af:inputText value="#{'Y' eq bindings.v1Return.inputValue}" id="it5" rendered="#{'Y' eq bindings.v1Return.inputValue}" >
    <af:inputText value="#{'Y' eq bindings.v2Return.inputValue}" id="it6" rendered="#{'Y' eq bindings.v2Return.inputValue}" >
    The screen output :
    true
    TEST 3:
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq bindings.v2Return.inputValue}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    The screen shows correctly except that this panelGroupLayout(with all children) is hidden
    TEST 4 (Bug):
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq bindings.v1Return.inputValue}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    Loading error... The page does not show up.
    TEST 5:
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq 'Y'}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    Everything shows correctly in the screen
    =============================
    I need to use the EL expression to control this panelGroupLayout rendered or not using v1Return and v2Return. They are the return values by invokeAction.
    However, it seems that there is a bug here...

    <UIXInclude><tearDownVisitingContext> Tear down of include component context failed due to an unhandled exception.
    java.util.NoSuchElementException
         at java.util.ArrayDeque.removeFirst(ArrayDeque.java:251)
         at java.util.ArrayDeque.pop(ArrayDeque.java:480)
    Action: Ensure that command line tool "adrci" can be executed from the command line.
         at oracle.dfw.impl.incident.ADRHelper.invoke(ADRHelper.java:1052)
         at oracle.dfw.impl.incident.ADRHelper.createIncident(ADRHelper.java:786)
         at oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl.createADRIncident(DiagnosticsDataExtractorImpl.java:688)
         ... 19 more
    I have soloved this wierd problem, it is not because of the component but position... see below...
    This is my page:
    <af:root>
    <af:panelGroupLayout1>
    <af:panelGroupLayout2>
    </af:panelGroupLayout2>
    <af:panelGroupLayout3>
    </af:panelGroupLayout3>
    <af:panelGroupLayout4>
    <af:inputText value="123" rendered="#{'Y' eq bindings.v1Return.inputValue}" id="it5">
    </af:panelGroupLayout4>
    </af:panelGroupLayout1>
    <af:root>
    The above page works fine.
    However if I remove panelGroupLayout4:
    <af:root>
    <af:panelGroupLayout1>
    <af:panelGroupLayout2>
    </af:panelGroupLayout2>
    <af:panelGroupLayout3>
    </af:panelGroupLayout3>
    <af:inputText value="123" rendered="#{'Y' eq bindings.v1Return.inputValue}" id="it5">
    </af:panelGroupLayout1>
    <af:root>
    Expression Error when loading the page
    So, on my first post, I add a <af:panelGroupLayout> to TEST 4, then It Is Working
    <af:panelGroupLayout>
    <af:panelGroupLayout id="pgl7" rendered="#{'Y' eq bindings.v1Return.inputValue}">
    .....// some af:outputText here
    </af:panelGroupLayout >
    </af:panelGroupLayout >
    So wierd..

  • JSF h:commandButton which renders as an html button rather then input

    I've been struggling to find a way to create a jsf command button that will render as a <button>. The reason I want to do this is so that I can include content inside my button, as the html <button> tag allows. Is there a way to do this, or is this in plan? I am currently using jsf 1.2.

    J-M_T-D wrote:
    To further clarify, I want a <button> tag, and NOT an <input> tag.I did this by creating a "custom component" which really was the existing HtmlCommandButton as the component and a new renderer which outputs the button tag. (I am using Facelets so no need for a JSP tag.)

  • Bug in rendering  HTML content Apex 2.2 (in Apex 2.0 was OK)

    We have many PLSQL processes which are called through boolean function which return some message as well as the result.
    <br>
    function some_func (pid IN NUMBER,err_msg OUT NOCOPY VARCHAR2) RETURN BOOLEAN;<br>
    and at the end function looks like:
    <br>
      :err_msg := 'Pitanje <*b>'||TO_CHAR(p_id)||'<*/b> je OK!';
      RETURN TRUE;<br>
    Later, in "On load before header", we call this function and assign "err_msg" value to hidden item "P2_MESSAGE", placed on the same page. Assigment is done in an way like:
    <br>
      some_bool:=some_func (:P2_ID,:P2_MESSAGE);<br>
    In one HTML reagion, we put in "Source", code like:
    <br>
    <*class="t16dataalt">&P2_MESSAGE.</class><br>
    and until now, bold tags are applied as well as class-we get only text!
    <br>
    But now, in Apex 2.2, (original theme 16 used) in result we get all content as it is not recognized as HTML code.
    <br>
    In browser the result(in a case of OK result) is:
    <br>
    Pitanje <*b>1<*/b> je OK!<br>
    and the generated source is:
    <br>
    <*class="*t16dataalt">Pitanje &*lt;*b&*gt;1&*lt;/b&*gt; je OK!</*class="*t16dataalt"><br>
    Is that a bug or what?
    <br>
    Once more, before the same code was working nice, theme 2 used...
    <br>
    THX!
    <br>
    P.S
    <br>
    "*" is added to be read clearly!
    <br>
    P.S II
    <br>
    We have imported app that was exported on Apex 2.0 and the same problem occure!
    <br>
    So we think this is a bug in rendering HTML region!
    <br>
    Is there any hint to overcome that until patch come ?
    Message was edited by:
    Funky

    The issue is easy to reproduce. Create HTML region:
    User Interface Template-Reports Region
    Display point-Page template body
    Assign one hiden item in on load process with value:
    P2_MESSAGE := "< b>OK</ b<>";
    Put P2_MESSAGE in HTML Source with content like this:
    < class="t16dataalt">&P2_MESSAGE.</ class>
    and you have it!

  • Safari iOS 7 bug: not rendering images

    Safari has a bug, it does not render image from The Economist at all:
    http://www.economist.com/node/21586620?fsrc=scn/gp/wl/dc/politicsandpurse
    Same goes for Safari modules that are used by other apps, e.g. Google+.
    Chrome with data compression renders OK, but it does so because data compression goes through Google server, and only decoding is done on machine.
    This all took place on iPad Mini.
    Shame on Apple Inc.

    Hi there,
    I can confirm this bug.
    Not sure if this info is relevant, but this is my experience:
    I am on the FIDO network, and so are two other people I know.
    We all tried blocking numbers, and calls ring right through. Text messages are blocked successfully. (never tried facetime)
    I also tried a ROGERS device running IOS7, and was successfully able to block my phone call from ringing through. HOWEVER, my call was forwarded to their voicemail, I was able to leave a voicemail for the person, and they did get an alert that they had a new voicemail.
    I have not yet had a chance to test this on Bell, Telus, or any other carriers.
    Spoke to Apple, and they advised me to do a hard reset (hold both buttons to shut off and reboot the phone), and if that fails to do an iOS restore.
    I have yet to try this, but hopefully someone will have a better solution.

  • Audio Looping bug in rendered output

    I've hit a recent issue where I'm getting audio looping / stuttering bugs in the rendered output. Doesn't happen at the start of the clip, but elsewhere if I fade everything down to black / nothing, and then fade up again into the next clip, the audio loops / stutters during that fade in. Using "Constant Power" to bring up the audio from nothing to full. Clip plays fine in Premiere, just the final output has the issue. Have encoded audio as both WAV and AC3, same issue.
    Curiously, if I output a WAV file only (no video) straight from Premiere, it is clean. That's how I'm now working around this, and coding the AC3 track in Audacity when required. Also (even more curiously!) I recently installed Audition, I'm wondering if that has messed anything up in Premiere. Audition wasn't actually used in any of these corrupt projects (and the project I used Audition for was fine as far as I am aware), but I've never had it installed until 2 or 3 weeks ago.
    Anyone else hit this, or know how to fix it? Between this and the video render issue I posted a couple of months back (still not resolved), I'm rapidly losing faith in Adobe's encoding tools.
    I can post some example clips if anyone wants a listen. Reminds me of the XDCAM looping bug that existed a while back, although the scenario there was somewhat different (audio at the end of the clip looped, and my current video is AVCHD from a Sony NX5, not XDCAM).
    Premiere Pro CC 7.2.1 (4)
    Media Encoder CC 7.2.0.43 (64-bit)
    Audition 6.0 Build 732 (64-bit)

    Hi  madmaxmovies,
    Thanks for posting on Adobe forums,
    Please follow suggestion provide in this link http://forums.adobe.com/message/5997457
    Thanks,
    Sandeep

  • Possible bug when rendered attribute set with EL

    I have the following outer panelform:
    <af:panelForm rendered="#{RoleSearch.roleSelected == RoleSearch.SUPERVISOR}">
    within this panelform i have a table and a selectone commandbutton,
    <af:commandButton text="Edit"
    action="#{RoleSearch.editDetails}">
    <af:setActionListener from="#{row.Userid}"
    to="#{processScope.userIdSelected}"/>
    </af:commandButton>
    don't worry about the parameter my action listener is settting.
    the problem is, when the commandbutton is encapsulated with an outer rendered component, it does not function, it does not trigger the action. if i manually set the rendered attribute to "true" things work fine.
    The components are displayed correctly, i.e. rendered correctly depending on my holder, however the commandbutton won't fire off the action when it is used like this.
    has anyone faced this problem before? is this a known issue?
    any help is much appreciated, i have had to write a few workarounds to resolve similar issues i have run into when developing with ADF BCs.
    thanks.

    Hi,
    i can't see any obvious problems with what you are doing especially considering that it works ok if you manually set the rendered attribute of the panelForm to true.
    Have you tried setting the rendered attribute at the command button level and leaving the panelForm rendered?
    Brenden

  • Bug in rendering static list with Hierarchical Expanding template?

    Hi,
    on http://apex.oracle.com/pls/apex/f?p=23910 I prepared test case for my problem. It is static list with template Hierarchical Expanding and following structure:
    1
      1.1
        1.1.1
      1.2
        1.2.1
    2
    Entry 1.2 has condition set to never. And the problem is, as you can see, that entry 2 seems to be under entry 1.1. But really it isn't. Reason of this strange look is that in some cases, when condition for last entry in sublist is evaluted as false, there isn't generated tag </ul> closing that sublist, in this case are not closed even two sublists - under entries 1 and 1.1.
    In my real application it is more complicated, I have static list with about 80 entries (report menu) and every user sees some reports based on his position in organization structure and other conditions. And as you can imagine, this bug produces really confusing results, almost unique for every user.
    Did anybody meet this problem too? We are on ApEx 4.1.0, it is present in 4.1.1 too (as seen on apex.oracle.com)... And I think it wasn't problem in 4.0 (at least nobody noticed for few months and I believe somebody would notice that reports for one department are under reports for another one). Used theme is standard theme 2 - Builder Blue.
    Jirka

    update:
    I tried deriving the full path for the image file by viewing the source when I embedded it in an HTML region on the same page and it gives me something similar to the following URL:
    wwv_flow_file_mgr.get_file?p_security_group_id=502133210878128108&p_fname=myImage.gif
    (p.s. it is a .gif file - not sure if this should make any material difference)
    As a result, I tried embedding this into the code:
    <fo:block>
    <fo:external-graphic src="wwv_flow_file_mgr.get_file?p_security_group_id=502133210878128108&p_fname=myImage.gif)"/>
    </fo:block>
    but this time, instead of merely not rendering, when Acrobat opens, an error message appeared reported that the file was corrupted or invalid. When trying different formats, I seem to get a generic: "500 Internal Server Error".
    I'm going to try putting the image file in the server directory tree to see if that will work. I'll post later either way.

  • Set Rendered on a 'Add' button to False has caused HTTP 400 error

    Hi,
    I am trying to personalise in Manager SS a custom version of seeded 'Documents of Record' function HR_DOR_SS to make the Add Record button non-display on the Documents of Record table. I changed Rendered to False, got the 'Setting this item to false may hide this item and its children' message but went ahead and did it anyway.
    Outcome is that I can see the records in the table but can no longer view, update or delete existing records. I get a http 400 bad request page. I changed the 'Add' button back to Rendered True, but problem persists. Get the error also when I try to create a new record using the now re-instated button. Imported the personalization from another environment where it's working fine, bounced apache, clear cache etc and still problem persists.
    Also if no record exists for employee, Add button works fine and I can create a record but from that point on cannot do anything with it.
    Any help v much appreciated.
    Thx

    Yes, I've seen similar links/posts about how to activate buttons in the header of a table, but those do it by adding listeners to the renderer. My buttons would be directly in the CellRendererPane that is the container for the table header. I would have thought that by putting the button directly in the Cell RendererPane that it would have nothing to do with the rest of the table header. CellRendererPane extends Container. Is it not possible to put a JButton in a Container? JFrame extends indirectly from Container and you can add buttons to that.
    Edited by: Bob.B on Oct 28, 2009 10:57 PM

  • I think this is a bug with rendering a string to a graphics2d

    Hiya,
    The following lines of code create the rendering error I am experiencing, to which I have tested on several computers.
    BufferedImage bi=new BufferedImage(100,100,BufferedImage.TYPE_INT_ARGB);
    Graphics2D g2d=bi.createGraphics();
    g2d.setColor(new Color(1f,0f,0f,0.5f));
    g2d.fillRect(0,0,100,100);
    RenderingHints renderingHints=new RenderingHints(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    RenderingHints rh=new RenderingHints(RenderingHints.KEY_TEXT_ANTIALIASING,RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
    renderingHints.add(rh);
    rh=new RenderingHints(RenderingHints.KEY_ALPHA_INTERPOLATION,RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
    renderingHints.add(rh);
    g2d.setRenderingHints(renderingHints);
    g2d.setFont(new Font("Lucida",Font.BOLD,14));
    g2d.setColor(Color.BLACK);
    g2d.drawString("SQOWTGBC",10,30);
    When the destination image has an alpha of 1 the text is rendered with the correct antialiasing. However, in this example where the alpha is 0.5 the text is rendered with unwanted artifacts.
    [http://sphotos-b.ak.fbcdn.net/hphotos-ak-ash4/269344_590137484330481_704825569_n.jpg]
    This image has JPG artifacts but the unwanted rendering artifacts are still visible (ie the brighter edges)
    I am wondering if this is not in fact an error but the intended result. If so, how to I configure the graphics object to render the antialiased text without the artifacts?
    I could not find where to submit a bug on the oracle website for the life of me so maybe if someone would like to explain how this is achieved I will be very grateful.
    Penny
    x
    I have spent several hours trying to find if this has been reported as a bug or if there is a solution posted online but to no avail.
    Edited by: 995038 on Mar 20, 2013 5:32 AM
    Edited by: 995038 on Mar 20, 2013 5:33 AM
    Edited by: 995038 on Mar 20, 2013 5:36 AM

    I have made a work around for the moment.
    This work around uses a BufferedImage to render the antialiased text first which does not create the artefacts and then draw the image of the text to where the text should appear. I dont think this is an acceptable solution because in the case where there could be 1000s of TextLayout objects the increased overhead would be unacceptable.
    private void drawTextLayout(Graphics2D g2d,float x,float _y) {
    Rectangle r=_g2d.getClipBounds();
    bufferG2D.translate(r.x,r.y);
    Composite c=bufferG2D.getComposite();
    bufferG2D.setComposite(clearComposite);
    bufferG2D.fill(r);
    bufferG2D.setComposite(c);
    textLayout.draw(bufferG2D,_x,_y);
    bufferG2D.translate(-r.x,-r.y);
    _g2d.drawImage(buffer,r.x,r.y,null);
    the BufferedImage of bufferG2D would need to be large enough to cater for any size of text to be rendered to which I believe the size should be set to the screen size. This solution requires that there always be a _g2d clip assigned.
    Regards
    Penny

  • Bug: branches conditional on page 0 buttons don't copy correctly

    I believe this is an HTML DB bug:
    If you copy a page containing a branch that is conditional on a button on page 0, the branch is converted to an unconditional branch when copied.
    Can you confirm if this is a bug, and if so, if it can be fixed in a patch or future release?

    Eric - Looks like a bug, thanks for pointing it out. It'll be fixed in a regular release.
    Scott

  • MIGHTY MOUSE BUG! can you reproduce secondary button failure?

    The bug is extremely simple: If a user decides to move his home folder to a different partition from the system partition & correcting the path in netinfo manager to point to the external partition, the secondary button function on any mighty mouse (wireless or wired) will not function, regardless of where this "function" assigned
    BTW in case you ask, my system is set up that way for backup purposes.
    steps to reproduce:
    You need MacOs X 10.4.8 or later installed on a system with at least 2 partitions, the system being installed on one of them.
    1 create user "test"
    2 login to "test" user
    3 check system prefs for mouse & activate secondary button if it is not activated. Test that it works!
    4 copy "test" home folder to external partition (+ authenticate if appropriate)
    5 open netinfo manager
    6 find user "test" & correct path to home folder from "/Users/test" to "Volumes/whateveryourothervolumeiscalled/test" (or something to that effect, depending on your configuration: my config has an external volume called Users. I therefore point the new home folder to Volumes/Users/test)
    7 save config & quit
    8 logout & login twice (yes I don't know why but it doesn't seem to register the path to the new home folder after the first logout; go figure?)
    9 test your secondary button function & it does NOT work. All other buttons/functions work normally
    10 RETURN TO initial setup by correcting path in netinfo manager back to "Users/test" (save, quit, logout & login twice making sure the home folder selected is on the system partition): check mighty mouse secondary button & it works again!
    This has been reproduced with 3 separate test users on 2 different systems.
    Just to be on the safe side, could anyone else plse reproduce the bug & send feedback? I guess any system with 2 partitions on internal drive or a separate HD drive will do.
    Thanks for anyone's feedback & suggestions

    Please do not post bug reports on the forums. There is a specific feedback page for reporting bugs, feature requests, etc.: http://www.apple.com/feedback/. Reporting them here will not result in any notification to Apple and will be removed by the moderators for not conforming to the Terms of Use.

  • Rendered Property for my Button not working correctly

    Hi Guys,
    I Have a Table which bound to my ObjectListDataProvider
    Each row will have button as follow
    1.Edit ( rendered = 'isRendered" ) ( action = "edit_action()" )
    2.Update ( rendered = "not isRendered") ( Action = "update_action()")
    3.Cancel ( rendered = "not isRendered()") (Action = "cancel_action()")
    The idea is when user first load the page what they can only see is Edit Button
    Then when they start Click the Edit Button for particularr row it will
    invoke the edit_action() method and set some Setting which cause the isRendered() value changed so
    The Edit Button now wont be rendered but Update and Cancel Button will be rendered.
    But when i click on Update Button nothing happens.
    it seems rendering Component at runtime doesn't work
    But i use visible propert instead of rendered it works perfectly.
    Anybody encounter this issue before?
    Thanks

    yes when i clicked Edit Button these few thins will happen as below.
    1. edit_action() invoked because i print something inside this method for tracing so i know this is invoked
    2. then Edit Button would disappear( not rendered anymore) , as In turn ,
    Update and Cancel Button would be rendered.
    yea i use same value
    all i did just go to properties windows bind the rendered value to "isRendered()" method
    Because it doesn't work i clear the value , now i set the Visible value to "isRendered()" method for Update and Edit
    But i never changed the action binding
    so i guess its okay
    Yea it is very weird and i dont know what cause this
    the problem is when we can see Update Button means it is already being rendered right so it should invoke the binding method behind when i start clicking it but it just doesn't work for rendered...

  • Style Rendering toolbar: link states buttons.

    Hi,
    I do not manage to display a link rendered according to a pseudo-class using those link states buttons. Any help?
    All the best.

    Since you don't seem to have an example page to look at, let's do this backwards.
    Create a test page in Dreamweaver. Add this code inside the body (in Code View):
    <div class="fubar">
      <h1>Fubar links </h1>
      <p><a href="#">Nulla facilisi</a>. </p>
      <p><a href="#">Curabitur quam</a>. </p>
    </div>
    Add this style sheet to the head of your page:
    <style type="text/css">
    .fubar a:hover, .fubar a:focus {
        color: #F30;
    </style>
    Now in Design View, click the ":h" icon on the style rendering toobar. If you followed the instructions, your links will both turn red. If you need further help, you really need to post a link to a test page on your web server.
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

  • Bug in JDev 11g: clicking "Run" button won't run active file

    Hi everybody.
    If you start a new Application in Oracle JDeveloper 11g and start creating Java classes, at some point you're bound to create a main() function in one of them to ensure everything is working correctly, even if that class is not your application entry point.
    The problem is that, once you run it the first time, JDev 11g will always attempt to run that original class instead of the file you're currently working on.
    More info:
    - This only happens with the "Run" and "Debug" toolbar buttons and menu items, the keyboard shortcuts (Ctrl-F11 and such) work as expected.
    - The checkbox labeled "Attempt to Run Active File Before Default" in the Launch Settings is selected (The "Default Run Target" textbox is empty).
    I downloaded the JDev 11g version that came WITHOUT a JDK and I'm running Java version 1.6.0_07 on Windows XP.
    Thanks in advance for any help.

    More info on the subject:
    Oracle JDev 11g seems to be unable to detect that there is an active file at all! This is evidenced by the fact that all of the External Tools are inactive at all times.
    Is it JDev's fault, or is it the installed JDK's?

Maybe you are looking for

  • Will Not Boot Up

    I have a Power Mac G4 2002 Model OS 10.2 When I turn the computer on,everything is ok for a moment,then the fan goes into overdrive (spins rather fast) and the computer will not finish booting up. The screen is blank, and the fan just spins rather fa

  • UPS not recognized by Lenovo IX4-300D

    Hi there, My new IX4-300D is not seening Xfinity Pro Series 2000VA 1200W Uninterruptible Power Supply connected by USB. QNAP TS-269L on the same subnet has no problem seeing the same Xfinity UPS. QNAP TS-269L is presently setup as a master. In GUI ad

  • My apple Maps is wrong

    My ipad2 and 3 are locating me 300 km far from my actual location ( i am in the center of France and it is locating me on the french riviera!!!!!!) How can i calibrate the apple maps in order to be accurately located? Among the consequences of this b

  • Can I wirelessly sync a home video to my Mac from my iPhone?

    iCloud photo stream does not sync videos back and neither does wifi sync. Do I still have to tether to copy off videos I've recorded?

  • Install Shield Problem With itunes

    I had problem trying to install itunes+quicktime. So i read some things on this forums and i downloaded quicktime standalone. It installed fine. Then I went to go and try to install itunes+quicktime and i would either get error 1628 or my install wou