Text Flow

2015-09-15 Thread Charles Szasz
I have been experiencing with different methods in attempts to take information that is in memory and put it in two or more fields when the initial field is filled. So far I have been unsuccessful. I tried various suggestions that I found in the Rev archives but none of them work. Has anybody

Re: Text Flow

2015-09-15 Thread Charles Szasz
Yes, you are correct about what I am trying to accomplish. I tried using formattedTextHeight in several scripts, which did not work. I would appreciate any specific scripts you may have that I could try. Sent from my iPad ___ use-livecode mailing

Re: Text Flow

2015-09-15 Thread dunbarx
Charles. When you say the initial field is filled, do you mean that you want to detect that condition, and move any new data to other fields? So that if you were placing data into a field that could contain ten lines without scrolling, say, and five of those lines were occupied, that you

Re: [ANN] LiveCode External to validate the MAS Receipt

2015-09-15 Thread Matthias Rebbe | M-R-D
First i have to admit that i have no clue about c programing. I know that is a really good precondition for what i want to do…. I tried now with receigen.app. Creating the needed code with receigen is really easy, but the further steps are my problem. fI i try to build according to the steps

Re: LiveCode 7 and 10.6.8

2015-09-15 Thread Colin Holgate
Bug logged: http://quality.runrev.com/show_bug.cgi?id=15935 > On Sep 15, 2015, at 2:23 PM, Mark Waddingham wrote: > > Yes - we still support 10.6.8 - I have that on my laptop and it works for me > so if your friend (or you) could file the crash log we can take a look. > >

Re: [ANN] UltraEdit Wordfiles for LCS and LCB

2015-09-15 Thread James Hale
I have done a bit more on the language (worldfiles) files for LCS and LCB for use in UltraEdit Tightened up the function/handler expressions. Added three work-in-progress like tags todo: fixme: ???: if inserted at the beginning of a comment these will also appear in function list e.g.

Re: LiveCode 7 and 10.6.8

2015-09-15 Thread Colin Holgate
Thanks. My friend doesn’t have an account currently, so I’ve asked him to send the crash log, and I’ll submit it. > On Sep 15, 2015, at 2:23 PM, Mark Waddingham wrote: > > Yes - we still support 10.6.8 - I have that on my laptop and it works for me > so if your friend (or

Re: LiveCode and Yosemite

2015-09-15 Thread Roger Guay
I filed a bug report #14036 with this sample stack soon after the release of Yosemite: https://www.dropbox.com/s/48f5ietxwrm681f/BugReport.livecode?dl=0 It was acknowledged as having been received, but no action on it AFAIK.

LiveCode 7 and 10.6.8

2015-09-15 Thread Colin Holgate
I tried to find what the system requirements are, and the page I found said that 10.6.x was ok for LiveCode 7. Is that correct? A friend trying to do that is getting a crash. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: LiveCode 7 and 10.6.8

2015-09-15 Thread Mark Waddingham
Yes - we still support 10.6.8 - I have that on my laptop and it works for me so if your friend (or you) could file the crash log we can take a look. Mark. Sent from my iPhone > On 15 Sep 2015, at 19:20, Colin Holgate wrote: > > I tried to find what the system

Re: LiveCode and Yosemite

2015-09-15 Thread Devin Asay
Thanks, Roger. I’ve added my comments to the bug report. It might get more attention if you changed the version to 7.0.6 or even the latest 7.1 RC, assuming the bug still appears there. Devin > On Sep 15, 2015, at 11:33 AM, Roger Guay wrote: > > I filed a bug report #14036

AW: [ANN] UltraEdit Wordfiles for LCS and LCB

2015-09-15 Thread Tiemo Hollmann TB
Hi James, I am on windows and using UltraEdit for lots of other tasks, but not as an editor for LC (yet). Do you publish your LC specs for UE and how do I get them? And if yes, how do I link them to UE? Never done that. Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode

Re: LiveCode and Yosemite

2015-09-15 Thread Devin Asay
Roger and Peter, Yes, and since I posted my original question I’ve been noticing flickering in Yosemite in similar circumstances. I’ll try to develop a recipe and submit a bug report. In the meantime, if anyone beats me to it, post the bug report number back here and I’ll add a comment. Devin

Re: SQL SELECT Statement problem

2015-09-15 Thread Bob Sneidar
Not sure if it matters, but I use LIKE '%:1%'. Also remember that with sqLite, and unlike mySQL, this form will not find records beginning with, ending with or explicitly is whatever replaces :1. Why the implementations of the different SQL engines behave differently escapes me, other than to

Re: Using FileMaker as ODBC Source

2015-09-15 Thread Bob Sneidar
I found using Livecode cursors so frustrating I almost gave up on using LC for database driven projects. That is until I came across sqlYoga, by Blue Mango Learning, Trevor Devore's but of genius. This will return a numbered array of the query results. Much easier to work with. Cursors are

Re: SQL SELECT Statement problem

2015-09-15 Thread Peter Haworth
I found that LIKE :1 where the :1 variable contains %whatever% with no quotes around it works, at least ion sqlite. I'm not sure I understand your comment about this not finding rows that begin with, end with, or contain the string in sqlite. It's always worked for me. On Tue, Sep 15, 2015 at

Re: SQL SELECT Statement problem

2015-09-15 Thread Bob Sneidar
I will have to go back and check. I seem to remember having a problem with sqLite using just '%:1%' and reading that the solution for sqLite was LIKE ':1%' or LIKE '%:1%' or LIKE '%:1' or LIKE ':1' whereas I did not have the problem with mySQL. Bob S > On Sep 15, 2015, at 09:31 , Peter

Re: Using FileMaker as ODBC Source

2015-09-15 Thread Peter Haworth
Hi Javier, According to the dictionary entry for revOpenDatabase, you need to use the cursortype parameter for ODBC connections. The defualt is "forward only" which does not support the use of revMoveToFirstRecord, revMoveToLastRecord, and revMoveToPreviousRecord. It looks like a cursortype of

RE: AW: [ANN] UltraEdit Wordfiles for LCS and LCB

2015-09-15 Thread James Hale
Hi Tiemo, > > I am on windows and using UltraEdit for lots of other tasks, but not as an > editor for LC (yet). > Do you publish your LC specs for UE and how do I get them? > And if yes, how do I link them to UE? Never done that. For v15 or above..

Re: [ANN] UltraEdit Wordfiles for LCS and LCB

2015-09-15 Thread Mark Wieder
On 09/14/2015 09:06 AM, jameshale wrote: Looking around for text editors with code folding and I found UltraEdit. When I used Windows UltraEdit was my text editor of choice. Highly configurable, very responsive, fast, did everything I wanted out of a text editor. Well, it didn't make me