On 04.03.2010, at 18:56, Michael Sweet wrote: > On Mar 4, 2010, at 3:34 AM, Albrecht Schlosser wrote:
> Instances are saved settings for a particular destination. Thanks. >>> (or cupsCreateJob, cupsStartDocument, cupsWriteRequestData, and >>> cupsFinishDocument if you want to stream - that's available in CUPS >>> 1.4 and later...) >> >> That would be the problematic part, I guess. My not so old Ubuntu 9.04 >> has CUPS 1.3.9, thus I can't test it right now. But that also means >> that we can't assume that 1.4 is already widely used, so that we >> can't rely on these functions. > > Right, that's where an autoconf check will come in handy... Yep, but we also need runtime checks (if someone distributes binaries, as I do with my commercial app.). >>> My printing sample code uses the CUPS API as well: >>> >>> http://www.easysw.com/~mike/uiexperiments.html >> >> Can we use the code for FLTK, and if yes, what copyright (yours or >> the standard FLTK copyright)? > > Sure, and I'm happy to assign if needed (I can't remember if I used the > FLTK license or not - 5 years is a long time...) Thanks, I'll look at it later and see what I'd like to use. > I also have some other support code used in the ESP Print Pro dialog > that I can probably provide (and I think I did several years ago) that > would be useful. Looking forward to see any link that you can provide. I'm sure I can learn a lot from your code ... as I did already by using your work on fluid/print_panel.* and fluid's printing features :-) BTW: I can print now on Linux using the modified fluid printer dialog. The code needs some cleanup, but I will commit something tonight or tomorrow. >> BTW.: pddemo-2005-12-16.tar.gz is incomplete. Loading the .fl file >> in fluid gives me: >> >> pddemo.fl:69: icons/portrait.xbm : No such file or directory >> pddemo.fl:73: icons/landscape.xbm : No such file or directory >> pddemo.fl:77: icons/revportrait.xbm : No such file or directory >> pddemo.fl:81: icons/seascape.xbm : No such file or directory >> >> and shows a checker board background that is probably not >> indended. > > I'll see about digging up the files... TIA. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
