[Gambas-user] Printer code request

charlesg charles at ...1784...
Sun Oct 28 17:48:05 CET 2012


Here is a revised version of the Barcode example

http://old.nabble.com/file/p34612204/BarcodeGambas3-0.0.4.tar
BarcodeGambas3-0.0.4.tar 


Benoît Minisini wrote:
> 
> 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
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 

-- 
View this message in context: http://old.nabble.com/Printer-code-request-tp34282837p34612204.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list