Is there a way to port director movies as apps without using x code?

I have many years of experience with Director, but no experience with C++ or Xcode.  As I understand it, there is a long, steep learning curve on X without a good foundation in C++.  Is there a way around using it?  Does it require a lot of
Xcoding, or just an interface, etc.?
Thanks.
Dewey

read the part CodeJingle wrote...
is there doc for the exact steps to publish to iOS?

Similar Messages

  • Is there any way to back up my Macbook Pro without using the heap of crap that is Time Machine? It is telling me it will take 3 days to back up 100Gb. I am in my 60s and I am worried that I might not live that long

    s there any way to back up my Macbook Pro without using the heap of crap that is Time Machine? It is telling me it will take 3 days to back up 100Gb. I am in my 60s and I am worried that I might not live that long

    If you aren't going to live that long maybe you should give up with computers and start enjoying the few remaining hours.
    Suggested Backup Software
      1. Carbon Copy Cloner
      2. Data Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Others may be found at VersionTracker or MacUpdate.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.
    You may obtain trials of the utilities via VersionTracker or MacUpdate.

  • Is there a way to put a pdf on newsstand without using iBook?

    I have some travel pdfs that i'd like to access on my iPhone 4. Is there a way to put them directly onto newsstand, without having to download iBooks (and use up valuable space)?
    Thanks!

    Get a free online storage account (box.net, dropbox, sugarsync, google drive or whichever of the dozens of free offerings you like - I use box.net most of the time and it works well).  Then, put your PDF files up on the cloud storage account and only download the one or ones you need at any given time.  You can limit your transfers to only when you have a free wifi hotspot available.  That will minimize how much space you need to use for PDF document storage.
    As others mentioned, you have to load a PDF into an app to even see it - iBook if you like, or any of the dozens of PDF reader and editing apps available in the app store (Adobe Reader is available there, and is free).

  • Is There a way to Copy or Move a File Without a BLOB?

    I have a requirement for an ApEx application that can move documents, ie .xls, .doc, and et cetera, from one location to another.
    I am posting this here rather than the ApEx forum because I expect the solution might be in PL/SQL.
    Essentially, we want to build a custom document control/tracking system.
    A user creates a document, maybe Excel, maybe Power Point, and they save it in their local documents.
    In the application, the user will "browse" to the file to identify it and answer a few identifying questions like who requested the document and which customer it pertains to.
    The name of the document and the answers to the questions will be stored in a DB table, and the file will be saved to a more "public" location in its native format.
    I realize there are probably apps on the market that do this, but this is to be built in-house.
    We don't want to save the files as blobs in the database due to concerns about how DB speed might be impacted as more and more documents get added.
    So, is there a utility for moving files. Alternatively, is there a way to execute OS commands, like mv, to move the files?
    Thanks,
    Gregory

    Gregory Hansen wrote:
    As for the BLOB, that's the option I'm pushing for, but ultimately it's not up to me. I'll be sure to pass your comments along because I really don't think a BLOB column is going to have a significant impact on performance. If the DB has performance issues they're more likely to be related to tuning problems.I've also run into resistance in storing files as BLOBs.
    There are several factors to consider and unfortunately these seem to be ignored by some developers.
    BLOBs are designed to store binary data. It is no different in that respect than using a file on a file system to store binary data.
    Unlike a file though, you can easily add additional attribute data to the BLOB. You can secure access to it via custom means (fine grain access control and virtual private databases come to mind) that is usually impossible to do with a file system.
    Access to that file needs to be via the o/s - and that is a problem for client-server as it means requiring some kind of server s/w to sit between that o/s file and the client to manage access. E.g. NFS, Samba, FTP, etc. All these have very specific security controls - most of which do not neatly fit the security model designed for the application layer.
    A BLOB instead is access via the database - using the same protocol and session and security that the client uses to access any other database data.
    Performance wise.. bytes is bytes. Reading a BLOB from a database will not be slower than reading a file from the file system. A BLOB is not going to take up more space (it may actually have a smaller space footprint, depending on file size and block size).
    There are numerous advantages - as a BLOB is accessed via the same concurrency controls as any other database data. In comparison, how do you deal with transaction and concurrency controls from a client that accesses a file via Samba/Microsoft Networking?
    The list does not stop there. There are also auditing to consider, and the management and ease of backup and restore, portability (a BLOB in Oracle can be accessed from any Oracle client and does not need additional and specific s/w to support that particular server's means of sharing o/s files), etc.
    IMO, the so-called cons about BLOBs are often just ignorance on the part of the developers. Ignorance about client-server architecture and ignorance about the feature set BLOBs enjoy in Oracle.

  • I've already paid 5 dollars to buy iMovie on my iPhone, and now I've got my macbook, I've synced my accounts and stuff, and it still wants me to pay 15 dollars to buy the app again? isn't there a way for me to get the app without paying for it again?

    Ive already payed for iMovie on my phone, and it wants me to pay again for it on my macbook. Is there a way for me to get it without paying again?

    The iOS and Mac versions of iMovie are in effect separate programs (coded completely differently for the two operating systems) and have to be purchased separately.

  • Is there a way to get photos into iMovie 11 without using iPhoto?

      I use PSE9 to organize my photos and don't want to use iPhoto.  When I click on the little camera in iMovie, it only gives me the option of going to iPhoto.  Thanks for any help.
    Peg

    If you can access your photos from a Finder window, You can drag and drop them into an iMovie Project from there. Just make sure they are in a stable place, because if you move them later, iMovie will not know where to find them.

  • Is there a way to sync mail across multiple computers without using .mac?

    I'd like to be able to use either of my machines to check/respond to email, and have both of them be updated with both incoming messages and my replies. Is this possible outside of using a .mac account?
    I'm using 10.4.6 and also the latest version of Mail.
    Thanks in advance for any insight!
    peace,
    rahlo
    Message was edited by: rahlo

    Yes, there are several people that have published the steps to set up your own .Mac service by reverse engineering the protocol and rolling their own server to provide web services to emulate .Mac.
    If you are looking for a hobby, I would encourage you to try it. Assuming you are sophisticated enough to google it and find some steps you can use, it should not be that hard to set up.
    Please note - I haven't looked over the licenses for all of the software involved (Mac OS and .Mac) - you might be in violation of your license term by reverse engineering parts of the system or violating copyright/patents. As long as you don't go into business or diverting income from Apple - you may well be fine by learning how they did things.
    P.S. I assume you mean syncing the mail settings, not the actual contents of the mail box.

  • My iphone 4 is locked, is there any way to reset it to factory settings without using a pc? see the details first please

    so, i know that there are many questions about a locked iphone, but my case is quite different, i think.
    i just happened to change my passcode this morning before fasting (i'm fasting) and then i left it charged while i went to sleep. stupidly, i didnt write down the new passcode and after a good sleeping, it seemed i've lost my good memory about the passcode and i cant get closer to what it is. ive erased my phone through find my iphone, but i have no idea how to use the phone brand-new because the phone isnt connected to any internet connection (my connection is a bit obstructed here so its really difficult for me, hence my country), so it seems i cant enter the setup assistant. ive tried to enter recovery mode with itunes on my pc, but my itunes is not the latest version (it's still 11.1.xxx), so my itunes didnt detect any iphone in recovery mode but instead always ask for new software update for the device. i cant update my itunes due my connection problems. si im stuck with remembering what's the passcode until now. i dont care if i have to lose all of my data, as far as i can use my phone again, i just can re-isntall all the apps later. so please can anyone help me? im so desperate. thanks.
    (iphone 4, ios 7.1.2)

    ayazephy wrote:
    i suspect so, uh, i feel like i want to cry um, say, i can still connect to a known wi-fi networks, right? i mean, the wi fi is password protected, but i have used it before on my phone. i still can connect without having to log in again, is it right? if it is, then i will just enter the set up assistant... cause i have erased my phone via find my iphone on my icloud. im sorry if i sound so dummy, uh huh
    If you've erased your phone through Find My iPhone, you've erased the saved WiFi passwords along with everything else.

  • Any way to update PO document through DTW without using "Doc Entry"

    Dear all,
    Just have a question.
    I need to use DTW to update existing PO document. I realized that I have to have Doc Entry to be entered in the DTW template.
    Is there any way to update PO document through DTW without using that field, "Doc Entry"?
    thanks
    Tony

    Tony,
    A similar situation related to Bank files was resolved with one of my clients on the following way...
    The file from the Vendor can be an any order or format on the Excel.  Till the time it is consistant it should work fine..
    We created a Job in SQL Server to read this Excel file and to use the DocNum to get the DocEntry from SAP PO and output another excel file which is exactly the template format for PO Update.
    This may even not be required in your case.....
    You can get this done through an Excel Macro....which will connect to the database and using the DocNum get the DocEntry and update the Excel....
    This is 100% achievable and a better solution for regular use
    Suda

  • Is there a way to play divx movies on my ipod touch?

    Is there a way to play divx movies on my ipod touch?

    Search the App store. Here is one
    https://itunes.apple.com/us/app/id451024857?mt=8

  • Is there a way to edit a movie clip from the horizontal format to a vertical format?

    Is there a way to edit a movie clip in iphoto that I may change the horizontal format to a verticle format?

    You need to use a video editor like iMovie or QuicktimePro. OR an app like this:
    https://www.macupdate.com/app/mac/39994/video-rotate

  • Is there a way to make comments "move to the back", behind the text and lines?

    Is there a way to make comments "move to the back", behind the text and lines?
    I am using Acrobat X Standard to "highlight" lines using comments lines at 12pt width and 50% opacity on DWG files converted to PDF.  The opacity setting makes the text and lines readable behind the highlighting, but the colors do not print well.  Moving the highlighting behind the existing text and lines would allow me to use 100% opacity with more vibrant colors.
    Before, we highlighted by hand, but those colors do not scan or copy well.  Digitizing the highlighting is cleaner, and can be edited without starting over.  The "comments" lines can be applied by Acrobat Reader, Acrobat Standard, and Acrobat Pro, so there's an advantage.  Even more important is that the average file size of an 11x17 print that is highlighted and scanned in color is 1000 KB, while doing it this way, they tend to be 100-150 KB, and the text remains searchable. If there's another system that people use, I'm open to that instead.  I haven't looked in to doing the highlighting in AutoCAD.
    Naturally, everything I'm doing is protected, and cannot be shared, sorry.
    Thanks.
    Message was edited by: Nathan Goldblatt

    No, that's not really an option.

  • Is there any way to pull in movies from an external HD if my internal is full

    Is there any way to pull in movies from an external HD if my internal is full?

    I can make PHONE CALLS from my iPhone 6 on my MacBook???
    (And then, I assume, my iPad?)

  • Is there a way to load a movie file created using FlattenMovie() function ?

    Is there a way to load a movie file created using FlattenMovie() function ? I tried with NewMovieFromFile() , everything went well but the movie video track somehow had been corrupted.
    The thing is I could nicely convert the original Movie data structure using an export component. But the one I recreated after saving disk did not converted well ( It produced only sound ). Plz help I seached all over the documents to unerstand 'How to use flattened files' but could not.

    Hi telsenbroich,
    Have a look at this response
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=506500000005000000269A0100&HTHREAD=000104998&UCATEGORY_0=_8_&UCATEGORY_S=0
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • I have a ph window and a macbook pro is there a way to transfer my movies and music on to a ph window

    i have a ph window and a macbook pro is there a way to transfer my movies and music on to a ph window

    Your signature says you have 10.6.8 - is this correct? (It it isn't please amend it to prevent confusion).
    Assuming Snow Leopard, iCloud has not been deleted - it was never there. The minimum requirement for iCloud is Lion 10.7.2 (Mountain Lion preferred): the iCloud Preference Pane does not appear on earlier systems - the MobileMe pane appears on Lion and earlier but is non non-functional - you cannot now open or access a MobileMe account.
    You can set Snow Leopard up to access the email on an existing iCloud account which has been set up on a compliant device, and you may be able to sync iCal using an unsupported (and possibly unreliable) hack, but no other facilities will work. You cannot open an iCloud account on Snow Leopard.
    This page outlines the limited use you can make of an existing iCloud account with Snow Leopard:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudSL.html
    To make full use of iCloud you will have to upgrade your Mac to Lion or Mountain Lion, provided it meets the requirements.
    The requirements for Lion are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    To purchase it you will have to ring Apple at the number given at the bottom left of this page.
    The requirements for Mountain Lion are listed here:
    http://www.apple.com/osx/specs/
    It is available from the Mac App Store (in Applications). (If you are currently pre-Snow Leopard you will have to upgrade to that to access the Mac App Store: it's available in the online Apple Store.)
    You should be aware that PPC programs (such as AppleWorks) will not run on Lion or above; and some other applications may not be compatible - there is a useful compatibility checklist at http://roaringapps.com/apps:table

Maybe you are looking for

  • Error in bex design window while Restricting an item in a query

    Hi All, When I try to restrict an Item (a value)  in the query design window Im getting the following errors:- 1.) 'The Operation Failed because of a program error on the Server (DUMP). See System Log for Details.' 2.) 'Stop Statement Occured'. 3.) R

  • Problems with GC.

    I am running two TCP/IP based Java applications ( JRE 1.4) on a Sun Solaris 5.7 Box. One of the applications is heavily threaded and takes upto 2 minutes to garbage collect. During this time i have noticed that the application stops accepting socket

  • Single invoice for more than 1000 Billing items

    Hi, We have below requirement: We are doing RRB (Resource Related billing). We create thousands of Debit memo request for the customer. Each Debit memo has atleast 9 items. that means  in total we have 9000 items to bill in single invoice. We know th

  • Selection windows jump (scroll) uncontrollably

    When I try to manually select items to sync to a device, the list view (window) containing the options (Playlists, Artists, Genres, or Albums) jumps uncontrollably when I try to scroll using gestures on a Magic Mouse. Often it jumps to near the top o

  • Urgent Masterdata Question

    Gurus,   I updated the transformation for 0mat_plant to include an object that is in the datasource.  It has always been in the datasource, but it was not mapped.  There is also data coming from R/3.  I try to load it into the ATTR load for 0mat_plan