Re: [Gambas-user] Barcode.... Here ya go Hamilton...
Brought to you by:
gambas
From: sbungay <sb...@cs...> - 2007-04-27 17:57:16
|
Forgot to change that piece.. good call... thanks. ron wrote: > On Friday 27 April 2007 17:58, Stephen Bungay wrote: > >> ' This command creates a 128b barcode... >> ShellString = BarCodePathString & "barcode -b " & pEncodeString & " -e >>128b -o " & "~/Barcode-" & pEncodeString & ".ps" > > > BarCodePathString is used and Dim but never set with path > > >> >> SHELL ShellString >> >> WHILE NOT Exist("~/Barcode-" & pEncodeString & ".ps") >> WAIT 0.4 >> WEND >> >> ShellString = "convert " & "~/Barcode-" & pEncodeString & ".ps -crop >>205x80+7+703 " & "~/Barcode-" & pEncodeString & ".png" >> > > > must be ? > >> ShellString = "convert " & "~/Barcode-" & pEncodeString & ".ps -crop >> " 205x80+7+703 " & "~/Barcode-" & pEncodeString & ".png" > > ----^--------------^ > -crop need dimensions and 205x80+7+703=17110 :) :) > > > Nice weekend > > Ron > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-user mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gambas-user > |