Re: Weird speed problem

2012-08-21 Thread Tereza Snyder
On Aug 20, 2012, at 10:05 AM, Lars Brehmer wrote: > I am looking for tips on how to solve a strange problem I am having. > > I have two very similar stacks that are behaving very differently speed wise. > … > The stacks are very similar - the faster one is based entirely on the older > one! Wha

Re: "Can't set property" returned upon trying to set the hScroll, vScroll of a group from card script

2012-07-10 Thread Tereza Snyder
My first suspicion is that this_Card and/or this_Stack contains an invalid value. I’d bet that if you inserted the line: put the long ID of card this_Card of stack this_Stack ...before your "set the scroll…" lines, you’d get the same error, because you’re not specifying a valid object. The b

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-13 Thread Tereza Snyder
Hi Kay C, You were right when you said I work on a Mac, though the application in question has to work in Windows, too. I suspect there’s some kind of registry magic that will do the equivalent in Windows. I decided to duck the issue for now and store the data in the user documents and/or ASUP

Re: Password protecting a data file... how to cope with forgotten password?

2012-06-12 Thread Tereza Snyder
On Jun 12, 2012, at 10:44 AM, Dr. Hawkins wrote: > On Tue, Jun 12, 2012 at 8:41 AM, Tereza Snyder wrote: >> The application I’m working on needs to store possibly confidential client >> info on the user’s hard drive. It's asking for an optional password. (The >> pa

Password protecting a data file... how to cope with forgotten password?

2012-06-12 Thread Tereza Snyder
et it, how can I provide a non-internet-based mechanism for retrieving or resetting the password? I thought I’d ask them to re-authenticate as the current user at the OS level, the way many programs do. How might that be done in LC? Perhaps there’s another way? t -- Tereza Snyder Califex Sof

Re: [OT] Blowing my mind about Linux

2012-05-11 Thread Tereza Snyder
>> of >> what you've been drinking. We've got nothing like it over here. >> > > I'm aging my fourth batch of this stuff: > <http://www.thekitchn.com/a-sweet-treat-homemade-milk-li-138124> > > You'd be surp

Re: Casey is now in the App Store

2012-04-25 Thread Tereza Snyder
oop" sells! Tho I guess in the UK it’s "poo". Poopy Parrot Patience! I look forward to wasting spending some time with Casey! t -- Tereza Snyder Califex Software, Inc. ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: OK... what am I missing?

2012-04-17 Thread Tereza Snyder
g execution off somehow. Made no difference. Still the same bug. I also tried: set the dgData of grp id 100567 to gModinfoA to no avail. t On Apr 17, 2012, at 10:16 AM, Bob Sneidar wrote: > Why group "Modules" of me? Why not just group "Modules"? > > Bob >

Re: OK... what am I missing?

2012-04-17 Thread Tereza Snyder
Jacque wrote: > If you haven't done it yet, one quick way to find out is to set the > standalone settings in the Bug Reports pane to save errors to a file. If > there's an execution error it will show up there. I have try-catches everywhere; I have errors written to stdout; I have my own debugg

OK... what am I missing?

2012-04-16 Thread Tereza Snyder
yself over this. It used to work! It works in the IDE! I have a deadline! I need a clue. *sob* t -- Tereza Snyder Califex Software, Inc. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Simplest method for determining "changes made" on a form/card

2012-01-04 Thread Tereza Snyder
ou want to save your changes?" > > Sivakatirswami -- Tereza Snyder Califex Software, Inc. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Tereza Snyder
h an ordinary DSL line. > > In the days of using Dreamweaver and avoidance of hand editing, working > locally with a shadow set of files and reconciling made sense with slow > connections. The method above is much more efficient and works for 'fixing > in situ" as well.

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Tereza Snyder
On Nov 20, 2011, at 10:15 AM, Andre Garzia wrote: > Tereza, > > If you are using a local webserver, set it to send no-cache HTTP headers. > This way, no matter if you are using RevBrowser or something else, you will > be safe. If you are just opening file urls in RevBrowser, then, use META > tag

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Tereza Snyder
On Nov 20, 2011, at 12:07 AM, Ken Ray wrote: > > On Nov 19, 2011, at 8:05 PM, Tereza Snyder wrote: > >> Yeah, I thought for sure there’s be some kind of cache-disabling call but I >> haven’t discovered it. Since I’m building the pages with LC, previewing them >

Re: RevBrowser: clearing its cache?

2011-11-19 Thread Tereza Snyder
; "Disable Caches" which allows 'immediate refresh'. I use this setting all > the time while developing online files. > > Certainly there's a call in the toolbox for that. > > sqb > > On 19 November 2011 17:03, Tereza Snyder wrote: > >> I’m

RevBrowser: clearing its cache?

2011-11-19 Thread Tereza Snyder
times, but not every time. Does anyone have a sure-fire way to force a revBrowser instance to reload all page components? tereza -- Tereza Snyder Califex Software, Inc. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: Steve Jobs dead

2011-10-05 Thread Tereza Snyder
I saw Steve Jobs at three WWDCs and can attest to the effectiveness of the 'reality distortion field' he projected. Wozniak was my first idol, but in the end Jobs had the most effect on my life. What I wanted once was an S-100, and settled for an Apple-II; before long I knew every inch of it and

Re: Tell me I'm not crazy

2011-09-20 Thread Tereza Snyder
On Sep 20, 2011, at 11:20 AM, Dave Cragg wrote: > > On 20 Sep 2011, at 16:45, Tereza Snyder wrote: > >> >> Is it crazy to assume that if "=" works, then "<>" (or in other languages, >> "!=") would also? > > Not crazy, b

Re: Tell me I'm not crazy

2011-09-20 Thread Tereza Snyder
Tue, Sep 20, 2011 at 12:45 PM, Tereza Snyder wrote: > >> >> Is it crazy to assume that if "=" works, then "<>" (or in other languages, >> "!=") would also? >> >> >> On Sep 20, 2011, at 10:27 AM, Robert Brenstein

Re: Tell me I'm not crazy

2011-09-20 Thread Tereza Snyder
Is it crazy to assume that if "=" works, then "<>" (or in other languages, "!=") would also? On Sep 20, 2011, at 10:27 AM, Robert Brenstein wrote: > On 19.09.2011 at 16:04 Uhr -0500 Tereza Snyder apparently wrote: >> Look at the docs for "

Re: Tell me I'm not crazy

2011-09-19 Thread Tereza Snyder
Look at the docs for "="; LiveCode CAN compare arrays using "=". I started out as has been suggested, and nearly gave up on my undo implementation because it was too cumbersome to iterate deep into a couple of elaborate arrays when I thought to check out array equality in the docs, and lo! it’s

Re: Tell me I'm not crazy

2011-09-19 Thread Tereza Snyder
erate thru them. > > andre > > On Mon, Sep 19, 2011 at 5:30 PM, Tereza Snyder wrote: > >> I recently encountered a problem implementing an undo function in a script. >> I needed to compare two arrays to see if any values had changed, like this: >> >> put (tArr

Tell me I'm not crazy

2011-09-19 Thread Tereza Snyder
put tTestA1 into tTestA2 -- make them unequal put "xx" into tTestA2["low2"] -- do three comparisons put "(tTestA1 = tTestA2)="& (tTestA1 = tTestA2) &cr& \ "(tTestA1 <> tTes

Re: Confirm this bug using the Remo script editor?

2011-07-05 Thread Tereza Snyder
t; 4.6.3 works > > no crash here on these versions in the IDE. > Repeated use indicated the existence of the substack. > > Remo Build 332 > Mac OSX 10.6.8 Mac Pro 12 core 6gb ram > > sqb > > On 5 July 2011 07:51, Tereza Snyder wrote: > >> >>

Confirm this bug using the Remo script editor?

2011-07-05 Thread Tereza Snyder
n’t seem to reach Jerry’s site from the links in Remo—or otherwise—to report it there. t -- Tereza Snyder Califex Software, Inc. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe an

Re: IDE 'Reset'

2011-05-11 Thread Tereza Snyder
ought to be loaded only once. t -- Tereza Snyder Califex Software, Inc. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev

Re: RunRev Live 2011 - Are You Going? Do You Know the Way to San Jose?

2011-01-18 Thread Tereza Snyder
On Jan 17, 2011, at 5:33 PM, Lynn Fredricks wrote: > Hello all, > > Just checking to see - who all is going this year? Just noticing that its > happening in April 2011, and we are shortly running out of January 2011. I’ll be there t -- Tereza Snyder Califex S

Re: Layers, revNavigator, & DataGrids

2011-01-12 Thread Tereza Snyder
On Jan 12, 2011, at 1:20 PM, Paul Looney wrote: > So, two questions: > 1. Can you recommend something for layering objects in LC 4.5.1 and later? Chipp’s AltLayerTools does it for me! > 2. Is there a way to fix the broken datagrid described above? Trevor knows all. t -- Tere

Re: iOS App Accepted

2011-01-09 Thread Tereza Snyder
Yay team! On Jan 9, 2011, at 11:14 AM, Randy Hengst wrote: > Hi All, > > I just had my second app accepted by Apple this one for iPad only... > Baseball Math hey it sold six copies on the first day! > ___ use-livecode mailing list use-liv