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. |
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:
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. |
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:
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. |
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, NIK. 1685 2017-08-09 15:01 GMT+07:00 Marten Feldtmann <[hidden email]>:
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. |
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:
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. |
Thank You Louis, I will try to visit the link that you give. PT TASPEN (PERSERO) Kepala SPIDA Bandung, NIK. 1685 2017-08-09 21:07 GMT+07:00 Louis LaBrunda <[hidden email]>:
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. |
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:
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 |
Free forum by Nabble | Edit this page |