O'Reilly Motif Books On-Line and Free
MightyMicro writes "According to the Motifdeveloper community site, the O'Reilly Motif Programming Manual and Reference Guide are now available for free download from Imperial Software's site. As Open Motif is also free for Linux (and xBSD), this looks like a valuable resource."
Information wants to be stolen, right? Fist Sport! (Pending the 2 min time-out, naturally!)
"Why did they cancel my favorite Sci-Fi show? I downloaded ALL the episodes!"
A lot of people are very hesitant to install a whole set of libraries to run only one application -- almost no matter how good the app is -- when there are 'good enough' alternatives for the standard libs they already have.
Do you feel that NEdit has suffered from not using more popular libraries, and does it matter to you?
From my experience, Motif is ANCIENT technology. A Motif-based desktop is essentially the same as a Windows Desktop fixed at 16-color 640x480 resolution, with fonts and buttons pushed up to the highest size possible. Oh yeah, and no proportional sized fonts.
.NET really IS a good idea, isn't it?
Admittedly, the work of Sawfish, Windowmaker, et al, has seen a dramatic improvement in the look and stability of the Linux desktop. But look at the flamewars between the two major desktop environments...
KDE: Look, we've brought Linux kicking and screaming into the 1990s!
Gnome: We don't like it because you were first. Here's OUR version. And it's under a free license.
KDE: Well, the license doesn't matter as we'd sooner have a working, stable product at the end of the day.
Gnome: Look, we've got a kewl reflection effect going on at the bottom of the screen.
KDE: That's nice. We've been working on a usable 'component' based environment for future application development.
Gnome: But you're still not FREE. BEG FOR FORGIVENESS.
KDE: Qt have just changed their licensing policy. Looks like we ARE free now.
Gnome: LA LA LA! I'm not listening! LA LA LA!
KDE: And now all our parts support Anti-Aliasing natively.
Gnome: LA LA LA! Oh no, we can't get OUR Component scheme to work.
KDE: Borrow ours if you want. We can work together to make things compatible.
Gnome: NO. You're not really free.
KDE: Very well then, we'll just make the most of our superior desktop share.
Gnome: Not Free! Not Free! Oh, Hello Mister Gates.
KDE: Not that it really bothers us, but haven't you changed your license to a non-"free" derivative now?
Gnome: NOT LISTENING! WE'RE THE BEST!!! We have support from Microsoft now. Free software sux0rs!
"Why did they cancel my favorite Sci-Fi show? I downloaded ALL the episodes!"
One more thing...
Last time I used Motif (about 2 years ago, on Irix) was that it had a working and fairly powerful drag and drop. Granted, they changed the API right in the middle of things, which sucked, but I could (and did) write an application where any user could drag "film rolls" (an object in our system) onto the desktop, and then drag them from the desktop into other programs that knew something about "film rolls" and that program could process the film roll. Programs that didn't know anything about film roll object just got the file name where the film roll was stored, but applications that knew about film rolls got all sorts of other characteristics of the film roll in the drop message without opening the file.
I haven't figured out how to do similar dragging and dropping on the desktop or between applications with KDE or Gnome. I'm pretty sure it's there, but it doesn't seem as integrated as it did on Irix.
Motif is poor!
I know this might sound like a troll, but you can't
expect a sane developer to ship a GUI on time, with
nothing but list boxes, dialogs, text fields, menues and labels.
Some might say that is all you will ever need, or that
you can assemble any other widgets from those basic
ones as needed, but why bother do that when other
toolkits give me property sheets, combo boxes, tabbed views, rich toolbars (dragable, detachable, with animated bitmaps, and even with support for other control embedding.)
rich text support, and entire grids for spread sheet
and database applications. Document/View architectures (aka. MVC)
and rich OO class hierchies.
Guys, the days of hand coding everything are over.
MFC gives me all I need on Win32, and Qt on Unix;
someone else might appreciate Motif, but thank you
very much, not me.
This offcourse goes against the longs standing
trend of clapping for everything new. As always,
O'Reilly gets my respect (I knew about the books
for two months, and I was one of the first volunteers to convert them to PDF from the troff
sources.)
the original texts are here http://www.oreilly.com/openbook/
along with other goodies.
Whenever I feel like a good laugh, or reading the work of particularly gifted flamers I fire up /. an do a search for Motif....does ANYONE like it?
There must be hundreds or thousands of legacy applications out there built to use Motif. Having a reference like this will be invaluable for those poor souls who have to maintain those pieces of code. Just because it's old and there are many more modern alternatives available doesn't automatically make it irrelevant.
I'm out of my tree just now but please feel free to leave a banana.
Not that I like motif in particular , but one thing that it gets right and that Qt and Gtk suck at is using the X Window System to its full advantage.
Motif apps, like netscape 4.x, tend to support established X mechanisms for things - like the X resource database (a very good generalised application preferences database, somewhat akin to the windows registry, but less sucky and more human-readable) - they tend to support the editres protocol, they generally integrate better with the X window system Xt infrastructure. Qt and Gtk go off and implement their own half-assed preferences systems and ignore the solid work that exists in X (presumably because Qt and to some extent Gtk are intended to work well on non-X platforms)
It's almost as if the toolkit authors went off and started implementing their toolkits without bothering to study how X had already solved 3/4 of their problems...
If you still have ns 4.x or other motif applications around, fire it up, fire up editres, and have a play around - the end-user dynamic configuation abilities are more still more advanced than either Qt or Gtk, and the only other toolkit that I can think of that is comparably easily end-user configurable at runtime is amiga MUI (and xaw, but that starts out looking quite crappy.)
Choice of masters is not freedom.