Re: File - read from EOF

2017-05-28 Thread Jan Schenkel via use-livecode
lderPath put item -1 of pFilePath into tFileName local tDefaultFolder, tDetailedFiles put the defaultFolder into tDefaultFolder set the defaultFolder to tFolderPath put the detailed files into tDetailedFiles set the defaultFolder to tDefaultFolder filter tDetailedFiles with (tFileName &

Re: Will LiveCode run an x86 android device?

2017-05-01 Thread Jan Schenkel via use-livecode
M into native code to be handled there. All this to say: if we want native x86 Android apps, then the LiveCode team will have to crank up the compilers again... Jan Schenkel. = Quartam Reports & PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wise

Re: Quartam reports blank page on Sierra Macosx

2017-02-06 Thread Jan Schenkel via use-livecode
a screen recording would definitely help me to understand the issue. Let's continue this over on http://forums.quartam.com so the good folks on the use-livecode list can concentrate on the LiveCode bits :-) Cheers, Jan Schenkel. = Quartam Reports & PDF Library for LiveCode www.quartam

Re: LC 6 to 8 some strange expieriences aligning objects at resizeStack

2016-11-18 Thread Jan Schenkel
Hi Tiemo, You can always revert to the 'emulated' look and feel by changing the theme of the stack from "native" to "legacy". There's no drop-down in the property inspector, so you'll have to use the message box. HTH, Jan Schenkel. = Quartam Reports &

Re: [OT] Quartum PDF Library - How to change text color of a cell in a table?

2016-11-12 Thread Jan Schenkel
on the Quartam forums at <http://forums.quartam.com> or email me directly. Best regards, Jan Schenkel. = Quartam Reports & PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wiser and more foolish at the same time."

Re: Anybody Hear From Jan Schenkel?

2015-06-02 Thread Jan Schenkel
. For anything that is not urgent, I will work hard to reply to everyone by the end of June. Best regards, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: One day left

2014-07-30 Thread Jan Schenkel
Late to the party as usual, but I'm in too, since just before breakfast. Never been any good at web apps, as the combination HTML+CSS+JavaScript gives me headaches. So long live the RunRev team for letting me build them in LiveCode :-) Jan Schenkel. = Quartam Reports PDF Library

Re: new at size clause in export snapshot

2014-03-28 Thread Jan Schenkel
showed that the following variant compiles and works: ## export snapshot from tObj at size tWidth, tHeight to tData as PNG ## In other words, you should go to the Quality Center and file a report. RunRev needs to either update the dictionary or the parser code :-) HTH, Jan Schenkel. = Quartam

Re: new at size clause in export snapshot

2014-03-28 Thread Jan Schenkel
* the height of tObj into tHeight put 4 * the width of tObj into tWidth export snapshot from tObj at size tWidth, tHeight to tData as PNG put tData into image 1 end mouseUp ## Click on the button and the image gets set without any issues. Jan Schenkel. = Quartam Reports PDF Library

Re: before vs on in behavior scripts

2014-03-20 Thread Jan Schenkel
it :) Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) On Tue, 3/18/14, Scott Rossi sc...@tactilemedia.com wrote: Subject: Re

Re: SQLite revOpenDatabase() and Relative File Paths

2014-02-20 Thread Jan Schenkel
Hi Kay, Untested, but does it work if you put a period before the relative path? get revOpenDatabase(sqlite,./Folder Name/mySQLite.db,,,) Otherwise the operating system may think you're trying to open a dataabse on a volume called 'Folder Name' HTH, Jan Schenkel. = Quartam Reports PDF

Re: Encryption / Encoding Differences between IDE and OS X Standalone

2014-02-19 Thread Jan Schenkel
to work. HTH, Jan Schenkel = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) On Wed, 2/19/14, Peter W A Wood peterwaw...@gmail.com wrote

Re: Encryption / Encoding Differences between IDE and OS X Standalone

2014-02-19 Thread Jan Schenkel
Hi Jacque, As long as the same encryption algorithm is available on both sides, it should just work. Though to avoid encoding issues when crossing platforms/architectures, it might be best to base64encode your encrypted data before sending it over the wire. Jan Schenkel. = Quartam Reports

Re: Crowd Funding Enhancements

2014-02-11 Thread Jan Schenkel
report. Cheers, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) On Mon, 2/10/14, Tim Selander selan...@tkf.att.ne.jp wrote

Re: Crowd Funding Enhancements

2014-02-10 Thread Jan Schenkel
to maintain than planned. Best regards, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time.  (La Rochefoucauld) On Mon, 2/10/14, Tim Selander selan

Re: Resize Stack Differences on Mac and Windows

2014-01-29 Thread Jan Schenkel
specifically turn 'liveResizing' on. HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) On Wed, 1/29/14, Ray r

Re: pageHeights ignores new line properties in fields?

2014-01-16 Thread Jan Schenkel
is in file https://github.com/runrev/livecode/blob/master/engine/src/paragraf.cpp The following methods are at the core of these property value calculations: - Boolean MCParagraph::pageheight(...) - Boolean MCParagraph::pagerange(...) And neither look at the paragraph attributes... Best regards, Jan

Re: Figuring out the correct height / width of scrollbars under Linux

2014-01-09 Thread Jan Schenkel
calls, make sure to let me know as I'd love to find the theme colors data :-) HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Figuring out the correct height / width of scrollbars under Linux

2014-01-09 Thread Jan Schenkel
Thank you for pointing me in that direction, Thierry. I probably used the wrong search term last time I went looking, but I was afraid I'd have to dip down into C/C++ land and write an external. Cheers, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we

Re: There should be a unique option on sort . . .

2014-01-08 Thread Jan Schenkel
at it… Cheers, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) On Sat, 1/4/14, Mark Wieder mwie...@ahsoftware.net wrote: Subject

Re: There should be a unique option on sort . . .

2014-01-08 Thread Jan Schenkel
, with little performance penalty. But a future version of the engine could optimise the one-liner by parallelising the operations… Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: blur a background

2013-08-29 Thread Jan Schenkel
that fiddles with imageData. HTH, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time.  (La Rochefoucauld) From: Chris Sheffield cmsheffi...@icloud.com To: How

Re: Any ideas on working out number of characters(approx) that can be entered into a field

2013-08-26 Thread Jan Schenkel
Because the physical split may happen in the middle of a logical line, if the field is set to wrap. The 'pageRanges' mirrors the 'pageHeights' property in its logic to find out which chunk of the field represents a page. Jan Schenkel.   = Quartam Reports PDF Library for LiveCode

Re: Wildcards ???

2013-08-26 Thread Jan Schenkel
See the documentation for the 'filter' command. In its current incarnation, that command uses 'wildcard' expressions to decide which lines to retain and which to discard. HTH, Jan Schenkel   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both

Re: multiple arguments for filter?

2013-08-26 Thread Jan Schenkel
with A and each ends with Z filter items of tList where word 2 of each contains 123 or char 3 of each is in abcd filter tList by MyLogicalFunction(each) That's the beauty of open source: now we can add features to the engine if we pull up our sleeves... Cheers, Jan Schenkel. = Quartam Reports

Re: this me?

2013-08-07 Thread Jan Schenkel
Here are my suggestions: - self - myself - this object The nerd inside wanted to suggest 'ego' and 'id' but that would have been over the top ;-) Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: Regular expressions

2013-07-02 Thread Jan Schenkel
, and you've provided enough start and end match variables, you can iterate backwards over those match position pairs to insert the replacement text. Or maybe I haven't completely grasped what you were trying to accomplish - it's been a long day. Jan Schenkel.   = Quartam Reports PDF Library

Re: Where do I find the current release # at runrev?

2013-06-27 Thread Jan Schenkel
Hi Tiemo, Only the GM versions are listed in your LiveCode store account. LiveCode 6.0.2 is the latest finished version of the commercial edition. LiveCode 6.1 is currently in the release candidate phase. HTH, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com

Re: [ANN] LiveCode University

2013-06-26 Thread Jan Schenkel
Congratulations, Devin - this is another major step forwards for LiveCode! I always appreciated the BYU LiveCode lessons website; especially the Unicode section as it sets me straight whenever I've taken a wrong turn :-) Cheers, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode

Re: 6.1

2013-06-13 Thread Jan Schenkel
Thanks for the positive feedback on the new pageRanges property :-)   Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Peter

Re: Works in IDE, doesn't work in standalone (revisited)

2013-06-11 Thread Jan Schenkel
You may have already checked this, but what is the style of the stack? TopLevel, Modeless, Palette? If it's TopLevel in the IDE but not in the standalone, that might explain it. Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow

Re: Works in IDE, doesn't work in standalone (revisited)

2013-06-10 Thread Jan Schenkel
Hi Graham, Do you reset the templateGraphic before choosing the graphic tool? Can you check if the lockLocation of the templateGraphic is true by any chance? We'll get it sorted out, I'm sure :-) Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow

Re: revBrowser Error

2013-06-05 Thread Jan Schenkel
Hi Graham, Is the server returning an error page or is this happening on the client? Which platform is this on? Does the web page contain any applets? Jan Schenkel   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: revBrowser Error

2013-06-05 Thread Jan Schenkel
it only happens with revBrowser, or maybe you haven't seen it yet on other browsers. Unless there's some sort of difference between the request parameters and headers as sent by revBrowser. But it's going to take time to track that problem down on the server... Jan Schenkel.   = Quartam Reports

Re: Escaping the Filter command's wildcards

2013-05-23 Thread Jan Schenkel
but that shouldn't be too hard either) Anyway, open up the discussion on the engine forum :-) http://forums.runrev.com/viewforum.php?f=66 Cheers, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: Escaping the Filter command's wildcards

2013-05-23 Thread Jan Schenkel
For those interested, I started the discussion on the engine contributors forum: http://forums.runrev.com/viewtopic.php?f=66t=15250 Cheers, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same

Re: Continuing a script after cloning a stack

2013-05-23 Thread Jan Schenkel
afterwards. Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Peter Haworth p...@lcsql.com To: How to use LiveCode use-livecode

Re: Internet headers of LiveCode CGI

2013-04-22 Thread Jan Schenkel
If this is something that you're pushing from the server to the cliet, you can use the 'put header' variant of the 'put' command to extend the HTTP headers. HTH, Jan Schenkel.  = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more

Re: party time

2013-02-28 Thread Jan Schenkel
Final pledge total: £493,795 - amazing end result after this roller-coaster ride. Congrats to the RunRev team and thanks to all who have now coloured the future LiveCode-blue! (No time to party for me as I'm at the day-job *sniffles*) Cheers, Jan Schenkel.   = Quartam Reports PDF

Re: party time

2013-02-28 Thread Jan Schenkel
Heh, you're absolutely right, Björnke - these are exciting times! I guess the day-job has rewired my brain to think in terms of deadlines ;-) Cheers, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: Thank you

2013-02-27 Thread Jan Schenkel
Yah, for the love of all that's sacred, don't refer to it as LiveCode NT ;-) Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From

Re: 100%

2013-02-26 Thread Jan Schenkel
can get to Pluggable Themes! Time to do a little happy dance! Jan Schenkel   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Jacques Hausser

Re: Trying to make economic sense of open sourcing livecode

2013-02-01 Thread Jan Schenkel
a similar requirement once LiveCode goes open source. Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time.  (La Rochefoucauld) From: Peter Haworth p...@lcsql.com

Re: option menu button

2013-02-01 Thread Jan Schenkel
Hi Yves, Lock messages before you change the selected text and unlock messages after. This will prevent the 'menuPick' message from being sent. HTH, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: MenuItems not showing

2013-01-22 Thread Jan Schenkel
Hi Joe, Is it possible that those menu items are using reserved characters which need to be escaped? See section 7.13.4 of the LiveCode User Guide (page  255 in the PDF file that accompanies LC 5.5.3). Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com

Re: Color names vs hex codes

2013-01-08 Thread Jan Schenkel
://downloads.quartam.com/libqrtcolor_100_xplatform.zip Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time.  (La Rochefoucauld) From: Peter Haworth p...@lcsql.com To: How

Re: Encrypt on mobile

2013-01-02 Thread Jan Schenkel
Thanks for confirming this, Bernard. I've sent an email to RunRev support in the hopes they can give me a definitive answer on the implications of this lack of support on usage of the 'cipherNames' property and 'encrypt' command on mobile platforms. Jan Schenkel.   = Quartam Reports PDF

Encrypt on mobile

2013-01-01 Thread Jan Schenkel
then     encrypt tData using rc4-40 with key tKey     if the result is not empty then       answer error the result     else       answer information RC4-40 returned: it     end if   else     answer information RC4-40 not available   end if end mouseUp ## Thanks in advance for the feedback! Jan Schenkel

Re: Encrypt on mobile

2013-01-01 Thread Jan Schenkel
can't check this for myself. Cheers, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) From: Mark Talluto use

[ANN] Quartam PDF Library 1.1.5 Available

2012-12-27 Thread Jan Schenkel
, experimental support for including EPS files, as well as support for LiveCode Server and On-Rev. It is released as open source under a dual license (GNU Affero General Public License / Commercial License). Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com

Re: ZLib DEFLATE

2012-12-14 Thread Jan Schenkel
, it will be part of the open source Quartam PDF Library. Cheers, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Alejandro Tejada capellan2

ZLib DEFLATE

2012-12-10 Thread Jan Schenkel
. And that works a treat; unfortunately, I now need the other way around: a way to inflate data that was deflated. Thanks in advance, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Looking for tips on memory mgt in standalones

2012-12-06 Thread Jan Schenkel
Hi Tom, Set the 'destroyStack' property of the instance stack to true. That way it is completely removed from memory when it is closed. HTH, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same

Re: Badge in answer modal?

2012-11-21 Thread Jan Schenkel
of card 1 of stack Answer dialog and remove the platform check for the code pertaining to gRevSmallAppIcon ;-) Cheers, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Badge in answer modal?

2012-11-21 Thread Jan Schenkel
on my Mac: ## set the left of this stack to 100 ## Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Jim Hurley jhurley0

Re: Badge in answer modal?

2012-11-21 Thread Jan Schenkel
or not? if word 2 of item 1 of the dialogData is plain and (not tMacOSX and gREVAppIcon is not empty) then = if word 2 of item 1 of the dialogData is plain and gREVAppIcon is empty then And then seven lines below, change if tMacOSX then  = if tMacOSX or true then HTH, Jan Schenkel.  = Quartam Reports

Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Jan Schenkel
just tried switching it to size 18 and it worked like a charm. HTH, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Joe Lewis

Re: Badge in answer modal?

2012-11-19 Thread Jan Schenkel
Actually, 'gRevSmallAppIcon' has been broken since LiveCode 4.0 - see http://quality.runrev.com/show_bug.cgi?id=9421. Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Non-blocking URL commands

2012-11-19 Thread Jan Schenkel
Hmm, that's odd - the code looks essentially the same as for libURL. Would you mind emailing me your test script so I can try and debug it? Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same

Re: Non-blocking URL commands

2012-11-18 Thread Jan Schenkel
. And it is by no means feature-complete; I've been experimenting with authentication but that stuff isn't ready just yet. If you find it useful, and wish to collaborate on its development, join the Quartam forums at http://forums.quartam.com Cheers, Jan Schenkel.   = Quartam Reports PDF

Re: Non-blocking URL commands

2012-11-18 Thread Jan Schenkel
Yup, it should work pretty much the same and is called (rather unimaginatively): qrtHTTP_SetSSLVerification [true|false] HTH, Jan Schenkel.  = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Send a message when the mouse hilites text on an option menu, possible ?

2012-11-02 Thread Jan Schenkel
or by means of a separate palette or modeless stack). The downside of this approach is that: - you would have to script the menu stack to take into account variable choice lists - your menu won't look like a standard menu unless you spend quite some time to make it look 'right' HTH, Jan Schenkel

Re: Scripting shades of colors?

2012-10-29 Thread Jan Schenkel
and download, just visit http://www.quartam.com HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time.  (La Rochefoucauld) From: Michael Kristensen michael-kristen

Re: Scripting shades of colors?

2012-10-29 Thread Jan Schenkel
-- On Mon, Oct 29, 2012 10:22 AM PDT Richard Gaskin wrote: Jan Schenkel wrote: You might be interested in Quartam Color Library for LiveCode - a free / open source software project available under the commercial-friendly LGPL license. Is it LGPL or Affero

[ANN] Quartam PDF Library 1.1.4 Available

2012-10-18 Thread Jan Schenkel
, clipping, text box fitting, inserting pages, compression, experimental support for including EPS files, as well as support for LiveCode Server and On-Rev. It is released as open source under a dual license (GNU Affero General Public License / Commercial License). Jan Schenkel.  = Quartam Reports

Re: Jan Schenkel - Please contact me privately!

2012-10-10 Thread Jan Schenkel
Hi Charles, I had signed off early yesterday, and didn't see your emails until this morning. Looking into it now... Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: HTTP authentication configuration with on-rev

2012-08-08 Thread Jan Schenkel
Well, I have one part solved: cPanel allows configuration of Basic authentication. Can anyone help with the setup of Digest authentication? TIA, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: revAddXMLNode - how to specify a parent node if multiple?

2012-08-08 Thread Jan Schenkel
: ## ?xml version=1.0? products   productidentifierb2211/b221/productidentifier   productidentifierb2212/b221/productidentifier   productidentifierb2213/b221/productidentifier /products ## HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older

HTTP authentication configuration with on-rev

2012-08-05 Thread Jan Schenkel
authentication support and provide an online demo for it. Thanks in advance, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: PDF Forms

2012-07-09 Thread Jan Schenkel
/concatenating-pdf-files.html http://quartam.blogspot.com/2010/12/stamping-pdf-files.html Just shout if you decide to go down this path and need a hand. Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same

Re: Communication stack/card - webpage in revbrowser

2012-07-04 Thread Jan Schenkel
I'd say JavaScript in the HTML page and then use the revBrowssrCallScript and revBrowserExecuteScript functions to trigger the JavaScript functions. Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish

Re: Gradients (was Re: Table field)

2012-06-26 Thread Jan Schenkel
   resetthetemplateGraphic    return tGraphicLongId end CreateTwoColorGraphic ## Then click the button, and you'll get a graphic named Peter in the specified rectangle, with the two colors each taking up half of the height of the graphic, even when you resize it. HTH, Jan Schenkel.   = Quartam Reports

Re: Gradients (was Re: Table field)

2012-06-26 Thread Jan Schenkel
   return tGraphicLongId end CreateTwoColorGraphic ## Jan.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Jan Schenkel janschen...@yahoo.com To: How

Re: Upgrade to Lion on 15 inch laptop pro forces resize of stacks

2012-06-13 Thread Jan Schenkel
Don't forget to include the 'windowBoundingRect' global property: http://docs.runrev.com/Property/windowBoundingRect HTH, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: HiliteColor reset

2012-06-11 Thread Jan Schenkel
Hi Hugh, The docs only say you can set the hiliteColor of an object to empty to let the inheritance rules apply. There's no way to reset the global hiliteColor property that way. This means you'll have to 'store' it before use and 'restore' it afterwards. Jan Schenkel. = Quartam Reports

Re: Push notifications on the desktop?

2012-06-06 Thread Jan Schenkel
socket communication. I wrote a LiveCode library a few years back, and it worked quite well. But I haven't yet gotten around to finishing it. If you're interested in going this way, I'll dust it off and send you a copy. Maybe this summer I'll find some time to publish it as open source. Jan Schenkel

Re: ReleaseStack message

2012-05-23 Thread Jan Schenkel
to wait and see. Thanks for the hint! Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Richard Gaskin ambassa...@fourthworld.com

ReleaseStack message

2012-05-21 Thread Jan Schenkel
Hi all, Is there any way to figure out which script issued a 'stop using' command on a library stack? I looked at 'the executionContexts' from within a 'releaseStack' message handler, but that only contained one line about the handler itself. Any ideas? Thanks in advance, Jan Schenkel

Re: ReleaseStack message

2012-05-21 Thread Jan Schenkel
he's experiencing. Hopefully we'll then find the sneaky script that issues a 'stop using' behind our backs :-) Cheers, Jan Schenkel.   = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Problem with pasting from a Rev App to Pages..

2012-05-06 Thread Jan Schenkel
statement ## HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) From: Charles Szasz csz...@mac.com To: use-livecode

[ANN] Quartam Color Library 1.0.0 Available as Open Source

2012-02-29 Thread Jan Schenkel
/libqrtcolor_100_xplatform.zip Jan Schenkel. = Quartam developer tools for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time.  (La Rochefoucauld) ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Compiled app using a LOT of processing power

2012-02-01 Thread Jan Schenkel
Hi Bob, There's a property for that :-) set the repeatCount of image SpinningImage to 0 -- stop looping HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

[ANN] Quartam PDF Library 1.1.3 Available

2012-01-29 Thread Jan Schenkel
Server and On-Rev. It is released as open source under a dual license (GNU Affero General Public License / Commercial License). Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Icons in dialogs on Win 7

2012-01-25 Thread Jan Schenkel
' removed it in version 4.0. http://quality.runrev.com/show_bug.cgi?id=9421 Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) From: Klaus

Re: mySQL integer types

2012-01-16 Thread Jan Schenkel
INT(64) is a 64-bits integer, so 8 instead of 64 bytes :-) Still, that limit should keep you safe for some time to come... Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La

Re: Repeat until (mouseDoulbeUp?)

2011-11-22 Thread Jan Schenkel
EnableOtherControls ## If you're interested, you can always read the blogpost that I wrote about this last year: http://quartam.blogspot.com/2010/03/but-waiting-makes-me-curious.html HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow

Re: Formatting ChordPro music charts

2011-11-10 Thread Jan Schenkel
  put tChords return tLyrics return after tPrintText    end repeat    return char 1 to -2 of tPrintText -- no trailing return end ChordProPrintText ## Cheers, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser

Re: Formatting ChordPro music charts

2011-11-08 Thread Jan Schenkel
Yes it would - that's how most guitar tab music sites will display it. Otherwise it's a little trickier to figure out the string width and insert appropriate 1 pixel wide spaces.   Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow

Re: Formatting ChordPro music charts

2011-11-07 Thread Jan Schenkel
of tPrintText -- no trailing return end ChordProPrintText ## HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) From: Mark Stuart mfstu

Re: 295 png import images

2011-10-12 Thread Jan Schenkel
mouseUp ## When I click the button, I can go find an image file and the button gets it as a shiny new icon :-) HTH, Jan. Jan Schenkel = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld

Re: Counting and numbering duplicates in a list

2011-09-28 Thread Jan Schenkel
] return after pOutput       end if    end repeat    delete char -1 of pOutput end Dupend## HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original

Experimental listRegistry function

2011-09-21 Thread Jan Schenkel
or suggestions? TIA, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Heads up, don't use secure as a handler name

2011-09-12 Thread Jan Schenkel
picky than previous iterations. At any rate, it might be good to file a documentation bug, and suggest that 'secure' gets a separate entry, a bit like the 'effective' keyword.   HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we

Re: Confused about storing arrays in a custom property

2011-08-23 Thread Jan Schenkel
. Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Pete p...@mollysrevenge.com To: How to use LiveCode use-livecode@lists.runrev.com Cc

Re: Confused about storing arrays in a custom property

2011-08-22 Thread Jan Schenkel
You could 'base64Encode' the binary data before storing it, and base64decode it after retrieval from the database. That way you don't have to worry about BINARY, and can store it in a CLOB.   HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow

Email issues at quartam.com

2011-08-16 Thread Jan Schenkel
awaiting a reply, do not hesitate to resend it to this yahoo.com email address, or the regular quartam.com email addresses, or both. My apologies for any inconvenience, as a result of the delays caused by this mishap. Best regards, Jan Schenkel. = Quartam Reports PDF Library for LiveCode

Re: [Server] create stack trouble

2011-08-07 Thread Jan Schenkel
- it's what the things were built for :-) Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: Martin Koob mk...@rogers.com To: use-revolut

Re: AW: Need advice with Lion permission changes

2011-08-04 Thread Jan Schenkel
, and then the separate elevated process can write to those places. Note that you should only use those places for 'support' files, not database files or anything of the sort. Those you should proably put somewhere in /users/shared or something. HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode

Re: previous page button of browser opening on-rev server page

2011-07-26 Thread Jan Schenkel
1998 14:18:41 GMT put the long time ? HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we grow older, we grow both wiser and more foolish at the same time. (La Rochefoucauld) - Original Message - From: paolo mazza mazzapaoloit...@gmail.com

Re: a color picker widget?

2011-07-06 Thread Jan Schenkel
the mouse), but a conventional interface for choosing a color would be best... Thanks for any pointers, Slava Hi Slava, If you don't mind a modal dialog box, you can use the 'answer color' command. HTH, Jan Schenkel. = Quartam Reports PDF Library for LiveCode www.quartam.com = As we

  1   2   >