How learn to program in xcode 5.0?

Hi everybody
I would like to start programming in xcode, but i don't know any other programming language yet.
I once bought a book to learn it all at once (objetive c with xcode) but it was dated and it was for an old
Version of xcode.
Now i wander if i should learn the old xcode 4, or  start at once with xcode 5?
If you also have good tips for (e.g. Good (free?) guides, or books, or ibooks, or videos...) i would really
Appriciate it if you could share your experienced thoughts with me!
(I apologize for my typingmistakes, but i speak Dutch as first language)
Thank you very much!

Have a look to the Mac Developer Center (developer.apple.com). There you will find a complete Mac Developer Library with lots of documents. Reading the "Getting Started" section is the best initial step to get a general knowledge.
More specific help can be found on the programming guides, always on the Developer Library (in the "Guides" section).
If you need a general overview on Objective-C, I suggest you to read the following book:
     "Become An Xcoder - Start Programming the Mac Using Objective-C" by B. Altenberg, A. Clarke and P. Mougin.
It's an extremely simple and basic text, but very clear and useful at the beginning.

Similar Messages

  • Learning Mac Programming and XCode

    I know how to program in PHP, currently learning Visual Basic in a college coarse, and am very interested in learning C++/Obj-C programming with Cocoa within XCode, but I do not know what books would be a good starting point. The only C programming I have ever done was back 14 years ago when I was in high school and never got into the old Classic Mac Toolbox.
    Does anyone know of a good book that is both a "learn how to program on the mac with XCode" and a good reference for the programming language itself? I have messed around with interface builder a bit and really like how easy it is to mock up the design, but the actual code logic is beyond me at this point and I would like to get deeper into it.

    Rod,
    there is no single book to teach you both. I would recommend the following books:
    1. Programming in Objective C by Stephen Kochan
    2. Cocoa: Programming for OS X by Aaron Hillegass
    After reading them, you will decide if you need a book on XCode itself.
    I am afraid C++ is a different kind of animal and you will need different books.
    Mihalis

  • Newbie help: learning programming on xcode

    Hi all!
    I'd like to start learning programming either in java as well as in C using my mac. So i've downloaded Xcode on my PB g4 10.3.9.
    I know there's a lot of tutorials online on java and C, and that's fine. The hardest thing, that i really cannot solve by myself alone, it is figuering out how to manage all files that I need to use for programming on Xcode.
    My question is:
    Is there a book somewhere, on amazon or free or wherever, where i can find a tutorial explaining step by step programming java or C using Xcode?
    So i can learn the programming tips and also how to manage them on Xcode, using my mac.
    Thank you for the attention
    Tom
    power book g4   Mac OS X (10.3.9)  

    C is a good first language because many other languages are based on it or similar. There's lots to learn with "just text," meaning applications that don't have buttons and windows and graphical user interface items. You learn about variables, constants, arrays, loops, conditionals, functions, pointers, data types, recursion, algorithms like searching and sorting, etc.
    You also might find a community college class or some other class that teaches beginning programming.
    The next thing to learn is some object oriented programming. C is not an object oriented language. Java, C++, and Objective-C are object oriented languages. Objects are are things that have instance variables (variables like ints or doubles or whatever that are inside the object and not so accessible to the rest of the program) and methods (functions that just work for that kind of object.)
    You might ask, well why not learn an object oriented language to begin with? You can, but it may be easier to learn basic stuff in a language like C first. Both C++ and Objective-C are supersets of C, meaning they include all of C and add some more. Java is very C like and adds more.
    If you're heading towards writing mac programs using Cocoa, Objective-C is good to learn because it is the most natural language for writing Cocoa programs.
    Then you can get a Cocoa book, like the one by Aaron Hillegass and learn about Cocoa. Cocoa includes buttons and windows and is not "just text."
    After you have learned so much about a computer language or two or three, it may be surprising that an API (application programming interface) like Cocoa is way bigger! No one can memorize it all. So you look stuff up in the documentation and search the internet and make little experiments to figure things out.

  • How to learn swift programing language

    i want to learn swift programing language.it seems i need xcode 6  for learning swift.so
    should i buy both of developer accounts (ios developer,mac developer) for learning swift???

    ershad459 wrote:
    Can you explain it with more details.?
    it seems swift is more easiyer than objective c.
    and you said i most learn objective c and swift.right??
    Not sure how much easier Swift will be to learn over C/Objective-C, took a quick look through the manual and while somethings are simpler overall the impression I got is that it will have it's own problems. Any language that is complex enough to do complex programs will be difficult, at least at first. What makes one language harder then another is how consistent. If you do one thing one way one time and then do it another way another time the language will be a pain to work with no matter how 'easy' it is.  From what I've read I'm a bit leery of Switf's consistency, but only time will tell.
    As for learning C/Objective-C as ckuan wrote knowing more then one language is always a good thing, especially if you are looking to do this for work. But more importably as I wrote those languages won;t be going away anytime soon. All of the system and UI code is in C and-or Objective-C. The UI is all Objective-C. I'm still waiting to see how Swift will interface with the UI, but I have to believe that for more then the simplest interfaces a certain amount of Objective-C code will need to be written.
    I suppose long term Apple's idea is to have all third part development done in  Swift. But I think that day is still off in the future. I see no waste of resources for a programmer new to Apple spending time with C/Objective-C.
    good luck
    regards

  • How to execute java programs in xcode

    I cannot execute Java program in XCode for Mountain Lion 10.8.2. Please help me how to execute a Java program.

    Do you have a particular error or message or diagnostic or issue, or something that's particularly wrong with Xcode?  If installed, Java does work, and Java applications can be invoked.
    Background: Java was deprecated from OS X a while back, and Java itself was removed from the default OS X 10.8 installation.
    Given that Java is now an add-on for OS X, you'll want to check with Oracle — the owner of Java — for OS X kits and tools.
    I don't know off-hand if Xcode still particularly supports Java (it was pretty weak, when last I checked), but I'd expect you'll be using makefiles for the work, and I'd also suspect that whatever Java support remains in Xcode will probably be going away in some future version of Xcode.   (If support hasn't already disappeared.  You may be using bash build scripts and makefiles to deal with Java now, or going forward.)
    If you don't have access to the Apple developer forums and the discussions of tools available there, then the archives of the Apple Java-Dev mailing list can be a good spot to look for existing discussions, and to post questions related to Java development on OS X.
    As for IDEs other than Xcode,  Eclipse or NetBeans or IntelliJ IDEA, and BlueJ all run on OS X, and any of these would probably be a better long-term choices for Java development on OS X.

  • How to install SFML on xcode?

    Hello people! I am just starting to learn programing. There are some problems with code blocks in mac, so i am still figuring out what are the same things between code blocks and xcode. Like command line tool in xcode is the same as console application in code blocks. What about SFML? Is there anything i can do with it? Also, I had tried to research "how to install SFML on xcode" but non of them work. I had search in here, but there is no finder such as local or lib in my mac; but there is frameworks. I don't really know what to do with it. If possible, I hope that you can show me step by step by images. Thank you, and hope you have a good day!

    I used to work with logic poet systemc package on snow leopard, with xcode 3.2.6. With the new versions of Mac OS X and XCode, logic poet package stopped working. It seems Apple changed a lot of things in XCode 4.x and the LP package didn't work anymore. 
    The solution I've found was to keep using XCode 3.2.6 with logic poet. I'm now running it on Maveriks, and it seems to work fine.
    Since it could not find XCode 3.2.6 to install in Maveriks, I've just copied the binaries I had in Snow Leopard.
    Having SystemC and Logic Poet installed, you just need to set up the library and include paths in the project properties:
    ALWAYS_SEARCH_USER_PATHS = YES
    FRAMEWORK_SEARCH_PATHS =
    HEADER_SEARCH_PATHS = /Library/SystemC/Current/include
    LIBRARY_SEARCH_PATHS = /Library/SystemC/Current
    REZ_SEARCH_PATHS =
    EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* (*) CVS .svn .git
    INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES =
    USER_HEADER_SEARCH_PATHS =

  • Help! Running Fortran program with Xcode

    Hi all,
    I am developing a Fortran code for a class project, I understand Matlab, but very little of advanced programming like Fortran or C++, but have to learn some for my class (note: it is not a programming class). The professor gave us a code to run and modify it, the code is supposed to work (and in fact it is working on windows computers). I didn't know how to run Fortran on a mac so I followed the instructions given in these links:
    http://www.macresearch.org/xcodegfortran_contest_winner_damienbobillot
    http://lists.apple.com/archives/fortran-dev/2006/Mar/msg00011.html
    I installed Xcode 2.4, and gfortran. After I made my Project on Xcode (following the links above), I clicked Build and it was successful, but after I clicked Build and Go I got the following error:
    Warning:Array reference at (1) is out of bounds
    Command/usr/local/bin/gfortran failed with exit code 1
    I don't know what does that mean. Can anyone help me with this?
    I would like some easy-to-follow instructions to run a Fortran program with Xcode, starting from the basics.
    It is hard to find an easy compiler for mac, PC people have qFortran (for free at at school) and things like that where you just have to click compile and that is it.
    Thanks!
    lbml

    I'd need to see your code to give details, but the error you got says you declared an array with a certain number of elements and then you tried to talk to the array outside those elements.
    For example you say:
    integer myArray(5)
    and then try to index either myArray(0) or myArray (6).
    Does that make sense. I have never tried to get fortran working with Xcode, but I did get Pascal working, so it is probably better is someone else helps you, but I will try if no one steps up.

  • How do i program using my mac?

    I've just started a course doing computer programming and bought a mac from the student website as it said it has everything you'll need, we are learning to program using c++ and i have no idea how to do that on my mac. all i can gather is that the windows terminal i'm used to uses ms-dos and my mac terminal uses bash, clearly they need different commands and programs and i can't find any info on the net about how to convert the programs. would really appreciate some help as the only alternative i can think of is to rune windows on a virtual box which will cost me 200 euro to download.

    Download XCode from the App Store, that's Apple's development environment, and it will do C++. 

  • Where to learn iPhone programming

    Hi.
    I'm totally new to iPhone or any other type of programming and I have never built any application but I really want to learn to program for iPhone in the latest iOS 4 Xcode. I have searched a lot for tutorials but any have the sufficient information or begin to explain as if the viewer already has experience with objective-C for example.
    So does someone knows where can I find good tutorials for people who have never programmed in their lives for iPhone specifically?
    Thanks a lot.

    I would recommend you not to use tutorials but to read books on Obj-C, because they give a more complex knowledge of programming. For an absolute beginner, I'd recommend "Programming in Objective-C" by Stephen Kochan. This book will give you yhe basis of Mac OS and iPhone programming. Then you should read this book: "Beginning iPhone 3 Development: Exploring the iPhone SDK" By Jeff LaMarche and David Mark (http://www.apress.com/book/view/9781430224594). (btw, there are also some other great books on iPhone programming by these authors).
    Hope it helps,
    Mike

  • Learn ABAP programming.

    Hi.I want to learn ABAP programming. Can anyone guide me how to go about.

    Some useful ABAP Links for learning:
    http://cma.zdnet.com/book/abap/index.htm
    http://www.sapdevelopment.co.uk/
    http://www.sap-img.com/
    http://juliet.stfx.ca/people/fac/infosys/abap.htm
    http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/d6/0db357494511d182b70000e829fbfe/frameset.htm
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    http://www.sapgenie.com/abap/example_code.htm
    http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm
    http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
    http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm
    http://www.sap-img.com/abap-function.htm
    http://www.sapgenie.com/abap/code/abap19.htm
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.planetsap.com/Tips_and_Tricks.htm
    http://help.sap.com/saphelp_40b/helpdata/ru/d6/0dc169494511d182b70000e829fbfe/applet.htm
    http://www.henrikfrank.dk/abapexamples/SapScript/symbols.htm
    http://www.henrikfrank.dk/abapexamples/index.html
    http://sap.ittoolbox.com/documents/document.asp?i=752
    http://members.aol.com/_ht_a/skarkada/sap/
    http://sappoint.com/abap/
    http://members.tripod.com/abap4/SAP_Functions.html
    http://members.ozemail.com.au/~anmari/sap/index.html
    http://www.planetsap.com/Userexit_List.htm
    http://www.planetsap.com/Tips_and_Tricks.htm
    http://www.kabai.com/abaps/q.htm
    http://www.planetsap.com/Userexit_List.htm
    http://help.sap.com/saphelp_bw21c/helpdata/en/c4/3a8090505211d189550000e829fbbd/frameset.htm
    http://www.sapgenie.com/abap/bapi/example.htm
    http://help.sap.com/saphelp_45b/helpdata/en/65/897415dc4ad111950d0060b03c6b76/content.htm
    http://www.sap-basis-abap.com/index.htm
    http://help.sap.com/saphelp_40b/helpdata/en/fc/eb2c46358411d1829f0000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/aa/aeb23789e95378e10000009b38f8cf/frameset.htm
    http://www.geocities.com/ResearchTriangle/1635/system.html
    http://www.sapdesignguild.org/resources/MiniSG/3_Managing/3_Functions_Table_Control.htm
    http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm
    http://www.sapfans.com/sapfans/repos/saprep.htm
    http://www.planetsap.com/howdo_a.htm
    http://help.sap.com/saphelp_util464/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm
    http://www.sapgenie.com/abap/smartforms_detail.htm
    http://www.sap-img.com/abap.htm
    http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2d67358411d1829f0000e829fbfe/content.htm
    http://www.geocities.com/victorav15/sapr3/abap.html
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    http://abap4.tripod.com/Other_Useful_Tips.html
    http://help.sap.com/saphelp_45b/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    http://www.sap-basis-abap.com/sapmm.htm
    http://sap.ittoolbox.com/nav/t.asp?t=303&p=448&h1=303&h2=322&h3=448
    http://sapfans.com/
    http://cma.zdnet.com/book/abap/ch03/ch03.htm
    http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapuk.html
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://www.sapgenie.com/abap/index.htm
    http://www.sap-img.com/abap.htm
    http://www.sapdevelopment.co.uk/tips/tipshome.htm
    http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
    http://sap.ittoolbox.com/nav/t.asp?t=322&p=322&h1=322
    http://sap.ittoolbox.com/nav/t.asp?t=448&p=448&h1=448
    http://www.thespot4sap.com/
    http://www.kabai.com/abaps/q.htm
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapgenie.com/abap/tips_and_tricks.htm
    http://www.sapassist.com/code/d.asp?whichpage=1&pagesize=10&i=10&a=c&o=&t=&q=&qt=
    For FAQ
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.sapgenie.com/faq/abap.htm
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm
    Weblog for receive email and processing it through ABAP
    /people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher
    For Logical database
    http://help.sap.com/saphelp_46c/helpdata/en/9f/db9bed35c111d1829f0000e829fbfe/frameset.htm
    very useful
    http://help.sap.com/saphelp_46c/helpdata/EN/35/2cd77bd7705394e10000009b387c12/frameset.htm
    Useful link to websites
    http://www.hernangn.com.ar/sap.htm
    Useful for background
    http://www.sappoint.com/basis/bckprsng.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm
    http://publib.boulder.ibm.com/infocenter/wbihelp/index.jsp?topic=/com.ibm.wbix_adapters.doc/doc/mysap4/sap4x41.htm
    Table control in BDC
    http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
    For posting weblog,
    /people/sap.user72/blog/2005/06/28/sdn-weblogs-making-it-easier
    Dynamic Internal table -weblog in sdn
    /people/subramanian.venkateswaran2/blog/2004/11/19/dynamic-internal-table
    Smartforms
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    ALV
    http://www.geocities.com/mpioud/Abap_programs.html
    Mail
    http://www.geocities.com/mpioud/Z_EMAIL_ABAP_REPORT.html
    http://www.thespot4sap.com/Articles/SAP_Mail_SO_Object_Send.asp
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    BOM Explosion
    /people/prakash.singh4/blog/2005/05/15/explode-boms-in-enterprise-portal-using-htmlb-tree--part-1-abap
    BOM
    http://help.sap.com/saphelp_erp2005/helpdata/en/ea/e9b7234c7211d189520000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/2e4114a61711d2b423006094b9d648/frameset.htm
    http://www.sap-img.com/sap-sd/sales-bom-implementation.htm
    http://www.sap-basis-abap.com/sappp007.htm
    OLE
    http://www.sapgenie.com/abap/ole.htm
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm
    ALVGRID with refresh
    http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.html
    For language setting and decimal separator
    /people/horst.keller/blog/2004/11/16/abap-geek-7-150-babylonian-confusion
    Oracle queries
    http://sqlzoo.net/
    To format SQL
    http://www.sqlinform.com/
    SCOT settings
    http://www.sap-img.com/basis/basis-faq.htm
    Status Icon [ALV,Table Control,Tab Strip]
    http://www.sapdesignguild.org/resources/MiniSG-old/from_develop/norm_status_icons.htm#positioning_4
    ALV Group Heading
    http://www.sap-img.com/fu037.htm
    For multiMedia
    /people/thomas.jung3/blog/2005/05/11/using-classic-activex-controls-in-the-abap-control-framework
    Uploading LOGO in SAP
    http://www.sap-img.com/ts001.htm
    LSMW
    http://www.sap-img.com/sap-data-migration.htm
    http://www.sapgenie.com/saptech/lsmw.htm
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    http://www.sap.info/public/INT/int/glossary/int/glossaryletter/Word-17643ed1d6d658821_glossary/L#Word-17643ed1d6d658821_glossary
    Here are the two links which contains lots of PDFS:
    http://www.easymarketplace.de/online-pdfs-q-s.php
    http://www.consolut.de/saphelp/sap_online_help.html

  • Unable to Run C Program using Xcode "Stop Executable"

    Hi All
    Have been using the Terminal to compile programs built through Xcode but now want to use Xcode itself. Everytime I press build and go it builds successfully but won't run. I found a tutorial that mentioned if you are using Xcode 3.0 (I am) you can't use build and run, for output, you have to go to run and then push console.Ok that works. I then found someone with the same issue as mine everytime you want to build and run it appears with another window saying "Stop Executable"They were told to make sure they were building the .c file in a project and not building it from a text editor and then importing. I always build new projects.
    I want to interact with the program not just see its output? so my question is can I interact with programs i.e. User can enter data or strings or, do I have to build an interface to do this through Xcode. I Also forgotten to mention I found information through the forum that said to go to First Aid through utilities and repair file permissions, this has been done but still does not work. Many thanks for your time and as you can probably tell I am new to Xcode.

    To run your command-line program in Xcode, open the debugger console by choosing Run > Console. Run your program by choosing Run > Run or Build > Build and Run. You'll have to build and run if you haven't compiled the program before. Your program will run, and you will see output in the console. You interact with the program from the console.
    If you're not able to enter input in the console, choose Run > Sync with Debugger. If doing that doesn't work, you can run your program in the Terminal application by double-clicking the program from the Finder. It's less convenient than running it in Xcode, but you'll at least be able to run the program and interact with it.

  • My husband and I share an iTunes account. We both just got iPads. How can we program them to have different phone numbers for FaceTime and messages

    My husband and I share an iTunes account. We both just got iPads. How can we program them to have different phone numbers for FaceTime and messages

    Use different email address (gmail?) just for FaceTime and Messages.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
     Cheers, Tom

  • How can I program the text fields in my email forum to have rounded corners

    How can I program the text fields in my email forum to have rounded off edges or corners. 
    this is the code im using.
    // insert code here// insert code here// prepare email field
    var email = sym.$("email")
    email.html("Enter your Email: ");
    inputEmail = $('<input />').attr({'type':'text', 'value':'', 'id':'email'});
    inputEmail .css ('font-size', 14);
    inputEmail .css ('width', 350);
    inputEmail .css ('background-color', '#4e4e4e');
    inputEmail .appendTo(email);
    // prepare topic field
    var topic = sym.$("topic");
    topic.html("Topic: ");
    inputTopic = $('<input />').attr({'type':'text', 'value':'', 'id':'topic'});
    inputTopic .css ('font-size', 14);
    inputTopic .css ('width', 350);
    inputTopic .css ('background-color', '#4e4e4e');
    inputTopic .appendTo(topic);
    // prepare message field
    var message = sym.$("message");
    message.html("Message: ");
    inputMessage = $('<textarea />').attr({'type':'textarea','rows':'10', 'cols': '25','value':'', 'id':'message'});
    inputMessage .css ('font-family',"Arial,Helvtica,sans-serif");
    inputMessage .css ('color',"#ffffff");
    inputMessage .css ('font-size', 14);
    inputMessage .css ('background-color', '#4e4e4e');
    inputMessage .css ('box-shadow', '#4e4e4e');
    inputMessage .css ('width', 350);
    inputMessage .css ('height', 150);
    inputMessage .appendTo(message);
    var submitBtn = sym.$("btn");
    submitBtn.html("Submit");
    submitBtn.css("text-align", "center");
    submitBtn.css("font-size",14);
    submitBtn.css("font-weight","bold");
    submitBtn.css("color","#ffffff");

    Try this: inputEmail.css ('border-radius', '25px');
    attachment
    more details

  • Does any one know how to execute program in Jump developer desktop

    hi,
    Does any one know how to execute program in Jump developer desktop,
    actually i copied the hello world project from my eclipse workspace to jump
    developers workspace and once i run the program it asks for the main class
    and then i gave main class as my HelloWorld Class,it generates error as
    java.lang.NoSuchMethodError: main
    Exception in thread "main"
    Can any one help me to come out of this problem.....
    Thanks
    MRaj

    i solved it,
    thanks
    MRaj

  • How do I program Instrument I/O Assistant to read a variable in the input string?

    How do I program the Instrument I/O Assistant to read a variable in the input string? I can manually type in the string using the Instrument I/O Assistant using the "Write" or "Query" tools but I do not know how to send a variable input to the Instrument I/O Assistant so that variable can be used inside the "Write" string. For example, I have a power supply whose current I want to set to X Amps. I can type the command "PC10" to program the current to 10 Amps, however I want to be able to program it at any arbitrary current. How do I feed the value X into the code for this purpose?

    You can't. The assistant was designed to be a quick and dirty way to do some basic communication with an instrument. You can turn it into a VI (right click and select Open Front Panel) and modify it so that your write string is an input to the VI or use it as a template and create your own code with VISA Read and Write primatives.

Maybe you are looking for

  • Unable to attach Skin RTE

    Hi I'm getting this error when creating an instance of a class from a loaded module: Skin for phcfx.mainView.vsMain.formContainer.FormWindow2862.contentPanel.PresentationBuilderView28 63.templatePicker was not found. This templatePicker component is

  • Error after ip address change of the grid control server

    Hi All, I got the error below, after i changed the ip address of the server. What would i do? Both db and the application are running on the same machine. [oracle@YDFULGRID bin]$ ./emctl start oms Oracle Enterprise Manager 11g Release 1 Grid Control

  • Weblogic and byte order mark in files

    We have web application with static content - html files, js files, images, etc. There are byte order mark at the beginning of all html files. These files were genereted by some tool. So I cannot modify them. We deploy this application on Weblogic. W

  • Can someone help me learn to re-size?

    I am trying to re-size a bar code and I am new to this program. Can anyone help?

  • Please provide facility to correct Acrobat's OCR errors

    When Acrobat 8 OCRs a document, it makes a fair number of errors - which I could live with if one could correct the errors afterwards. "Find OCR Suspect" doesn't find anything because Acrobat "thinks" it has made no errors - but it always does make s