Or put it into the mainStack script.
Bob S
> On Mar 5, 2021, at 10:01 , Bob Sneidar via use-livecode
> wrote:
>
> Or put it in a library and change me to the target.
>
> Bob S
___
use-livecode mailing list
use-livecode@lists
Or put it in a library and change me to the target.
Bob S
> On Mar 5, 2021, at 09:55 , Jim Lambert via use-livecode
> wrote:
>
> They would be handy properties. But in the meantime try this behavior:
> getProp xLoc
>
> return item 1 of the loc of me
>
> end xLoc
All the talk about encryption recently got me onto updating my encryption
library. I noticed that I can encrypt the same string using the same depth
(aes128 for example) and same key, and each time I get a different result. But
decryption always works. That blows my mind. Secondly I noticed
Still sketchy on whether or not open file for binary write and put url binfile
give the same results.
Bob S
On Mar 3, 2021, at 3:56 PM, Brian Milby via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Correct. So the current situation requires you to use binfile for Mac/Linux
and
We used to call that, “polishing poop” which, according to Mythbusters is a
thing. No, really.
Bob S
On Mar 3, 2021, at 2:02 PM, Paul Dupuis via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Perhaps it is a compliment to Livecode/LCS that I EXPECTED it to work and was
SURPRISED
That answers my question. Actually, I have no idea why I don’t ALWAYS use open
file for binary.
Bob S
On Mar 3, 2021, at 2:36 PM, J. Landman Gay via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On 3/3/21 1:51 PM, Brian Milby via use-livecode wrote:
If you want to be the most
ainer/variable.
-
Matthias Rebbe
Life Is Too Short For Boring Code
Am 03.03.2021 um 22:43 schrieb Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>>:
OK Now I am interested. I have a little utility that converts a Konica Minolta
address book to a Toshiba one. If I
OK Now I am interested. I have a little utility that converts a Konica Minolta
address book to a Toshiba one. If I run the utility on a Mac, the address book
will not import into a Toshiba copier, but if I first OPEN the csv file in
WINDOWS, then save and close it, suddenly it WILL import. I
If it is a lot to sort, I am wondering why not use a memory database with the
indexes you need to sort by, or a file database if the data needs to be
persistent?
Bob S
On Mar 2, 2021, at 2:52 PM, Paul Dupuis via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Okay. Thank you
I found your approach to publish and subscribe incredibly useful. I have an app
that has data grids in multiple sub stacks that each can be open or no. Many of
these data grids display data from the same database table but in different sub
stacks.
For example, I have a devices and an
Belay my last post on this thread. I am always plagued with this problem where
emails on a simple thread come into my inbox as multiple threads, so I don’t
always see the original post right away.
Bob S
> On Feb 12, 2021, at 1:21 PM, Roger Guay via use-livecode
> wrote:
>
> I’m having a
I have a custom development menu I remove when creating standalone. In it I
have a Center Stack which simply sets the loc of the top stack to the
screenLoc.
Bob S
> On Feb 13, 2021, at 10:00 AM, Brian K. Duck via use-livecode
> wrote:
>
> Erik,
>
> The YouTube url has been validated and
Listing them in the stack files gives LC the ability to find them when you
refer to them by name only (as opposed to the full path.) In the case of script
only Libraries, you can start using them at any time before you make a call to
them. For instance, I have a database setup card that
BIG +
If not for Livecode, I would not be developing at all. I am just grateful that
there IS a Livecode. I am not a professional developer though, so I understand
that some have issues with certain things.
Bob S
On Feb 15, 2021, at 4:55 AM, Andre Garzia via use-livecode
How would you know if someone replied? :-)
Bob S
On Feb 10, 2021, at 11:09 AM, Ludovic THEBAULT via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Hello,
I haven't received any messages for a week now.
Strange, no ?
Ludovic
___
Nice try but sadly it does not work. The message does not even get sent to the
stack script.
Bob S
On Feb 4, 2021, at 5:22 PM, Mark Wieder via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On 2/4/21 4:19 PM, Bob Sneidar via use-livecode wrote:
NVM I found this bug has a
Not sure. If the stack is “dirty” I get the save dialog BEFORE
closeStackRequest, which is what I am trying to avoid.
To others, I know this is not a good idea in general, but since there have been
at least 2 versions that were unstable that crash to desktops were not
uncommon, and after
Thanks all for your suggestions. I will try various methods.
As to the propriety of certain methods, I suppose in answer to why do it that
way, to quote another thread, “Because we can!” :-)
Bob S
___
use-livecode mailing list
NVM I found this bug has already been submitted… IN 2008! LOL!
https://quality.livecode.com/show_bug.cgi?id=4617 Hey Kevin!
Bob S
On Feb 4, 2021, at 4:05 PM, Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Thanks Ralph. Actually what I am looking for is a m
Thanks Ralph. Actually what I am looking for is a message that gets sent when
the close button of a window gets clicked. The Message Watcher seems to
indicate not (or rather fails to indicate). I think this is a bug, or at least
an oversight. This means that anyone can close a stack, and
Back to the drawing board. This does NOT work when clicking the red dot.
Bob S
On Feb 4, 2021, at 3:10 PM, Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Thanks for the reply Jacque. I ran the message watcher while clicking the red
dot. None of the me
Thanks Curry. That works for the IDE, but not for the standalone. End Users do
not save their stacks, as I give them no way to do so. The stacks in my app
perform two functions: An interface to control the app and also a place to
store persistent data i.e. properties. If a user force-quits my
It’s my understanding that I am unable to reference objects on a card of a
stack in a preOpenStack handler. Referencing an object in the stack opens the
stack triggering a race condition which continually triggers preOpenStack. That
is from memory though.
Bob S
On Feb 4, 2021, at 2:50 PM,
Thanks for the reply Jacque. I ran the message watcher while clicking the red
dot. None of the messages that appear have anything to do with closing the
stack.
Here’s what I came up with. The closeStackRequest is NOT getting sent to the
current card as the dictionary indicates, although the
Thanks for the response Curry and Tore.
The reason I clean up at close is because when I open the stack the next time I
do not want to remains of what I was doing before to show. It’s a small point
but it look cleaner if the first time opening the stack there is nothing in the
fields. All
Hi all.
I know we have tread this ground before, but I am trying to clean up my stack
(i.e. clear the fields), then save it when I close it BY ANY MEANS. That means
by script, by menu OR by clicking the red dot (of for WIN users the red X) in
the title bar. I need this to work in the IDE as
I don’t remember what I had for dinner on Friday. :-)
Bob S
On Feb 3, 2021, at 10:58 PM, Mark Waddingham via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On 2021-02-03 20:07, Richard Gaskin via use-livecode wrote:
LC Server had already been ruled out (for whatever reason) in an
Ah. I should’ve thought of that. I tried years ago to create a kind of kiosk
app that used a web browser thinking I could put transparent buttons over top
of the browser object, but as soon as the browser object got focus, I could no
longer click buttons. The first click worked then nothing
As an IT technician working for a copier sales and service company, I always
discourage page imposition in the document itself. Most print drivers have a
means of producing booklets and handle the imposition for you. If you are
indeed producing booklets, I assume they need to be center stapled
I may be missing something, but a document itself is not double sided. I think
you may be saying that you want to automate the process of printing and force
the output to be double sided. I do not think that is possible, although I can
see how that would be useful to push print properties
With SSL the encryption occurs at the socket level, that is the socket is
secured by virtue of it’s creation. With StartTLS, also an SSL protocol, the
socket is first established, then a secure tunnel is created. (Transport Layer
Security)
My point? The socket connection itself does not need
Dude! I am quoting YOUR text!
Bob S
On Jan 28, 2021, at 6:15 PM, Curry Kenworthy via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Bob:
> Why am I still seeing this?
Why are you continuing this topic? And quoting the entire text?
___
Why am I still seeing this?
Bob S
> On Jan 28, 2021, at 4:21 PM, Curry Kenworthy via use-livecode
> wrote:
>
>
> Stephen:
>
> > forgive me that last post was supposed to be for Curry only
>
> Stephen, I want to thank you for providing verification of the kind of hate
>
Agreed. All a cert does is guarantee (if I can use such a word in the security
realm) that the current host is who they say they are. If simple encryption is
needed, just do that.
I use unsecured sockets in one of my libraries, but I encrypt the data before I
send it, then decrypt it on the
WAIT… THAT was a SCAM???
Bob S
On Jan 26, 2021, at 9:45 AM, Paul Dupuis via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Honestly with all the SCAM email out there from Nigerian Princes to "I am dying
and wish you to manage my million as I have no heirs"
Okay Bug Report https://quality.livecode.com/show_bug.cgi?id=23075
Bob S
On Jan 25, 2021, at 4:53 PM, Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Hi Panos.
I have a recipe. It’s when the stack is modal AND I ask password as sheet.
I’ll open a bug
Hi Panos.
I have a recipe. It’s when the stack is modal AND I ask password as sheet.
I’ll open a bug report and send the stack along.
Bob S
> On Jan 25, 2021, at 8:33 AM, Bob Sneidar via use-livecode
> wrote:
>
> Hi Panos.
>
> I’m running High Sierra. I’ll try agai
>
> Kind regards,
> Panos
> --
>
> On Thu, 21 Jan 2021 at 02:30, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Oddly 9.6.2 RC2 Community DOES solve the Standalone App settings bug I
>> mentioned in another post. This is all M
certain inalienable rights… Ahhh. I love cheese.
Bob S
On Jan 24, 2021, at 9:26 AM, Mark Smith via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Thanks for weighing in on this issue Kee. I realize Apple grants unto itself
certain inalienable rights that are not always (in my
I did not know this! Isn’t anyone else shocked and surprised??
Bob S
On Jan 22, 2021, at 2:33 PM, Ken Ray via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On Jan 21, 2021, at 8:36 AM, Keith Clarke via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Thanks Brian. I
I’ll throw in my lot: Some things unlock the screen without an idle. I think
setting the visible of a stack will do it.
Bob S
> On Jan 22, 2021, at 12:56 AM, Terence Heaford via use-livecode
> wrote:
>
> Just looking for clarity with regard to lock screen.
>
> Is there only one state for
Oddly 9.6.2 RC2 Community DOES solve the Standalone App settings bug I
mentioned in another post. This is all Mac BTW.
Bob S
> On Jan 20, 2021, at 4:21 PM, Bob Sneidar via use-livecode
> wrote:
>
> Hi all.
>
> Ask Password dialog pops but will not take input, nor can
Hi all.
Ask Password dialog pops but will not take input, nor can I click the Cancel or
OK buttons.
V9.6.2 RC2
Bob S
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
Hi all. Weird issue. In my Forms Generator app I can no longer open Standalone
Settings using Indy 9.6.1. I CAN for a brand new stack though! And I CAN if I
use Community 9.6.0.
Is there a way to intercept a message when I attempt to get those settings?
Bob S
If that were allowed one could conceive of writing a standalone that was it’s
own IDE and selling it as a third party app.
Bob S
On Jan 20, 2021, at 1:02 PM, Tore Nilsen via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
One could think that the grid snap feature would work in
If only!
Bob S
On Jan 19, 2021, at 5:56 AM, Andre Garzia via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
A website from 1995
needs to be just as valid to the browser as one from 2021.
___
use-livecode mailing list
I don’t use Linux, but the way things are going with Apple, I may consider it.
Bob S
On Jan 16, 2021, at 10:30 AM, Richard Gaskin via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
I've been printing almost exclusively to PDF for the last several years, but
this morning I wanted
Look in the script editor breakpoints tab. If there are any there delete them.
Just spitballing.
Bob S
On Jan 16, 2021, at 7:10 AM, Bernard Devlin via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Hi Bernd
Thanks for the suggestion. But I think the evidence points away from
Gawd… now that you mention it, I did too!
Bob S
On Jan 14, 2021, at 2:53 AM, David V Glasgow via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
I paid for the Windows version of SuperCard that was advertised in MacUser for
some considerable time in the ?mid 90s. I waited, and
You are new here, so I will just say that among the forbidden topics on this
list, sex, politics, religion (pretty much everything that really matters in
this world) is the subject of cheese. Consider yourself notified. ;-)
Bob S
On Jan 13, 2021, at 1:15 PM, JeeJeeStudio via use-livecode
I’ve no worries with LC. My concern is all the other apps I bought which the
devs don’t port.
Bob S
> On Jan 12, 2021, at 10:32 AM, chaplais via use-livecode
> wrote:
>
> I have gone through this too . The most difficult was the change of OS. Also,
> Apple had not ported MPW to the PPC,
Talking about how old we feel, when I first began with computers, we were using
CP/M.
Bob S
On Jan 12, 2021, at 10:32 AM, chaplais via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
I have gone through this too . The most difficult was the change of OS. Also,
Apple had not
Up until the time Apple decides everything has to be M1, at which support for
Rosetta is withdrawn. The question is, how long do Intel apps have to live?
Deja Vu all over again. (see what I did there?)
Bob S
> On Jan 12, 2021, at 6:11 AM, Andre Garzia via use-livecode
> wrote:
>
> Hi
Fuzzy logic makes my brain itch.
Bob S
> On Jan 9, 2021, at 9:36 PM, Rick Harrison via use-livecode
> wrote:
>
> Otherwise code uses fuzzy logic! LOL
>
> Rick
>
>> On Jan 9, 2021, at 5:34 PM, Curry Kenworthy via use-livecode
>> wrote:
>>
>> Otherwise code would be unpredictable.
>
>
of some sort, I could
centrally store and recall all the documents from ALL the clients, hence the
beginnings of a Document Capture and Storage app written in LC.
Bob S
> On Jan 8, 2021, at 5:32 PM, Alex Tweedly via use-livecode
> wrote:
>
>
> On 08/01/2021 01:51, Bob Sneidar v
A little more clearly, ...respond DIRECTLY BACK to the original instances of
the apps as opposed to the SPAWNING agent.
On Jan 7, 2021, at 5:51 PM, Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
The fix for this is of course to have the spawned query agents,
I have thought about this a bit. If what you mean by multiprocessing is that a
new process can be spawned while your app can go off and do other things and
get notified later that something happened, then this is quite doable. If what
you mean is that you want to make the app spawning the
@lists.runrev.com>> wrote:
Hi Bob,
Am 31.12.2020 um 18:01 schrieb Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>>:
Hey, what I said! :-)
oh, really?
Sorry must have missed that. :-(
Anyway, a happy (and better) new year, every
You can also try using callbacks, although the callback will not get processed
until the next idle message (script execution termination or wait with
messages).
Bob S
On Dec 31, 2020, at 8:53 AM, Rick Harrison via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Hi Jerry,
What
BTW you may want to consider inserting anything with a mouseUp handler in the
front, if you want every mouseUp to be trapped. If you only want the library’s
mouseUp to be triggered “on demand” then insert into back and then pass mouseUp
to trigger your library handler (assuming mouseUp is not
Trouble with putting a library in the Livecode libraries folder is every time
you upgrade Livecode, those may get deleted. This is especially true for OS X,
where those libraries are in the app bundle. I would not put a library in that
location.
Also, you do not have to specify the path. Add
Hey, what I said! :-)
Bob S
On Dec 31, 2020, at 3:08 AM, Klaus major-k via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Hi all,
we could finally solve the problem by copying the revsecurity.dll from
LC 9 to the LC 5.x runtime folder! 8-)
I really had no idea that they were
Just a shot in the dark, when you are working in the IDE, do you have a newer
version of Livecode running?
Bob S
On Dec 30, 2020, at 3:09 PM, Klaus major-k via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Hi Bob,
Am 30.12.2020 um 23:59 schrieb Bob Sneidar via use-li
Done.
Bob S
> On Dec 29, 2020, at 4:26 PM, Andre Garzia via use-livecode
> wrote:
>
> Hey Friends,
>
> I've reduced the price of my LiveCode eBook to £9.99. This book will teach
> you advanced techniques, and contains a ton tips and tricks from a seasoned
> LC developer.
>
> Get it from:
TLSv1 is dead. It uses the OpenSSL library that had the Heartbleed
vulnerability. Not sure if v5 libraries can use the latest encryption
libraries. I don’t know why not.
Bob S
> On Dec 30, 2020, at 7:09 AM, Klaus major-k via use-livecode
> wrote:
>
> Hi all,
>
> I am currently working on
This is actually the only way. Besides Start Using a stack, which inserts the
script of the target stack into back, if the script of a button is to be used
as a library (or back/front script would be a better way to say it), insert
into back or front is the way to do it. Otherwise setting the
off the top of my head, select char -1 to -1 of the focusedObject (or me if in
the script of the field itself). Trouble is I am trying this in the field
script itself and it doesn’t work, but if I enter select char -1 to -1 of field
7 in the message box it DOES work.
Bob S
> On Dec 23,
I chose the more likely of the two possibilities. :-)
Bob S
On Dec 22, 2020, at 9:38 PM, J. Landman Gay via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Rather, I didn't mean the team invented script-only stacks for Trevor in
particular, but rather than they moved to git and
to get the best of both worlds. It
> saves scripts out to text files for uploading to github while keeping the
> advantages of stack-based scripts.
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On December 22, 2020 3
I think I remember why I couldn’t do it. I was using the loopback connector for
some reason.
Bob S
On Dec 22, 2020, at 2:21 PM, Ralph DiMola via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Tried it on Mac (Mojave) and it worked. Though I did have to use the IP address
rather
Hmmm… didn’t work on my Mac. Not sure why, it may be something I did.
Bob S
On Dec 22, 2020, at 1:48 PM, Ralph DiMola via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
I'm able to have the socket client and server on the same device. (Win 10)
Ralph DiMola
IT Director
Evergreen
I created a simple client and server stack combo that uses sockets to pass an
encrypted stream of data back and forth. I have been meaning to implement it
for the very reasons you suggest, but since the nature of the data doesn’t
demand it, and since I develop basically gratis for the company I
What he said. The promise of creating standalones and encrypted stacks
containing code sounds promising, but there are caveats. It begs the question,
how do we encrypt script only stacks or libraries? I don’t use encrypted stacks
because my code is for internal use only, but if I ever went
I get a user entered password and encrypt it before storing it. It works cross
platform. I suppose it would depend on what is in the original string. For
instance option-v produces a checkmark on a Mac, but NOT on a PC and I assume
Linux. Normal ASCII-256 characters should work fine.
Bob S
Autohotkey is a windows only macro program.
Bob S
> On Dec 11, 2020, at 07:01 , Ken Ray via use-livecode
> wrote:
>
> Wow... I've been using Livecode since its inception (and Revolution before
> that, and even MetaCard before *that*!), and I never knew this existed!
>
> Just goes to show
Precisely why I created my tab group object.
Bob S
On Nov 25, 2020, at 2:28 PM, Bill Vlahos via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
My application is a standalone stub that opens a stack.
If I open the stack in the IDE, the tabs look correct. If my application opens
I will attest to the fact that strange things happen with drag drop and not
just with Livecode. For instance if I drag a PDF to a mounted share, often, but
not every time, Mail becomes unresponsive and I have to quit it and relaunch
it. Also when drag dropping files from the Finder onto a
It’s more than that. There is so much to RegEx, and the different iterations of
it, that no dictionary could really cover it. If you want to familiarize
yourself with Regex, you really need to visit a tutorial site. Heck, even when
you google how to do something, you will likely get a
Yeah, not confusing at all. ;-P
Bob S
On Nov 20, 2020, at 9:55 AM, Mark Wieder via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On 11/20/20 3:27 AM, David V Glasgow via use-livecode wrote:
Apologies for barging in, but I am confused by regex generally and in this
specific
I don’t think I could watch! Oh the horror!
Bob S
> On Nov 19, 2020, at 9:17 AM, Keith Clarke via use-livecode
> wrote:
>
> The chronicles of regex - a potential blockbuster there, Bob! :-)
> Best,
> Keith
>
>> On 19 Nov 2020, at 16:49, Bob Sneidar
No one escapes the lair of the Regex Demon. Except for maybe Riddick.
Bob S
On Nov 19, 2020, at 8:15 AM, Keith Clarke via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Ha, yes I understand that desire - and Mark’s one-character escape trick beats
my hack to bypass the lair of
That should have read preconfigured to read the FDF file (stupid spell correct!)
Bob S
On Nov 18, 2020, at 12:15 PM, Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
preconfigured to read the pdf file of course
_
between
the database columns and the form objects, and saving those relationships along
with the binary data to recreate the pdf on demand, in the SQL database.
Is that what you need?
Bob S
On Nov 18, 2020, at 12:02 PM, Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com
On Nov 18, 2020, at 10:34 AM, John McKenzie via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Comments people were making to William in the Design Question thread
have caused me to question some things and I am going to the list here
to get an answer.
Can Livecode edit existing
Does your stack auto-save anything at any time? If power fails during a save
operation, there will be another stack file of the same name preceded by a
tilde (~). Deleting the tilde will restore the prior version of the stack file.
Sometimes a power outage can damage the partition of the HDD. I
I always use “the text of” to make it more readable.
Bob S
On Nov 14, 2020, at 4:31 PM, Mark Wieder via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On 11/14/20 4:03 PM, Roger Guay via use-livecode wrote:
Can someone tell me how to delete a menuItem from an Option Menu button
It is certainly possible! But depending on the complexity of the xml document
it may not be easy. I’ve posted before that I attempted to work with an
exported XML document from a Toshiba Copier’s Templates (scan presets), but the
document was mindbogglingly complex. One issue I ran into is keys
I should have said just create an image file the size and appearance that you
want it to be, then import it into Livecode.
Bob S
On Nov 11, 2020, at 8:40 AM, Bob Sneidar via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Ideally though, just create an image file th
As a pattern of a graphic, I don’t think so. Even scaling the graphic does not
shrink or alter the position of the pattern.
Why are you using a graphic instead of just an image? I think you can mask an
image, so it should be possible to only show through what you want.
Ideally though, just
The message box is not a container. It’s a stack. A stack that tracks global
properties, global variables, pending messages and stacks in use actively. It
stands to reason then that it has to be either in the message path somehow. I’m
not sure how that affects things, but I have noticed while
hazy back then,
what with having to watch for dinosaurs and large predators with teeth like
swords.
Bob S
> On Nov 10, 2020, at 12:03 PM, Bob Sneidar via use-livecode
> wrote:
>
> Ah! That would have to mean that script interaction with the message box is
> using send in t
ssage box. Works just fine, like it ought to.
Craig
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
Bob Sneidar via use-livecode
Sent: Monday, November 09, 2020 12:04 PM
To: How to use LiveCode
mailto:use-livecode@lists.runrev.com&g
I have seen this sort of thing before with the wait command. Very frustrating.
Apparently Livecode is not *strictly* single threaded.
Bob S
> On Nov 8, 2020, at 22:31 , Roger Guay via use-livecode
> wrote:
>
> Thank you, Mark. You’re very kind! And very helpful. I do remember now how
>
Your code contains a smart quote and an em dash. This works:
function fUTCTime
local t1,t2,t3
-- this gets the current time and puts it into UTC format, i.e
-MM-DDThh:mm:ssTZD
put word 5 to 6 of the internet date into t3 -- we are interested in the
time and time zone
put the
I believe so. In my custom tabbed object group, I had to put transparent
buttons over the tabs, then have a way to size and rearrange the buttons to
match the size of the tabs, just so I could get it to respond to mouse messages
and drag/drop operations. It's so ugly it's cute. Like a shar-pei.
The segmented control is fairly limited. Most of the widgets are. The
properties you see are the properties you get. I did however, with a bit of
clever scripting, develop a tabbed object group that works as well or better
that the built in tabbed button. And for a bonus, it looks in Windows
The plot sickens…
Bob S
On Nov 4, 2020, at 3:58 PM, Mark Wieder via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
On 11/4/20 3:37 PM, Jerry Jensen via use-livecode wrote:
Neil DeGraph Tyson?
On Nov 4, 2020, at 3:09 PM, Roger Guay via use-livecode
Seems to me if you are tracking linear movement, you need to average the
trending values, say the last 5 or 10 reads, against a time base, and reject
the ones outside an acceptable tolerance. You may reject some good data here
and there, but something grossly outside tolerance should be pretty
Just read for 10,000 lines and check for empty each time.
Bob S
> On Nov 3, 2020, at 7:09 AM, matthias rebbe via use-livecode
> wrote:
>
> Regarding the loop.
>
> you could do a
>
> put the detailed files
>
> to get the file size of that csv file.
>
> With that size you would now how
Last time I plotted an equation while bifurcating, I was pretty drunk, and
don't remember much.
Bob S
> On Oct 29, 2020, at 15:03 , Roger Guay via use-livecode
> wrote:
>
> I am trying to plot an equation that bifurcates by setting the points of a
> polygon as I iterate the equation. But
1 - 100 of 2572 matches
Mail list logo