Hi Sarah,

Thank you for the script. I did not know the Google's API.

I will try to use QR code instead of data matrix in my project.

Jerome

Le 12 mars 2010 à 10:12, Sarah Reichelt a écrit :

> On Fri, Mar 12, 2010 at 7:29 AM, Jérôme Rosat <jro...@mac.com> wrote:
>> I am looking for a library for creating a data matrix in Revolution. I did 
>> not find an example with Revolution. I found libdmtx, an open source 
>> software for reading and writing Data Matrix 2D barcodes on Linux, Unix, OS 
>> X, Windows, and mobile devices. But I found only binary for command line 
>> tools for windows and I am not qualified to compile the code to create 
>> command line tools Mac OS.
>> 
>> Have you already created a data matrix with Revolution ? Is there a 
>> volunteer to create an external/library ?
> 
> 
> If you can rely on a web link, you can use Google's API directly.
> Here is a script to generate a QR code as an image.
> 
> on mouseUp
>     put fld "Text" into tPlain
>     put 300 into tWidthHeight
>     put "http://chart.apis.google.com/chart?cht=qr&chs="; &
> tWidthHeight & "x" & tWidthHeight & "&chl=" & tPlain into tURL
>     put URL tURL into img "QR"
> end mouseUp
> 
> HTH,
> Sarah
> _______________________________________________
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to