Search found 110 matches

by JanSchenkel
Wed Feb 29, 2012 9:24 pm
Forum: Quartam Color Library
Topic: Welcome to the Quartam Color Library forum!
Replies: 0
Views: 14300

Welcome to the Quartam Color Library forum!

Quartam Software would like to welcome you to the Quartam Color Library forum! Please review the general forum FAQ for etiquette on posting in Quartam forums. The purpose of this forum is to discuss how to use and enhance Quartam Color Library. If you have any questions regarding Quartam Color Libra...
by JanSchenkel
Fri Feb 17, 2012 4:03 pm
Forum: Quartam PDF Library
Topic: Line Height for Text Table
Replies: 5
Views: 12206

Re: Line Height for Text Table

Hi Ron,

Can you give me an example script that shows the problem?
If my memory serves me well, it should automagically adapt to the current font height.

TIA,

Jan Schenkel.
by JanSchenkel
Sun Jan 29, 2012 10:44 pm
Forum: Announcements
Topic: Quartam PDF Library 1.1.3 Available
Replies: 0
Views: 24194

Quartam PDF Library 1.1.3 Available

This maintenance update to Quartam PDF Library fixes a bug with with multiple images in a single PDF document. Special thanks to Wayne Durden for pointing out the faulty code. The cross-platform .zip archive can be downloaded at: http://downloads.quartam.com/qrtpdflib_113_xplatform.zip A web page wi...
by JanSchenkel
Thu Nov 24, 2011 6:30 am
Forum: Using Quartam Reports - All Editions
Topic: Critical issue with images inside a report
Replies: 2
Views: 26293

Re: Critical issue with images inside a report

Hi Josep, Those are all logical consequences of the way images are handled in Quartam Reports now: you have to use a fixed path rather than an expression, and the LiveCode engine keeps track of which image controls have which filename so that it can cache the data. Revamped image handling is on the ...
by JanSchenkel
Thu Nov 24, 2011 6:21 am
Forum: Using Quartam Reports - All Editions
Topic: Extra lines with dynamic resizing
Replies: 6
Views: 36630

Re: Extra lines with dynamic resizing

Hi Josep, I'm sorry, but I can't find a cause just by looking at the code and experimenting. Could you distill a reproducible scenario that I can step through with the debugger, and send it to support@quartam.com? It doesn't have to be the complete application with an actual database, just a .qrl la...
by JanSchenkel
Thu Aug 04, 2011 5:20 am
Forum: Quartam PDF Library
Topic: Adding lib as sub stack of main stack for revlet
Replies: 2
Views: 11934

Re: Adding lib as sub stack of main stack for revlet

You can't make mainstack A the substack of another mainstack B, if mainstack A itself still has some substacks of its own. You'll first have to spin off the two substacks 'qrtPDFDemos' and 'qrtPDFHelp' as mainstacks of their own, and then you can add 'qrtPDFlib' as substack to the stack from which y...
by JanSchenkel
Thu Jul 28, 2011 4:06 pm
Forum: Using Quartam Reports - All Editions
Topic: Extra lines with dynamic resizing
Replies: 6
Views: 36630

Re: Extra lines with dynamic resizing

Thanks for the additional information. I see you're converting from UTF-8 to UTF-16, and then converting to whatever the native single-byte codepage of the platform is. Try changing the data field expression to: uniEncode(sDetail["Description"], "UTF8") And then in the Inspector palette, change the ...
by JanSchenkel
Thu Jul 28, 2011 6:06 am
Forum: Using Quartam Reports - All Editions
Topic: Extra lines with dynamic resizing
Replies: 6
Views: 36630

Re: Extra lines with dynamic resizing

If there is no return at the end of the data, then the only thing I can think of right now, is that the heigth of the data field in the layout is too tall - this is considered to be the minimum height for the field and the engine wll only stretch, not shrink. Could you elaborate on the data field? I...
by JanSchenkel
Thu Jul 28, 2011 5:36 am
Forum: Using Quartam Reports - All Editions
Topic: Preview Error
Replies: 5
Views: 29706

Re: Preview Error

Is it possible that somewhere along the way the 'lockMessages' is set to 'true'? That would prevent the engine from sending a 'resizeStack' event message to the preview stack as it is moved and resized for optimal view by the user. You could try changing your loop to: repeat with x=1 to sRowCount pu...
by JanSchenkel
Wed Jul 27, 2011 8:42 pm
Forum: Using Quartam Reports - All Editions
Topic: Preview Error
Replies: 5
Views: 29706

Re: Preview Error

No glaring mistakes there, so we'll have to see what happens in a ontrolled enviuronment, and then widen the net until we capture the cause.
In the meantime, I did the same test on my MacBook Pro, and all looked as it should.

Thanks in advance for the feedback,

Jan Schenkel.