Create barcode from VisualAge Smalltalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Create barcode from VisualAge Smalltalk

Juli Permana
Is it possible to create a BARCODE or QR CODE from VisualAge Smalltalk ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Create barcode from VisualAge Smalltalk

jtuchel
I am not aware of anything bundled with or available specifically for VAST.

There are reporting solutions like Combit List&Label that can generate Barcodes and QR codes and can be integrated with VAST, e.g. via OCX or DLL binding (used in one of our customer projects).
Or you can use web based solutions and do some HTTP/REST calls to generate the images. Sending HTTP requests is super easy in VAST.


HTH

Joachim



Am Mittwoch, 9. August 2017 06:28:17 UTC+2 schrieb Juli Permana:
Is it possible to create a BARCODE or QR CODE from VisualAge Smalltalk ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Create barcode from VisualAge Smalltalk

Marten Feldtmann-5
In reply to this post by Juli Permana
Under Gemstone/S and Linux I call an external program named qrencode with parameters and get an external picture file with the QR content -  a similar solution should be possible with VASmalltalk (at least under Linux). Seems to be, that this tools has also been ported to Windows.

Marten

Am Mittwoch, 9. August 2017 06:28:17 UTC+2 schrieb Juli Permana:
Is it possible to create a BARCODE or QR CODE from VisualAge Smalltalk ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Create barcode from VisualAge Smalltalk

Juli Permana
Joachim Tuchel and Marten Feldtmann, thank you for your answer, i will try your suggestion and perhaps it could be done.

PT TASPEN (PERSERO)
Kepala SPIDA Bandung,

JULI PERMANA A.
NIK. 1685

2017-08-09 15:01 GMT+07:00 Marten Feldtmann <[hidden email]>:
Under Gemstone/S and Linux I call an external program named qrencode with parameters and get an external picture file with the QR content -  a similar solution should be possible with VASmalltalk (at least under Linux). Seems to be, that this tools has also been ported to Windows.

Marten


Am Mittwoch, 9. August 2017 06:28:17 UTC+2 schrieb Juli Permana:
Is it possible to create a BARCODE or QR CODE from VisualAge Smalltalk ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Create barcode from VisualAge Smalltalk

Louis LaBrunda
In reply to this post by Juli Permana
Hi Juli,

If you are interested in a roll your own solution you should take a look at Visibility Color - with Turtle Graphics.  I think I have used it to generate bar codes.  Give me a few days to look around.

Lou


On Wednesday, August 9, 2017 at 12:28:17 AM UTC-4, Juli Permana wrote:
Is it possible to create a BARCODE or QR CODE from VisualAge Smalltalk ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Create barcode from VisualAge Smalltalk

Juli Permana
Thank You Louis, I will try to visit the link that you give.

PT TASPEN (PERSERO)
Kepala SPIDA Bandung,

JULI PERMANA A.
NIK. 1685

2017-08-09 21:07 GMT+07:00 Louis LaBrunda <[hidden email]>:
Hi Juli,

If you are interested in a roll your own solution you should take a look at Visibility Color - with Turtle Graphics.  I think I have used it to generate bar codes.  Give me a few days to look around.

Lou


On Wednesday, August 9, 2017 at 12:28:17 AM UTC-4, Juli Permana wrote:
Is it possible to create a BARCODE or QR CODE from VisualAge Smalltalk ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Create barcode from VisualAge Smalltalk

Long Haired David
My friend Dan Antion has made a bar code generator that we used for many years when we had a hobby shop. I am in the middle of a crisis with my university project. As soon as I can I have his permission to package it up and put it on our www.totallyobejcts.com web site. I will come back on this. I might be able to do it this weekend.

David
Totally Objects.


On Monday, August 14, 2017 at 3:39:48 AM UTC+1, Juli Permana wrote:
Thank You Louis, I will try to visit the link that you give.

PT TASPEN (PERSERO)
Kepala SPIDA Bandung,

JULI PERMANA A.
NIK. 1685

2017-08-09 21:07 GMT+07:00 Louis LaBrunda <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="4QmRy9caEQAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">L...@...>:
Hi Juli,

If you are interested in a roll your own solution you should take a look at <a href="http://www.totallyobjects.com/Viscol.htm" target="_blank" rel="nofollow" onmousedown="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.totallyobjects.com%2FViscol.htm\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHSLexM5OV-tuMcUpOMlE3T1R5IoQ&#39;;return true;" onclick="this.href=&#39;http://www.google.com/url?q\x3dhttp%3A%2F%2Fwww.totallyobjects.com%2FViscol.htm\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNHSLexM5OV-tuMcUpOMlE3T1R5IoQ&#39;;return true;">Visibility Color - with Turtle Graphics.  I think I have used it to generate bar codes.  Give me a few days to look around.

Lou


On Wednesday, August 9, 2017 at 12:28:17 AM UTC-4, Juli Permana wrote:
Is it possible to create a BARCODE or QR CODE from VisualAge Smalltalk ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="4QmRy9caEQAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">va-smalltalk...@googlegroups.com.
To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="4QmRy9caEQAJ" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">va-sma...@....
Visit this group at <a href="https://groups.google.com/group/va-smalltalk" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://groups.google.com/group/va-smalltalk&#39;;return true;" onclick="this.href=&#39;https://groups.google.com/group/va-smalltalk&#39;;return true;">https://groups.google.com/group/va-smalltalk.
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://groups.google.com/d/optout&#39;;return true;" onclick="this.href=&#39;https://groups.google.com/d/optout&#39;;return true;">https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
David
Totally Objects
Doing Smalltalk since 1989