-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Hi!
 here is the part of the code I want to use to change the settings,
but they are still unchangeable. Is there anything wrong?

    valor2=Xo;
 
 estat=sane_control_option(gestor,22,SANE_ACTION_SET_VALUE,&valor2,valor);
    printf("%s: ",sane_strstatus(estat));
    valor2=Yo;
 
 estat=sane_control_option(gestor,23,SANE_ACTION_SET_VALUE,&valor2,valor);
    printf("%s: ",sane_strstatus(estat));
    valor2=Xo+WIDTH;
 
 estat=sane_control_option(gestor,24,SANE_ACTION_SET_VALUE,&valor2,valor);
    printf("%s: ",sane_strstatus(estat));
    valor2=Yo+HEIGHT;
 
 estat=sane_control_option(gestor,25,SANE_ACTION_SET_VALUE,&valor2,valor);
    printf("%s\n",sane_strstatus(estat));

What should I write to make the changes permanent? I need to change
the dimensions of what is scanned, but I don't know how to do it.

Message: 4
Date: Tue, 21 Mar 2006 10:33:41 -0500 (EST)
From: "m. allan noah" <[email protected]>
Subject: Re: [sane-devel] Help with a frontend, plis
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

are you calling sane_get_parameters() after you have changed the options?

allan

- --
Josep Felix Rubio Dalmau
GnuPG Public Key:
http://keyserver.veridis.com:11371/export?id=-9021467632073768555
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEIdB2gs1O/IWPAZURAy0ZAKCNTXKrqRj6TRpFvb9TlWa39vVC6wCeJvvj
a4rTK0Hb7a/KuTHuhKLheWk=
=VLR3
-----END PGP SIGNATURE-----


                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y m?viles desde 1 c?ntimo por minuto. 
http://es.voice.yahoo.com

Reply via email to