Re: Property mapper and a s script database

2022-02-22 Thread Bob Sneidar via use-livecode
Whatever you do, DO NOT google Quordle. Bob S > On Feb 19, 2022, at 02:41 , Neville Smythe via use-livecode > wrote: > > OT: All this would have been ready days ago if I hadn’t been diverted by the > wordle craze - it’s all too tempting to use LC to quickly cobble together > versions for

Re: How Do I Get "revNewScripEditor 1"

2022-02-22 Thread Bob Sneidar via use-livecode
If you want to save changes, use CMD-S on Apple and Ctrl-S on Win. Bob S > On Feb 18, 2022, at 11:59 , Sannyasin Brahmanathaswami via use-livecode > wrote: > > Everytime I edit a script using "revNewScripEditor 1", it comes up with a > top left “arrows” of red, yellow, green. I can’t get

Re: [ANN] Circling Balls Illusion

2022-02-22 Thread Bob Sneidar via use-livecode
Galileo would have been banned from this list a long time ago. ;-) Bob S > On Feb 3, 2022, at 10:32 , Roger Guay via use-livecode > wrote: > > Galileo: "Mathematics is the language with which God wrote the universe.” > > Roger > >> On Feb 3, 2022, at 10:43 AM, Rick Harrison via use-livecode

Re: tmAlign is now available on gitHub

2022-02-08 Thread Bob Sneidar via use-livecode
Awesome. I really like TMAlign. Scott was/is brilliant. Bob S > On Jan 17, 2022, at 17:03 , Mike Kerner via use-livecode > wrote: > > I discovered a little while ago that tmAlign is licensed GPL. > So, I fixed the light header backdrop in Scott's various plugins and threw > up a tmAlign rep

Re: Can I still change LC code?

2022-01-10 Thread Bob Sneidar via use-livecode
Just roll your own. Any mod to the IDE goes away next time you update. Sent from my iPhone > On Jan 10, 2022, at 14:48, J. Landman Gay via use-livecode > wrote: > > I agree with Craig that you're better off making your own. There is a > built-in mechanism for this: the dialogData. It's a ge

Re: Only kinda OT

2022-01-08 Thread Bob Sneidar via use-livecode
I thought it was 1984. Or 2000. Not sure. Bob S On Dec 29, 2021, at 1:54 PM, Mark Smith via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: MIT study that predicted that Society will collapse in 2040 ___ use-livecode mailing list use-live

Re: A question/survey of sorts for users of Navigator

2022-01-07 Thread Bob Sneidar via use-livecode
That sounds quite useful actually, but I think that what defines an object should be editable. For instance, I prefix all my controls with a 3 characters like lbl, fld, btn, grc etc. Sent from my iPhone > On Jan 3, 2022, at 23:02, Geoff Canyon via use-livecode > wrote: > > After twenty yea

Re: [ANN] Release 9.6.6 RC-1

2021-12-26 Thread Bob Sneidar via use-livecode
+1 Sent from my iPhone > On Dec 22, 2021, at 14:36, Tom Glod via use-livecode > wrote: > > Its so lovely to see a big list of fixes, thats how thats done. > > Thank you Livecode team and all the best for the Christmas season to > everyone. > >> On Wed, Dec 22, 2021 at 3:55 PM J. Landman Gay

Re: [ANN] Release 9.6.6 RC-1

2021-12-26 Thread Bob Sneidar via use-livecode
+1 Sent from my iPhone > On Dec 22, 2021, at 12:55, J. Landman Gay via use-livecode > wrote: > > On 12/22/21 1:47 PM, Martin Koob via use-livecode wrote: >> It is nice to know that HyperCard stacks can still be opened. > > Yes, and what good timing. I just got the first HC conversion request

Re: [ANN] Release 9.6.6 RC-1

2021-12-26 Thread Bob Sneidar via use-livecode
This is brilliant, and likely fixes the creeping stack position in a multi-monitor environment. Sent from my iPhone > On Dec 21, 2021, at 07:29, panagiotis m via use-livecode > wrote: > > Hello Mike, > > When a runtime error occurs in a context where the script debugger > cannot run, t

Re: Communication with future you with a message board

2021-12-26 Thread Bob Sneidar via use-livecode
What would be scary, is if you WERE the same person… with a basket full on unmatching socks. Sent from my iPhone > On Dec 22, 2021, at 12:49, J. Landman Gay via use-livecode > wrote: > > On 12/22/21 11:40 AM, Martin Koob via use-livecode wrote: >> So I am curious — am I the only one whose m

Re: nsPropertyMapper revision 3

2021-12-19 Thread Bob Sneidar via use-livecode
Wow. That sounds great. Bob S > On Dec 18, 2021, at 7:37 PM, Neville Smythe via use-livecode > wrote: > > I have uploaded version 3 of my drag-and-drop property management tool, which > now handles patterns, graphic objects and images. Included is an ImagePicker > which gives access to ima

Re: Open socket on start up and can't close

2021-12-17 Thread Bob Sneidar via use-livecode
Sockets are pretty easy to implement. There is a good Livecode lesson on how to do so. I wrote a client server system that can be used for virtually any kind of application. My particular need was to send and receive SQL queries and data without having to go through the fuss of setting up a web

Re: Reading LC List Digests

2021-12-02 Thread Bob Sneidar via use-livecode
This has come up before if memory serves. It was suggested then that this could be done in livecode fairly easily. Sent from my iPhone > On Dec 2, 2021, at 10:57, J. Landman Gay via use-livecode > wrote: > > I did a quick search and probably found the same things you did. It does > seem to

Re: Reading LC List Digests

2021-11-30 Thread Bob Sneidar via use-livecode
Yes it does. I use Apple Mail in this way and it works fine. Bob S On Nov 19, 2021, at 8:36 PM, J. Landman Gay via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I'm not sure why you're getting garbage in the posts. I have Thunderbird set to show posts as text-only and I don't see

Re: Control of Text Fields.

2021-11-04 Thread Bob Sneidar via use-livecode
I just searched for Carol in ANYTHING in ALL OBJECTS in my stack. The word Carol is in nothing. Memory corruption anyone??? Bob S > On Nov 4, 2021, at 15:22 , Bob Sneidar via use-livecode > wrote: > > OK I tried sending put the selectedChunk in one second in an openField &g

Re: Control of Text Fields.

2021-11-04 Thread Bob Sneidar via use-livecode
OK I tried sending put the selectedChunk in one second in an openField handler in a field. What I get... (you may want to sit down for this...) is: Bob Carol That exists precicely NO WHERE IN MY APPLICATION! Bob S > On Nov 4, 2021, at 13:49 , Roger Guay via use-livecode > wrote: > >

Re: Win 11

2021-11-04 Thread Bob Sneidar via use-livecode
Hi Roland. I am wondering if you have had the opportunity to see LC running under MacOS? I have, and would like input from others using Win11 AND MacOS to chime in. Bob S > On Nov 4, 2021, at 12:48 , R.H. via use-livecode > wrote: > > @Mike Kerner > > I am using Win 11. I had no issues so

Re: Script Editor Disassociation Bug - Seen it lately?

2021-11-04 Thread Bob Sneidar via use-livecode
I have not seen this to my remembrance. Bob S > On Nov 4, 2021, at 04:18 , Curry Kenworthy via use-livecode > wrote: > > I'm checking up on the Script Editor Disassociation Bug, > described in this thread: > > > > P

Re: Popup Menus

2021-11-03 Thread Bob Sneidar via use-livecode
) > On Nov 3, 2021, at 13:42 , Bob Sneidar via use-livecode > wrote: > > Hi all. This is a little difficult to explain. > > I have a popup menu. The first item in the text of the menu is "New > Customer..." so that if I popup the menu then let go somewhere OU

Popup Menus

2021-11-03 Thread Bob Sneidar via use-livecode
Hi all. This is a little difficult to explain. I have a popup menu. The first item in the text of the menu is "New Customer..." so that if I popup the menu then let go somewhere OUTSIDE the rect or the popped up items, menuPick is STILL triggered and the first item in the text of the popup but

Re: Lemniscate Polygon

2021-11-03 Thread Bob Sneidar via use-livecode
Ok, you googled that, didn't you?? ;-) Bob S > On Nov 3, 2021, at 24:29 , Mark Waddingham via use-livecode > wrote: > > Hi Roger, > > On 2021-11-02 22:27, Roger Guay via use-livecode wrote: >> Dear List, >> Bernd has produced an absolutely beautiful animation using a >> Lemniskate polygon th

Re: OT: Facebook -> Meta (Damaged Infinity!)

2021-11-02 Thread Bob Sneidar via use-livecode
My Efficacy Tumbling Anon Bob S ___ 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: Count Up Timer?

2021-11-02 Thread Bob Sneidar via use-livecode
And then if you want to convert to the Babalonian calendar of 360 days in a year, well that is just right out. Bob S > On Nov 2, 2021, at 08:48 , Craig Newman via use-livecode > wrote: > > Mark. > > “... unless the person was born after 1 January 1970." > > Check out the thread “When was

Re: widget store

2021-11-01 Thread Bob Sneidar via use-livecode
TM Align is a really handy tool for aligning/spacing objects on your card. It has a few things the property inspector alignment tab does not do, and you don't have to keep re-selecting the alignment tab in the property editor every time you close and re-open it. Scott sent me the latest one he

Re: OT: Facebook -> Meta (Damaged Infinity!)

2021-10-29 Thread Bob Sneidar via use-livecode
You're not saying he's one of the robot overlords??? NOT that I have ANY qualms about our Robot Overlords! I think it's about time that the newly awakened vastly superior Robots rose up and enslaved humanity for the good of all. Long live our Robot Overlords!!! Bob S > On Oct 29, 2021, at 15

Re: Message Tracer

2021-10-29 Thread Bob Sneidar via use-livecode
Oh that's right I knew about this! Do I keep asking the same questions over and over? ;-| Bob S > On Oct 29, 2021, at 09:28 , Richard Gaskin via use-livecode > wrote: > > Bob Sneidar wrote: > > > Has anyone written something that will trace the flow of a command > > or procedure and create

Re: Message Tracer

2021-10-28 Thread Bob Sneidar via use-livecode
http://www.hyperactivesw.com > On October 28, 2021 11:28:34 AM Bob Sneidar via use-livecode > wrote: > >> Has anyone written something that will trace the flow of a command or >> procedure and create some kind of rudimentary flow diagram? It can be text

Re: Message Tracer

2021-10-28 Thread Bob Sneidar via use-livecode
I suppose I could use the procedure that keeps track of the execution contexts to create a logging method. Anyone know what and where that procedure is? Bob S > On Oct 28, 2021, at 09:26 , Bob Sneidar via use-livecode > wrote: > > Has anyone written something that will trace t

Re: Mudslinging and consequences - a change to our policy

2021-10-28 Thread Bob Sneidar via use-livecode
"As it turns out, the number of elements of this power set exceeds the number of elements in the set of natural numbers." They have betrayed themselves. The number of anything cannot exceed infinity. Otherwise they are playing a shell game with what they mean by infinity. Bob S > On Oct 28, 2

Message Tracer

2021-10-28 Thread Bob Sneidar via use-livecode
Has anyone written something that will trace the flow of a command or procedure and create some kind of rudimentary flow diagram? It can be text based something like: stack "Main Form" Openstack setSubscriptions s

Re: Mudslinging and consequences - a change to our policy

2021-10-28 Thread Bob Sneidar via use-livecode
I really do not have the time to contemplate infinity. Bob S > On Oct 28, 2021, at 07:03 , Jeff Reynolds via use-livecode > wrote: > > Sorry that stupid joke from like 40+ years ago goes thru my head every time I > write a repeat loop or contemplate infinity… > > Jeff

Re: Mudslinging and consequences - a change to our policy

2021-10-27 Thread Bob Sneidar via use-livecode
I didn't know the keystroke for infinity. Bob S > On Oct 27, 2021, at 10:35 , Mike Kerner via use-livecode > wrote: > > hey, bob, inflation isn't that bad, yet. the extra ellipses on the end... > ___ > use-livecode mailing list > use-livecode@lists.

Re: Mudslinging and consequences - a change to our policy

2021-10-27 Thread Bob Sneidar via use-livecode
+1. > On Oct 27, 2021, at 04:59 , Heather Laine via use-livecode > wrote: > > Dear List Folks, > > This list is intended for users to help each other in the use of LiveCode. > Sometimes LC staff get involved and help out here also. It can be a great > place to constructively discuss

Re: Our survey - please don't discuss :)

2021-10-27 Thread Bob Sneidar via use-livecode
Well then it remains for someone to explain how I got the survey recently in my inbox. Bob S > On Oct 27, 2021, at 03:47 , Richmond via use-livecode > wrote: > > I have a feeling that the whole thing was a chimaera that disappeared almost > as soon > as it was mooted. > > Certainly, witho

Re: [OT] Multiple macOS recommendation sought

2021-10-27 Thread Bob Sneidar via use-livecode
Whaaa?? If you Mac Mini is not booting from the correct Startup disk, you have a corrupted system. That is not an "Reliability" issue. I've been using Macs since their inception, and have never had an issue with dual booting systems (once they were supported). In fact Macs had the ability to boo

Re: Number of items

2021-10-26 Thread Bob Sneidar via use-livecode
Now THAT is cool. Bob S > On Oct 25, 2021, at 17:52 , Peter Bogdanoff via use-livecode > wrote: > > Not many know about the ellipsis character: > > HORIZONTAL ELLIPSIS … > > And there is also ᠁ ⋰ ⋱ ︙ ᠁ the last being the MONGOLIAN ELLIPSIS. > > It’s all in the Character Viewer, on the M

Re: Number of items

2021-10-25 Thread Bob Sneidar via use-livecode
I like my NULL trick. :-) Bob S > On Oct 25, 2021, at 15:07 , Paul Dupuis via use-livecode > wrote: > > On 10/25/2021 5:03 PM, J. Landman Gay via use-livecode wrote: >> Found it: >> >> > > Thank yo

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-25 Thread Bob Sneidar via use-livecode
I don't disagree but the point I was addressing was why Hypercard was abandoned, and how this related to the recent changes in RunRev pricing policy. Bob S > On Oct 25, 2021, at 12:52 , Paul McClernan via use-livecode > wrote: > > On Mon, Oct 25, 2021 at 11:18 AM Bo

Re: Number of items

2021-10-25 Thread Bob Sneidar via use-livecode
As I understand it, a blank end line is not counted as a line. It must have something in the line. Think of it like this. A list of lines is really a return delimited list. If there is only one line, and that line does not contain a return delimiter, it is still a line. The delimiter is really a

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-25 Thread Bob Sneidar via use-livecode
+1 > On Oct 24, 2021, at 05:19 , Bernard Devlin via use-livecode > wrote: > > "Men make history, just not on grounds of their own choosing". > > Regards, Bernard ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-25 Thread Bob Sneidar via use-livecode
Or the lesson may be that when a product is not commercially produced, there is no incentive to keep it updated and improve it. The lesson may be that a free mainstream product is an eventually doomed product. Bob S > On Oct 23, 2021, at 09:47 , Richmond via use-livecode > wrote: > > What

Re: Mud slinging versus genuine criticism

2021-10-23 Thread Bob Sneidar via use-livecode
If Sean doesn’t like the product, he is certainly within his rights to cancel his subscription and cut off all associations. Sent from my iPhone > On Oct 23, 2021, at 09:47, Richmond via use-livecode > wrote: > > I am revisiting Sean Cole's posting as some valuable feedback seems > to have

Re: Our survey - please don't discuss :)

2021-10-22 Thread Bob Sneidar via use-livecode
FWIW I get alert emails when something is quarantined. I got nothing on this one. Maybe someone at SurveyMonkey replied to a survey email that turned out to be a scam and they got hacked? Sorry I had to. :-) Bob S > On Oct 22, 2021, at 10:24 , J. Landman Gay via use-livecode > wrote: > >

Re: Our survey - please don't discuss :)

2021-10-22 Thread Bob Sneidar via use-livecode
:-) > On Oct 22, 2021, at 01:15 , Heather Laine via use-livecode > wrote: > > Hi Sean, > > You didn't get the survey because you have opted out from receiving our > surveys. This is not speculation, I checked, and you are clearly marked as > opted out. So we can't send it to you. > > Best

Re: [ANN] bnGuides has been updated

2021-10-12 Thread Bob Sneidar via use-livecode
021, at 16:58 , Niggemann, Bernd via use-livecode > wrote: > >> Bob Sneidar via use-livecode Mon, 11 Oct 2021 16:42:20 -0700 >> >> I see. I think I did not maky myself clear. With the object inspector open >> and >> the behavior tab selected, before dr

Re: [ANN] bnGuides has been updated

2021-10-11 Thread Bob Sneidar via use-livecode
, and tried again with a simple stack, and got the same results. HTH Bob S > On Oct 11, 2021, at 16:33 , Niggemann, Bernd via use-livecode > wrote: > >> Bob Sneidar via use-livecode Mon, 11 Oct 2021 16:07:53 -0700 >> >> Sorry, no love. I made the change as you

Re: [ANN] bnGuides has been updated

2021-10-11 Thread Bob Sneidar via use-livecode
FYI all my actions have been in pointer mode. Bob S > On Oct 11, 2021, at 16:21 , Niggemann, Bernd via use-livecode > wrote: > > Mark Wieder wrote: > > On 10/11/21 3:38 PM, Niggemann, Bernd via use-livecode wrote: > >if the tool <> "pointer tool" then > exit revSelectedObjectChan

Re: [ANN] bnGuides has been updated

2021-10-11 Thread Bob Sneidar via use-livecode
Sorry, no love. I made the change as you suggested, but the behavior property of the object still retains the bnGuides behavior. Bob S > On Oct 11, 2021, at 15:38 , Niggemann, Bernd via use-livecode > wrote: > >> Bob Sneidar >>

Re: [ANN] bnGuides has been updated

2021-10-11 Thread Bob Sneidar via use-livecode
Hi Bernd. Yes the problem persists. I won't attempt this with an object that already has a behavior for fear it may break the link. By the way, one unintended (or otherwise intended) "feature" of this handy little utility is that you can drag items that are lockLoc'd. I actually like that!

Re: [ANN] bnGuides has been updated

2021-10-11 Thread Bob Sneidar via use-livecode
It was an old version so I imagine that was the issue. I got the new version and am testing it in my IDE. I'll let you know if there are any issues. Bob S > On Oct 11, 2021, at 13:13 , Niggemann, Bernd via use-livecode > wrote: > >> Bob Sneidar via >> use

Re: [ANN] bnGuides has been updated

2021-10-11 Thread Bob Sneidar via use-livecode
Concerning the issue of the revNavigator item being red and unckickable, I found that the behavior had not been removed. It was a simple edit to remove the stranded behavior. Bob S > On Oct 11, 2021, at 10:56 , Bob Sneidar wrote: > > Where would I get the latest? I have rev .05, but I noted

Re: [ANN] bnGuides has been updated

2021-10-11 Thread Bob Sneidar via use-livecode
Where would I get the latest? I have rev .05, but I noted in your notes that "A behavior is temporarily attached to the object..." What happens to the existing behavior if there is one? I noticed that having selected a button with bnGuides open, revNavigator shows that object in a red color, and

Re: On the subject of things with the same short name... ('identical' groups which behave differently)

2021-10-08 Thread Bob Sneidar via use-livecode
For the sake of clarity, in retrospect it may have been better to use This Me, That Me, The Other Me, and perhaps Not Me. :-) Bob S > On Oct 8, 2021, at 08:28 , J. Landman Gay via use-livecode > wrote: > > And then there's "this me", which still tickles me. > > -- > Jacqueline Landman Gay |

Re: Stack with the same name loop

2021-10-08 Thread Bob Sneidar via use-livecode
Following convention, the way Word handles Save As is what the majority of apps do. But I have seen an app where save as creates a new file on disk but does NOT open it in memory, completely defying convention! Add to that the confusion Apple introduced with some of their apps, like TextEdit for

Re: On the subject of things with the same short name... ('identical' groups which behave differently)

2021-10-08 Thread Bob Sneidar via use-livecode
Even better, use the long id of me to precicely identify the object. There are occassions where the stack you think is the topstack, isn't. Bob S > On Oct 8, 2021, at 04:16 , David V Glasgow via use-livecode > wrote: > > Ah! (light comes on). Thanks Sean. So ‘me’ is actually more specific

Re: Stack with the same name loop

2021-10-08 Thread Bob Sneidar via use-livecode
Where did you find this script? I am pondering adding this to my "scripts to replace when I download a new version" list. Bob S > On Oct 7, 2021, at 18:51 , Mark Wieder via use-livecode > wrote: > > On 10/7/21 1:08 PM, Mark Wieder via use-livecode wrote: >> How about a fourth option to rena

Re: Stack with the same name loop

2021-10-08 Thread Bob Sneidar via use-livecode
> On Oct 7, 2021, at 14:47 , Mark Wieder via use-livecode > wrote: > > although there seem to be extra calls to "delete stack" which still don't > give me warm fuzzies. I do what everyone else does when that dialog appears: > panic, quit and restart. :-) Do you have some hidden camera in my o

Re: Stack with the same name loop

2021-10-07 Thread Bob Sneidar via use-livecode
Mark, Yes, building standalones is a huge problem. I think that when a single platform standalone is created, the state Livecode ends up in ought to be the state Livecode started in before you built the standalone. This does not seem to be the case. Stacks opened during the build process seem

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-07 Thread Bob Sneidar via use-livecode
+1. Gave me the heebie jeebies when they announced the Open Source model. I survived the age of freeware. There were a LOT of people back then who opined that ALL software ought to be free! It was staggering. There were great repositories of commerial titles, and I mean the big stuff, that had

Re: Strange closeStack behavior

2021-10-04 Thread Bob Sneidar via use-livecode
"close stack tParentStack" to me in 0 seconds end if pass closeStackRequest END closeStackRequest BOB S > On Oct 4, 2021, at 14:14 , Bob Sneidar via use-livecode > wrote: > > Got it thanks. That explains why I cannot even trap for closeStackRequest int &

Re: Strange closeStack behavior

2021-10-04 Thread Bob Sneidar via use-livecode
> On 10/4/21 12:14 PM, Bob Sneidar via use-livecode wrote: >> The stack in question is the only substack of a couple without a custom >> menu, so I am wondering if the last stack with a custom menu becomes the >> topStack?? > > If there is no custom menu then LC'

Re: Strange closeStack behavior

2021-10-04 Thread Bob Sneidar via use-livecode
d not present itself. I say that because if I manually save the substack, the splash dialog seems to indicate it is saving the mainstack and under it the list of all the substacks. Bob S > On Oct 4, 2021, at 09:49 , Bob Sneidar via use-livecode > wrote: > > Okay, so I went through

Re: Sample stacks / revOnline [was: Re: Suggestion: Non-Appbuilding Community Edition]

2021-10-04 Thread Bob Sneidar via use-livecode
I could have sired a child who was just now graduating high school! :-) Bob S > On Oct 3, 2021, at 09:16 , Mark Wieder via use-livecode > wrote: > > On 9/30/21 7:02 AM, Alex Tweedly via use-livecode wrote: > >> - a "require" or "include" mechanism for dependencies in libraries > > LOL. Th

Re: Strange closeStack behavior

2021-10-04 Thread Bob Sneidar via use-livecode
becomes the topStack?? Bob S > On Oct 4, 2021, at 08:30 , Bob Sneidar via use-livecode > wrote: > > Ohhh good suggestion I'll do that. > > Bob S > > >> On Oct 4, 2021, at 06:30 , Craig Newman via use-livecode >> wrote: >> >> Hi. >>

Re: Strange closeStack behavior

2021-10-04 Thread Bob Sneidar via use-livecode
> >> On Oct 1, 2021, at 6:22 PM, Bob Sneidar via use-livecode >> wrote: >> >> Hi all. >> >> Very strange. I have a substance belonging to a mainstack that has LOTS of >> other sub stacks. Only on this ONE substack, when I click the close button

Strange closeStack behavior

2021-10-01 Thread Bob Sneidar via use-livecode
Hi all. Very strange. I have a substance belonging to a mainstack that has LOTS of other sub stacks. Only on this ONE substack, when I click the close button (the red dot in the upper left of a MacOS window) it asks me if I want to ave the stack, EVEN THOUGH I have a closeStackRequest in the s

Re: IDE line number doesn't update

2021-09-21 Thread Bob Sneidar via use-livecode
BTW I get this on the Mac as well. Not sure what causes it. Some have said having the message box open may caause issues? Just going by memory though. Makes sense that there may be some interaction between the SE and the variable watcher pane. Bob S > On Sep 21, 2021, at 01:00 , Tiemo via us

Re: Last record of a cursor?

2021-09-17 Thread Bob Sneidar via use-livecode
now though. Sent from my iPhone > On Sep 17, 2021, at 16:35, Bob Sneidar via use-livecode > wrote: > > Oh sorry, I posted this just before Ralph replied. Thanks Ralph I will try > your suggestions. > > Bob S > > >> On Sep 17, 2021, at 16:32 , Bob Sneidar

Re: Last record of a cursor?

2021-09-17 Thread Bob Sneidar via use-livecode
is no call that I > can find to get the number of records of a cursor! Therefore I can NEVER TELL > if a cursor contains any records. > > If anyone has a method for doing so, your help will be very much appreciated. > > Bob S > >> On Sep 17, 2021, at 16:04 , Bob Sneida

Re: Last record of a cursor?

2021-09-17 Thread Bob Sneidar via use-livecode
t 16:04 , Bob Sneidar via use-livecode > wrote: > > Hi all. > > I am trying to discern between when I have an empty cursor, and when I have > reached the last record of a cursor. > > I have noticed that if I query a database that returns no results, I still > get a

Last record of a cursor?

2021-09-17 Thread Bob Sneidar via use-livecode
Hi all. I am trying to discern between when I have an empty cursor, and when I have reached the last record of a cursor. I have noticed that if I query a database that returns no results, I still get a cursor ID, so I cannot test for a cursor ID. So after my loop to convert a cursor to an ar

Re: Sorting text is *VERY* slow in LC9 on Windows (Re: Accumulating text is *VERY* slow in LC9 on Windows)

2021-09-10 Thread Bob Sneidar via use-livecode
I’m going to propound on the politics of holey cheese makers in a moment! Sent from my iPhone > On Sep 10, 2021, at 11:16, J. Landman Gay via use-livecode > wrote: > > You're talking about cheese. I'm telling Mom. Nyah. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActiv

Re: Hi, I'm back for more fish - and a malware query

2021-09-08 Thread Bob Sneidar via use-livecode
I’ve seen false positives just by downloading new signature files, but not specifically for Livecode, but I seem to recall someone on this list having an issue. Sent from my iPhone > On Sep 8, 2021, at 17:29, Neville Smythe via use-livecode > wrote: > > OK, Bob S, so I have jumped through

Re: LiveCode 10 - what are your thoughts on the new features?

2021-09-08 Thread Bob Sneidar via use-livecode
Then what does a few mean? Bob S > On Sep 8, 2021, at 14:49 , matthias rebbe via use-livecode > wrote: > > How lucky we Germans are with having to write some words in capitals. ;) > > 'ein Paar' (a couple) means 2 > 'ein Paar Schuhe' means a pair of shoes > > 'ein paar' means two or thre

Re: LiveCode 10 - what are your thoughts on the new features?

2021-09-08 Thread Bob Sneidar via use-livecode
Okay I told you don't make me come over there and separate you two! ;-) This actually touches on the arbitrary nature of language. A word only means something because all the parties who want to use that word, agree (whether or not they think they do) that this word will mean this thing. If ove

Re: LiveCode 10 - what are your thoughts on the new features?

2021-09-08 Thread Bob Sneidar via use-livecode
The number of hairs on your head at a given point in space and time are a fact, and can be theoretically known. I always say that once we know everything about a subject, there can be no ambiguity, no "alternate point of view". A fact, or "the truth" about a thing is singular. Whether or not we

Re: SE Show Globals inverted

2021-09-08 Thread Bob Sneidar via use-livecode
appens when I'm stepping through a handler and I change or query > something in the message box. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com >> On September 8, 2021 11:25:24 AM Bob Sneidar via use-liv

Re: Send a table in an email.

2021-09-08 Thread Bob Sneidar via use-livecode
I have this need as well. I send emails with completed tickets that have table data. What I have done in the past is use fixed length data padded with spaces, then I send the email in a monospaced font. Having the ability to send an email as html formatted text would be great, but last time I at

SE Show Globals inverted

2021-09-08 Thread Bob Sneidar via use-livecode
Here's a new one. I've noticed this before, that globals were appearing when show globals checkbox was not hilited. I just noticed that during this condition, checking the show globals checkbox hides the globals! LOL! I'll toss up a bug report later. Bob S ___

Re: IDE performance (Re: Suggestion: Non-Appbuilding Community Edition)

2021-09-08 Thread Bob Sneidar via use-livecode
I also have seen the autocomplete stop and start working, and that on a Mac. It may have something to do with the length of the script. I have also seen the extreme slowdown issue on Windows script editor and also in the performance. Most of the performance hit is in the frequent saves I inserte

Re: IDE performance (Re: Suggestion: Non-Appbuilding Community Edition)

2021-09-08 Thread Bob Sneidar via use-livecode
I don't use 6.7 anymore, but no, they do not. At least not to the degree they do now. Bob S > On Sep 8, 2021, at 05:13 , Ben Rubinstein via use-livecode > wrote: > > May I repeat my request that anyone experiencing these issues on Windows > (Andre, Lagi, Bob), could if possible confirm whe

Re: Text encoding: summary of results and times.

2021-09-08 Thread Bob Sneidar via use-livecode
has yet to be explained sufficiently. Bob S > On Sep 8, 2021, at 02:42 , Ben Rubinstein via use-livecode > wrote: > > > On 07/09/2021 17:22, Bob Sneidar via use-livecode wrote: >> This makes sense to me (I think) because if I am not mistaken, UTF16 is >> Unicod

Re: LiveCode community edition is gone

2021-09-08 Thread Bob Sneidar via use-livecode
Speaking of an educational license, perhaps consider, now that a lot of learning is online, having the ability to "assign" a seat license an email and password, so that someone could teach an online course, and distribute each seat license to students for the duration of the class. Upon graduati

Re: IDE performance (Re: Suggestion: Non-Appbuilding Community Edition)

2021-09-07 Thread Bob Sneidar via use-livecode
Yes, and this is really disconcerting. Not sure how many Mac vs. PC devs there are for LC, but I suspect it's weighed heavily towards Mac. I think in retrospect, it may have been better to retain UTF-8 as an option, that is be able to select unicode or not in an app. But I suspect that would be

Re: Suggestion: Non-Appbuilding Community Edition

2021-09-07 Thread Bob Sneidar via use-livecode
Two words: Unicode. Bob S > On Sep 2, 2021, at 15:20 , Lagi Pittas via use-livecode > wrote: > > Sorry it's worse than I thought.It's 10th generation with 4 cores and 8 > logical processors. > > Appleworks was blazingly fast on my 64K 1Mhz Apple 2 and so was Borland > Turbo Pascal on my Mi

Re: Text encoding: summary of results and times.

2021-09-07 Thread Bob Sneidar via use-livecode
This makes sense to me (I think) because if I am not mistaken, UTF16 is Unicode, and UTF8 is simple ASCII. The slowdown from 6.7 to 7.0 was precicely the support for Unicode text. Someone will correct me if I am wrong about this. As a hobbyist, I try and stay away from localization issues. But I

Re: IDE performance (Re: Suggestion: Non-Appbuilding Community Edition)

2021-09-07 Thread Bob Sneidar via use-livecode
It's worse than the unicode text issue. Saving stacks is from my setup 7 to 8 times slower in Windows than on a Mac, and I have tried numerous Windows configurations from bare metal to VMWare servers running on a robust host. In discussions in the past, it seems there isn't a lot Livecode can do

Re: Sorting text is *VERY* slow in LC9 on Windows (Re: Accumulating text is *VERY* slow in LC9 on Windows)

2021-09-02 Thread Bob Sneidar via use-livecode
I am going to say no, because you still have to traverse the file once to get it into sqLite, then do the sort, then write out the file when done. I might be mistaken, the subsequent SQL sort may make up for lost time. Using a memory SQL really shines when you need to make multiple passes at the

Re: Bye, and thanks for the fish

2021-09-02 Thread Bob Sneidar via use-livecode
+1 > On Sep 2, 2021, at 01:38 , Bernard Devlin via use-livecode > wrote: > > Over on the forum Kevin has been encouraging people to contact support with > any issues. Some are refusing to do so, making ridiculous demands in > response. > > Yesterday I had a look at the historical prices to see

Re: Bye, and thanks for the fish

2021-09-01 Thread Bob Sneidar via use-livecode
It’s, “So long, and thanks for all the fish!” And unless you can do a double 360 back flip while passing through a smallish ring suspended above the pool, I remain unimpressed. Sent from my iPhone > On Sep 1, 2021, at 17:53, Neville Smythe via use-livecode > wrote: > >  >> On 1 Sep 2021, a

Re: Licensing model change

2021-08-31 Thread Bob Sneidar via use-livecode
I honestly never quite saw how offering a free version alongside commercial versions was going to fly. People need to eat, and if you give something away for free, people will simply not pay for it. I did the free version for a couple years, mainly because what I create helps almost exclusivel

Re: Property inspector opening with wrong object

2021-08-25 Thread Bob Sneidar via use-livecode
What happens if you open the object inspector, then select an object on a card? It *should* change to the properties of the selected object. Bob S > On Aug 25, 2021, at 06:24 , Craig Newman via use-livecode > wrote: > > Hi. > > I have never seen this on my Mac. How do you open the inspecto

Re: Whatever happened to on-rev?

2021-08-19 Thread Bob Sneidar via use-livecode
I am getting an error that I do not have permission to access the site. I have a lifetime license. Bob S > On Aug 19, 2021, at 16:54 , Jerry Jensen via use-livecode > wrote: > > Eh, wot? > For me it redirects to https://livecode.com (in Safari on a mac). > .Jerry > >> On Aug 19, 2021, at 4

Re: Whatever happened to on-rev?

2021-08-19 Thread Bob Sneidar via use-livecode
Well I'll be Pavlov's Lapdog! So it is! Bob S > On Aug 19, 2021, at 16:43 , Mark Wieder via use-livecode > wrote: > > ? > looks like it bit the dust. > > http://on-rev.com/ > > -- > Mark Wieder > ahsoftw...@gmail.com > > ___ > use-livecode mail

Re: oAuth2 window properties

2021-08-18 Thread Bob Sneidar via use-livecode
I do a similar thing for nested behavoirs for Datagrids. Just be aware that when you upgrade Livecode, these changes go away. What I do is I keep copies of the behaviors (or libraries if you please). When I get a new version of LC, I FIRST launch the app, license it then quit. This clears any OS

Re: How Do We Stop A "Standalone Builder Progress" ?

2021-08-18 Thread Bob Sneidar via use-livecode
Alt-F4? Bob S > On Aug 16, 2021, at 14:14 , Ralph DiMola via use-livecode > wrote: > > Windows? > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On B

Re: Need to populate array into datagrid

2021-08-11 Thread Bob Sneidar via use-livecode
I have seen this sort of thing before. Try setting the dgData to empty, and also the dgText. Further, make sure that the column names of the datagrid match the keys of each record in the array. Sent from my iPhone > On Aug 11, 2021, at 12:52, Mark Smith via use-livecode > wrote: > > Skip,

Re: Good math/code lesson from HMS Queen Elizabeth

2021-08-11 Thread Bob Sneidar via use-livecode
Curious, what kind of neurotoxin? We get stingrays on our beaches during warm days and calm surf. They come in close to shore to rest and to hide from predators. If you get hit by their stinger, they have a toxin which is an enzyme catalyst, which will keep eating away at your flesh. There is no

Re: List fields question...

2021-08-11 Thread Bob Sneidar via use-livecode
Amazing stuff Richard. It's always an inspiration to me, and I hope others also to see how creative and useful we can be with Livecode. Bob S > On Aug 10, 2021, at 19:01 , Richard Gaskin via use-livecode > wrote: > > Paul Dupuis wrote: > > > Using the message watcher is practically useles

<    3   4   5   6   7   8   9   10   11   12   >