2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Apple Programming Solutions: 1 - 25 of 42
 
Hi experts! I have a very simple c# code for sending and receiving serial commands and it works fine. If i send a command and the command is recognized, then I will receive a respond from t...
I have been trying to figure out how to set up my iphone to access email from my private godaddy hosted domain as well as my timne warner/roadrunner email accounts. It works when I am physicly...
Can anyone recommend any emulators or tutorials about iPhone programming for Windows users? Thanks
Hello guys, In our company we work with Windows and MACs. We have many development databases. We can use several IDEs in both systems for coding, like Eclipse, Netbeans or IDEA that run ...
I'm completely lost on this, as I haven't done many shell scripts. I need to have a simple shell script that simply reads the list of files in a folder (i.e. "/Users/Bob/Movies"), and submits ...
I have a MYSQL database on a web server. I would like to import this data to a cocoa application that will have a similar data structure. How do I do the import?
I am having a real headache here with trying to get XCode and/or svnX (under 10.5.1) to connect to a Subversion based project on a linux machine through the internet.  My connection line in XC...
For some reason I'm having tremendous trouble doing what would seem to be ( in any other language besides objective-c ) to be no-brainer. All I want to do is pass an array of float values, ...
I'm having trouble reading a text file when I use it's relative path name instead of the absolute path. (See code Below) I'm not sure why this is not working, but it is the most annoying...
hi experts,         I our organization we have developed on C#.net windows application. we have create seup file for this application to distribute to clients. but when we down load thi MSI...
Hi, Expert I would like to make a serial number. for a simple serial number, i can do it through auto enter menu. but what i am trying to make is, 1 record with 3 location ("A"  "B" ...
Hi All , I would like to write script to do the following : mkdir /home chmod -R 755 /home mkdir /home/"username" chmod -R 700 /home/"username" chown -R "username" :"Group" /home/"user...
how do i query a datatabse with xcode? Specifically Sql server. Thank you.
I have some macs running leopard in some of our classrooms. These have been successfully connected to active directory. On the windows machine a script was written to automount every users per...
I get an error every time I click on Window > Organizer in XCode. The error says: Range or Index out of bounds as you can see in the image I attached. I've tried uninstalling XCode and rei...
I new to OS X terminal and would like to be able to name files/folders using the current date and time. I have scoured the web for an answer to this but have not come up with anything. Her...
I've written the script below in order to create a a DIV containing a table, but it doesn't work... I've gone over the code and cannot see anything wrong with it, and would like a second opini...
I'm trying to populate my picker view with data in the database.  Right now, I'm just trying to get an accurate row count so that I can pass it to the third wheel of my picker, but, I'm gettin...
Hi Expert, I am calling one applet from another applet on click event. There are Two Jlists One for Groups and other List for Group's related Keywords. When I run this aaplet program on my ...
How do I declare a literal unicode string?  For example, with Windows I would simply use: WCHAR text[]     = L"This is a unicode string"; For the Mac, I would like to do something like Un...
Hello,           I am trying to pull a dataset from an existing webservice but have no clue how or if it can be done in cocoa touch.  I can consume the .net webservices just fine however, whe...
I've recently begun learning Objective-C.  This code snippet (attached) was provided as a part of the learning exercises in Stephen Kochan's book, Programming in Objective-C.  I've pasted this...
I have an apple script that I need to convert to run in a windows environment.  Can anyone tell if this is possible  and if so how do I do it.
Hi! I am developping a program for Windows XP with Delphi. I want to show a simple Quicktime movie MOV without sound with this program using the COM/ActiveX of Quicktime. Here are two...
Hi, So I'm just starting working on Mac development, and I'm trying to write a simple app where basically you click on a .dmg or .pkg (basically any installer file) and the installer opens ...