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
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
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
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
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
>> 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
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
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
>
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
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
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
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.
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
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
>
; "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
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
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
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
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
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 "
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
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
put tTestA1 into tTestA2
-- make them unequal
put "xx" into tTestA2["low2"]
-- do three comparisons
put "(tTestA1 = tTestA2)="& (tTestA1 = tTestA2) &cr& \
"(tTestA1 <> tTes
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:
>
>>
>>
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
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
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
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
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
29 matches
Mail list logo