entirely
> displayed by a popup menu without running out of screen real estate, so a
> scrolling field works much better.
>
> I’m curious how you would do that with native controls?
>
> Bob S
>
>
>> On Jan 27, 2025, at 12:27 PM, Craig Newman via use-livecode
pObjectID) into tStartChar
> put char tStartChar to -1 of pObjectID into tCardID
> return tCardID
> END getParentCard
>
> Bob S
>
>> On Jan 27, 2025, at 9:39 AM, Craig Newman via use-livecode
>> wrote:
>>
>> Bob.
>>
>> It works just fin
It also works with any style of menu-style button, combobox, pulldown, etc.
Craig
> On Jan 27, 2025, at 12:39 PM, Craig Newman via use-livecode
> wrote:
>
> Bob.
>
> It works just fine in a mouseUp handler as well. I just did it.
>
> Craig
>
>> On Jan 2
and can only be used in a
> mouseDown handler. I think I knew this many, many years ago, but I forgot.
>
> Bob S
>
>
>> On Jan 27, 2025, at 9:28 AM, Craig Newman via use-livecode
>> wrote:
>>
>> Bob .
>>
>> “popup” is not a command that cr
Bob .
“popup” is not a command that creates a button. It only works with an existing
button, opening its contents at a location of your choice. That button can be
hidden, but its menu will appear anyway.
Craig
> On Jan 27, 2025, at 12:17 PM, Bob Sneidar via use-livecode
> wrote:
>
> Hi all.
The dictionary is good at finding fragments of words, but not misspelled ones,
So it will find lots of entries for “screen”, but only two for “screenR” and
none for “screenRS”
Craig
> On Nov 6, 2024, at 1:05 PM, Bob Sneidar via use-livecode
> wrote:
>
> Curiously, the screenRects is not in
The entry is “the screenrect”, no “S”.
Craig
> On Nov 6, 2024, at 1:05 PM, Bob Sneidar via use-livecode
> wrote:
>
> Curiously, the screenRects is not in my dictionary.
>
> Bob S
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
Bob.
Not odd at all. I just went through something similar:
https://forums.livecode.com/viewtopic.php?f=9&t=39422
Haunted software. It is halloween, after all.
Craig
> On Oct 29, 2024, at 11:09 AM, Bob Sneidar via use-livecode
> wrote:
>
> Okay, that’s odd. It IS working now.
>
> Bob S
>
Were you interested in just having the thumb colored, the bar itself, or both?
In any case, this is simple to do by overlaying two graphics on top of a
standard scrollbar, and making the colored “thumb” graphic track the real one.
Craig
> On Oct 21, 2024, at 9:25 AM, Craig Newman via
I set the backColor to “Blue” and then tried all the different inks. Nothing...
> On Oct 19, 2024, at 2:20 PM, Paul Dupuis via use-livecode
> wrote:
>
> See https://quality.livecode.com/show_bug.cgi?id=7762
>
> Scrollbars and sliders are essentially the same object. This enhancement
> request
Bob.
I never know what I am thinking.
Craig
> On Oct 16, 2024, at 12:36 PM, Bob Sneidar via use-livecode
> wrote:
>
> I don’t know what I was thinking there.
>
> Bob S
>
>
> On Oct 16, 2024, at 8:53 AM, Craig Newman via use-livecode
> wrote:
>
> &q
Hi.
I am confused. As usual.
"Group them then store the group as an array,"
I read the OP as wanting to gather all the information about all the controls,
not the controls themselves. If so, then the”slow” part is to gather the data,
which has to be done control-by-control, card-by-card and s
Bob S
>
>
>> On Oct 11, 2024, at 6:58 AM, Craig Newman via use-livecode
>> wrote:
>>
>> Klaus.
>>
>> Answered in the forum:
>>
>> Klaus.
>>
>> If I make a group and set its height property to a value smaller than the
>>
Klaus.
Answered in the forum:
Klaus.
If I make a group and set its height property to a value smaller than the
original, the top of the group stays put, and the bottom is truncated, so that
is half the battle. If I then play with the scroll of the group, I can control
the visible portion.
Cr
I use Visigoth notation wherever I can. That is why I cannot read my code later
on.
Craig
> On Oct 7, 2024, at 11:39 AM, Peter Bogdanoff via use-livecode
> wrote:
>
> I still want to know how Hungarian notation variables are useful in Livecode.
>
> Peter
>
>> On Oct 7, 2024, at 10:57 AM, Ri
Hi.
Apart from just being large numbers, i cannot imagine there will be any issue.
I also have a feeling that “condensing” those values is a good thing. But that
is only a feeling.
Craig
> On Sep 27, 2024, at 5:40 PM, Bob Sneidar via use-livecode
> wrote:
>
> I believe it will still work, b
CharTo Num and NumToChar still work just fine, deprecation notwithstanding.
LC would not permit a new version to break old code if they could at all help
it. I never really migrated over to the updated “codePoint” version. I hope
this laziness does not bite me one day.
Craig
Matthias:
"Does the app, which was created on your colleagues computer run on your Mac?”
The OP said he developed the app on his own machine.
Craig
> On Aug 13, 2024, at 9:34 AM, Matthias Rebbe via use-livecode
> wrote:
>
> Does the app, which was created on your colleagues computer run on y
Hi.
If Paul’s post is not viable, I don’t think there is any native gadget (like
“convert”) that applies to the different color formats. Fairly simple to roll
your own, depending on how comprehensive you need it.
Craig
> On Aug 7, 2024, at 12:04 PM, Paul Dupuis via use-livecode
> wrote:
>
>
I just read "Are the current compiled classic apps going to be disabled when
the classic license expires?"
This topic is being discussed as well on the forum. I suggested there that a
FAQ page be set up because there are still fundamental questions that are
causing confusion at best, and anger
23, 2024, at 11:59 AM, Peter Bogdanoff via use-livecode
> wrote:
>
> You use the “last” keyword, ie the highest numbered one:
> the last image
>
>
> Peter Bogdanoff
>
>
>> On Jul 23, 2024, at 9:33 AM, Craig Newman via use-livecode
>> wrote:
>&
Hi.
You need, at a minimum to avoid an error, at least this;
put number of imgs into ni
add 1 to Nflds
put id of img ni into tid
put imageData of img ni
but only the very last line actually does anything, placing the imageData of
ing ni into the message box. What is the other stuff for, a
Have you tried trashing the LC preferences?
Have you tried the recent stack with a different data stack, or perhaps one
with less data?
Craig
> On Jun 26, 2024, at 4:35 AM, Neville Smythe via use-livecode
> wrote:
>
> I am plagued by a new problem which has arisen in an old stack that I have
"I was hoping I could do it without a click.”
Why? That works like a charm, and does not even make the slightest sound.
Craig
> On Jun 12, 2024, at 4:23 PM, Bob Sneidar via use-livecode
> wrote:
>
> I was hoping I could do it without a click.
___
Hi.
The borderWidth is a property of the entire border. You will have to add your
own one by one. Hey, at least that allows you to change colors and other
things as well.
Craig
> On Jun 13, 2024, at 4:28 AM, jbv via use-livecode
> wrote:
>
> Hi list,
>
> Is there a way to have different b
Richard.
Intersting stuff.
When one first drags a roundRect from the toolbar, the PI has a field to enter
a value for the “roundRadius” property. But after a rotation, where the graphic
is now defined solely by its “points” property, the ability to get or set that
property disappears. I suppos
The docs must be wrong. I just tested with all seven of the graphic options in
the tools palette, and they all rotate just fine.
Craig
> On May 31, 2024, at 9:30 PM, Neville Smythe via use-livecode
> wrote:
>
> Many thanks Craig and Bernd for your suggestions
>
> Craig: Unfortunately the doc
AHA, now I remember. Try the “revRotatePoly” command. That seems to work with
any graphic.
Craig
> On May 31, 2024, at 9:32 AM, Craig Newman via use-livecode
> wrote:
>
> I think that only a “regular” polygon graphic can be rotated by setting its
> “angle” property.Th
I think that only a “regular” polygon graphic can be rotated by setting its
“angle” property.That means that a roundRect or rectangular graphic do not
respond at all. LC will not throw an error, and the property sticks, but the
arc itself does not change..
I could be wrong about all this.
Crig
Hi.
I believe that only pullDown and popUp menu styles can support submenus. Combo
boxes and Option menus styles do not.
Craig
> On May 31, 2024, at 5:32 AM, jbv via use-livecode
> wrote:
>
> Hi list,
>
> I am trying to create a hierarchical submenu in an option menu button
> with LC 9.6.
>
There is an anomaly with the “last” keyword. It is not reliable with groups.
Craig
> On May 25, 2024, at 8:03 PM, Bob Sneidar via use-livecode
> wrote:
>
> As I said, the last ID is going to be the stack ID -1.
>
> Sent from my iPhone
>
>> On May 25, 2024, at 16:55, Bob Sneidar wrote:
>>
I did not explicitly mention that any and all of the attached stacks are
savable.
Craig
> On May 16, 2024, at 1:31 PM, Paul Dupuis via use-livecode
> wrote:
>
> On 5/16/2024 12:58 PM, Paul Dupuis via use-livecode wrote:
>> save that stack under a customer file extension
>
> That should have
There is much discussion about this on the forum.
The contents of the executable, the actual standalone you make from a stack,
cannot be saved by any OS. I use what is know as the “Splash Stack” method,
alluded to by Paul above.
In the Application Builder of the stack you are making the actual
These high level projects NEED to be touted in the LiveCode website. Success
stories are great salesmen. Is Scotland listening??
Craig
> On May 13, 2024, at 4:09 PM, William Prothero via use-livecode
> wrote:
>
> Andreas:
> That is simply wonderful! I'll try it out.
> Bill
> William A. Prothe
Bob.
I have no idea what you are facing with such a basic issue. To be sure, please,
somewhere in the stack you are having the issue, make a button and a field and
run this:
on mouseup
lock screen —comment out for the first run
repeat 3
put random(999) into fld 1
wait 20
end repeat
end m
Klaus.
AHA. I did, but did not see past the fact that the “$” keyword took parameters.
Craig
> On Mar 22, 2024, at 8:56 AM, Klaus major-k via use-livecode
> wrote:
>
> Hi Craig,
>
>> Am 22.03.2024 um 13:44 schrieb Craig Newman via use-livecode
>> mailto:us
What on earth is the “1$ special variable”?
Craig
> On Mar 21, 2024, at 6:58 PM, Bob Sneidar via use-livecode
> wrote:
>
> Wow I just read that and it didn’t even make sense to me!
>
> Basically with Windows, dragging a file onto a taskbar icon only adds the
> file to the icon’s Pinned items
Mike.
In a new stack I placed a button with this:
on mouseUp
beep 2
end mouseUp
If I click on the button I hear two clicks. I disabled the button and clicked
on it. I enabled the button. No clicks. I did this all by hand. Did you?
Craig
> On Feb 21, 2024, at 4:07 PM, Mike Kerner via use-liv
hed so you can use [abc]* to
> match any item that starts with a, b, or c. The dictionary entry for this is
> pretty good.
>
> Brian Milby
> br...@milby7.com <mailto:br...@milby7.com>
>
>> On Jan 24, 2024, at 3:35 PM, Craig Newman via use-livecode
>> mailto:
t; special.
>
> To ensure that your filters work properly if you do not want to use any
> wildcards (i.e. match * and ? literally) would require you to change *, ?,
> and [ to [*], [?], and [[].
>
> On Wed, Jan 24, 2024 at 1:19 PM Craig Newman via use-livecode <
> us
cters that prevent the filter command from doing its job:
ASCII 91 (“[“) and ASCII 10, the return char.
Craig
> On Jan 24, 2024, at 12:51 PM, Craig Newman via use-livecode
> wrote:
>
> Brian.
>
> Nope. Those two chars pass through the filter, er, filtered.
>
> Ag
; multiple char wildcards respectively.
>
> Brian Milby
> br...@milby7.com
>
>> On Jan 24, 2024, at 10:21 AM, Craig Newman via use-livecode
>> wrote:
>>
>> I did not test the ASCII set exhaustively, but the culprit is the char “[“
>> (ASCII 91). Any
I did not test the ASCII set exhaustively, but the culprit is the char “[“
(ASCII 91). Any other char (including “]”) in the string works correctly, that
is, nothing is left after the filter command executes.
I do not know enough to say whether that particular char does something to the
filter
Aha.
I did not see that you meant a single button in its own group. But it would not
matter if I did the same with a control within a larger group of controls. And
it does not matter if the lockLoc of the group is set or not.
So is your question “Why does the control disappear when it is dragge
David.
I could not understand your issue, so I made the controls you mentioned. The
thing that matters is not the lockLoc property, but rather the “opaque”
property.
A group of controls is just a, er, group of controls. The “group” itself can,
however, take on a life of its own if, as in this
Could not help myself from being unhelpful.
I am positive LC can do this, whatever you meant.
Craig
> On Dec 22, 2023, at 10:43 AM, Mark Rauterkus via use-livecode
> wrote:
>
> Hi,
>
> Wondering if there is a way to make a LiveCode app that can then generate a
> membership card thingie / tic
gt;> On Dec 22, 2023, at 5:55 AM, Craig Newman via use-livecode
>> wrote:
>>
>> Clicking on a titlebar sends no messages to LC, only to the OS, essentially
>> saying “bring me to the front”.
>>
>> The fact that all the card windows reappear when you do that se
Clicking on a titlebar sends no messages to LC, only to the OS, essentially
saying “bring me to the front”.
The fact that all the card windows reappear when you do that seems very odd to
me. If I hide a stack and then go somewhere else on my computer, that stack
does not reappear just because I
This is why LCMark gets the big bucks.
Craig
> On Dec 15, 2023, at 10:00 AM, Mark Waddingham via use-livecode
> wrote:
>
> On 2023-12-14 21:22, Paul Dupuis via use-livecode wrote:
>> Which is faster or more efficient (from an engine performance perspective)?
>> To retrieve an array from a prop
riddata [“hilitedkeys”] of tMainCard
> Get the maingriddata [“hilitedindexes”] of tMainCard
> Get the maingriddata [“customers”]
> Put the queriedCustomersA into tMainGridDataA
> Set the maingriddata to tMainGridDataA
>
> And so forth. Any kind of logic can be used in the getProp
Laziness in the last post.
BOTH took 10 mS to fill an ordinary variable.
Craig
> On Dec 14, 2023, at 5:32 PM, Craig Newman wrote:
>
> Typo in the last post. BOTH had 100,000 elements or lines.
>
> Craig
>
>> On Dec 14, 2023, at 5:25 PM, Craig Newman wrote:
>&g
Typo in the last post. BOTH had 100,000 elements or lines.
Craig
> On Dec 14, 2023, at 5:25 PM, Craig Newman wrote:
>
> Anything to distract me from my day job.
>
> An array with 100,000 elements and a variable with 100,00 lines take the same
> time to place into a field.
Anything to distract me from my day job.
An array with 100,000 elements and a variable with 100,00 lines take the same
time to place into a field.
The only time that took a while was building them. Each took 10 milliseconds.
Craig
> On Dec 14, 2023, at 4:55 PM, Paul Dupuis via use-livecode
>
Zyrip.
Almost, and very good, since I do not understand DG’s at all.
I changed your offering to:
on mouseUp
dispatch "DG_ColorColumn" to grp "datagrid 1" with "col 2", "211,211,211"
—srcCopy —no such command
end mouseUp
on DG_ColorColumn pColName, pColor, yellow
set the opaque of grp
Paul.
“reSizeControl” is a message. What I mean by that is if you are already running
under script control, why do you need to send such a message at all? Can’t your
handler do whatever you needed to if the user did the actual resize action?
Craig
> On Nov 30, 2023, at 11:05 AM, Paul Dupuis vi
“... the bulk of Europe used French as the common language.”
That is where the term “Lingua Franca” came from. Before that in Europe, which
was the center of the universe, learned people used Latin. Just ask Newton or
any cleric.
English took over when the world got smaller. The US was the "bom
I did not mean “British” English, just English. And true, the hegemony that the
US had and still has on this planet, commerce, popular culture, sheer weight
and all that implies, forced everyone else to learn English. The internet is
the prime example,
Americans are smug in that we do not need
Apparently a commonwealth does not an empire make.
But whatever you think about empires overall, you have to give that tiny island
credit…
Craig
> On Nov 18, 2023, at 6:37 PM, Ben Rubinstein via use-livecode
> wrote:
>
> > When exactly did the British Empire fall??
> Just like Hemingway's ba
Empires these days are strictly economic. In fact, it was always that way.
Forget California, which has the 6th largest GDP in the world. Texas and New
York combined would also come in at #6, and just beat GB.
England was #1 until 1916, when guess who took over.
Craig
> On Nov 17, 2023, at 2:2
When the United States took over. 1945.
The only thing that remained is that the Lingua Franca of the world is English.
I have a French friend who is constantly annoyed at that fact.
Craig
> On Nov 17, 2023, at 2:05 PM, Ralph DiMola via use-livecode
> wrote:
>
> "When exactly did the British
Hi.
I always use the “htmlText”.
Of course this encodes the original text with HTML tags, so you cannot just:
set the clipBoardData to the htmlText of fld 1
set the text of fld 2 to the clipBoardData
you have to: set the htmltext of fld 2 to the clipBoardData
Craig
> On Nov 13, 2023, at 1
Have not played with a method of keeping it all in one line. But can you filter
twice, storing the first result and then running it again?
Craig
> On Oct 30, 2023, at 1:17 PM, David Glasgow via use-livecode
> wrote:
>
> Hi folks,
>
> I am doing the above and struggling with an oddity that I
Paul.
The construction "answer this card of stack “X” does not work if you are not on
stack “X”:
answer the currentCard of stack “X” —works
answer the name of this card of stack “X —works
answer this card of stack “X”—Nope
Craig
> On Oct 25, 2023, at 8:57 AM, Paul Dupuis via use-live
NitPicking within myself, but I have always isolated variables in “do”
constructions:
do "set the myProperty of" && tCardName && "to" && tValue
Craig
> On Oct 24, 2023, at 1:59 PM, Craig Newman wrote:
>
> Paul.
>
> Having a more
Paul.
Having a more complete description seems right to me. You are essentially
saying that if you use the moniker “the currentCard” that LC should know what
you are intending, the is, the current “card”, and not the current “something
else”.
It has to be one of those cases where, as Danny Goo
Bob,
If you remove the “numeric” the result is “2,3,4,6,a”.
To me this implies that ASCII values are used as the sortKey. But that begs the
issue why, as in your post, with “numeric” included, the “a” appears first.
What makes the “a” a lower "numeric" value than “2”?
Craig
> On Sep 7, 2023,
Neville.
My example was only to show that the sort command still maintains the ability
to accept concatenated sort criteria. This allows a single line of code to do
the work, and obviates the need for multiple sorts. In that sense it was a bad
example to use character "places" in a string. Thi
Matthias.
I do not have your original data. But try using “&” instead of “and”.
Craig
> On Sep 5, 2023, at 5:05 PM, Ralph DiMola via use-livecode
> wrote:
>
> You can at least detect if the sorting function has failed using a global
> variable.
>
> global s1
>
> command test1
> local t1
>
missing something in all this?
Craig
> On Sep 5, 2023, at 10:29 AM, Craig Newman via use-livecode
> wrote:
>
> I may be simply misunderstanding…
>
> Since HC days, one could concatenate sort criteria using the “&” character,
> and obtain multiple stable sorts in one
I may be simply misunderstanding…
Since HC days, one could concatenate sort criteria using the “&” character, and
obtain multiple stable sorts in one go. In LC as well, since given, in a field
1:
231
312
123
213
321
132
and in a button somewhere:
on mouseUp
get fld 1
sort it numeric by
Richmond.
Did I mention this was a bit clunky?
Craig
> On Aug 25, 2023, at 9:39 AM, Craig Newman via use-livecode
> wrote:
>
> Hmmm.
>
> Rereading, did you want to be able to collect existing pdf documents, read
> them, and then output a single new PDF? If so, I
.
Craig
> On Aug 25, 2023, at 9:33 AM, Craig Newman via use-livecode
> wrote:
>
> Hi.
>
> Sure. Try this in a button on card 1 of a new stack with, say, three cards:
>
> on mouseUp
>
> get the desktop folder
>
> open printing to pdf it & "/"
Hi.
Sure. Try this in a button on card 1 of a new stack with, say, three cards:
on mouseUp
get the desktop folder
open printing to pdf it & "/" & “yourNamehere" & ".pdf"
repeat with x = 1 to 3
print card x
end repeat
close printing
end mouseUp
And I wonder if the new pdf widget has that
What happens if you set the top of the SE window a bit higher than current?
I have a gadget that locates the SE on my portrait monitor on command. I could
easily make its top anything I want, and I bet that would display the hidden
bottom of the window.
Craig
> On Aug 8, 2023, at 1:39 PM, Bob
Why does, as Paul suggests, changing the layer order in the Project Browser
work, whereas changing the layer order explicitly does not? We know that layers
cannot be assigned to a particular object class (like fields) but include all
controls at once. Is it possible that the layer order of the f
I was sloppy, as usual. Trap the message in the card, and use the target to
know where you are and where to go next.
Craig
> On Jul 28, 2023, at 9:36 AM, Craig Newman via use-livecode
> wrote:
>
> Hi.
>
> Not sure why the tabbing order seems to be out of whack, but you c
Hi.
Not sure why the tabbing order seems to be out of whack, but you can always
force the issue by trapping the tabKey message in each field, and directing it
to the next one of you own choice.
Craig
> On Jul 28, 2023, at 6:19 AM, Mark Smith via use-livecode
> wrote:
>
> How do you reorder
Hi.
The “screenrect” gives you the factor required directly. If you measure the
actual width, say, of the screen and divide that into the difference between
item 3 and item 1 of the screenRect, you will get the number of pixels per inch.
Craig
> On Jul 26, 2023, at 2:23 PM, Bob Sneidar via use
Paul.
I assume you have a blueprint of what will become a stack with at least one
card? And that stack will possibly contain other cards, controls, scripts and
behaviors?
But since all objects have properties, including scripts, and since LC has the
“create” command, whatever you want to do se
Paul.
I think that Bob S. is correct. The change in focus is sort of built into the
engine, and a field cannot “remember” such a thing.
A fun kludge would be to create one or more overlays, however you like those to
look, and apply them to the field of interest. These overlays can be managed in
re (MacOS).
>>>
>>> Cheers,
>>> Panos
>>> --
>>>
>>>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>>
>>>> Hi,
>>>>
>>&g
Hi.
I assume you mean the standard “Answer” command. There is no “Answer Text”.
So if you:
answer “Some Text" with “Yes" or “No"
what exactly pops up?
Craig
> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode
> wrote:
>
> Hi,
>
> Answer Text missing in standalone , the icon a
In Jacque’s “test” AI first had to create a list of ten “people”, garnered, I
assume, from research into our planet’s knowledge base. It knew what a “name”
should be. That is cool.
That list could have been a list of actual humans, derived from, say, the staff
of a particular bank.
If the lis
ounts.
>>>
>>> There are a lot of options so you can customize it however you want.
>>>
>>> --
>>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>>> HyperActive Software | http://www.hyperactivesw.com
>>> On May 11, 2023 11:33:31 AM Craig
Since I got real help here, and not on the forum(hmph), I am wondering if the
eMail client I am using is one reason I do not prefer this venue.
I am using the native Mac “Mail’ client. Are there much better ones?
Craig
___
use-livecode mailing list
use
t; features and had only a
> couple of platforms. I relicensed selected "pro" and had all platforms.
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
>
> -Original Message-
> From: use-livecode [mailto
please email support :)
>
> Best Regards,
>
> Heather
>
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
>
>
>
>> On 10 May 2023, at 21:51, Craig Newman via use-livecode
>> wrote:
>>
>> All.
>> Help
&
All.
Help
I got a new Mac Mini a month ago. Lovely. Working with LC on it. Lovely.
I tried to make a windows standalone from the same project I have for years. In
the Applications Settings I cannot select the Windows pane. It is essentially
disabled, and looks like it.
In fact, I cannot select
Klaus.
I never use visual effects, though I played with them a lot in about 1988. They
are “blocking” in some sense, so I think you are beat served by losing them
entirely in your planning.
Craig
> On May 3, 2023, at 2:59 PM, Klaus major-k via use-livecode
> wrote:
>
> Hi Jim,
>
>> Am 03.0
Klaus.
That was fun.
Oh yes, the point of this thread. To me it seems that preOpenCard is sent
before, and openCard is sent after the effect terminates. The fact that you
have 0 and 3 ticks is no different than having 0 and 125 ticks, The speed of
the visual effect is not pertinent.
Well, ex
to attach an emoji, but, well, we are in the use-list.
Otherwise, nothing significant.
Craig
> On May 2, 2023, at 1:28 PM, Klaus major-k via use-livecode
> wrote:
>
> Hi Craig,
>
>> Am 02.05.2023 um 19:17 schrieb Craig Newman via use-livecode
>> :
>>
>>
Jacque.
Go to the forum. I did just that, and the “openCard” message appears in the
message watcher exactly after the visual effect finishes.
Craig
> On May 2, 2023, at 1:08 PM, Klaus major-k via use-livecode
> wrote:
>
> Hi Jacque,
>
>> Am 02.05.2023 um 18:59 schrieb J. Landman Gay via use
Klaus.
Come back from the dark side. If you do I will send you the stack I made that
seems to indicate that “openCard” is sent after the visual effect terminates.
Craig
> On May 2, 2023, at 1:08 PM, Klaus major-k via use-livecode
> wrote:
>
> Hi Jacque,
>
>> Am 02.05.2023 um 18:59 schrieb J
e:
>
> Hi Craig,
>
>> Am 02.05.2023 um 16:05 schrieb Craig Newman via use-livecode
>> :
>>
>> Klaus.
>>
>> I would guess that as soon as the card was navigated to, that is, before any
>> visual effect starts or finishes.
>> Not sure how
Klaus.
I would guess that as soon as the card was navigated to, that is, before any
visual effect starts or finishes.
Not sure how to test this since I am not sure what messages or properties might
be set before, during or after a visual effect runs.
Craig
> On May 2, 2023, at 9:06 AM, Klaus
Jacque.
Have you tried another name, Like “XYZ”?
Craig
> On Apr 27, 2023, at 3:50 PM, J. Landman Gay via use-livecode
> wrote:
>
> I have a custom stack property called "cVersion" that is used to determine
> update availability and is shown in an About stack. In LC 9.6.7, 9.6.9, and
> 10.0.
Marty.
No more than I. I lead both the forum and this list for personally directed
oddities. Nobody can touch me…
Craig
> On Apr 19, 2023, at 2:25 PM, Marty Knapp via use-livecode
> wrote:
>
> Ever since I updated to Ventura on my Mac I've had this weird behavior both
> in the IDE and in tw
Doug.
I also find this annoying. But I have never found a property to disable it. Of
course, I never asked, so let us both see what turns up.
Craig
> On Apr 19, 2023, at 2:04 PM, Douglas A. Ruisaard via use-livecode
> wrote:
>
> Using LC v9.6.8 Business on Windows 10. When I drag a new obje
Mike.
Why a failure? i see you.
Craig
> On Apr 6, 2023, at 8:22 AM, Mike Kerner via use-livecode
> wrote:
>
> and it's a great, big, gigantic failburger
> end of line.
>
> On Tue, Apr 4, 2023 at 11:33 AM Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> This is a t
Bi.
There has been much discussion on the forum why, if the “destroyStack” property
is set to “true”, there still seems to be remnants of that stack that linger
when the “close stack” command is given.
Nonetheless, have you established that this property is set? If not, set it,
and let us know
1 - 100 of 286 matches
Mail list logo