Dashcode - webform - back

I am writing a mulit-level list where I have 3 different lists I want to Traverse. After playing around with Stack-Layout for a while I realized that to navigate the 12 layers of the 3 different lists I would need to create 12 views.
So I abandonded this and put a side-to-side list inside a browser inside a custom container and wrote a little bit of code to change the URL as I navigate down.
Brilliant. Worked Great. But when I navigate backup using the back button it does not refresh the data. I figured I needed to write an event to attach to the back button and that fires but the data does not refresh and on the home button it is blank.
Written in Pseudo Code here is what I wrote
function backButtonFired()
var browser = getbrowser // remember is pseudo code
var list = getlist
var dataset = getdataset
var parent = dataset.objects["parentid"] // still pseudo code not exact syntax
dataset.setparameter(parameter.idparent, parent)
list.refreshData.
Anyway it all runs but the data does not refresh. Any ideas helps or hints would be greatly appreciated.
Devon

I've been struggling with this same problem for hours and after loads of fruitless searching and messing around, I've finally solved it.
Finally found a solution when I realised that all the javascript code for the dashcode parts is stored here:
/Developer/Applications/Dashcode.app/Contents/Frameworks/CYKit.framework/Resourc es/Parts
I had a look at browser.js and at the top it lists the public methods/properties and 2 minutes later I had this working.  Bit frustrating as this is not complicated and just a tiny bit of documentation on dashcode parts would have saved me a lot of time.
Anyway, the browser.goForward() method can take a third parameter called backHandler which is a callback function called when back is clicked, so all you need to do is pass your backButtonFired function and you should be good to go, e.g.
  browser.goForward('newviewid', 'New Title', function(){
    alert('Back Clicked!');
    list.reloadData()
    //etc
Hope this is in time to be some help to you still and to anyone else struggling with the lack of documentation for dashcode parts would recommend taking a look in the above folder!

Similar Messages

  • Dashcode iPhone Webapps - How to force a view to Refresh on Back

    I have added one more List content view using Dashcode and have the lists data loaded dynamically via AJAX. Everything going Forward works perfectly
    However, when I clicked on the "Back" button, the Back button played the transition effect of going back but the content view does not refresh and the page stayed as it was before the Back button is clicked.
    I have tried to add list.object.reload() to the _backButtonClicked() function inside Browser.js but to no avail.
    Yes, the dynamic list data get updated and displayed properly when going forward, so I don't think it is anything due to the update of the list data...
    So, is there a proper way to force the refresh of the view (and reload the list data) for a multiple content view stacklayout?
    Thank you very much.
    Subject was edited by: Edwin Tam for improved clarity

    I have added one more List content view using Dashcode and have the lists data loaded dynamically via AJAX. Everything going Forward works perfectly
    However, when I clicked on the "Back" button, the Back button played the transition effect of going back but the content view does not refresh and the page stayed as it was before the Back button is clicked.
    I have tried to add list.object.reload() to the _backButtonClicked() function inside Browser.js but to no avail.
    Yes, the dynamic list data get updated and displayed properly when going forward, so I don't think it is anything due to the update of the list data...
    So, is there a proper way to force the refresh of the view (and reload the list data) for a multiple content view stacklayout?
    Thank you very much.
    Subject was edited by: Edwin Tam for improved clarity

  • Using Google GWT to create (Dashcode) widgets for iBook Author  I would like to embed interactive widgets in iBooks using iBookAuthor. The widgets in question started life in Java but GWT has allowed them to be converted to javascript and to run on web pa

    I would like to embed interactive widgets in iBooks using iBookAuthor. The widgets in question started life in Java but GWT has allowed them to be converted to javascript and to run on web pages (for example, http://softoption.us/content/node/437 scroll to the bottom). In theory, iBookAuthor can bring in most html5, and much javascript. The technique is to wrap the html in a folder, with 2 extra files, a plist and a default png and then change the extension of the folder to ‘.wdgt’. This is the technique for making Dashboard widgets for the Mac, and Apple even have the Dashcode software to do it. So what you really do is to make a Dashboard widget, then iBookAuthor can import it.  So far, so good. And some  folk have been doing this, for example http://www.prweb.com/releases/2012/2/prweb9242432.htm http://www.panophoto.org/forums/viewtopic.php?f=64&t=10417&p=158330#p158423 However, if you start with GWT and create a single page with one button and a Hello World, compile it, and get the WAR file (I use Eclipse here)… the Safari browser and others will run it properly (even on an iPad). Then if you wrap it, a proper Dashboard widget is created, which runs properly on a Mac. Then if you go to iBookAuthor and put a custom widget in the Text, then drag it in. It is accepted by the text and shown as being there. However, if you use Preview to look at it on an iPad, it is gone (or was never there in the first place). Anyone any ideas on this? [And iBook Author seems to give no warnings.] The widget is at https://dl.dropbox.com/u/46713473/Test6.wdgt.zip I have bells and whistles that I’d like to get into an iBook!
    Thanks for any insights.
    Martin

    I do have a little to add, which might help someone. Indeed, opening a blank page and dragging the widget straight in seems good in difficult cases. But, actually, I was also able to insert successfully from the Toolbar especially to blank pages. So, it may have been something to do with the columns and stuff like that. Anyway back then the insertion would show in iBooks Author but not in the Preview on the iPad. I moved on to actual Google Web Toolkit output javascript. Basically I had three at hand to try: a Hello World with a button which went straight it, one of moderate complexity, (for example with a built in Lisp interpreter), which also went straight in, and finally a more complex one that initially was rejected by iBook Author. Author complained that there was an unsupported media file (of course, Author does not tell you which one it is, that would be too easy). [Remember, this was a proper working Dashboard widget which could be installed on a Mac]. Among other things I had read remarks about .gif files. When looking through the GWT war directory at the actual javascript etc files, I noticed there were two gifs there one called ‘clear.cache.gif ‘  and a second one called  ‘0F89659FF3F324AE4116F700257E32BD.cache.gif’. (Now, there is obfuscation so the numbers here may be different from case to case.) The clear.cache.gif did not seem to be anything special. But the other one is an animation. It is three little boxes that twinkle (rather like a waiting spinning cursor).  So, I opened that file and saved it to itself (that picks the top frame of the animation and saves only that, leaving you with an unanimated gif). The resulting widget drags and drops into iBooks Author (and seems to work properly at a quick glance). So, if you are having trouble with ‘unsupported media files’ converting animated gifs into unanimated gifs might help in some cases.

  • Sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0

    sys.webforms.page request manager server error exception:An unknown error occured while processing the request on server. The status code returned from the server was:0 We got this response(In firebug console) when we try to click on link (after leave webpage for 3 minuts ideal) which is AJAX based. Please reply ASAP because its urgent.

    Hi SP,
    Please check if the following web config appSettins value settings from SSRS server could fix the issue (Note, back up your original web config file before any modification).
    http://stackoverflow.com/questions/10911610/ssrs-webpage-error-status-code-500
    http://srinivasbn.blogspot.in/2013/09/syswebformspagerequestmanagerservererro.html
    http://connect.microsoft.com/SQLServer/feedback/details/782155/ssrs-2012-failed-with-win32-error-0x03e3
    If you have more questions about the SSRS error logs related to this issue, you can post in the SSRS forum for a better assistance with more experts.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • BT Home Hub 3 + Back To My Mac / Port Forwarding

    I've recently got BT Infinity and along with it a BT Home Hub 3 which doesn't seem to be playing nicely with Back to my Mac.
    The setup on the Mac side of things is correct and I can see my remote computer but I just can't connect to them, or vice versa. The Back to My Mac preference is showing that the router needs configuring for better performance.
    I've ensured UPnP is enabled and forwarded the following ports to the device:
    TCP 5354
    UDP 4500
    UDP 5353
    UDP 500
    UDP/TCP 4488
    Which I found listed in http://support.apple.com/kb/TS1629
    After doing some checks on these ports using http://canyouseeme.org it would seem that only one of these ports is open, and even then it's occassional.
    BT seem to state on http://bt.custhelp.com/app/answers/detail/a_id/12529/~/why-do-i-get-an-error-message-when-using-appl... that 'Back to My Mac' isn't compatible and this is due to a compatibility issue on Apple's part. Frustratingly this article doesn't indicate a date when this was posted. Never the less, I would presume this could only be UPnP related — i.e. the necessary ports won't open automatically. I'm unsure of what other compatibility issues there would be. If the ports are open it should work fine.
    I've read numerous threads in many forums about the BT Home Hub 3 port forwarding not working correctly, is this still true? If so, surely the device should be deemed faulty or a firmware update should have been put in place by now to resolve this. I can't seem to find any recent articles regarding this.
    Thanks in advance for any help!
    Solved!
    Go to Solution.

    Hi ollie,
    If you're still having problems with this please feel free to contact us via the webform link in my profile and we'll check to see what the current status of the investigations with Back to my Mac is.
    Cheers
    Dean
    BTCare Community Mod
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Download of a webform within a BSP application

    Hi SDN members,
    I wrote a ESS BSP application with a 3 step wizard. Within the first step the user can enter some data in some form fields.
    In the second step a webform (SMARTFORM) with the form data is displayed and in the third step the user can save the document.
    Is there any possibility to save the web form as a document when the user saves the document. It would be sufficient to save the webform to the application server and get back a link.
    Later on the webform should be linked as a kind of attachment. This means when the user calls again the saved document a link should be available where the form can be called.
    The webform is called in the following way within my BSP:
    Call the generated function module
      call function l_function_module_name
           exporting
                    archive_index        =
                    archive_parameters   =
                      control_parameters   = ls_control_parameters
                    mail_appl_obj        =
                    mail_recipient       =
                    mail_sender          =
                      output_options       = ls_output_options
                      user_settings        = space
                      customer             = lt_customer
                      bookings             = lt_bookings
                      connections          = lt_connections
           importing
                    document_output_info =
                      job_output_info      = ls_output_data
                    job_output_options   =
           exceptions formatting_error     = 1
                      internal_error       = 2
                      send_error           = 3
                      user_canceled        = 4
                      others               = 5.
      if sy-subrc <> 0.
      error handling
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      ls_xmloutput = ls_output_data-xmloutput.
      lt_html_raw  = ls_xmloutput-trfresult-content[].
    Fill HTTP request
      response->set_header_field( name = 'content-type'
                                   value = 'text/html; charset=UTF-8').
    SAP Smart Forms returns XML data island in raw data format.
    method 'set_data' of the response object needs the output
    in XSTRING. The next loop convertes the raw table into xstring.
      loop at lt_html_raw into l_xstring.
         concatenate l_html_xstring l_xstring into l_html_xstring
                                                   in byte mode.
      endloop.
      l_xlength = xstrlen( l_html_xstring ).
      response->set_data( data   = l_html_xstring
                          length = l_xlength ).
    Any ideas how to save the form in any way?
    Best regards
    Thomas

    Hi,
    thanks for your answer!
    Let me explain more in detail what I want to do.
    I am calling my BSP application from our SRM system. When the user saves the data which were entered in my BSP application, the data are transferred via OCI (Open Catalog Interface). This is already working.
    The only thing which is missing is the transfer of my webform to the SRM via OCI.
    OCI is waiting for a link to my form. Only then, the SRM can attach a document. See OCI description
    http://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/ff03d072-0501-0010-aa88-8018506a2ebe">oci [original link is broken] [original link is broken]
    Therefore I have to download the form to get a link which can be written to the OCI interface. This could also be a temporary link.

  • Implement the Application using DASHCODE

    Hi All,
    We have TimeTracker intra net software, where employee enter there daily project report times in that software. But some time employees are out of intra network, so they have to wait get in to network for enter there time. So can we achieve this kind of functionality using iPhone web Application i.e. DASHCODE tool where user can see there time entry and also able to enter there daily time on TimeTracker, so Employee is always get connect to TimeTracker.
    If yes, can you please tell me how to get connect to database and how to update that database using the dashCode and how to show that updated data back to on page.
    Thanks in advance
    Vikram

    Doesn't the bit of the docs you quoted - in particular the second point - kind of answer your own question?
    Adam

  • Adding HTML content in Planning Webform Instruction box

    Hi,
    I am working on Planning 9.3.1, we are migrating the application from planning 3.5.
    One point i noticed todays is "Adding Instruction to Webform".
    In my Old system- i can add HTML content to set the instruction more user friendly or even i can add url inside the instruction box by href fucntion of html.
    In System 9.3.1- when i just copied that html from old webform Instruction box to new system webform Instruction box, it is not displaying in correct format.
    Any idea and any thought , how can manage to add html inside the Instruction box.
    Ex: <p><b><Font color=blue>Tax Percentage Input:</Font></b><br><br> <b>This form is used to enter applicable Federal and State taxes </b>
    The above text display on click of "View" as the font ,bold etc defined above in my planning 3.5 webform but same content is not working in 9.3.1
    Is that feature has gone in system 9 onwords...
    Regards,
    KK
    Edited by: user8919739 on Dec 13, 2010 12:05 PM

    EW wrote:
    That is correct.> In old versions of Planning if you knew how to write html you could add stuff into the instructions that could be a hyperlink and could be edited for fonts size and color etc.
    >
    This is no longer available based on the base code changing and no longer allowing it. Other might have suggestions on how to make so that works again but way I know handle this is through "menus". In menus you can add hyperlinks to other stuff.
    Well I thought it changed back in later versions 11.1.1.3.04 (I know not much use if you are on earlier versions) :- 9475065 – Users cannot use HTML commands in data form and task list instructions.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Back To My Mac Port Forwarding

    I find this stuff confusing.
    I want to see my new Comcast business all Mac LAN from my home Mac, just like I did when my business had Verizon DSL.  The only thing that has changed is our new Comcast CableModem, we still have our older AppleTimeMachine BaseStation (which serves as our router).
    In the past I could log into any machine on our business LAN from home, but now I can see but not log-in.
    I don't need Apple's high prices remote access software to do this.  In stead, my home and business Mac's only need to have the same DotMac account and Back to my Mac turned on.  All machines have leopard and snow leopard.
    I think I need to have 2 lines for the firewall, ports 443 and 4500 (I might be wrong).  I have 6 boxes for each line, going from left to right.  Could someone suggest what to place in each box please?
    Thanks in advance ...
    Application Name               PublicPortRange               PrivatePortRange               IpAddress
    Box1:      BackToMyMac    Box2:      ?    Box3:     ?     Box4:     ?     Box5:     ?     Box6:     ?

    Hi ollie,
    If you're still having problems with this please feel free to contact us via the webform link in my profile and we'll check to see what the current status of the investigations with Back to my Mac is.
    Cheers
    Dean
    BTCare Community Mod
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Sys.WebForms.PageRequestManagerServerErrorException : An unknown error occured while processing the request on the server.The status code returned from server is 12019 in report viewer

    I am not able to run Report in Report viewer due to the below error:
    Sys.WebForms.PageRequestManagerServerErrorException : An unknown error occured while processing the request on the server.The status code returned from server is 12019 in report viewer
    This report works fine in SSRS tool. but after i deployed into sharepoint 2013 site, it throws error.
    Please advise what needs to be done
    Any help is really appreciated.
    Thanks,
    SP

    Hi SP,
    Please check if the following web config appSettins value settings from SSRS server could fix the issue (Note, back up your original web config file before any modification).
    http://stackoverflow.com/questions/10911610/ssrs-webpage-error-status-code-500
    http://srinivasbn.blogspot.in/2013/09/syswebformspagerequestmanagerservererro.html
    http://connect.microsoft.com/SQLServer/feedback/details/782155/ssrs-2012-failed-with-win32-error-0x03e3
    If you have more questions about the SSRS error logs related to this issue, you can post in the SSRS forum for a better assistance with more experts.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SSRS in SharePoint2013:Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModule

    SSRS in SharePoint2013: There is a report in SharePoint and it contains a sub-report and the sub-report hyperlink. When I click the hyperlink to go to the sub-report, after >10min, I click the "Back to.." button
    on IE to go to the previous page. Then it catch the error as:
    Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
    Details: Error parsing near '
    <!DOCTYPE html PUB'.
    I am using SQL2012 and Sharpoint2013.

    Hi Alisa,
    Thanks for your reply, I changed the web.config, but the issue did not resolved. 
    I add the codes in two parts of the web.config as below, you can find in by keywords “aspnet:MaxHttpCollectionKeys”
    This issue can not reproduce on Chrome only occur on IE.
    So, do you have some details suggestion for me to fix it?
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <configuration>
    <configSections>
    <sectionGroup name="SharePoint">
    </sectionGroup>
    <location path="_layouts/15/TA_AppMonitoringDetails.aspx">
    <appSettings>
    <add key="ChartImageHandler" value="storage=memory;timeout=20" />
    </appSettings>
    </location>
    <location path="_layouts/15/ReportServer/RSViewerPage.aspx">
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="10000" />
    </appSettings>
    </location>
    <system.net>
    <defaultProxy />
    </system.net>
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="10000" />
    <add key="aspnet:RestrictXmlControls" value="true" />
    <add key="FeedCacheTime" value="300" />
    <add key="FeedPageUrl" value="/_layouts/15/feed.aspx?" />
    <add key="FeedXsl1" value="/Style Library/Xsl Style Sheets/Rss.xsl" />
    <add key="ReportViewerMessages" value="Microsoft.SharePoint.Portal.Analytics.UI.ReportViewerMessages, Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    </appSettings>

  • Referencing PTLoader in Webform that posts to server thru DNWCs fails

    I'm running into what appears to be some kind of configuration issue. I'm referencing PTLoader in a Webform to intantiate the Adaptive Portlet Framework. This Webform posts back to the server thru DNWCs. When the postback occurs, I make it to the server, but then it blows up with the following message:
    Unable to find Plumtree EDK .NET Web Controls 2.2 Postback script library. Please instll by running the EDK .NET Web Controls 2.2 installer on the imageserver.
    The EDK .NET Web Controls 2.2 are installed and work fine so long as I don't refernece PTLoader to intantiate the Adaptive Portlet Framework. Further, when I attempt the following on my local machine, there is no problem. When I elevate the same code to our Development environment I get the error. The Portlet server and image server are on separate boxes in Dev. Any ideas on what I can check?

    Thank you Maik,
    actually I didn't... I'm using C++ on Qt, which has no reference settings like in Visual Studio (why not VS? About 40k lines of code which we had since before we deployed B1, and was working with B1 since when we deployed B1 in 2008)
    I have to either simply use the name (and I only have the 9.0 DI API installed) or the CLSID directly, like in:
       cmp = new QAxObject("SAPbobsCOM.Company", this);
    OR
       cmp = new QAxObject("{632F4591-AA62-4219-8FB6-22BCF5F60090}", this);
    OR
       cmp = new QAxObject("SAPbobsCOM.Company.90.0", this);
    THEN
       cmp->setProperty("Server", "192.168.168.150");
       cmp->setProperty("LicenseServer", "192.168.168.150:30000");
       cmp->setProperty("CompanyDB", db);
       cmp->setProperty("UserName", user);
       cmp->setProperty("Password", pass);
       cmp->setProperty("language", 3); //english
       cmp->setProperty("UseTrusted", false);
       cmp->setProperty("DbServerType", 6); //MSSQL2008
       cmp->setProperty("DbUserName", dbuser);
       cmp->setProperty("DbPassword", dbpass);
       rc = cmp->dynamicCall("Connect()").toInt();
    The actual COM is working, as running on the server goes Ok, and when running in the client I can see the client machine "talking" to the server at port 30000 when it gets to "Connect()".
    For some reason, when running in the client, it looks like the DI is not accepting that the MS SQL Client is valid.
    Thanks again,
    Joao S Veiga

  • Lost Webform / Task List / Dimension security

    Hi all
    Running 11.1.2.1 - Classic Planning App with Shared Services, Essbase etc.
    Mysteriously (or maybe not so), one of our two applications has lost all of its artefact level security - ie there are no longer any native groups assigned to Dimensions, Webforms or Task Lists when looking at these through Workspace. This is confirmed when users log in with their id's, as they have no access to anything.
    IT team inform me that they were having some database issues this morning, during which I inadvertently carried out a refresh of this application (including security filters). This is the only thing that I can put it down to, although I still cant fathom why this would have the affect it did. Unfortunately (slaps own hand), I didnt take a backup of anything (ie security through SS) before running the refresh.
    After a little testing in our development environment it looks like if I use the 'Security'/'Access Permissions'/'Groups' and 'Users' (when looking at the application through Application Groups / Default Application Group within Shared Services), I can Migrate this from a file backup over the problem application and reinstate the security to webforms etc.
    However I do not have a recent file backup taken manually available to do this.....
    We schedule backups of everything nightly. Is there a particular file we could pick up from last nights backup that would in essence have the same affect as doing the above?
    Thanks for any advice given.
    JB

    John
    Thanks for your response, I have asked our IT team exactly what is backed up and will see what their response is? Is it certain files that we will need to restore if doing this?
    As an update, I tried the method that worked in Dev, in Prod using just a singular group. This failed with this error:
    Errors occured during syncrhonization: [
    com.hyperion.planning.
    HspRuntimeException: An error accurred
    while adding user to Essbase. Please
    check the Essbase log for details., com.
    hyperion.planning.HspRuntimeException:
    A snippet of this log: /Hyperion/Oracle/Middleware/user_projects/epmsystem2/diagnostics/logs/essbase/essbase_0/Essbase.log
    [Wed Sep  5 16:39:29 2012]Local/ESSBASE0///1112987968/Info(1051164)
    Received login request from [xx.xxx.x.xx]
    [Wed Sep  5 16:39:29 2012]Local/ESSBASE0///1112987968/Info(1051187)
    Logging in user [admin@Native Directory] from [xx.x.x.xx]
    [Wed Sep  5 16:39:29 2012]Local/ESSBASE0///1115093312/Info(1051001)
    Received client request: Get Application FrontEnd Type (from user [admin@Native Directory])
    [Wed Sep  5 16:39:29 2012]Local/ESSBASE0///1110882624/Info(1051001)
    Received client request: Create External User With Type (from user [admin@Native Directory])
    [Wed Sep  5 16:39:29 2012]Local/ESSBASE0///1110882624/Error(1051205)
    Single Sign On function call [css_getUser] failed
    [Wed Sep  5 16:39:29 2012]Local/ESSBASE0///1110882624/Warning(1051003)
    Error 1051205 processing request [Create External User With Type] - disconnecting
    Does this shed any light on the problem?
    Thanks
    JB

  • Please can anyone help with the continuing password rejection problem with email.Ipad and other systems work fine but despite reloading my password on imac it bounces back.Apple store has been visited and I have tried everything they suggest.

    Please can anyone help with the continuing password rejection problem with email on my imac.My Ipad and other systems work fine but despite reloading my password on imac it bounces back.Apple store has been visited and I have tried everything they suggest.

    I use free Yahoo mail webMail access because folders I created in webmail access doesn't get set up in Apple Mail. While I was searching for post about password and keychain issues, I stumbled on several threads that complain about Mail folder issues, so I'm holding off on Apple Mail.
    On the password and keychain issue that your post is all about.  I've been using login keychain to save and automatical fill my login screens for a year or so successfully, with Safari and Chrome. Automatic form fill also works for Facebook login. Unfortunately, about 4 to 6 months ago, automatic password form fill stopped working with Yahoo webmail, while still worked for GMail (Safari and Chrome). I tried deleting the password entry for my two Yahoo email accounts to start fresh, but neither Safari not Chrome will even ask me if I want to save the password. I was so frustrated that I eventually installed the keypassX 0.43 (password manager) that is quite primitive sompare to OS X's keychain (when it works). Probably no surprise to you yet.
    The surprise, to me at least, is that, for whatever reason, password auto form-fill from keychain started working again for Yahoo webmail login on Safari about 5-7 days ago. Still doesn't work on Chrome!
    Two tips I can share, at least with webmail access:
    1. Password is save only for one of my yahoo mail accounts. When I login in with my other yahoo account, I get no prompt to save the password, and form fill doesn't work when I try to log in a second time with my other Yahoo mail account.
    2. On inspection of my login keychain, I see a webform password item saved for my Yahoo account that works with keychain. The name of the password is: login.yahoo.com(MyAccountName1#). When I open the password item and look in the Access Control tab, I see Safari and Chome are listed as allowed to access this password item..
         I also an "Internet password" item with a name of just login.yahoo.com. When I open the the password item, it looks just like the password item created for MyAccountName#1, but the MyAccountName#2 is listed in the Account field. Inside the Access Control tab, no apps are listed in access permission. I added Safari and Chrome to the lists of allowed app, saved the password item.
    Now when I bring up the Yahoo login page(by bookmark) on Safari, form fill fills in MyAccountname#1 for name and the proper password and I can login in. When I change the name to MyAccountName#2, the correct password is retrieved and I can log in! Alas, it still doesn't work on Chrome.
    BTW, I changed the password item type from "Internet password" to "Web Form password" and saw no difference! I also edited the name to be "login.yahoo.com (MyAccountName#2)" to look like the web form password item that works, but it has no effect either.
    From my experimentation, here's my observation:
    1. A Web Form password item is created for the first account name(MyAccountName#1) for login.yahoo.com and typed as Web Form password. When I log in using MyAccountName#2, an Internet Password is created, but no applications are listed as allowed to access the password item, even when the password item was created after just logged in and logged out to yahoo with the account name and password for MyAccountName#2.
    2. Manually adding Safari as an app that is allowed to use the password item works. Doesn't work with Chrome!
    The version of Safari I'm using is Version 5.1.7 (6534.57.2). My installed version of Chrome is Version 21.0.1180.79 beta.

  • HT201412 Sys.WebForms.PageRequestManagerServerErrorException:

    My Safari screen has been frozen with this message on it.
    Sys.WebForms.PageRequestManagerServerErrorException:
    An unknown error occurred while processing the request on the server.
    The status code returned from the server was: 0
    Then immediately below was 'OK'.
    I have tapped on the OK several times but the screen cannot be changed or
    accessed.
    Please can anyone help with this?
    Thank you.

    Hi SP,
    Please check if the following web config appSettins value settings from SSRS server could fix the issue (Note, back up your original web config file before any modification).
    http://stackoverflow.com/questions/10911610/ssrs-webpage-error-status-code-500
    http://srinivasbn.blogspot.in/2013/09/syswebformspagerequestmanagerservererro.html
    http://connect.microsoft.com/SQLServer/feedback/details/782155/ssrs-2012-failed-with-win32-error-0x03e3
    If you have more questions about the SSRS error logs related to this issue, you can post in the SSRS forum for a better assistance with more experts.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Problem to open file in Adobe Prem Element 9?

    Hey i just have problem to open project, If i try to open the file, it says "The Catalog could not be opened. It is either corrupt, or the version is out of date and cannot be updated" Why i cant update and where i can? This Prem Element 9 is buyed f

  • Standard procedure to deal import Goods receipts and LIV

    Dear Experts, After implementing the SAP notes to incorporate 1% Higher Education cess with Imported goods (both the cases where vendor in though local but material is imported & the case where material and vendor both are outside the country) we hav

  • Tcode for listing database in SAP AII 4.0

    Hi, Can anyone tell me what is the Tcode for listing Database in SAP AII 4.0?

  • Ping Packet Loss across MPLS TE Tunnels

    Hello...Please Help, I have a Single Area OPSF network running across 4 main routers via GigEth Ckts. The OSPF Network is working correctly. I recently implemented MPLS TE creating two Tunnels - One Explicit Path and One Dynamic Path. Two of the Rout

  • How to handle selection process in EHP4 erecruitment

    Hi, I am new to this forum. Can someone throw some light on the following processess in Erecruitment EHP 4 1. Candidate selection process by recruiter Need the overall process flow and how to create activity, assign and complete a full process. Thank