Re: Hide stack change focus not supported 64bit

2020-03-29 Thread scott--- via use-livecode
This sounds like something AppleScript might be able to solve… > On Mar 29, 2020, at 3:01 PM, Bill Vlahos via use-livecode > wrote: > > Mark, > > OK. That makes sense and matches the behavior as my window does hide. > > However, the Mac doesn’t give any window the focus. My application doesn

Re: DataGrid question...

2020-03-29 Thread scott--- via use-livecode
I have an app I’m working on right now that has check boxes that the user taps in a list field. Swapping the imagesource works really well in this particular case. Not that the dataGrid isn’t the required tool in some cases. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web

DWrite.dll

2020-04-05 Thread scott--- via use-livecode
Recently I was building a 32 bit Windows standalone and on several of my VMs (not on Windows 10) ran into this error message when trying to launch the exe. "This application has failed to start because DWrite.dll was not found.” Is this something I might be doing wrong? Livecode standalones that

Mobile Wondering

2020-04-05 Thread scott--- via use-livecode
> 1. xTalk features just don't work, or work totally inadequately (e.g. > scrolling fields). I feel this is overly harsh. Livecode fields (and the creation of native UIText fields) do work on mobile. I think the issue is that the use of some objects (like fields) on mobile is not as drag ’n' dr

Re: Mobile Wondering

2020-04-06 Thread scott--- via use-livecode
That was my experience too… until LC added native support for other Android processors. Now I find the Android emulator to be very usable! — Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1

Re: Old Fossil seeks fast track assistance

2020-04-06 Thread scott--- via use-livecode
Thanks for these links! -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-800-615-0867 -- > On Apr 6, 2020, at 7:55 AM, Devin Asay via

Re: Go to card has become slow

2020-04-11 Thread scott--- via use-livecode
Awesomeness! I really appreciate all the posting on this. It was informative to observe the process even if I didn’t participate. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-800-61

Re: Build for Windows 32 bit vs. x86-64 in 9.5.1?

2020-04-11 Thread scott--- via use-livecode
Some of my users (who are still using the 32 bit version of Windows 7) pointed out that they couldn’t run the fancy “new” executable I posted… which I had newly compiled as 64 bit. So, that was a reason for me to go back and recompile as 32 bit. On Windows I suspect that most apps don't actually

Re: A short question about Xcode

2020-04-16 Thread scott--- via use-livecode
I can’t recall whether this is specific to a particular LC license but when physically attaching a device to the computer, on my setup that mobile device appears under the menu Development —> Test Target (along with simulator options) and can simply be selected as the test device… which saves th

Re: A short question about Xcode

2020-04-16 Thread scott--- via use-livecode
new iMac - the one I’ve got >> won’t run a later version of Xcode. Sadly they are rather expensive. I can’t >> visit anyone else’s, even if I could find one, since i’m in lockdown. >> >> Nothing, but nothing, is simple when trying to deploy to iOS. >> >> [Sound o

Re: Visual Effect

2020-04-18 Thread scott--- via use-livecode
From the docs: The visual effect command affects only navigation within a window. If you want to create a transition effect when moving between stacks, use the go...in window form of the go command : visual effect "wipe down" go stack Index in window "Part 2" -- replaces stack on screen — Scot

Re: What makes everything on a card unresponsive?

2020-04-20 Thread scott--- via use-livecode
(requires the LC Business version) > On Apr 20, 2020, at 11:25 AM, Mark Talluto via use-livecode > wrote: > > —breakpoints > Sometimes the remote debugger works and sometimes it doesn’t. When it does, > you breakpoint will fire in your app and show up in the LC IDE __

Re: Stack Files

2020-04-20 Thread scott--- via use-livecode
Bob, I don’t use script only stacks but aren’t they just text files? If they were all in the same folder you could just add that directory in the Copy Files pane. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementar

Re: Widget Properties

2020-04-23 Thread scott--- via use-livecode
Hello Graham, Sorry if I missed this earlier but, what made you go with a button widget rather than just using a standard LiveCode button? — Scott > On Apr 23, 2020, at 9:41 AM, Graham Samuel via use-livecode > wrote: > > I am getting rather fed up with the widgets I’ve been trying to use fo

Re: FormattedHeight

2020-05-01 Thread scott--- via use-livecode
Are you exceeding the maximum vertical scroll? (I haven’t run into this recently but I believe at one point the vScroll of groups was limited at the engine level to 32780) Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@e

Re: FormattedHeight

2020-05-02 Thread scott--- via use-livecode
. > > I only have a very short time left to solve this. > > On 5/1/20 4:45 PM, scott--- via use-livecode wrote: >> Are you exceeding the maximum vertical scroll? >> (I haven’t run into this recently but I believe at one point the vScroll of >> groups was limited at the

Re: FormattedHeight

2020-05-02 Thread scott--- via use-livecode
I think the solution has to be in the engine. I'm in trouble. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On May 2, 2020 2:27:53 AM scott--- via use-livecode > wrote: > >> I’ve run into that a

Re: Group resizing.

2020-05-03 Thread scott--- via use-livecode
Oh good, I was hoping I wasn’t the only one. — Scott > On May 3, 2020, at 11:28 AM, Alex Tweedly via use-livecode > wrote: > > > I can now get back to my "10-minute cleanup task" that I started 8 hours ago > :-) > > Alex. ___ use-livecode mail

Re: FormattedHeight

2020-05-04 Thread scott--- via use-livecode
Good to know that Trevor’s work was able to solve this problem! (Sounds as if it may not be a solution for the faint of heart yet.) — Scott > On May 4, 2020, at 11:04 AM, J. Landman Gay via use-livecode > wrote: > > On 5/2/20 12:25 PM, J. Landman Gay via use-livecode wrote: >> I think the solu

Re: Small and strange problem

2020-05-10 Thread scott--- via use-livecode
How does tMins acquire the data? Are you certain it contains what you expect when you aren’t stepping through the code (and slowing things down)? perhaps a “put tMins" or “answer tMins” would expose something. (Probably not, but we are curious!) — Scott > On May 10, 2020, at 12:52 PM, Tom Glod

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread scott--- via use-livecode
I am puzzled by how we should approach this for apps that work on both iPhone and iPad? It seems we choose an iPhone image and an iPad simply has a background border around and iPhone shaped splash? > On May 11, 2020, at 8:40 PM, Monte Goulding via use-livecode > wrote: > > Hi Ralph > > We h

Re: [ANN] Release 9.6.0 RC-1

2020-05-12 Thread scott--- via use-livecode
rge image designed in such a way the content on the sides > or top can be clipped or you can choose a smaller image and have the > background visible. > >> On 12 May 2020, at 1:50 pm, scott--- via use-livecode >> wrote: >> >> I am puzzled by how we should app

Re: [ANN] Release 9.6.0 RC-1

2020-05-12 Thread scott--- via use-livecode
Mark and Monte, thanks for clarifying. — Scott > On May 12, 2020, at 6:03 AM, Mark Waddingham via use-livecode > wrote: > > On 2020-05-12 13:45, Ralph DiMola via use-livecode wrote: >> Monte/LC Team, >> I understand that you have limited resources. Could there be a >> comprise here to share th

Re: Mouse messages in scrollers

2020-05-19 Thread scott--- via use-livecode
I’m using this script on iOS directly inside a LC field object in order to get a "delete button” to appear. (Ya, I know that is pretty ancient UI) But it requires a swipe on iOS which is what you are after. I don’t think it is responsive enough to do some of the fancy pushes that differentiate b

Re: Mouse messages in scrollers

2020-05-19 Thread scott--- via use-livecode
Of course I forgot to declare the local and global variables... global gHorizontalSwipeDistance global gVerticalSwipeDistance local lMouseStartV local lMouseStartH > On May 19, 2020, at 3:20 PM, scott--- via use-livecode > wrote: > > I’m using this script on iOS directly insid

Re: Mouse messages in scrollers

2020-05-19 Thread scott--- via use-livecode
are for delayTouches and canCancelTouches, I think at > least one of them needs to be changed. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On May 19, 2020 5:39:07 PM scott--- via use-livecode > wrote: > >> Of

Re: Mouse messages in scrollers

2020-05-21 Thread scott--- via use-livecode
't exist on Android. > > Swiping is such a normal behavior on mobile, I'd like to see an easier method > in LC to accomodate all this. > > > On 5/19/20 8:00 PM, scott--- via use-livecode wrote: >> You have probably already looked at these but here are (some of) t

Re: LC 9.6.0 RC1 Splash/Launch Images

2020-05-22 Thread scott--- via use-livecode
Hello Graham, In the Standalone Applications Settings do you have it set to build for iPad as well as iPhone? I’m not at all experienced with the new splash options or how the setting work together… just an idea. -- Scott > On May 22, 2020, at 1:25 PM, Graham Samuel via use-livecode > wrote:

Re: iOS builds ignore taps

2020-06-01 Thread scott--- via use-livecode
For me, when I run across this (and I have several times… including one just last week) it is almost always acceleratedRendering. I usually end up toggling it off and on and then all works fine. Sometimes I wrap code between these but sometimes I just put this at the end of the handler that in

Re: iOS builds ignore taps

2020-06-01 Thread scott--- via use-livecode
, I was completely at a loss. Thank you. > It seems like this needs a bug report but there's no consistent recipe that I > can find. > > > On 6/1/20 7:49 PM, scott--- via use-livecode wrote: >> For me, when I run across this (and I have several times… including one ju

Re: iOS builds ignore taps

2020-06-01 Thread scott--- via use-livecode
creen with visual effect, I could briefly see the selection on some radio buttons change. — Scott > On Jun 1, 2020, at 10:34 PM, scott--- via use-livecode > wrote: > > I don’t use fullscreenMode. Is acceleratedRendering a default requirement of > fullscreenMode? > > I’

Re: iOS builds ignore taps

2020-06-02 Thread scott--- via use-livecode
I haven’t found that using touch messages instead of mouse messages makes any difference. -- Scott > On Jun 1, 2020, at 1:19 PM, matthias rebbe via use-livecode > wrote: > > > I am not sure if this will solve your problem, but did you try the touch > messages instead? > > Matthias > > >>

Re: iOS builds ignore taps

2020-06-02 Thread scott--- via use-livecode
Hello Randy, Adjusting the compositorCacheLimit (instead of toggling the acceleratedRendering) also seems to fix my most recent encounter. It is good to have work-arounds but frustrating to have the issue crop up. — Scott > On Jun 2, 2020, at 5:20 AM, Randy Hengst via use-livecode > wrote: >

Re: iOS builds ignore taps

2020-06-02 Thread scott--- via use-livecode
their layerModes to “scrolling” now makes it so the acceleratedRendering doesn’t need to be fiddled with in order for other objects to display correctly. — Scott > On Jun 2, 2020, at 5:55 PM, scott--- via use-livecode > wrote: > > Hello Randy, > > Adjusting the compositorCach

Re: iOS builds ignore taps

2020-06-02 Thread scott--- via use-livecode
orCacheLimit? > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On June 2, 2020 7:57:58 PM scott--- via use-livecode > wrote: > >> Hello Randy, >> >> Adjusting the compositorCacheLimit (instead of toggling

Re: iOS builds ignore taps

2020-06-02 Thread scott--- via use-livecode
ode, so I'm not sure how > acceleratedRendering could affect them. But it does bring the app to a > screeching halt. I wish I had a recipe. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On June 2, 2020 8:35:

Re: Animation Engine: speed tips

2020-06-30 Thread scott--- via use-livecode
Alex, Eagerly awaiting news of your progress! — Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-800-615-0867 -- > On Jun 30, 2020, at

Re: text to speech android

2020-07-19 Thread scott--- via use-livecode
I notice that although speechGetVoices() provides names that begin with an uppercase letter speechSetVoice() appears to require the name be lowercase for it to work reliably. LC 9.6.0 Mac Mojave — Scott Morrow > On Jul 19, 2020, at 9:00 AM, matthias rebbe via use-livecode > wrote: > > H

Re: text to speech android

2020-07-19 Thread scott--- via use-livecode
Ack! with the exception of “Victoria” which seems to require an Uppercase first letter. (utter chaos) > On Jul 19, 2020, at 7:44 PM, scott--- via use-livecode > wrote: > > I notice that although speechGetVoices() provides names that begin with an > uppercase letter &

Re: Object naming

2020-07-28 Thread scott--- via use-livecode
So Alex, the takeaway here seems to be that once you name your child objects… “now it’s too late.” While reading this out aloud, I taught my classes of 2nd and 3rd graders to say, “Noo” after the second line. And I usually paused to let the class finish Oliver Boliver’s name. — Scott Morro

Google Play SDK problem

2020-07-29 Thread scott--- via use-livecode
I have an app (Windows, Mac, iOS and Android… thank you LC!) that is aimed at children. It does not contain advertising. I recently submitted an update to Google Play and although it was accepted into the store a few weeks ago, today I received the notice below. I am suspicious that this is not

Re: Google Play SDK problem

2020-07-30 Thread scott--- via use-livecode
code > wrote: > > Yes, that was what i was thinking too. Else it would not get into the > standalone. > > Op 30-7-2020 om 19:18 schreef J. Landman Gay via use-livecode: >> I've never seen that. Did you accidentally tick the ads checkbox in >> standalone settings? >

Re: Google Play SDK problem

2020-07-30 Thread scott--- via use-livecode
d. > > Kind regards, > Jerry > > Op vr 31 jul. 2020 00:21 schreef scott--- via use-livecode < > use-livecode@lists.runrev.com>: > >> Thank you for your thoughts. I don’t think the ad checkbox would have been >> checked. (It isn’t checked now and since I was o

Re: Google Play SDK problem

2020-07-31 Thread scott--- via use-livecode
Awesome news! — Scott Morrow Elementary Software > On Jul 31, 2020, at 9:06 AM, Mark Waddingham via use-livecode > wrote: > > On 2020-07-31 16:25, Mark Wieder via use-livecode wrote: >> On 7/30/20 10:32 PM, JeeJeeStudio via use-livecode wrote: >> Looks like the fix is on the way for 9.6.1. Qui

Re: iOS Profiles not seen by LC - what to do?

2020-08-01 Thread scott--- via use-livecode
Hello Graham, Have you pointed LiveCode at your copy of Xcode? (Livecode -> Preferences -> Mobile Support ) — Scott Morrow > On Aug 1, 2020, at 11:04 AM, Graham Samuel via use-livecode > wrote: > > I’m coming back to iOS development after quite a long time and I’m using a > different Mac to

Re: Odd Files in an Android apk

2020-08-04 Thread scott--- via use-livecode
Hmm… I saw a reduction of a few MB (which was nice!) but nothing like what you got. — Scott Morrow > On Aug 4, 2020, at 3:42 PM, J. Landman Gay via use-livecode > wrote: > > Wow. I just built an update to an Android app with LC 9.6.1rc2 and the size > went from 47MB to 21MB. > > Nice. > > O

Re: Has anyone created a specialised mobile keyboard?

2020-08-05 Thread scott--- via use-livecode
Hello Graham, I agree that using a built in native keyboard is the best solution… if it does what you need. I have an app where the native keyboard (numeric keypad in this case) presented enough distractions of its own that I ended up rolling my own in a later version of the app. For my particu

Re: Layers in PBrowser

2020-08-12 Thread scott--- via use-livecode
When I need to move something between nested groups I often (after making a backup) cut what I want to move and then edit the group I want to move it to so that I can paste into it. I’m not suggesting this as something others should adopt, just pointing out that there seems to be a number of wa

Re: Mouse messages in scrollers

2020-09-15 Thread scott--- via use-livecode
e contentRect the same width as the group. Mouse > messages pass through to LC automatically, which is good because the above > two settings don't exist on Android. > > Swiping is such a normal behavior on mobile, I'd like to see an easier method > in LC to accomodate a

Re: Mouse messages in scrollers

2020-09-20 Thread scott--- via use-livecode
the email got lost in a barrage for a while. > > > On 9/15/20 8:30 PM, scott--- via use-livecode wrote: >> on mobile (just iOS at the moment) I’m trying to not only register a >> horizontal swipe in a UIScroller but to calculate the line in the field >> under the sc

formattedHeight formattedWidth on android

2020-09-20 Thread scott--- via use-livecode
I’ve recently run into what feels like a bug with formattedWidth and formattedHeight of a field in android. I’m attempting to maximize (without clipping) the textSize of a string in a fixed-size field. I have code that works reliably in the IDE and on iOS but not on android. My use case seems to

Re: Mouse messages in scrollers

2020-09-20 Thread scott--- via use-livecode
Ack! I replied without fully grokking what you wrote. I will revisit this and look at storing them on mouseDown. Thank you! — Scott > On Sep 20, 2020, at 7:00 PM, scott--- via use-livecode > wrote: > > Unfortunately, I did not make any further progress on this one. Stumped. >

Re: formattedHeight formattedWidth on android

2020-09-21 Thread scott--- via use-livecode
Hmm… Well now I can’t reproduce the issue that consumed a fair number of hours yesterday. Which, (with the exception of lost hours) is a very good thing. — Scott Morrow > On Sep 20, 2020, at 7:11 PM, scott--- via use-livecode > wrote: > > I’ve recently run into what feels lik

Re: Converting from unicode to ASCII

2020-09-23 Thread scott--- via use-livecode
What about just converting to UTF8. Wouldn’t that coerce it into ASCII? — Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com > On Sep 22, 2020, at 3:48 PM, J. Landman Gay via use-livecode > wrote: > >

included inclusions

2020-09-25 Thread scott--- via use-livecode
If I have an inclusion selected in the standalone builder that only targets one operating system… and then build for an OS that can't use that inclusion, is the inclusion left out of the build or might it just be taking up space. Or does it depend on the specific inclusion as to how this is hand

Android Status Bar

2020-10-12 Thread scott--- via use-livecode
I seem able to hide or show the Android status bar using the radio button in the Standalone Application Settings. I don’t seem able to to this on the fly using mobileHideStatusBar or mobileShowStatusBar once the app is running. Dictionary: "mobileHideStatusBar does not have any eff

Re: Android Status Bar

2020-10-12 Thread scott--- via use-livecode
> Virtually all Android devices use these "soft buttons" now. > > I could be wrong but I've never seen those buttons at the top of the screen > in the status bar area. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | ht

Re: Android Status Bar

2020-10-12 Thread scott--- via use-livecode
bar. Checking the launcher app settings, it > does have the status bar set to hidden. So based on that, just use the > hidden option and show the status bar as required while inside the app. > > Sent from my iPad > >> On Oct 12, 2020, at 9:19 PM, scott--- via use-livecod

Re: iOS Emoji keyboard does not print to PDF?!

2020-10-25 Thread scott--- via use-livecode
I think that emojis not rendering to PDF has been a longstanding issue… and I thought that I had filed a bug report on this but looking at bugzilla, I failed to find it. (sigh). I have code in two of my apps that alert the user, should PDF creation fail, that they should remove emojis from their

Re: How to divide card with/in 3 vertical lines?

2020-10-28 Thread scott--- via use-livecode
When you say "almost perfect but not quite” what exactly are you meaning? —Scott > On Oct 28, 2020, at 11:04 AM, William de Smet via use-livecode > wrote: > > Hi there, > > I need 3 vertical lines in my iOS app with equal distance and from top to > bottom. > So I use the script below. It is a

Re: Updated NotarizeHelperStack now with entitlements support

2020-11-02 Thread scott--- via use-livecode
Awesome. That stack is SO helpful! Thank you. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-360-734-4701 -- > On Nov 2, 2020, a

Re: Plotting Equations that Bifurcate

2020-11-04 Thread scott--- via use-livecode
I assume the expanded version will be called SedanDeGraph. — Scott > On Nov 4, 2020, at 10:09 AM, Roger Guay via use-livecode > wrote: > > Hi Alex, > > Thanks for your continued interest in my little project. I have succeeded in > implementing a multiple polygon approach, but it ain’t elegant

Standardizing codepoints

2020-11-15 Thread scott--- via use-livecode
I’m a little over my head in this area so I may not be describing this quite right… Some unicode glyphs seem to be describable with different (arrangements of) codepoints. Is it possible to coerce the glyph to be described in a “standard” way? -- Scott Morrow Elementary Software (Now with 20

Re: Standardizing codepoints

2020-11-17 Thread scott--- via use-livecode
t; Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On November 15, 2020 4:17:14 AM scott--- via use-livecode > wrote: > >> I’m a little over my head in this area so I may not be describing this quite >> right… >&

Re: Design Question

2020-11-17 Thread scott--- via use-livecode
For getting it FROM the student, why not just use a livecode stack file. It could contain everything and be highly editable. For returning it TO the student you could use a pdf. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email

Re: iOS Emoji keyboard does not print to PDF?!

2020-11-25 Thread scott--- via use-livecode
t; > > Op ma 26 okt. 2020 om 03:57 schreef scott--- via use-livecode < > use-livecode@lists.runrev.com>: > >> I think that emojis not rendering to PDF has been a longstanding issue… >> and I thought that I had filed a bug report on this but looking at >> bugzill

Re: Some sad news

2020-12-04 Thread scott--- via use-livecode
Heather, thank you for making us aware of Hermann’s passing. I find his work amazing and so very inspiring. Your announcement helps make this a richer community. — Scott Morrow Elementary Software > On Dec 4, 2020, at 4:07 AM, Heather Laine via use-livecode > wrote: > > Dear List Folks, > >

Android Keystore signing problem

2020-12-20 Thread scott--- via use-livecode
When trying to create an update for an app on Google Play I am getting this message when attempting to create the standalone .apk. "There was an error while saving the standalone application signing failed - Certificate chain not found for: . must reference a valid KeyStore key entry containi

Re: Android Keystore signing problem

2020-12-21 Thread scott--- via use-livecode
h to the file is correct. The error sounds > like LC can't find it. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | > http://www.hyperactivesw.com On December 20, 2020 7:07:05 PM scott--- via > use-livecode wrote: > >> When trying to c

Re: Android Keystore signing problem

2020-12-21 Thread scott--- via use-livecode
ect. The error sounds > like LC can't find it. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | > http://www.hyperactivesw.com On December 20, 2020 7:07:05 PM scott--- via > use-livecode wrote: > >> When trying to create an upd

Re: Android Keystore signing problem

2020-12-22 Thread scott--- via use-livecode
se breakpoints won't be respected. > > Kind regards, > Panos > -- > > On Tue, 22 Dec 2020 at 02:20, scott--- via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hello All, >> >> I used edit the script of stack “revSaveAsAndroidSta

Re: LC Roadmap

2021-02-15 Thread scott--- via use-livecode
One-click-wonder is right… especially if you use DropDMG to create custom disk images! -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-360-734-4701 -

tsNet FTP help

2021-03-02 Thread scott--- via use-livecode
Hello Folks (Matthias?), I am trying to use tsNet to upload a file to my mHost account. Although the lesson seemed very straight forward, I am not making any headway. I am using LC 9.6.2 (rc 2) Business, OSX 11.2.

Re: tsNet FTP help

2021-03-02 Thread scott--- via use-livecode
d help: > > https://lessons.livecode.com/m/4071/l/857714-how-to-use-tsnet-to-connect-to-an-ftp-server-over-ssl-ftps > > Regards, > > Charles > >> On 3 Mar 2021, at 11:42 am, scott--- via use-livecode >> wrote: >> >> Hello Folks (Matthias?),

Re: LC Server - Check for Screen size?

2021-03-22 Thread scott--- via use-livecode
Matthias, thank you so much for the complete solution. I’m such a beginner with LC server (and not even a beginner at JS) that your explanation was what I needed. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@element

Re: [ANN] This Week in LiveCode 259

2021-03-23 Thread scott--- via use-livecode
I finished reading Andre’s book last night. Always happy to read his musings about Livecode development! -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-360-734-4701 ---

Re: [ANN] This Week in LiveCode 259

2021-03-23 Thread scott--- via use-livecode
y | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On March 23, 2021 7:08:59 PM scott--- via use-livecode > wrote: > >> I finished reading Andre’s book last night. Always happy to read his musings >> about Livecode development! >>

name of web page

2021-03-25 Thread scott--- via use-livecode
When using livecode server scripting inside the html of a web page, is there a way to determine the file name of that .lc web page (using livecode scripting)? -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementaryso

Re: name of web page

2021-03-25 Thread scott--- via use-livecode
the name of the lc script file including the complete path > e.g./home//public_html//scott/pagename.lc > > > > - > Matthias Rebbe > Life Is Too Short For Boring Code > >> Am 25.03.2021 um 21:01 schrieb scott--- via use-livecode >> : >>

Re: [bug] strange memory leak in LC

2021-03-26 Thread scott--- via use-livecode
I’m running Big Sur and just got a warning from the OS that I was out of application memory. Livecode was using 133.52 GB of memory. It had been open for a couple days but it wasn’t doing anything. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarys

Re: New(?) Idea for Standalones

2021-03-27 Thread scott--- via use-livecode
Roger, Yes, I believe it is on an individual app basis that occurs at the time the app is being first opened. — Scott > On Mar 27, 2021, at 4:15 PM, Roger Guay via use-livecode > wrote: > > Jacque, > > You always come thru with such great clarity and thoroughness. I remember > going thru thi

Re: New(?) Idea for Standalones

2021-03-28 Thread scott--- via use-livecode
Kelly is correct. While holding down the control key, click and hold (or right click) to get an additional menu allowing you to choose to open the app. — Scott > On Mar 27, 2021, at 8:33 PM, Dev via use-livecode > wrote: > > Roger > > On your wife’s machine - if you right click the app and c

Re: New(?) Idea for Standalones

2021-03-28 Thread scott--- via use-livecode
tacks, will have to jump through the increasingly ridiculous hoops that > Apple (and Windows?) place before us. OTH…. > > Ultimately, I really think that a LiveCodeLight app that runs stacks without > the IDE would be the best way to go to share stacks with friends, family and > coll

Re: New(?) Idea for Standalones

2021-03-29 Thread scott--- via use-livecode
Hello Roger, I made a standalone from an empty stack (and one button that does nothing.) It is 64 bit Mac. It is zipped. It isn’t in a DMG or any sort of installer. It is NOT code signed. I have been using this app to test how opening non-signed Mac Apps work. After (finally) opening the app I

Re: New(?) Idea for Standalones

2021-03-29 Thread scott--- via use-livecode
Oops, meant to send that off-list. — Scott > On Mar 29, 2021, at 3:33 PM, scott--- via use-livecode > wrote: > > Hello Roger, > > I made a standalone from an empty stack (and one button that does nothing.) > It is 64 bit Mac. It is zipped. It isn’t in a DMG or any sor

Re: New(?) Idea for Standalones

2021-03-29 Thread scott--- via use-livecode
That symbol probably means it was compiled to run on an older (Motorola ?) processor… similar to what happens if you have a 32 bit app on Big Sur. — Scott > On Mar 29, 2021, at 3:29 PM, Alex Tweedly via use-livecode > wrote: > > > On 29/03/2021 22:11, Roger Guay via use-livecode wrote: >> Tha

Re: mouseenter/mouseleave and pointer tool

2021-03-29 Thread scott--- via use-livecode
I DO remember SuperEdit. So fast! But it was a completely “dead” development environment. You had to leave it in order to get any messages, IIRC. — Scott > On Mar 29, 2021, at 4:26 PM, Jim Lambert via use-livecode > wrote: > >> Paul wrote: >> >> This is not a bug, but a feature. Our app co

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread scott--- via use-livecode
In the video, when you switch tools between Browse and Pointer your cursor does not change to reflect this. Not sure whether this visual anomaly is actually happening on your system or if your cursor is being altered by the video screen capture software. Putting the answer dialog inside the mo

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread scott--- via use-livecode
Matthias, when I didn’t see you at the Zoom “coffee break” during Panos' Livecode Advanced course (on just this topic) I assumed that it was because you were using that time to create such a tool. :- ) — Scott > On Mar 31, 2021, at 9:48 AM, matthias rebbe via use-livecode > wrote: > > Thank

Re: IOS required SDK

2021-04-23 Thread scott--- via use-livecode
I did it the other way around (just last month!) I set up a VM (Parallels) for running Catalina for older 32 bit apps. I was primarily trying to get my older Adobe CS6 apps to work… though even with all the original disks (and a drive), reinstalling ancient apps turned out to be more problematic

App fails to launch after code signing

2021-04-25 Thread scott--- via use-livecode
I have created a standalone Mac app. It launches and works as expected. The problem is that after code signing it (though it throws a few errors they seem to all be ones that are generally regarded as bogus error messages) the app fails to launch. It reports success for code signing, notarizat

Re: App fails to launch after code signing

2021-04-25 Thread scott--- via use-livecode
I just tried building the app using LC 9.5.1 (business) rather than 9.6.2 (rc 5) which is what I had been using. And it worked… which is great but I have no idea why. — Scott > On Apr 25, 2021, at 1:04 AM, scott--- via use-livecode > wrote: > > I have created a standalone

Re: App fails to launch after code signing

2021-04-25 Thread scott--- via use-livecode
ion on livecode’s bug reporter site: > > > https://quality.livecode.com/show_bug.cgi?id=23176 > > Sent from my iPhone > > On 25 Apr 2021, at 11:38, scott--- via use-livecode > wrote: > > I just tried building the app using LC 9.5.1 (business) rather than 9.6

Re: App fails to launch after code signing

2021-04-25 Thread scott--- via use-livecode
;> On Apr 25, 2021, at 4:44 PM, scott--- via use-livecode >> wrote: >> >> Thanks for that pointer, Phil. It is suggestive of where I should start >> digging first. >> >> — >> Scott >> >>> On Apr 25, 2021, at 6:43 AM, Jimmieson, Phil vi

Re: Close & remove from memory - Engine hang

2021-05-07 Thread scott--- via use-livecode
Paypal account or not, if Matthias is a bot we need to figure out how to spawn more instances. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-360-734-4701 -

Re: 9.6.0 simulator issue

2021-05-09 Thread scott--- via use-livecode
Paul, I have taken to doing exactly what you describe. Additionally, I am in the habit of waiting for the iOS simulator to load before I even launch LiveCode… though this step may be superstition. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysof

Re: What happened to mobilePickDate ??

2021-06-16 Thread scott--- via use-livecode
On my iPhone 12 the initial date/time appears so far at the bottom of the screen it is partially covered by the Home Indicator. Agreed that this position… or needing to tap the tiny date/time at the bottom of the screen at all, is now incorrect. I wonder if this is caused by a recent change in

Re: What happened to mobilePickDate ??

2021-06-16 Thread scott--- via use-livecode
I forgot to include this link to a brief discussion of the changed date picker in iOS 14 https://blog.prototypr.io/dear-product-designers-this-is-new-in-ios-14-e70035083cc -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc.

Re: MouseDoubleUp in a datagrid

2021-07-09 Thread scott--- via use-livecode
Hello Bob, Using Martin’s idea I put this into a frontScript and it allowed the “mouseDoubleUp” to get caught. (Make sure you are referencing the correct dataGrid… this script is specific to "DataGrid 1") on selectionChanged if ("DataGrid 1" is in the target) then wait 5 millisec with

Re: First LC engine in 64bit?

2021-07-24 Thread scott--- via use-livecode
LiveCode 8.0 allowed building a 64 bit standalone (with some audio recording and video capture limits) > On Jul 24, 2021, at 1:50 PM, JeeJeeStudio via use-livecode > wrote: > > Hallo mein freund, > > > according the downloads page 9.5.0. > > > Groetjes! > > Jerry (Sphere) > > > Op 24-7

  1   2   3   >