[Gambas-user] Printer code request

Benoît Minisini gambas at ...1...
Sat Aug 11 12:16:41 CEST 2012


Le 11/08/2012 11:58, charlesg a écrit :
>
>
> Benoît Minisini wrote:
>>
>> I don't remember. When?
>> Your file is unreadable. Please join it to your post as a normal
>> attachment.
>>
>
> It was a long time ago. Maybe Jun 2011. Search on Mailing list says it has
> been deleted. I seem to remember you found fault with something. Perhaps you
> expected me to correct it but I couldn't because I couldn't understand the
> problem!
>
> I use Nabble and cannot for the life of me find how to attach a file. I send
> again as a tar rather than a gz
>
> http://old.nabble.com/file/p34285191/BarcodeG3-0.0.5.tar BarcodeG3-0.0.5.tar
>

I found it. I had found that bug:

> The "Case" tests in ChkInput method are incorrect:
>
> 	Select Key.Code
> 	  Case (key["n"] Or Key["N"]) And Key.Alt
>
> does not mean:
>
> 	If (Key.Code = Key["n"] Or Key.Code = Key["N"]) And Key.Alt
>
> but:
>
> 	If Key.Code = ((Key["n"] Or Key["N"]) And Key.Alt)
>
> And if you want to check against an alphabetic key, you should use Key.Text,
> not Key.Code.

But you didn't answer. As the version didn't change, I guess you didn't 
fix it. Could you?

-- 
Benoît Minisini




More information about the User mailing list