kopia lustrzana https://gitlab.com/sane-project/website
				
				
				
			
		
			
	
	
		
			155 wiersze
		
	
	
		
			6.5 KiB
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			155 wiersze
		
	
	
		
			6.5 KiB
		
	
	
	
		
			HTML
		
	
	
|   | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" | ||
|  |                       "http://www.w3.org/TR/REC-html40/loose.dtd"> | ||
|  | <HTML> | ||
|  | <HEAD> | ||
|  | <TITLE>sane-devel: Re: quick note from the TWAIN/SANE meeting at OLS</TITLE> | ||
|  | <META NAME="Author" CONTENT="Oliver Rauch (oliver.rauch@Wolfsburg.DE)"> | ||
|  | <META NAME="Subject" CONTENT="Re: quick note from the TWAIN/SANE meeting at OLS"> | ||
|  | </HEAD> | ||
|  | <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> | ||
|  | <H1>Re: quick note from the TWAIN/SANE meeting at OLS</H1> | ||
|  | <!-- received="Fri Aug  4 01:59:32 2000" --> | ||
|  | <!-- isoreceived="20000804085932" --> | ||
|  | <!-- sent="Fri, 04 Aug 2000 11:00:39 +0200" --> | ||
|  | <!-- isosent="20000804090039" --> | ||
|  | <!-- name="Oliver Rauch" --> | ||
|  | <!-- email="oliver.rauch@Wolfsburg.DE" --> | ||
|  | <!-- subject="Re: quick note from the TWAIN/SANE meeting at OLS" --> | ||
|  | <!-- id="398A8636.26105991@wolfsburg.de" --> | ||
|  | <!-- inreplyto="200008010532.WAA13489@panda.mostang.com" --> | ||
|  | <STRONG>From:</STRONG> Oliver Rauch (<A HREF="mailto:oliver.rauch@Wolfsburg.DE?Subject=Re:%20quick%20note%20from%20the%20TWAIN/SANE%20meeting%20at%20OLS&In-Reply-To=<398A8636.26105991@wolfsburg.de>"><EM>oliver.rauch@Wolfsburg.DE</EM></A>)<BR> | ||
|  | <STRONG>Date:</STRONG> Fri Aug 04 2000 - 02:00:39 PDT | ||
|  | <P> | ||
|  | <!-- next="start" --> | ||
|  | <LI><STRONG>Next message:</STRONG> <A HREF="0042.html">Oliver Rauch: "Re: Code freeze for 1.0.3"</A> | ||
|  | <UL> | ||
|  | <LI><STRONG>Previous message:</STRONG> <A HREF="0040.html">Oliver Rauch: "Re: Code freeze for 1.0.3"</A> | ||
|  | <!-- nextthread="start" --> | ||
|  | <LI><STRONG>Next in thread:</STRONG> <A HREF="0047.html">David Mosberger-Tang: "Re: quick note from the TWAIN/SANE meeting at OLS"</A> | ||
|  | <LI><STRONG>Reply:</STRONG> <A HREF="0047.html">David Mosberger-Tang: "Re: quick note from the TWAIN/SANE meeting at OLS"</A> | ||
|  | <!-- reply="end" --> | ||
|  | <LI><STRONG>Messages sorted by:</STRONG>  | ||
|  | <A HREF="date.html#41">[ date ]</A> | ||
|  | <A HREF="index.html#41">[ thread ]</A> | ||
|  | <A HREF="subject.html#41">[ subject ]</A> | ||
|  | <A HREF="author.html#41">[ author ]</A> | ||
|  | </UL> | ||
|  | <HR NOSHADE><P> | ||
|  | <!-- body="start" --> | ||
|  | <P> | ||
|  | Hi David, | ||
|  | <BR> | ||
|  | <P>at first let me say thanks that you found the time for the meeting with the | ||
|  | <BR> | ||
|  | TWAIN people and for representing the SANE project. | ||
|  | <BR> | ||
|  | <P><P><P><EM>> ---there will need | ||
|  | </EM><BR> | ||
|  | <EM>> to be one GUI frontend for each major toolkit in use (Motif, GTK, Qt, | ||
|  | </EM><BR> | ||
|  | <EM>> Win32 come to mind).  If TWAIN-on-SANE is done properly, it should be | ||
|  | </EM><BR> | ||
|  | <EM>> possible to "plug in" a different GUI frontend relatively easily | ||
|  | </EM><BR> | ||
|  | <EM>> (perhaps not on the fly, but at least through simple recompilation). | ||
|  | </EM><BR> | ||
|  | <P>I agree. I don`t see any problems if we have a gtk, a qt, a motif --- | ||
|  | <BR> | ||
|  | or should be we better talk about windows systems: a X11, a WIN32, a GGI | ||
|  | <BR> | ||
|  | and a text based frontend. | ||
|  | <BR> | ||
|  | <P>A lot can be covered by qt and gtk wich run on X11 and WIN32. | ||
|  | <BR> | ||
|  | <P>Like xsane already shows it is no great problem to port a frontend | ||
|  | <BR> | ||
|  | written for unix/X11+gtk to run on Windows+gtk. | ||
|  | <BR> | ||
|  | <P><P><EM>> Mark and Jon offered to start working on a prototype for | ||
|  | </EM><BR> | ||
|  | <EM>> TWAIN-on-SANE.  I offered them help with constructing a GUI builder | ||
|  | </EM><BR> | ||
|  | <EM>> based on our existing GTK frontends (probably xsane). | ||
|  | </EM><BR> | ||
|  | <P>The main problem is - I think - the definition of the inter-process-comunication | ||
|  | <BR> | ||
|  | between the application and the sane-frontend. | ||
|  | <BR> | ||
|  | <P>Did you discuss that, were there any suggestions? | ||
|  | <BR> | ||
|  | <P><P><EM>> Also, Mark and Jon said that the scanner vendors really like to be | ||
|  | </EM><BR> | ||
|  | <EM>> able to customize the look of the scanner GUI. | ||
|  | </EM><BR> | ||
|  | <P>I think in the moment each scanner vendor does write it's own GUI. | ||
|  | <BR> | ||
|  | So if they want to have a totally different look they are free to write | ||
|  | <BR> | ||
|  | their own GUI. | ||
|  | <BR> | ||
|  | <P><P><EM>>  Slightly fancier would be to have a simple language that | ||
|  | </EM><BR> | ||
|  | <EM>> would control how and where each SANE option gets laid out in the | ||
|  | </EM><BR> | ||
|  | <EM>> device dialog.  Of course, a driver vendor could also feel free to | ||
|  | </EM><BR> | ||
|  | <EM>> implement a GUI from scratch if they want full customization, but that | ||
|  | </EM><BR> | ||
|  | <EM>> would be a fair amount of work.  I think some level of scriptability | ||
|  | </EM><BR> | ||
|  | <EM>> would provide a very good tradeoff between custom look and a uniform | ||
|  | </EM><BR> | ||
|  | <EM>> user experience. | ||
|  | </EM><BR> | ||
|  | <P>It should be simple to change the gtk-style-settings in dependance of the backend. | ||
|  | <BR> | ||
|  | (and to add a logo). | ||
|  | <BR> | ||
|  | We also could add an info field (sane2.0) to the options that gives the backend the | ||
|  | <BR> | ||
|  | chance to e.g. requests that a range is displayed as slider or text-entry-field, ... | ||
|  | <BR> | ||
|  | but already this can make it hard for the frontend to create a good looking outfit. | ||
|  | <BR> | ||
|  | <P>Bye | ||
|  | <BR> | ||
|  | Oliver | ||
|  | <BR> | ||
|  | <P><PRE> | ||
|  | -- | ||
|  | Homepage:       <A HREF="http://www.wolfsburg.de/~rauch">http://www.wolfsburg.de/~rauch</A> | ||
|  | sane-umax:      <A HREF="http://www.wolfsburg.de/~rauch/sane/sane-umax.html">http://www.wolfsburg.de/~rauch/sane/sane-umax.html</A> | ||
|  | xsane:          <A HREF="http://www.wolfsburg.de/~rauch/sane/sane-xsane.html">http://www.wolfsburg.de/~rauch/sane/sane-xsane.html</A> | ||
|  | E-Mail:         mailto:<A HREF="mailto:Oliver.Rauch@Wolfsburg.DE?Subject=Re:%20quick%20note%20from%20the%20TWAIN/SANE%20meeting%20at%20OLS&In-Reply-To=<398A8636.26105991@wolfsburg.de>">Oliver.Rauch@Wolfsburg.DE</A> | ||
|  | <P><P><P>-- | ||
|  | Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A> | ||
|  | To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20quick%20note%20from%20the%20TWAIN/SANE%20meeting%20at%20OLS&In-Reply-To=<398A8636.26105991@wolfsburg.de>">majordomo@mostang.com</A> | ||
|  | </PRE> | ||
|  | <P><!-- body="end" --> | ||
|  | <HR NOSHADE> | ||
|  | <UL> | ||
|  | <!-- next="start" --> | ||
|  | <LI><STRONG>Next message:</STRONG> <A HREF="0042.html">Oliver Rauch: "Re: Code freeze for 1.0.3"</A> | ||
|  | <LI><STRONG>Previous message:</STRONG> <A HREF="0040.html">Oliver Rauch: "Re: Code freeze for 1.0.3"</A> | ||
|  | <!-- nextthread="start" --> | ||
|  | <LI><STRONG>Next in thread:</STRONG> <A HREF="0047.html">David Mosberger-Tang: "Re: quick note from the TWAIN/SANE meeting at OLS"</A> | ||
|  | <LI><STRONG>Reply:</STRONG> <A HREF="0047.html">David Mosberger-Tang: "Re: quick note from the TWAIN/SANE meeting at OLS"</A> | ||
|  | <!-- reply="end" --> | ||
|  | <LI><STRONG>Messages sorted by:</STRONG>  | ||
|  | <A HREF="date.html#41">[ date ]</A> | ||
|  | <A HREF="index.html#41">[ thread ]</A> | ||
|  | <A HREF="subject.html#41">[ subject ]</A> | ||
|  | <A HREF="author.html#41">[ author ]</A> | ||
|  | </UL> | ||
|  | <!-- trailer="footer" --> | ||
|  | <HR NOSHADE> | ||
|  | <P> | ||
|  | <SMALL> | ||
|  | <EM> | ||
|  | This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>  | ||
|  | : <EM>Fri Aug 04 2000 - 02:01:53 PDT</EM> | ||
|  | </EM> | ||
|  | </SMALL> | ||
|  | </BODY> | ||
|  | </HTML> |