Re: [Gambas-user] gb.scanner

2015-03-12 Thread Fabien Bodard
Hi ron Pretty piece of code :-) gb.scanner is based on scanimage too. It just give an object oriented simplified interface. Thank you for sharing your code, and you are welcome to help me to inprove gb.scanner if you have some time to share :-). It miss multipages, preview and surely many other

Re: [Gambas-user] gb.scanner

2015-03-12 Thread Johny Provoost
Thank you Ron. Will look in to it. Regards Johny Op 11-03-15 om 21:02 schreef Ron: > Here a cleanup of an already existing Gambas Scanner app using > scanimage cli command I use regularly. > https://github.com/cyberjunky/gbscan/ > > It does all the option parsing from cli output... > > Maybe we c

Re: [Gambas-user] gb.scanner

2015-03-12 Thread Johny Provoost
Op 11-03-15 om 19:10 schreef Fabien Bodard: > Le 11 mars 2015 17:59, "Johny Provoost" a écrit : >> Hello, >> >> Is there's some place where I can get some more help about gb.scanner. >> The help in Gambas doesn't show much. >> >> I'll tried >> >> Public Sub Button1_Click() >> Dim HPScan As

[Gambas-user] gb.scanner

2015-03-12 Thread Johny Provoost
Hello, Is there's some place where I can get some more help about gb.scanner. The help in Gambas doesn't show much. I'll tried Public Sub Button1_Click() Dim HPScan As Image Dim MyScan As Scanner Scanners.Search MyScan.Scan(HPScan) End scanners.search find my scanner (see in the t

Re: [Gambas-user] gb.scanner

2015-03-11 Thread Ron
Here a cleanup of an already existing Gambas Scanner app using scanimage cli command I use regularly. https://github.com/cyberjunky/gbscan/ It does all the option parsing from cli output... Maybe we can make it better using gb.scanner component and vice versa.. Thinks I want to add are digital st

Re: [Gambas-user] gb.scanner

2015-03-11 Thread Fabien Bodard
Le 11 mars 2015 17:59, "Johny Provoost" a écrit : > > Hello, > > Is there's some place where I can get some more help about gb.scanner. > The help in Gambas doesn't show much. > > I'll tried > > Public Sub Button1_Click() >Dim HPScan As Image >Dim MyScan As Scanner >Scanners.Search >