How to link individual picker view selections to download an individual file from a website or other location such as dropbox using Xcode?

Alright, the question I have has to deal with how to link an app to a website to download files. How, or is it even possible to link individual picker view selections to download an individual file from a website or other location such as dropbox using xcode. Sorry if this is the wrong place to post this, but if anyone can help or can send a link to a place that can, I would greatly appreciate it!

I am not getting anywhere with deploying my application or
applet.
I have set up my bc4j project. It contains all my VO info,
links, application module. (proj a)
I then have another project with DbInfo in it(has all my rowset
info), Multiple Frames, and my Applet.java file.
Actually I have an Applet.java file and a Application.java file
because I was seeing if both/either worked. Anyway they seem the
same, except for that extra window that comes up when you run the
applet.
I follow the steps in the oracle directions (from earlier post).
And all seems ok. But at ---->
[*] Select the subdirectory under myhtml where your applet's HTML
file
is located, and enter the directory path of the 'staging'
directory you
created in step 3 above, if different from the default.</li>
[*]Select the HTML files that JDeveloper created to run your
applet.</li>
[*]Select all of the Java source files in your project that make
up the
applet.</li>
I have no HTML file associated with my applet, at least that I
know of.
So do I need to create one, or should it of been done
automatically.
Also, I trying to figure out what will be the best way to deploy
my project. Applet or stand alone application is what my first
choices have been so far. I have read that there is some issues
with applets being served from a different server than the
database. So a stand alone application was my front runner, but
I haven't gotten either way to work yet.

Similar Messages

  • How to restore individual files from a TM backup after a clean install?

    Hi to all,
    my teenage daughter's Mac Mini (running OSX 10.8) was cluttered with all sorts of stuff, even unwanted and inappropriate popup windows when using Safari, and more. So I made a final TM backup. Then I did a clean install of Mavericks.
    Now, I wanted to bring back individual files and folders from that TM backup, BUT...
    going to Migration Assistant, I realized that it would overwrite the clean install and bring back the clutter. This is no option.
    going to TM, I realized I wasn't able to select any of the snapshots from the timeline
    going to the external drive containing the TM backup with Finder, all folders within her "old" user.folder showed a small red stop-sign, which I learned is an issue with permissions. I wasn't able to restore manually.
    What to do now?
    I know I could restore the cluttered state and copy folders and files manually to an external drive, make another clean install of Mavericks, then copy manually from that external drive. This seems a lot of time and work to me.
    Is there an easier way?
    Thanks in advance,
    Michi

    See # 14 Here...
    http://pondini.org/TM/FAQ.html

  • How to extract individual files from a time machine back up'

    Hi! I have a problem... So two months ago my mac's internal hard disk had a problem, as the folks at genius bar would say, it was "ejecting" itself by itself. It was frozen. Problem: I was gonna do a backup the day it happened, so I didn't have a back up. I went to a centre of data recuperation. They managed to get a lot out of the internal hard disk and put it in a new external hard drive. Apple then replaced my SSD, and I restored (from the external hard drive) what had been recuperated back on my computer with a new SSD. Now I realise that a lot of things are missing - especially pictures- which is quite annoying. I do have a very old back up that I did with Time Machine on another external hard drive. My question is: how can I restore only the pictures from that back up? I can't go back on time machine because this is a new SSD, and I don't wanna restore everything from that back up as I have more data on my computer as it is now... Help?

    go into the backups.backupsdb  of the old time machine and find your picture folder wherever you saved them and drag the files over to your Mac.
    then, NEVER again only have ONE backup of your data, always 2 minimum.

  • How to pick a file from a website

    Hi All,
    I have a requirement like this. I need to pick a file from a website for which i have the link and the file name . Its a .csv file. can i use file adapter to pick that file? can i mention the http link in the source directory field?  or suggest me some way to pick that file . Its a website not a web service.
    reagrds
    jhansi

    HI Hema,
    A work around i see is to use run operating system command before message processing option in sender file adapter.
    Here I'd write a  .bat file which which will execute a java class..
    Basically I'll write a java class to download the file from the URL and keep it. And this file will be picked up by XI.
    May be the same thing can also be achieved using scripts but i have no idea on dat...
    Any how, my java code segment wud be something like
              try {
                      String webFile =
                         "http://www.dilbert.com/comics/dilbert/archive/images/dilbert2002222271107.gif";
                      URL url = new URL(webFile);
                      InputStream is = url.openStream();
                      FileOutputStream fos=new FileOutputStream("C://MyFolder//dilbert2002222271107.gif");
                      int oneChar;
                        while ((oneChar=is.read()) != -1)
                           fos.write(oneChar);                     
                        is.close();
                        fos.close();               
              } catch (Exception e) {
                   // TODO: handle exception
                   e.printStackTrace();

  • How do you retrieve individual files from Time Machine?

    If a file original is lost or becomes corrupted, is there anyway to retrieve that individual files from Time Machine? If so, how?

    ElRay (Amazingly, not the 1st) wrote:
    SharonZ wrote:
    Time Machine finds that file, and not other files that meet the criteria. BUT...
    That's not what TM was doing. My search criteria was "by filename", however when I try to go backwards in TM, that limit is lost and it appears to be returning every file in the rolled-up weekly archive. This is especially odd, because I have since determined that the file was actually corrupted before TM was running, so there should be only one version of the file in TM's archives.
    No, it was a file sitting on my disk. Email was mentioned, because the fact that every email in every junk folder appears as a separate item to be restored, which is what triggers that little "too many files to show you at one time" issue.
    So your name search returned lots of junk mail items. I shudder to think what the file name was that you were searching for! <g>
    Also: you can tell Time Machine to ignore your junk mail if you've filtered the junk mail in Mail into a different folder/box.
    I figured that one out. I had used Spotlight to find the junk mailboxes, but couldn't, only the messages "labeled" junk. I had to use 'find' in Terminal.app to actually find Mail's junk & spam folders.
    Yeah, it's hard to find stuff when you don't know where it is <g>. In general, though, for these kinds of things, always think: "Library" which is where SO many pieces of programs are stored. Of course, there's lots of Library folders, so your first job is to decide: system or user level? Realizing more than one user account could have email setups, you can assume the path you need starts at the User level. So, you start at Home[UserName]/Library. Scanning that Library folder, you see a Mail folder (aha!). Checking out that folder, you might first suspect the Mailboxes subfolder, but you'll soon see that it has the mailboxes you've defined for sorting your mail; so, you continue to scan the Mail folder and you see a folder with your email address on it (or multiple folders, one for each of your emails). Open one of those and, ta da! You see something labeled junk.mbox.
    You've already found your Junk mail, of course, but I'm suggesting this as a general approach, especially for other readers of this thread, who might not want to touch Terminal.
    But, back to one of your initial problems: TM seemed to lose your search criteria. Do you think it was related to the high number of " hits"? Does it work for you otherwise, when you search for something less general?

  • How to delete an individual file from the'Recents' list on an Android tablet? Not the original file in the documents library.

    I have a samsung note 8 tablet. I used to be able to delete files from the recents list, but don't know how to do it in the newest version.

    I don't think you can remove just one file from this list.

  • How can I copy mp3 files from my Itunes library to an SD card for use in a non-apple phone?

    How can I copy mp3 files from my Itunes library to an SD card for use in a non-apple phone?  I can physically copy the tunes as mp3's but the phone does not seem to be able to play all of them.   Do I need to copy an entire album or can I just pick & choose individual songs?   The phone is question is an LG running who knows what for an operating system.

    AAC is Advanced Audio Coding.  Basically it's a format that sounds better than MP3 but doesn't take up as much space as a lossless format (like you'd have on a CD).  More than likely you've had that encoding turned on when you ripped your music into itunes (it's the default encoder).  Therefore your LG phone won't play them.
    You need to turn off the AAC format by going to the iTunes menu, Preferences, General (at the top), then clicking the "Import Preferences" button.  Change the AAC Encoder to MP3 Encoder.  After that you'll have to make MP3 copies of your songs by right clicking them and selecting "Create MP3 Version."  You'll get a copy of the song that should transfer to your SD card and have MP3 encoding.  Hopefully your phone will play that.

  • I downloaded a word file from an inbox mail (the mail app) onto my iPad2, where is this file stored? How can I delete it if it takes up space in my iPad? Any ideas??

    I downloaded a word file from an inbox mail (the mail app) onto my iPad, where is this file stored? How can I delete it if it takes up space in my iPad? Any ideas??

    Did you ever figure out what happened?
    I had the same experience as you did, but in my case it was a big fat pdf that Mail insisted I had to download before I could view it. As happened with you, I saw the file actually downloading, and after a time I was able to view the pdf. It's been my assumption that the pdf is still somewhere on my iPad, but I have no idea where, nor how to delete it if it is still there.
    Thanks.

  • How to move file from folder f1 to other folder f2 in application server.

    Hi all,
    I want to know if there is any function module which can help me in moving a file from one folder to other folder in application server. Application server operating systems is Unix.
    I want do this only by function module, please let me know what parameter i need to pass.
    Thanks in advnace.

    You need to create a unix (OS) command and execute the same
    SM69 is to create a comman &
    SM49 is to execute the same.
    You can use SXPG_COMMAND_EXECUTE fm to execute from the program.
    refer to this link
    How can I execute external application?
    Regds
    Manohar

  • I downloaded a vector file from Shutterstock. How do I edit the text in Photoshop? If i enlarge the image- the pixels are awful and the image is distorted.

    i downloaded a vector file from Shutterstock. How do I edit the text in Photoshop? If i enlarge the image- the pixels are awful and the image is distorted.

    jessicae28493569 wrote:
    i downloaded a vector file from Shutterstock. How do I edit the text in Photoshop? If i enlarge the image- the pixels are awful and the image is distorted.
    What is the file format of the vector you downloaded?  Custom Shapes have a .PSP extension, and are placed according to this table.
    Preference filenames and locations in Photoshop CC
    They will then be loadable from the Custom Shapes drop down — click on the cog icon > Load shape > Find your downloaded vector.
    Once placed in the image, it will appear as a Shape layer, and can be edited with the Path, and Direct Selection tools (black and white arrows on the toolbar)

  • Hi. I have Lightroom 4 installed. I cannot download my CR2 files from the Canon 5D Mark III camera. I have downloaded Lightroom 5 thinking it was an update but it appears I have to pay for the program. Any ideas how I can get lightroom 4 to accept my CR2

    I have Lightroom 4 installed. I cannot download my CR2 files from the Canon 5D Mark III camera. I have downloaded Lightroom 5 thinking it was an update but it appears I have to pay for the program. Any ideas how I can get lightroom 4 to accept my CR2 files ?

    The Canon 5D Mk 111 was supported from LR 4.1, see the link below. Just update LR to the latest version. See link below
    Camera Raw plug-in | Supported cameras
    Adobe - Lightroom : For Windows
    Adobe - Lightroom : For Macintosh

  • HT1391 Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    .from iTunes, go to View > Show sidebar
    From sidebar > Itunes Store > Click top left on your Apple ID email address > Account > ...scroll down > Purchase History > View All

  • How do I download a music file from a pc laptop

    How do I download a music file from a pc laptop?

    This is an iPad forum. Consult your Windows manual on how to download music.
    After you have downloaded and it's the format iPad supports, drag and drop music into computer iTunes.
    Connect and select iPad in iTunes, check the misic selection and sync.

  • Is there anyway to transfer individual files from my IMAC to my macbookpro?

    Is there anyway to transfer individual files from my IMAC to my Macbookpro? I used migration assistant, but it doesn't let me select individual files, only the entire HD.

    Get this, it's free & works great:
    http://itunes.apple.com/us/app/dropcopy/id403411542?mt=12

  • I downloaded an Adobe file from my email but cannot find it on my hard drive or in recycle bin - it's in downloads but am unable to open from downloads - how can I recover the file?

    I downloaded an Adobe file from my email (service provider is MWeb) but now cannot find it on my hard drive and it's not in the recycle bin. It does, however, appear in Firefox downloads but I'm unable to open it from there. How can I recover the file?

    Thanks Rob.
    I actually had no clue what the core problem was caused by. So it's Windows itself...that helps some.
    I'll resubmit there. It might actually have saved time for it to simply have been moved to there instead of off-topic, though I suppose you have to follow protocol.

Maybe you are looking for

  • N95 repeatedly loses consciousness during the upda...

    What is the problem as my N95 repeatedly (already 5 times) loses consciousness during the update. There is plenty of power in the battery and I have charger cable connected. The PC update software always asks me to resurrect the phone ("elvytä" in Fi

  • LOV does not get invoked the second time

    Hi I'm using JSF-ADF-BC with JDeveloper 10.1.3.1 I've been following the Hands-on Practices from Oracle JDeveloper 10g for Forms and PL/SQL Developers. I have an edit page which invokes a LOV page. The first time I click on the flashlight (af:SelectI

  • Status Bar keeps reappearing

    I've disabled the status bar in Safari (Webkit actually) but every now and then opening a new tab from a link makes the bar reappear. It happens with every link I click in Gmail but other than that there's no pattern. Does anyone know what I can do?

  • N8 does NOT Search within Calendars

    Rather disappointed today. I have three calendars on my N8, shown in this order. Personal (empty, permanent, not used) N95 (my former main calendar still full with relevant entries for the next months) PC Suite (my current main calendar that synchs w

  • How to hide a VIEW script

    TRUE or FALSE? We do not have any utility (10g) to hide (CREATE VEW ....) script like Wrapping PL/SQL Code with wrap Utility. Thanks.