MSosnovski
Posts: 8
|
| Posted: 04/17/2008, 12:11 PM |
|
Good Afternoon!
I have a function that generates a barcode, but it does not appear in the desired location, how should I proceed?
Best Regard's
PHP + Linux + MySQL
_________________
PHP 5.x + MySQL 5.x + Linux
Brasil! |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 04/17/2008, 8:16 PM |
|
MSosnovski
Your statement is not very clear....What do you mean when you say that it does not appear in the desired location??
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 04/28/2008, 2:12 PM |
|
More than likely, he is calling the code, which ouputs to screen, inside an
embed. As such, it is ptobably being generated at the top of the page since
it is before the template parser outputs its aggregate stream.
MSosnovski, the solution is to modify the barcode function to return the
barcode, which you could then assign to a label in CCS.
An alternative would be to have an image tag whouse source is a wrapper php
script which calls your function to generate the barcode.
Another option is to call the barcode inside of an IFRAME, in which case it
will be properly generated at its desired location.
"mamboBROWN" <mamboBROWN@forum.codecharge> wrote in message
news:54808129d5c4f0@news.codecharge.com...
> MSosnovski
> Your statement is not very clear....What do you mean when you say that it
> does
> not appear in the desired location??
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Aaron
Posts: 145
|
| Posted: 05/09/2008, 1:21 PM |
|
I have successfully made barcodes work with CCS using PHP Barcode Image Generator v1.0
|
 |
 |
|