Include files/documents in the calender

I love my iPad, but to be able to use it fully as the single work-tool for meetings and stuff it should be possible to include files or documents in the calender (i e links to the files) so that everything is easily accesible from the calender when you arrive at the meeting. Then you would have the invitation in the calender, along with the notes and other documents. I really hope that´s a application in coming upgrades.
Anyone who know about an app that fixes that?

Your installer should be putting everything in the data folder you need.  So it should be fine.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Including files/resources using the ADT command line

    Hi all,
    I'm trying to get file support into my ADT helper tool before I release an update.  I am still having problems.
    According to the Adobe docs on the subject, the following commands can be used:
    -C "path/to/new/working/directory" [files and folders to include]
    -e [files and folders to include] [package directory to add these to]
    The following example works fine for me:
    // This changes the working directory to my audio resources folder, and then packages the file 'track.mp3' into the root folder of my application package.
    -C "C:\\resources\audio" "track.mp3"
    Hoiwever using -e option in any way generates an error:
    // This copies the file 'sfx.mp3' from the current working directory to the application package subdirectory 'lib'
    -e sfx.mp3 lib
    This also causes an error:
    // Change the working directory to resources/audio and then copy the file called 'sfx.mp3' to the 'lib' subfolder of the application package. Error.
    -C "C:\\resources\audio" -e sfx.mp3 lib
    The error in both cases is:
    File does not exist: sfx.mp3
    Any ideas how I can use the -e option?  Does the working directory not come in to it - do i always have to use an absolute path to my file?
    Thanks in advance,
    Peter

    Not sure if it will help in your situation, but I just include files by adding the filepath at the end of my adt command line (no -e or -c). Eg (included files or bolded):
    "C:\Program Files (x86)\Java\jre6\bin\java" -jar C:\Users\t.randall\Documents\AIRSDK\AIR_3.0\lib\adt.jar -package -target ipa-ad-hoc -storetype pkcs12 -keystore ..\..\Deployment\CareerBox.p12 -storepass pass -provisioning-profile ..\..\Deployment\CareerBox.mobileprovision ..\..\CareerBox.ipa CareerBox_iPhone-app.xml CareerBox_iPhone.swf AppIconsForPublish\Icon29x.png AppIconsForPublish\Icon57x.png AppIconsForPublish\[email protected] AppIconsForPublish\Icon512x.png AppIconsForPublish\Icon48x.png AppIconsForPublish\Icon72x.png Default.png [email protected] Default-Landscape~ipad.png Data\Cards.xml Data\CareerCards.xml

  • Build an application installer and include files referenced in the code

    I want to make an application installer of my project, and I need to include a picture that I'm using in the code.
    This picture is used both in the vision assistant and in a low level color pattern match.
    What I need is some way to reference this picture in my code, so that when I create the installer and the project is installed on another computer, this file will always get referenced.
    Can someone please tell me how to do this?
    Thanks in advance!

    Your installer should be putting everything in the data folder you need.  So it should be fine.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • When refreshing screen, another tab pops up with a file document and the download screen.

    Each time I refresh the screen another tab opens. It looks like:
    {"longFormFreeVideos":0,"primaryNetwork":"HBO","networkSmallLogo":"/api/entity/thumbnail/Network-56/50/30","genres":["War Drama","War","Adaptation","HBOseries","Drama"],"watchItOnDemand":false,"watchItOnDownloads":false,"type":"TvSeries","releaseYear":0,"shortFormVideos":7,"globalUid":"TvSeries-100451","longFormVideos":7,"description":"U.S. First Recon Marines prepare to invade Iraq; soldiers pass time while awaiting orders; a writer from ``Rolling Stone'' magazine becomes embedded with the unit.","name":"Generation Kill","topProjects":[],"providerCodes":["d"],"videoIsProtected":false,"endYear":2008,"episodeListings":{},"shortFormFreeVideos":7,"episodeDetails":{},"isProtected":true,"watchItOnTv":false,"topContributors":[],"episodeSeasonNumber":0,"startYear":2008,"isNetworkPremium":true,"longFormProtectedVideos":7,"watchItOnFancast":false,"episodeAirings":{},"shortFormProtectedVideos":0}
    I am assuming this is different depending on which screen I refresh. It also brings up the download screen too. Why?

    Mozilla has download mirror websites around the globe and uses them to "balance" the downloads of Firefox so users don't need to "wait in line" for their download.
    Here's a listing of those mirrors. <br />
    http://www.mozilla.org/community/mirrors.html

  • UCCX 8 - Dramatic change in the Create File Document step that is used by the Create XML Document step in order to read an XML file

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    For the last 5 years (and in IPCC3.x/4.x,UCCX/5.x/7.x) I've used the same basic subflow to read a XML document that contains holiday dates where the queue should be closed.  I've re-used this script on 20+ client installs and it's always worked.  The structure of the script allows you to pass the path and filename of the XML document as parameters to the subflow. (The document is in the repository)
    I loaded this script in UCCX 8.0.2 recently and it crashed with a Java.IO error.  It looked like it was trying to read the file system directly and not the repository. (In the Linux appliance model this kind of makes sense but why is the step trying to read the file system directly?)
    So I open a TAC case (SR# 615243125) and TAC tells me that the method of using the Create File Document step is not supported anymore and that I should specify the filename directly in the Create XML Document step
    The problem that I see (aside from having to edit all my scripts that use XML files) is that the Create XML Document step is looking for the input to be a type DOCUMENT and not a type STRING.  This seems to imply that I have to hardcode the document in each script that I deploy for a customer.  When it was a string it was easy to construct the full file path from parameters and pass to the subflow.
    Questions to the group
    #1 Am I missing something here?
    #2  Do you assume that you'll be able to load a script that worked fine in UCCX 7 into UCCX 8 and that it should completely function when you're doing everything according to the step reference documentation.
    #3 Cisco didn’t document this in any way that I can find.
    #4 How can you use the Create XML Document step in a fashion that would let you construct the path of the file and the filename previously in the script so you could pass it to a subflow ?  It would seem this functionality has been killed in UCCX 8
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    (Background)
    Create File Document Step
    The input filename is a STRING, could be an explicit path and filename in the repository or a variable that represents that path and string
    The output of this step is a DOCUMENT to be used in the Create XML Document step
    The string FILE_FullPathHolidayFiles references  en_us\folderName\documentName.xml
    The document was properly uploaded into the repository only, NOT trying to directly read c:\foo\blah…
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    The create XML document input can only be a type DOCUMENT

    #1 Am I missing something here?
    You are mixing two different issues together here.
    The Create File Document step is indeed not needed or supported for creating an XML document. That is why there is a unique step; to trigger XML parsing within the MIVR subsystem.
    Accessing the file system is restricted to a single folder within the VOS model (i.e. 8.0+). This folder is not backed up, replicated, or cleaned up automatically. It was intended to give developers some FS access as a temporary swap location only.
    #2  Do you assume that you'll be able to load a script that
    worked fine in UCCX 7 into UCCX 8 and that it should completely
    function when you're doing everything according to the step reference
    documentation.
    Assume nothing; read the documentation and attend one of the dozens of partner training sessions that CCBU put on advising of the upcoming changes.
    #3 Cisco didn’t document this in any way that I can find.
    You're right, I guess, on the Create File vs. XML Document step. AFAIK Cisco never wrote a notice into the Step Reference Guide explicitly stating that you cannot use the Create File Document although the documentation seemed pretty clear to me without it. File system restrictions are documented in the 8.0 release notes.
    Scripting and Development Series: Volume 2, Editor Step ReferenceUse the Create XML Document step to create a logical document that maps a document to another document variable (where the document has already been pre-parsed as an XML document and is ready to be accessed by the Get XML Document Data step).Use this step before the Get XML Document Data step to obtain data from a document formatted using the Extensible Markup Language (XML).
    #4 How can you use the Create XML Document step in a fashion that would
    let you construct the path of the file and the filename previously in
    the script so you could pass it to a subflow ?  It would seem this functionality has been killed in UCCX 8
    No it hasn't; just concatinate a string to build the Source Document parameter the step needs. Example:  "DOC[" + myFilePath + "]"

  • Java tags in the include files

    Hi.. I have a code for javatag, which works well if you put it directly into the jsp.. But, if I try to put it as part of the include file, called from the same jsp there is no luck. Code would not be executed. I am using WebSphere server. If any one has any ideas how to make it work, would be greatly appreciated!
    Thank you very much in advance !!
    Hanna

    Hi.. thank you for trying to help me!!
    More details on my problem.. In my application I have a jsp which pworks like a template. We plag in it top nav bar, left nav bar and a content into it. All those three components are include files (HTML + JavaScript content) with extention *.inc.
    To get those files into the jsp, I am using
    <jsp:include page="abc.inc" flush="true"/>
    Because they are not JSPs, I can't use
    <%@ include file="/abc.jsp"%>
    Problem is when I put custom tag
    <ibmstore:getMyTag param="ABCD"/>
    directly in the JSP, I can see the result perfectly..
    But if the same code is inside abb.inc, java code is not executed. There is no error, it is being ignored, only in the source I can see the code. And I do need that tag
    be inside the abc.inc :((
    thank you!!!

  • Regarding the nomenclature for include files in SAP

    Hi Group,
    I am presently enhancing a tool for the upgrade thing .The tool is used to derive all the effected objects,so, for that i need to know the nomenclature for include files in SAP.e,g all the include files for table maintenance generator starts with LSVIM.so, we don't need to analyse that include files,so in the similar fashion i need to know nomenclature for include files....
    Thanks,
    Ajitabh Aggarwal

    Hi Group,
    Basically i am working on developing an upgrade tool from 4.6/4.7 to Ecc 5.0/6.0,so for that i need certain information on include files.Basically i need to collect the affected zobjects whic i need to modify,So,for that i need to get the FUGR,FMs and includes which need to be corrected.e.g all deque and enque function modules are irrerelevant and similary includes starting with LSVIM and those that don't have function odules attached to them are for screen maintenance of tables.So, i need certain on inputs on that end.if u have anything,please do tell me.
    Thanks in Advance.
    Ajitabh Aggarwal

  • How to force a jsp page to reload an "include" file?

    Hi there,
    I'm using WebSphere 4.0.2 with the Java 1.3.1 API.
    Some of my JSP files includes another JSP file as follows:
    <%@include file="constants.jsp"%>The above line came from one of the files entitled "main.jsp".
    Other jsp files on our system can rewrite and update the values in constants.jsp.
    However, when they do so, main.jsp (and the other files that "include" constants.jsp) doesn't take on the new settings unless I either a) reboot the server or b) force a recompile of main.jsp
    Is there any way to have main.jsp pick up when constants.jsp is updated and use the new values without manual intervention?
    Thanks!

    You might want to use 'touch' task of ANT. it modifies the jsp page modification time thus forcing the pages to reload.

  • How to include a file as variable in %@ include file tag.

    Hi,
    I have a interesting problem here, how can I include a file in <%@ include file tag. where the include file path is a variable. I am trying to implement the following statement.
    <@ include file="<%=headerLogic_template %>">
    where headeLogic_template is a variable which contains the actual path of the include file.
    Thanx,
    Ramana.
    email:[email protected]

    Please note that you can not write anything else between the quotes nor for page specification or parameters.
    BAD EXAMPLE!!
    <% for (int i = 0; i < 20; i++) { %>
    <jsp:include page="included.jsp" flush="false">
      <jsp:param name="apa" value="prestring_<%=i%>"/>
    </jsp:include>
    <% }BAD EXAMPLE!!

  • "Include" files in Dreamweaver

    I used "Include" files in my pre-Dreamweaver sites. When I switched to Dreamweaver and opened those sites, Dreamweaver converted Include file content into content on every page and does not reference the Include file anymore. Is there a way to reestablish Include file functionality in Dreamweaver, so that each page keeps only the reference to the Include file? (If so I can just search/replace content now on the page with a new Include file reference.)

    I don't have a php site but I tried  <?php include("menu.txt"); ?> anyway, but it didn't work.
    Here is what I had used in the past:
    I typed this Include file "call" into the html on the page where I want the left-nav TOC text to display:
    <!--webbot bot="Include" U-Include="i/nav-left.htm" TAG="BODY" startspan -->
    Here is the TOC text contents of "nav-left.htm" which then auto-populates into the live html page on the site when displayed:
    <a href="http://www.example.com/index.php">Home</a> -
    <a href="http://www.example.com/about.php">About Us</a> -
    <a href="http://www.example.com/links.php">Links</a> -
    <a href="http://www.example.com/contact.php">Contact Us</a>
    frontpage would auto-insert this at the end of the above TOC text in the live page:
    <!--webbot bot="Include" i-checksum="20326" endspan -->
    But that TOC text never displayed in the nonpublished local version of the ms-frontpage web pages. It only filled in the TOC text on the page from the Include file after published out to the live site.
    Whenever I changed the contents in the one file i/nav-left.htm, it updated the left nav TOC text on all the pages on my site where I had inserted the include statement:
    <!--webbot bot="Include" U-Include="i/nav-left.htm" TAG="BODY" startspan -->
    But after I brought this website into Dreamweaver, it automatically replaced all the TOC text contents into my nonpublished local version of the web pages. Now when I change the include file, it does not update the pages in the site. The Include statement fails and never calls the Include file and the Include file TOC text no longer populates the web pages. If I have an update to the TOC text, I have to update it on every individual web page, instead of just once in the Include file like I used to.
    Is there a way to create a new Dreamweaver-friendly Include filed that's not php, or a different way of entering the statement, that will work in Dreamweaver?

  • Include Files not showing up

    We have a website that has 2 include files (menus) on the
    left and right side of the page.
    When I load up the pages in Contribute, I just see the main
    page, without the menus. We need to click through the menus so that
    staff using Contribute can edit the pages they want.
    Is this not possible in CS3?
    Or do staff have to know the exact URL for the page they want
    in order to change it?

    Solved my issue and it had nothing to do with Contribute, but
    IIS...
    :-)

  • Include file causes redefinition of bean which already exists!!

    hi,
    i have a jsp page in which i have 3 directives include.
    in every included file i have the same bean used like that:
    <jsp:usebean id="myid" class="myclass" scope="session"/>
    that causes the following error:
    "the tag tried to define a bean which already exists : myid"
    (it s in frensh i tried to traduce it)
    does someone know how to fix that problem??
    thanks in advance!

    i have a jsp page in which i have 3 directives include.
    in every included file i have the same bean used like that:
    <jsp:usebean id="myid" class="myclass" scope="session"/>In one translation unit, the value of the id attribute of "jsp:usebean" must be unique. Duplicate id’s found in the same translation unit shall result in a fatal translation error. The jsp page, together with the included files as specified by page directive "include" recursively, is considered inside one translation unit.
    Removing that line in your included files will fix the problem. Of course, you need to include that line exactly once in the including page.

  • Include file issue

    I've got a form in a tabe that i've got as an include file
    throughout the
    site. For some reason in firefox the form sits flush with the
    table above it
    & in ie there is a margin of about 10/15px.
    Firefox is displaying as it should as i have checked all the
    surrounding
    code in the include file and in the html file it is being
    included in and
    there is no spacing at all - not even in the css applied to
    it.
    In design view the include form drops low as the hidden items
    are visible
    (form tags & the include tags) but these shouldn't affect
    the positioning?
    Absolutely no idea what could be causing this.
    Please help - Thanks!

    Good luck!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JimR99" <[email protected]> wrote in message
    news:[email protected]...
    > Yep, It worked a treat. Thanks Murray!
    >
    > Bit of a doh! moment....
    >
    >
    >
    >
    > "JimR99" <[email protected]> wrote in message
    > news:[email protected]...
    >> I'll try that & if it doesn't work i'll post the
    code.
    >>
    >> Thanks Murray
    >>
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Show us, please.
    >> >
    >> > I'm guessing you need to control the margin-top
    value of the form tag.
    >> >
    >> > --
    >> > Murray --- ICQ 71997575
    >> > Adobe Community Expert
    >> > (If you *MUST* email me, don't LAUGH when you
    do so!)
    >> > ==================
    >> >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >> >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >> >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >> >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> > ==================
    >> >
    >> >
    >> > "JimR99" <[email protected]> wrote in
    message
    >> > news:[email protected]...
    >> > > I've got a form in a tabe that i've got as
    an include file throughout
    >> the
    >> > > site. For some reason in firefox the form
    sits flush with the table
    >> above
    >> > > it
    >> > > & in ie there is a margin of about
    10/15px.
    >> > >
    >> > > Firefox is displaying as it should as i
    have checked all the
    > surrounding
    >> > > code in the include file and in the html
    file it is being included in
    >> and
    >> > > there is no spacing at all - not even in
    the css applied to it.
    >> > >
    >> > > In design view the include form drops low
    as the hidden items are
    >> visible
    >> > > (form tags & the include tags) but
    these shouldn't affect the
    >> positioning?
    >> > >
    >> > > Absolutely no idea what could be causing
    this.
    >> > >
    >> > > Please help - Thanks!
    >> > >
    >> > >
    >> >
    >> >
    >>
    >>
    >
    >

  • Inserting swfs in ASP include files, CS4?

    I'm having a problem inserting SWFs into ASP include files in CS4 and am wondering if there's a solution other than going back to CS3.
    I've been adding pages to this site on a daily basis and at some point a few years ago we needed to start using ASP includes. The C-wrapper is in the ASP file and the content is in the included file.
    Unfortunately, the way CS4 insists on adding SWFs leads to broken pages. The error in Firefox is:
    Active Server Pages error 'ASP 0139'
    Nested Object
    /MySite/MyFolder/MyTopic/include/includedFile.htm, line 93
    An object tag cannot be placed inside another object tag.
    So, MyFile.ASP uses include/includeFile.htm. The SWF is inserted into includeFile.htm. DWCS4 uses this code:
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="510" height="384">
          <param name="movie" value="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="9.0.45.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="/Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" width="510" height="384">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <param name="expressinstall" value="/Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
    I understand the problem with nested objects. I think what I'd really like is to keep CS4 but go back to the method CS3 was using to insert SWF files. This current method is especially difficult because when I change it and later reopen the file DW wants to "correct" it.
    Any helpful hints would be appreciated.
    Rob Mack

    Okay, my solution was to go find the old CS3 code and make a snippet out of it. This way I always have a piece of code that works -sort of- and at least it stays consistant. It's a little more work now but if the old CS3 code for a swf is present then CS4 won't complain.
    It seems to me that hard coding this into the CS4 product makes it kind of inflexible.
    Here is the CS3 code. It works in a file that will later be included in an ASP file. The CS4 code quoted previously doesn't work.
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','510','height','384','src','/MySite/MyFolder/MyTopic/images/oneOfMany','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','/MySite/MyFolder/MyTopic/images/oneOfMany' ); //end AC code
        </script>
          <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="510" height="384">
            <param name="movie" value="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" />
            <param name="quality" value="high" />
            <embed src="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="510" height="384"></embed>
          </object>
        </noscript>
    Rob Mack

  • SSO Issues while opening a ppt file document only from Solution Manager

    Hi Experts,
    Version - Solman 3.1
    Issue
    =====
    While trying to open a Powerpoint(ppt) file document, from the service provided by Solution Manager thru a weblink:
    1.A SSO authentication request of the server pops up requesting to authenticate Windows userid/password
    2.After entering the windows password the first time..authentication is requested again..At times on the second chance of authentication, the request is successfull and the powerpoint document opens.. But we have faced issues wherein the issues had persisted for 5-6 chances and only then the ppt document opens.
    3.Point to be noted is that even if the SSO authentication of the windows password is cancelled even the first chance the document opens..
    4.Issue is only with powerpoint document and not with word document..
    Going by point 3.. there is no relevance of the windows authentication to popup since authenticating or not authenticating doesn't matter.
    Issue unknown is why is that whenever only a ppt document from Solman is being opened does the SSO Windows authentication window of Solman server opens.. Is there any settings to be considered..
    Regards,
    Nagendran

    Since I am new to the field requesting the kind quick help by java experts here to help me change the code so that I would be able to search a web apge saved on disk and search and highlight a word in that page ....
    Thanks in advance........
    Looking forward for your kind suggestions......1) Did you write that code? If yes, proceed to 2). If no, I charge 150 euros/hr. Let me know when you want me to start.
    2) Post the code for a program that opens a text file with the following in it:
    hello world
    and prints the contents out using System.out.println().
    3) Modify the program in 2) to determine if the file contains the word "yes". Post the code.
    4) An html file is no different than the text file in 2).

Maybe you are looking for