Mac OSX Application Development

Hey all.
I don't know if this is the proper forum or not, but maybe it is or maybe you can point me in the right direction.
Anyway, I'd like to develop a program for the Mac that mimics a Windows program that is not and probably will never be written for the Mac platform. So I'm bored and thought I'd start researching how to tackle this.
I have been reading about Applescript Studio but I think that will be too simplistic for my design.
I'm thinking one of the C based languages but would like input...C, or C++, or Object-Oriented...what's the difference? Is the difference all in what the program will due or just language differences?
Secondly, I don't care if the application is Cocoa or Carbon, I just want it to work on the Mac platform. So what would be the easiest, but still efficient, way to tackle that?
Basically the program will be a database of records that resembles a glorified spreadsheet (this is, as I said, a previously Windows based applications for pilots allowing us to keep a very nice record of flight times and various other criteria. Very sleek but not enough to keep me in the Windows world).
Any thoughts? Any references?
Thanks for all the help in here!!

rothnd wrote:
Basically the program will be a database of records that resembles a glorified spreadsheet (this is, as I said, a previously Windows based applications for pilots allowing us to keep a very nice record of flight times and various other criteria. Very sleek but not enough to keep me in the Windows world).
Any thoughts? Any references?
First of all, I almost missed your post. You posted this in the "AppleScript" forum which I normally avoid like the plague because I detest AppleScript. But you really aren't talking about AppleScript at all.
What you describe sounds like a basic Core Data application that should be quite easy to do in Objective-C. Do you have a link for the Windows software to compare?
There may be some 4GL solution that would work even better. Bento or RealBASIC might be options.
Also, is this something that you really want to do or something that you would really like to have done. If you really want to do it yourself, I would suggest trying Bento. You can try Objective-C too. If you can't figure it out - no big deal. I couldn't figure out how to pilot a plane on my own. If this project were fairly easy or enough of a demand, some programmer (such as myself) might be interested in writing it.

Similar Messages

  • Mac OSX "Application Launch Failure" shared library error

    Any ideas on how to fix this?  Fixing preferences does not help.

    You can try to reinstall Mac OS 10.4.8 combo update Intel or PPC.
    Anyway, this is symptomatic of hard drive failure and needs repair (changing the hard drive).
    Why reward points ?
    MacBook Pro 15" 2,33GHz | iPod | iPod Shuffle | Mighty Mouse BT   Mac OS X (10.4.8)   2Go RAM, 120G HD

  • Continual problems with AAM/CC6 (Mac OSX)

    I have been struggling for weeks trying to get AAM/CC6 working correctly (Mac OSX), following your Creative Community forum recommendations/discussion threads. But it just continues to be unreliable and buggy.
    Current issues: My (Mac OSX) Application Manager shows that "Acrobat Pro XI" and "Muse" are installed on my system. But both are not installed on my system. When I try and do a manual download/install for Acrobat Pro XI,  I get to the "Please Choose the copy of Adobe Acrobat Pro to update." But since it's nowhere on my system, I cannot continue and install. So I have no Acrobat Pro or Muse on my system. How can I get Acrobat Pro and Muse installed, and resolve these endless AAM/CC6 problems?

    Hi tom_inLA,
    Please download Creative Cloud Cleaner Tool from this Link and run the same. Once done please login to creaative.adobe.com and download Creative Cloud Desktop App.
    http://www.adobe.com/support/contact/cscleanertool.html
    It should show you Acrobat XI and Muse to install.
    Please let me know if it helps
    regards,
    Abhijit

  • Java application development on Mac OSX

    Does anyone do Java application development on a Mac? I know that Mac has their own version of Java and I was wondering if there were any difficulties of Java development on a Mac. I'm considering a switch from Windows to Mac and want to evaluate how it will impact my Java development. I currently use Eclipse 3.2. What are the advantages and disadvantages of Java development on a Mac?
    Thanks

    I'm no Java3d expert but i'm quite sure java is slow on macs, as the java for mac technology is quite bad. Even 2d games with few sprites go slowly on my mac, it's a shame. However this might change as Apple is working quite hard on getting java to work properly, ( mainly because if java becomes popular the macs will lose their incompatibility problem! )

  • "Your Mac OSX startup disk has no more space available for application memory" - uploading files problem

    Hi everyone,
    I'm running a late-2012 27 inch iMac - 3.4GHz Intel Core i7, 32GB 1600 MHz DDR3 with the 3TB fusion drive, OS 10.8.4. At present there is 1.92TB of available storage.
    I have received this message "Your Mac OSX startup disk has no more space available for application memory" just before a full on crash multiple times in the past couple of days whilst using WeTransfer to send over some large files (500MB+). The applications I have had open at the time have been: Activity Monitor, App Store, Firefox, and Finder. Over the course of uploading the files, the active system memory has gone from 1.04GB and steadily increased until it more or less maxes out around 29GB, at which point the Page Outs rocket up to around 40GB/s and the swap memory fills up pretty quickly until the computer basically can't take any more and blacks out.
    This is a pretty new thing, haven't really had an issues before. My main software used: Sibelius 7 & Logic Pro X. I've also recently started working with Final Cut Pro X, which seems to have been struggling at points. I've tried closing everything, restarting the computer and not opening anything (specifically NOT FCPX) before attempting an upload. I've even gone so far as to remove FCPX from my system, and yet the problem is still recurring. Both "kernal_task" and "WindowServer" have been running high on CPU when these problems have occurred.
    Does anyone know what might be the issue and how it could possibly be resolved?
    Really appreciate any help, I'm in the middle of a fairly sizeable project and the deadlines are just around the corner.
    Thanks,
    Tom

    There is excessive swapping of data between physical memory and virtual memory. That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the menu in the toolbar, if not already selected. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

  • From where to download and install applications for MAC-OSX.

    hello everyone,
    I am trying to develop experimental HLS server and for that i need following cmd-line tools for my MAC-OSX-10.6.8.
    I have read some where that these tools are there from OSX version number 10.6 but I have only "mediastreamsegmenter"command on my MAC machine.
    I am very new to MAC environment and I don't know how to download/install new libraries and applications for MAC. 
    Can someone please provide some help,
    from where to download and install these cmd-line tools?
    I need following tools:
    1. mediastreamsegmenter
    2. mediafilesegmenter
    3. mediastreamvalidator.
    4. variantplaylistcreator
    Thanks

    Maybe this http://stackoverflow.com/questions/2973411/implementing-apples-http-live-streami ng-problem-with-mediafilesegmenter-tool can help you.
    Stefan

  • Double click to open .sql files with sql developer on mac osx

    hi,
    I am trying to double click a .sql file and open it with SQL Developer on Mac OSX lion. I have associated .sql files to SQL Developer. On clicking the file it opens the SQL developer application but does not open the actual .sql file. Any ideas?
    Thanks

    Hello,
    Did you find any solution to your problem ? My SQL Developer worked fine and could open additional SQL files. Now it only opens the first one when starting SQL Developer. Additionnal files cannot be opened. Even running sqldeveloper.exe from command line with a SQL file as parameter doesn't help.
    I'm on Windows 7, 64 bit, but the environment may not necessarily be the cause.
    Regards
    -- Alwin

  • Help in identifying best available development framework and language for native app development for Windows and mac osx desktops through single code base

    Hi Guys
    i am try to identify the right development framework and technology for developing GUI application which can run on windows and mac osx. 
    i am sure that there will be specific handling for both of these os, but at the same time there could lot of code can be same.
    is it possible to fulfill requirements of both these OS's through single code base. As of now i am more experienced with Dotnet C# on windows.
    Regards
    Mukesh Vashisth

    Just wanted to quickly confirm
    before i dive into xamarian.
    Is Xamerian can be Used to build applications for MAC and Windows PC along with mobile devices.

  • IMac 5 running Mountain Lion I get message "your Mac OSX start up disc has no more space available for application memory" I have moved approx. 6 apps from the dock but still get same message,what e

    Receiving message  "your Mac OSX start up disc has no more space available for application memory."
    This has just started in past week, I removed about 6 apps from dock to see if it cleared it but message still appears.  Mac is iMac 5 with Mountain Lion (10.8.4)
    Would appreciate some help.
    Barb

    The message has nothing to do with available disk space. There is excessive swapping of data between physical memory and virtual memory.
    That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    In the Activity Monitor application, select All Processes from the menu in the toolbar, if not already selected. Click the heading of the  Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

  • I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported..pls advise

    I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported......Is there a way to run FCP6 on lion withoput this error? Any help would be appreciated.....

    Hi Shane,
    Just one more quesiton re: this topic, I am looking to get rosetta but do not have Leopard or Snow Leopard...
    I read that it is not on Snow Leopard only on Leopard....so do I need to get only Leopard? Can u advise?
    Alternatively I do have Mac OS X Tiger so is it on this and can I install it from here?
    Please excuse my lack of knowledge here, just trying to get my FCP 6 up and running asap....
    Best Rgds.

  • I am a new mac user and I switch to mac due to the graphics that it brings. I do website in pc and I heard iweb is the best.NOW i heard that iweb will be discontinue. so what is the best application there for website using MAC OSX lion?

    I am a new mac user and I switch to mac due to the graphics that it brings. I do website in pc and I heard iweb is the best.NOW i heard that iweb will be discontinue. so what is the best application there for website using MAC OSX lion?

    It is now confirmed  that iWeb, and iDVD, has been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. However, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    It now appears that the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on. However, the iLife 11 boxed version that is still available at the online Apple Store (Store button at the top of the page) and those still on the shelves of retailers will include iWeb and iDVD. Those two apps were listed in small, gray text on the iLife 11 box that I bought.
    Personally, if I didn't already have a copy I would purchase one to have it for reinstallation purposes if ever needed.
    This might be of some interest to you at this time: Life After MobileMe.
    OT

  • I downloaded Firefox 4 onto my PowerPC G4 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application "Firefox" because it is not supported on this architecture. I can't find my Firefox 3.6.16 I'm on Safari.

    I just want to download Firefox 3.6 again
    I downloaded Firefox 4 onto my PowerPC G4, 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application “Firefox” because it is not supported on this architecture.

    Use Tony's suggestion. I am running it right now and it is awesome. I love Mozilla but they basically screwed all of those older Macs over. Come on Mozilla. These Macs still work, and there are plenty of people with them out there.

  • I have a mac osx 10.411G4 powre pc and recently I down loaded excel for mac 2004 the problem that iam having is that the two other programs i downloaded one program it says unable to read the dictionary of the application of the extension because it is no

    I have a mac osx 10.411 power pc and recently i downloaded excel for mac 2004 so that i could download some program that only would work if i have excel for mac but what happen was it went to script and said that unable to read the dictionary of the application of the extension because it is not scriptable and the second pop up said the document autorun,inf could not open script editor can not open files in script editor app can any one help me how do i get these program working  thank you norro460

    good afternoon  Limnos i think  i didnt give the right info I didnt download well in a way i did i bought a copy of microsoft excel for mac 2004 i loaded on to my mac then i went and down loaded some software that said i needed to have excel you see my mac is osx 10.4,11 power pc G4 and that is were i had the problem now  the excell loaded allright but the the other programs did not the pop ups say it is not scriptable or can not read dictionary if you can help m,e iam not great with computers but i  along

  • My MacBook Pro version 10.7.5 4GB (keeps crashing with the error message 'Your MAC OSX start up disk has no more space available for application memory' - what do i do

    My MacBook Pro (version 10.7.5 4GB)keeps crashing with the error message 'Your MAC OSX start up disk has no more space available for application memory' - what do i do.  I keep force quitting the applications and turning the computer off but it happens again after a while

    Hhow much goal and free hard disk space is available? Sounds like you need to move some things off of that hard drive.

  • Error Message: Your mac osx startup disk has no more space available for application memory.

    Hi everyone:
    I have a 2010 27" imac.  Dual Core i3, 3.2 GHz and 8GB of 1333MHz DDR3 RAM, and a 90% empty 500 GB Hard Drive.  Running Snow Leopard 10.6.6
    I have received a message intermittently since I got the iMac.  The Force Quit menu comes up and says "Your mac osx startupdisk has no more space available for application memory".  Sometimes there are a few applications open.  Sometimes none.  Whenever I look in the Activity Monitor Utility I see 2 or 3 gigs of RAM still available for use, and lots of hard drive space. 
    Im not sure why I'm getting the message, nor what to do to rectify it.  Quitting applications, like it suggests doesn't seem to help.
    I am grateful for any advice.
    Lauren

    Hey Lauren.
    First of all you do have some software updates you should be doing. 10.6.7 came out a few weeks ago. Sometimes doing all of your software updates resolve issues such as this.
    To check for software updates click the Apple and then Software updates.
    As this issue is someone broad, I would test one of the articles below to narrow down your issue.
    http://support.apple.com/kb/HT1199?viewlocale=en_US
    http://support.apple.com/kb/TS1388?viewlocale=en_US
    Let me know if you need extra ideas.
    Regards,
    Britt.

Maybe you are looking for

  • Two i pods, one computer, how do we get separate i Tunes libraries??

    Hubby and I share a computer. The internet account is in husbands name/on his log-in. I have had my own ipod for some time and my iTunes library is all set up and running via internet access on his login. My partner now has an iPod too and we want to

  • Debugging a SAP Query

    Hi, I have created a SAP query using the tcodes sq01,sq02 and sq03. Have added an additional field to retrieve some text and wrote the code also inside the query. Now i want to debugg the query. How do i degubb a sap query? Thanks in Advance, Regards

  • Parallel Flow in BPEL not working.

    We are using 10.1.3.4.We have a designed a process in bpel where we have parallel flows .Each flow has an invoke activity that calls an external service. Each partnerlink has property "nonBlockingInvoke" specified. We have also added the property in

  • Creating EXCEL documents and background jobs

    Hi there, I was wondering whether the method 'SAVE_DOCUMENT_TO_URL' of the interface 'i_oi_spreadsheet' will work when called in a background job with the intention to store the information somewhere on the SAP servers filepath ... If so then I would

  • Help, Valuable images lost! REWARD OFFERED

    I was working in Aperture this morning when a message informed me that my library would be damaged if I did not open up space on my start up disk. I was moving files in an attempt to comply and closed Aperture. When I reopened it my entire library wa