[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

3664.0. "User interface tools" by AUNTB1::PRESSLEY (pin heads are people too...) Wed Apr 11 1990 19:41

    I decided to try and write an amiga application using C and intuition.
    What tools are available to provide a user interface similar to that
    of FMS.
T.RTitleUserPersonal
Name
DateLines
3664.1PowerWindowsDUGGAN::GAYNow where'd I put that hammer...Thu Apr 12 1990 22:4622
    The standard FMSlike interface under C is the curses library.
    I haven't used it, so I don't know what it is like, but I did
    notice that there seems to be a curses library with my Lattice
    C (but I have no idea how complete it is).
    
    Generally Amiga applications use pulldown menus and pop-up menus
    instead of FMS style screens.  If you are building an Amiga
    application that is going to be used by other Amiga types, 
    your program has a better chance of being accepted if it uses
    the standard Amiga user interface methods (menus, etc.).
    
    I have Powerwindows for building Amiga interfaces, and it is a very
    quick way to get your menus and windows looking the way you want them.
    You still have to understand how the Amiga works in order to build
    the code that will run them (though the example they supply is a 
    very good starting point).  It produces code for a number of different
    compilers, though the only one I have worked with is Lattice C.
    
    Have fun
    
    Yours
    Erg
3664.2WELMTS::FINNISPeter Finnis at WelwynTue Apr 17 1990 11:479
    
    Look out for Fred Fish #337 at a Terminal near you shortly.
    
    According to the literature it is a complete How to .. in C.
    
    
    			Pete
    
    ( No I have not get it ....Yet )