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! What

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

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

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

2012-06-12 Thread Tereza Snyder
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 Software

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 ter...@califex.com 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 password

Re: [OT] Blowing my mind about Linux

2012-05-11 Thread Tereza Snyder
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 surprised. - Sounds fabulous! Vodka or Grappa? t -- Tereza Snyder Califex Software, Inc. www.califexsoftware.com

Re: Casey is now in the App Store

2012-04-25 Thread Tereza Snyder
Patience! I look forward to wasting spending some time with Casey! t -- Tereza Snyder Califex Software, Inc. www.califexsoftware.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

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

Re: OK... what am I missing?

2012-04-17 Thread Tereza Snyder
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 On Apr 16, 2012, at 8:48 PM, Tereza Snyder wrote: I am at my wit’s end. Suddenly, my datagrid

OK... what am I missing?

2012-04-16 Thread Tereza Snyder
statement: dispatch SortDataByKey to grp Modules of me with title, international,ascending, false is UNHANDLED. Does anyone have any insight at all? I’ve exhausted myself over this. It used to work! It works in the IDE! I have a deadline! I need a clue. *sob* t -- Tereza Snyder Califex

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

2012-01-04 Thread Tereza Snyder
want to flag the user that he or she made a change but did not save before click next or Previous to go to another record... what would be the simplest method to check that the card was modified to then prompt the user Do you want to save your changes? Sivakatirswami -- Tereza Snyder

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 tags to

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Tereza Snyder
and reconciling made sense with slow connections. The method above is much more efficient and works for 'fixing in situ as well. On 20 November 2011 09:13, Tereza Snyder ter...@califex.com wrote: On Nov 20, 2011, at 10:15 AM, Andre Garzia wrote: Tereza, If you are using a local

RevBrowser: clearing its cache?

2011-11-19 Thread Tereza Snyder
, 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. www.califexsoftware.com ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: RevBrowser: clearing its cache?

2011-11-19 Thread Tereza Snyder
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 ter...@califex.com wrote: I’m using revBrowser to preview local html files that I’m developing for a website. I’m

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

Re: Tell me I'm not crazy

2011-09-20 Thread Tereza Snyder
Snyder ter...@califex.com 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 wrote: On 19.09.2011 at 16:04 Uhr -0500 Tereza Snyder apparently wrote: Look at the docs for =; LiveCode CAN compare arrays

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, but we know we shouldn't assume too much. Some of us don't have six hours of hair

Tell me I'm not crazy

2011-09-19 Thread Tereza Snyder
\ (tTestA1 tTestA2)= (tTestA1 tTestA2) cr \ not(tTestA1 = tTestA2)= not(tTestA1 = tTestA2) end DoArrayComparison --- -- Tereza Snyder Califex Software, Inc. www.califexsoftware.com ___ use-livecode mailing list use

Re: Tell me I'm not crazy

2011-09-19 Thread Tereza Snyder
, Sep 19, 2011 at 5:30 PM, Tereza Snyder ter...@califex.com 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 (tArray1 tArray2) into sDirtyFlag so that sDirtyFlag would be true

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

Confirm this bug using the Remo script editor?

2011-07-05 Thread Tereza Snyder
—or otherwise—to report it there. t -- Tereza Snyder Califex Software, Inc. www.califexsoftware.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Confirm this bug using the Remo script editor?

2011-07-05 Thread Tereza Snyder
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 ter...@califex.com wrote: I’m seeing a serious bug that seems connected to using the Remo

Re: IDE 'Reset'

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

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 Software, Inc

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 -- Tereza Snyder Califex

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