Showing posts with label Import. Show all posts
Showing posts with label Import. Show all posts

Thursday, February 26, 2015

Swift for cocoa importing files with open panel

 Today we look at programming a open panel to import files that the user selects. Most apps do things with files so this is really a good thing to know. With swift this is pretty simple and I think you will find the example easy to do your self.




My example will show importing images that the your selected, but this same panel can open anything. From text, movies, music, folders etc.

Here the video showing how to add open files to a cocoa app using swift:



Thanks again, Happy Coding ;)

Tuesday, August 6, 2013

From Livecode to Xojo Read & Write Text Files


Both Livecode and Xojo are cross platform development tools.

This week in our Livecode to Xojo series... Is how to read and write text files with both development tools. If your new to one or both tools this will show an similar way to do the same thing with both tools.



-

If you find this video helpful please go to you tube and give it an like. Happy Coding :)