Re: Help with Linux app built with LC on Mac

2025-01-15 Thread Martin Koob via use-livecode
Hi Paul I wonder if you would have a better experience using Docker https://www.docker.com/ to set up a container running Linux on your Mac to do your testing. I am no expert on Docker and less so on Linux. I have used Docker to run a web service locally on my Mac to test cmi5 packages for co

Re: Help with Linux app built with LC on Mac

2025-01-14 Thread Paul - Livecode via use-livecode
Just a quick follow up for anyone following or interested in this issue. Apparently the problem is caused by Parallels on Apple M series devices are running Linux on an ARM platform, so there is no emulator for the x86 commands, it is just a processor compatibility issue. Linux on ARM is a rela

Re: Help with Linux app built with LC on Mac

2025-01-11 Thread Paul - Livecode via use-livecode
tecture matches, and verifying file permissions can help resolve the issue. Thank you everyone for your help, I’ve learned a little more about Linux now. I’ll send this back to LC for their input. Paul > On Jan 5, 2025, at 07:14, Martin Baxter via use-livecode > wrote: > > Hi Paul &

Re: Help with Linux app built with LC on Mac

2025-01-05 Thread Martin Baxter via use-livecode
Hi Paul 1 Does the application have executable permission on linux? 2 If it does, the issue might perhaps be missing dependencies check on the linux command line: ldd that will return a list of libraries on which the app depends and the path to them, you would need to install any that are no

Re: Help with Linux app built with LC on Mac

2025-01-02 Thread Paul - Livecode via use-livecode
Hi Tom, thanks for the suggestion. No, there is no browser in the app, it is just a simple app for manipulating and editing specific CSV files. It does use quite a few modern widget controls though, mainly a Polygrid and a few Powerbuttons. Although I also tested a very simple hello world app, a

Re: Help with Linux app built with LC on Mac

2025-01-01 Thread Tom Glod via use-livecode
Hi Paul, does your app have a browser in it ? if so, you need to build the linux build on a linux box. Perhaps this is true for some of the other necessary inclusions. Thats the only experience I've had with working linux builds vs not working. Let us know if you figure it out. On Tue, Dec 31, 2

Help with Linux app built with LC on Mac

2024-12-31 Thread Paul - Livecode via use-livecode
Hi everyone, I’ve been a long-time list member, but never really felt the need to ask for advice until now. I’ve just built a small app using LC 9.6.13 and built standalones for Mac, Windows, and Linux, which I may look at distributing once all testing is done. I’m using a MacBook Pro M2 for

Help converting python one-liner...

2024-04-25 Thread Niggemann, Bernd via use-livecode
Hi David, Are you sure that sImage contains the data you want? What happens if instead of: put url imageUrl into sImage you do: put url("binfile:" & imageURL) into sImage Kind regards Bernd ___ use-livecode mailing list use-livecode@lists.runrev

Re: Help converting python one-liner...

2024-04-25 Thread Bob Sneidar via use-livecode
Well the good news (I suppose) is that base64Decode seems to ignore the carriage returns in the encoded string. The bad news (for me) is that it means my intermittence issue had nothing to do with the carriage returns. Bob S > On Apr 25, 2024, at 8:09 AM, Bob Sneidar via use-livecode > wrot

Re: Help converting python one-liner...

2024-04-25 Thread Bob Sneidar via use-livecode
x.get(image1_url).content).decode("utf-8") >>>> >>>> When I try to follow the logic in Livecode I get: >>>> >>>> put url imageUrl into sImage >>>> put base64Encode (sImage) into base64Image >>>> put textDecode (base64Imag

Re: Help converting python one-liner...

2024-04-25 Thread Andreas Bergendal via use-livecode
l into sImage > > > put base64Encode (sImage) into base64Image > > > put textDecode (base64Image, "UTF-8") into encodedImageData > > > > > > However the api complains that the image is not encoded properly. > Adding > > or > > > rem

Re: Help converting python one-liner...

2024-04-24 Thread Paul Dupuis via use-livecode
;) into encodedImageData However the api complains that the image is not encoded properly. Adding or removing the "textDecode" step does not help. Any thoughts? This is just a guess, but I thing your last line needs to be: put textEncode(base64Image,"UTF-8") into

Re: Help converting python one-liner...

2024-04-24 Thread David Bovill via use-livecode
> > put url imageUrl into sImage > > put base64Encode (sImage) into base64Image > > put textDecode (base64Image, "UTF-8") into encodedImageData > > > > However the api complains that the image is not encoded properly. Adding > or > > removing the "textD

Re: Help converting python one-liner...

2024-04-24 Thread Paul Dupuis via use-livecode
y to follow the logic in Livecode I get: put url imageUrl into sImage put base64Encode (sImage) into base64Image put textDecode (base64Image, "UTF-8") into encodedImageData However the api complains that the image is not encoded properly. Adding or removing the "textDecode&quo

Help converting python one-liner...

2024-04-24 Thread David Bovill via use-livecode
into sImage put base64Encode (sImage) into base64Image put textDecode (base64Image, "UTF-8") into encodedImageData However the api complains that the image is not encoded properly. Adding or removing the "textDecode" step does not help. Any thoughts? _

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread matthias rebbe via use-livecode
It was the last question... ;) > Am 31.10.2022 um 20:40 schrieb Mark Wieder via use-livecode > : > > On 10/31/22 11:36, matthias rebbe via use-livecode wrote: > >> I do not understand what they are asking me. I really don't get it. >> The question is: >> Please select the option that best def

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread Bob Sneidar via use-livecode
I feel the same way about surveys. I will answer short surveys, but the really long ones are I think a mechanism invented by upper management to get their customers to do their jobs for them. Bob S On Oct 31, 2022, at 12:40 , Mark Wieder via use-livecode mailto:use-livecode@lists.runrev.com>>

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread Martin Koob via use-livecode
Hi Also the question implies that there are a number of options to pick one from in the survey which means in LiveCode programming terms it would be a radio button) Are there options listed with the question? Martin > On Oct 31, 2022, at 2:36 PM, matthias rebbe via use-livecode > wrote:

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread Mark Wieder via use-livecode
On 10/31/22 11:36, matthias rebbe via use-livecode wrote: I do not understand what they are asking me. I really don't get it. The question is: Please select the option that best defines your user persona of FastSpring's services. Yeah. I get the impression that whoever wrote that question wa

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread Richard Gaskin via use-livecode
Matthias wrote: > Now i am stumbling over a question i do not understand and Google > Translate is also not of great help. > What exactly does this question mean? Could someone on this list > please help and describe it with own words? > I do not understand what they are aski

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread matthias rebbe via use-livecode
matthias rebbe via use-livecode >> wrote: >> >> Hi, >> >> i am selling my software through Fastspring. From time to time i get an >> invitation to answer a survey. Because i am very satisfied with Fastspring i >> am always happy to answer their

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread Keith Clarke via use-livecode
ied with Fastspring i > am always happy to answer their surveys. > > Now i am stumbling over a question i do not understand and Google Translate > is also not of great help. > What exactly does this question mean? Could someone on this list please help > and describe it with own w

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread Keith Martin via use-livecode
Hi Matthias, > The question is: > Please select the option that best defines your user persona of FastSpring's > services. This isn’t a very well constructed English sentence, so the meaning is a little up to interpretation. In this kind of apparent context a user persona could refer to someon

Really OT, but i need the help of native English speakers

2022-10-31 Thread matthias rebbe via use-livecode
help. What exactly does this question mean? Could someone on this list please help and describe it with own words? I do not understand what they are asking me. I really don't get it. The question is: Please select the option that best defines your user persona of FastSpring's services.

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread KOOB via use-livecode
lly via use-livecode < >>> use-livecode@lists.runrev.com> wrote: >>> >>>> Same here, I couldn’t get oAuth working for Intelligent Office in LC but >>>> using the same credentials it worked ok through Postman… >>>> -- >>>> C

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread KOOB via use-livecode
et oAuth working for Intelligent Office in LC but >>> using the same credentials it worked ok through Postman… >>> -- >>> Colin Kelly >>> M 07951 920680 >>> From: use-livecode on behalf of >>> Andrew at MidWest Coast Media via use-livecode <

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread Sean Cole (Pi) via use-livecode
redentials it worked ok through Postman… > >> > >> -- > >> Colin Kelly > >> M 07951 920680 > >> > >> > >> From: use-livecode on behalf of > >> Andrew at MidWest Coast Media via use-livecode < > >> use-livecode

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread matthias rebbe via use-livecode
Media via use-livecode < >> use-livecode@lists.runrev.com> >> Reply to: How to use LiveCode >> Date: Friday, 11 June 2021 at 17:13 >> To: "use-livecode@lists.runrev.com" >> Cc: Andrew at MidWest Coast Media >> Subject: Re: Collaborative help request

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Sean Cole (Pi) via use-livecode
June 2021 at 17:13 > To: "use-livecode@lists.runrev.com" > Cc: Andrew at MidWest Coast Media > Subject: Re: Collaborative help request for oAuth2 access to DocuSign > > I was never able to get oAuth working for Canvas LMS even though the same > workflow worked on Po

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Colin Kelly via use-livecode
2021 at 17:13 To: "use-livecode@lists.runrev.com" Cc: Andrew at MidWest Coast Media Subject: Re: Collaborative help request for oAuth2 access to DocuSign I was never able to get oAuth working for Canvas LMS even though the same workflow worked on Postman. —Andrew Bell S

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Andrew at MidWest Coast Media via use-livecode
I was never able to get oAuth working for Canvas LMS even though the same workflow worked on Postman. —Andrew Bell > > Subject: Re: Collaborative help request for oAuth2 access to DocuSign > > I?ve still not been able to make any headway with getting oAuth to work for > DocuSi

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Pi Digital via use-livecode
"lctestaccount" into tPass // Docusign test account >>>> -- >>>> if sDocuSignAuth is empty then >>>>OAuth2 tAuthURL, tTokenURL, tClientID, tClientSecret, tScopes, >>>> "58081", tParamsA >>>>put the result &cr

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread Pi Digital via use-livecode
L, tClientID, tClientSecret, tScopes, >>> "58081", tParamsA >>>put the result &cr& it >>>if the result is not empty then >>> return "Not authorized!" for error >>>else >>> put it into sDocuSignAuth

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread matthias rebbe via use-livecode
Not authorized!" for error >> else >>put it into sDocuSignAuth >> end if >> end if >> end es_DocuSignTest >> // >> >> You can log in to the DocuSign account using those credentials if you feel >> the need. >> >> As

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread matthias rebbe via use-livecode
uth > end if > end if > end es_DocuSignTest > // > > You can log in to the DocuSign account using those credentials if you feel > the need. > > As you will find when you try the code, the oAuth window comes up, you log > in, but it never responds

Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread Sean Cole (Pi) via use-livecode
l the need. As you will find when you try the code, the oAuth window comes up, you log in, but it never responds with the Token or the redirect uri. So I don't know what I'm missing or how to fix it. Perhaps by getting this one sorted out we can have a definitive method for any API

Re: Help! I'm stuck

2021-04-08 Thread William Prothero via use-livecode
a different (linked) app to do the build. Also, if there is a separate app, why couldn’t it take care of a lot of the mystery of notarizing, adding certificates, etc, at the same time? That would be a huge help. Maybe it could even include an installer. Yikes, I would even pay a bit for that

Re: Help! I'm stuck

2021-04-08 Thread Sean Cole (Pi) via use-livecode
That **would** be good. I see what you mean. On Thu, 8 Apr 2021 at 18:36, Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > It would be a separate application, but would still be called from the IDE > like today. One difference is that as a separate process it would not > d

Re: Help! I'm stuck

2021-04-08 Thread Brian Milby via use-livecode
It would be a separate application, but would still be called from the IDE like today. One difference is that as a separate process it would not disrupt the current session inside the IDE. Sent from my iPhone > On Apr 8, 2021, at 1:21 PM, Sean Cole (Pi) via use-livecode > wrote: > > Hi Ric

Re: Help! I'm stuck

2021-04-08 Thread Sean Cole (Pi) via use-livecode
Hi Richard, When you say a separate process, do you mean have the standalone builder as a separate application from the IDE? Why could it not be accomplished in the IDE where it is more convenient? Handling it within the IDE process was fine as long as the only thing > the Standalone Builder did

Re: Help! I'm stuck

2021-04-08 Thread Richard Gaskin via use-livecode
Standalone building needs to be moved to a separate process. Handling it within the IDE process was fine as long as the only thing the Standalone Builder did was bind a copy of the engine to a copy of the stack file. But today, building a standalone means deep modifications to the stack file

Re: Help! I'm stuck

2021-04-07 Thread Sean Cole (Pi) via use-livecode
On Wed, 7 Apr 2021 at 19:27, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > A good compromise would be providing a checkbox in standalone settings > where we can decide > whether we want to preserve local variables or not. If we don't care, the > SB should go ahead > and

Re: Help! I'm stuck

2021-04-07 Thread Bob Sneidar via use-livecode
+1 > On Apr 7, 2021, at 11:27 , J. Landman Gay via use-livecode > wrote: > > On 4/7/21 12:03 PM, Curry Kenworthy via use-livecode wrote: >> The problems introduced were far more numerous than those "fixed." > > A good compromise would be providing a checkbox in standalone settings where > we

Re: Help! I'm stuck

2021-04-07 Thread J. Landman Gay via use-livecode
On 4/7/21 12:03 PM, Curry Kenworthy via use-livecode wrote: The problems introduced were far more numerous than those "fixed." A good compromise would be providing a checkbox in standalone settings where we can decide whether we want to preserve local variables or not. If we don't care, the SB

Re: Help! I'm stuck

2021-04-07 Thread William Prothero via use-livecode
Ralph and Curry: Fortunately, I took a break for a week before trying your solutions. For someone who doesn’t do this every day, it is a confusing mess and I suppose that somewhere there is an explanation in the help files of what to do, but my cursory searches didn’t find anything for such a

RE: Help! I'm stuck

2021-04-07 Thread Ralph DiMola via use-livecode
-livecode-boun...@lists.runrev.com] On Behalf Of Curry Kenworthy via use-livecode Sent: Wednesday, April 07, 2021 1:03 PM To: use-livecode@lists.runrev.com Cc: Curry Kenworthy Subject: Re: Help! I'm stuck Jacqueline: > It's not a bug, it was intentionally introduced to allow a couple

Re: Help! I'm stuck

2021-04-07 Thread Curry Kenworthy via use-livecode
Jacqueline: > It's not a bug, it was intentionally introduced to allow a couple > of features, like retaining script local variables after a build. > Given the amount of extra scripting to work around it for existing > stacks, I think it may have introduced more problems than it tried > to cure

Re: Help! I'm stuck

2021-04-05 Thread William Prothero via use-livecode
Hot Dang! It built the App. Sean and Jacqueline, you made my day! Thanks! Bill > On Apr 4, 2021, at 6:08 AM, Sean Cole (Pi) via use-livecode > wrote: > > You can also turn off messages and errors from the Toolbar before you > build. This should prevent any pre/open or pre/close scripts from ru

Re: Help! I'm stuck

2021-04-05 Thread William Prothero via use-livecode
Thanks so much, Sean and Jacqueline! I’ll try that. Bill > On Apr 4, 2021, at 9:04 AM, J. Landman Gay via use-livecode > wrote: > > It's not a bug, it was intentionally introduced to allow a couple of > features, like retaining script local variables after a build. Given the > amount of extra

Re: Help! I'm stuck

2021-04-04 Thread J. Landman Gay via use-livecode
It's not a bug, it was intentionally introduced to allow a couple of features, like retaining script local variables after a build. Given the amount of extra scripting to work around it for existing stacks, I think it may have introduced more problems than it tried to cure. I did try turning o

Re: Help! I'm stuck

2021-04-04 Thread Sean Cole (Pi) via use-livecode
You can also turn off messages and errors from the Toolbar before you build. This should prevent any pre/open or pre/close scripts from running. And make sure all inspectors, message box and project browser are closed too as well as any windows/stacks other than your main stack. Sean On Sun, 4 Ap

Re: Help! I'm stuck

2021-04-04 Thread Sean Cole (Pi) via use-livecode
ResolveID is referring to the stack, card and object IDs to tie it to your breakpoints. Focus on your main stack. In the Development menu bar, choose Clear All Breakpoints. It’s a good idea to do this every time before a main standalone build. So, Delete all your breakpoints. Then resave. (Close

Re: Help! I'm stuck

2021-04-03 Thread William Prothero via use-livecode
Matthias, or anybody: I got side-tracked but am back to needing to build this standalone and guess what the error message from the builder means. This build problem has been known for some time, as Matthias kindly notified me. My question is:Is it possible to tell what stacks are causing the pr

Re: Help with androidStartAudioPlayingInBackground()

2021-03-29 Thread Derek Bump via use-livecode
That did the trick, thank you. On 3/28/21 2:08 PM, J. Landman Gay via use-livecode wrote: I've seen similar issues when trying to read other file types from the resources folder in an Android standalone. Try copying the file to specialFolderPath("documents") and play it from there. It's likely

Re: Help with androidStartAudioPlayingInBackground()

2021-03-28 Thread J. Landman Gay via use-livecode
I've seen similar issues when trying to read other file types from the resources folder in an Android standalone. Try copying the file to specialFolderPath("documents") and play it from there. It's likely a permissions problem that I wish didn't exist. On 3/28/21 1:24 PM, Derek Bump via use-liv

Help with androidStartAudioPlayingInBackground()

2021-03-28 Thread Derek Bump via use-livecode
Hello Everyone, I was wondering if anyone has insight into the usage of "androidStartAudioPlayingInBackground()", or can confirm that it works? I setup a test stack that attempts to play a public domain MP3 using the following script but nothing plays. I receive nothing from the function, an

Re: Help! I'm stuck

2021-03-20 Thread ELS Prothero via use-livecode
Thank you, Matthias! I’ll try that. Best, Bill William Prothero https://earthlearningsolutions.org > On Mar 20, 2021, at 1:39 PM, matthias rebbe via use-livecode > wrote: > > Bill, > > i've just checked the release notes of 9.0.x > The release notes of 9.0.2 contain updated information about

Re: Help! I'm stuck

2021-03-20 Thread matthias rebbe via use-livecode
Bill, i've just checked the release notes of 9.0.x The release notes of 9.0.2 contain updated information about this topic and an enhanced script example. opencard scripts should also be adjusted. https://downloads.livecode.com/livecode/9_0_2/LiveCodeNotes-9_0_2.pdf Please excuse me for pointin

Re: Help! I'm stuck

2021-03-20 Thread William Prothero via use-livecode
Matthias: I see that openstack and closestack messages are inhibited during application build, using: on closeStack if the mode of stack “revStandaloneProgress” > 0 then exit closeStack end if end So, before I start adding this to all openstack, closestack, script

Re: Help! I'm stuck

2021-03-19 Thread ELS Prothero via use-livecode
Thanks, Matthias, I’ll try it. Time for dinner, tho so it will be a bit. Bill William Prothero https://earthlearningsolutions.org > On Mar 19, 2021, at 5:47 PM, matthias rebbe via use-livecode > wrote: > > Another thing. I am not sure if your problems are also a result of the > following, bu

Re: Help! I'm stuck

2021-03-19 Thread matthias rebbe via use-livecode
Another thing. I am not sure if your problems are also a result of the following, but you could giv it a try. There was something changed in Standalonebuilder process starting in LC 9.0 or so to fix a problem. But this fix could cause other problems in some situation. While before that fix the

Re: Help! I'm stuck

2021-03-19 Thread ELS Prothero via use-livecode
Matthias, I know, I don’t think I’m using the remote debugger. I’m building a standalone app for the computer I’m developing on, so I wouldn’t need the remote debugger. I have some code that is never called...I wonder if that could cause problems. Of course, that is the situation for libs, so I

Re: Help! I'm stuck

2021-03-19 Thread matthias rebbe via use-livecode
Hi Bill, i am not an expert for that kind of error message. Too much numbers i do not know what they mean. The text in the error message mentions several time revdebugger. Are you including the RemoteDebugger to your standalone or do you have red breakpoints somewhere in the script which might

Re: Help! I'm stuck

2021-03-19 Thread ELS Prothero via use-livecode
Thanks, Bob, I tried it and got the same error message. Tnx, Bill William Prothero https://earthlearningsolutions.org > On Mar 19, 2021, at 4:10 PM, Bob Sneidar via use-livecode > wrote: > > Do you have a copy of 9.6.0? Try compiling with that. > > Bob S > > >> On Mar 19, 2021, at 4:03 PM

Re: Help! I'm stuck

2021-03-19 Thread Bob Sneidar via use-livecode
Do you have a copy of 9.6.0? Try compiling with that. Bob S > On Mar 19, 2021, at 4:03 PM, prothero--- via use-livecode > wrote: > > Folks: > I have a pretty complicated application, with numerous stacks and lib stacks. > I’m trying to build a stand-alone but after making a bunch of progres

Help! I'm stuck

2021-03-19 Thread prothero--- via use-livecode
Folks: I have a pretty complicated application, with numerous stacks and lib stacks. I’m trying to build a stand-alone but after making a bunch of progress dealing with obvious errors, the standalone builder gives me an error listing that I can’t figure out where to go from here. All of the stac

Re: tsNet FTP help

2021-03-02 Thread scott--- via use-livecode
part of the server response is your clue: > >> 421-Sorry, cleartext sessions and weak ciphers are not accepted on this >> server. >> 421 Please reconnect using TLS security mechanisms. > > You need to connect to the FTP server using SSL. The following LC lesson > shoul

Re: tsNet FTP help

2021-03-02 Thread Charles Warwick via use-livecode
Hi Scott, This part of the server response is your clue: > 421-Sorry, cleartext sessions and weak ciphers are not accepted on this > server. > 421 Please reconnect using TLS security mechanisms. You need to connect to the FTP server using SSL. The following LC lesson should hel

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: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Great, thank you very much Matthias :) I will file an enhancement request to make sure this behavior is documented in the dictionary entry of the screenrect. Kind regards, Panos -- On Mon, 19 Oct 2020 at 18:45, matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos,

Re: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
Hi Panos, my father in law came back earlier than expected. You were correct. The phone display was zoomed. I switched it back to "standard" and tested again. With "standard" the screenrect returns 0,0,414,736 Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 19.10.202

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Thanks Matthias, your help is much appreciated. Kind regards Panos On Mon, Oct 19, 2020, 18:35 matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > > - > Matthias Rebbe > Life Is Too Short For Boring Code > > > Am 19.10.2020 um 17:17 schrieb

Re: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 19.10.2020 um 17:17 schrieb panagiotis merakos via use-livecode > : > > Hmm I think I have found something - I had checked for this before - but in > the wrong place. > > @Matthias could you check if "Display Zoom" is enabled in your dev

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Hmm I think I have found something - I had checked for this before - but in the wrong place. @Matthias could you check if "Display Zoom" is enabled in your device? This is in Settings -> Display and Brightness and then scroll down and in the "Display Zoom" section, does it say "Standard" or "Zoo

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Hello Matthias, Thank you very much for testing. Hmm that's interesting. I forgot to mention that the affected iPhones 8+ are running iOS 14. The simulator we tested was running iOS 13.3. I am wondering if this is an iOS 14 issue. We are working on adding support for building with Xcode 12 / iOS

Re: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
Hi Panos, i just borrowed me an iphone 8 Plus. I can confirm that on the real device the screenrect returns 0,0,375,667 Tried with all 3 variations (ipad, ipod&iphone, ipod/iphone/ipad) and with iOS 10,11,12,13. iOS 14.01 Modell MQ8L2ZD/A Regards, - Matthias Rebbe Life Is Too Short For Bor

Re: Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Heh I wrote that msg in my phone while I was in a hurry, and I now see the auto-correct has changed a couple of things :) Corrections: * A LC user ... * ...and it works as expected for us Thank you :) Panos -- On Mon, 19 Oct 2020 at 14:58, panagiotis merakos wrote: > Hello folks, > > I LC u

Help needed :)

2020-10-19 Thread panagiotis merakos via use-livecode
Hello folks, I LC user (or in fact a couple of this user's clients) are experiencing a strange issue which we cannot reproduce, as we do not have the specific hardware. Long story short, "the screenrect" function returns for them incorrect values on an iPhone 8 Plus physical device. We have teste

Re: Help me understand infinity

2020-07-30 Thread Martin Koob via use-livecode
I thought that this was already released in LC 9.0.5 https://livecode-blogger.blogspot.com/2019/05/livecode-905-released.html I sure what the use case is for infinity never mind ‘beyond’. Martin > On Jul 29, 2020, at 1:57 PM, Richard Gaskin via use-livecode > wrote: > > In the v9.6.1RC1 Rel

Re: Help me understand infinity

2020-07-29 Thread J. Landman Gay via use-livecode
The bug list is infinite, ergo, all others are secondary to this one. ;) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 29, 2020 6:13:39 PM Mark Wieder via use-livecode wrote: On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wro

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 5:31 PM, Brian Milby via use-livecode wrote: This change first appeared in 9.5 DP 1, so it isn’t really new. Right. I don't think anyone accused this change of popping up in the latest release though. -- Mark Wieder ahsoftw...@gmail.com _

Re: Help me understand infinity

2020-07-29 Thread Brian Milby via use-livecode
This change first appeared in 9.5 DP 1, so it isn’t really new. Sent from my iPad > On Jul 29, 2020, at 7:12 PM, Mark Wieder via use-livecode > wrote: > > On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote: > >> Now you can do: >> local tMin, tThisResult >> put infinity into tMin >> repeat

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote: Now you can do: local tMin, tThisResult put infinity into tMin repeat for each element tElement in tList -- perform some computation on tElement to get tThisResult put min(tMin, tThisResult) into tMin end repeat Well, yes, that's c

Re: Help me understand infinity

2020-07-29 Thread Ali Lloyd via use-livecode
I wonder if I can persuade the team to let me add a constant for the first uncountable strongly inaccessible cardinal. Regarding use-cases, I like the following one which is implicit in the above observations about comparisons between infinity and integers. Previously I would do the following a lo

Re: Help me understand infinity

2020-07-29 Thread Alex Tweedly via use-livecode
On 29/07/2020 20:17, Dr. Hawkins wrote: On Jul 29, 2020, at 12:08 PM, Alex Tweedly via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Any number compared to positive infinity (other than itself) *will* be less than it. Bah, *ℵ*_2 > floating point infinity (which is *ℵ*_1 )

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 12:17 PM, Dr. Hawkins via use-livecode wrote: Bah, ℵ2> floating point infinity (which is ℵ1) Outside of the axiom of choice (or actually even with it) that's not something provable. OTOH, Kant's proofs of aleph null and aleph one are brilliant. -- Mark Wieder ahsoftw...@gmai

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 12:08 PM, Alex Tweedly via use-livecode wrote: On 29/07/2020 18:57, Richard Gaskin via use-livecode wrote: In the v9.6.1RC1 Release Notes there's this:    Infinity constant    The constant infinity has been added to the language in this release.    As a result, theunquoted literal i

Re: Help me understand infinity

2020-07-29 Thread Dr. Hawkins via use-livecode
On Jul 29, 2020, at 12:08 PM, Alex Tweedly via use-livecode wrote: > > Any number compared to positive infinity (other than itself) *will* be less > than it. Bah, ℵ2> floating point infinity (which is ℵ1) (I took that class from Halmos himself . . .) — Richard E. Hawkins, Esq. The Haw

Re: Help me understand infinity

2020-07-29 Thread Alex Tweedly via use-livecode
On 29/07/2020 18:57, Richard Gaskin via use-livecode wrote: In the v9.6.1RC1 Release Notes there's this:    Infinity constant    The constant infinity has been added to the language in this release.    As a result, theunquoted literal infinity is now reserved. Any    existing uses of it should

Help me understand infinity

2020-07-29 Thread Richard Gaskin via use-livecode
In the v9.6.1RC1 Release Notes there's this: Infinity constant The constant infinity has been added to the language in this release. As a result, theunquoted literal infinity is now reserved. Any existing uses of it should be quoted, as otherwiseit will resolve to the floating poin

RE: Live code Server revOpenDatabase help needed

2020-07-16 Thread kevin--- via use-livecode
le to install working 32bit libraries in Debian 8 or 9 Regards Kevin -Original Message- Message: 9 Date: Wed, 15 Jul 2020 08:36:34 -0400 From: "Ralph DiMola" To: "'How to use LiveCode'" Subject: RE: Live code Server revOpenDatabase help needed Message-ID: <

RE: Live code Server revOpenDatabase help needed

2020-07-15 Thread Ralph DiMola via use-livecode
ly 15, 2020 6:08 AM To: use-livecode@lists.runrev.com Cc: ke...@stallibrass.com Subject: Live code Server revOpenDatabase help needed Hi, I've been running a very old (32bit lc server v6 on Ubuntu 16) for years and the following script works to connect to the SQL database. My new(er) server (64bit

Live code Server revOpenDatabase help needed

2020-07-15 Thread kevin--- via use-livecode
Hi, I've been running a very old (32bit lc server v6 on Ubuntu 16) for years and the following script works to connect to the SQL database. My new(er) server (64bit lc server v9 on Debian 8) throws up ~Function: error in function handler (revOpenDatabase)~ so something has clearly changed. I've tr

Re: Web help needed

2020-07-13 Thread Heriberto Torrado via use-livecode
You can use Unison: https://www.cis.upenn.edu/~bcpierce/unison/ I use it to synchronize several servers between them. It works like a Charm. Best On 7/12/20 2:30 PM, Richard Gaskin via use-livecode wrote: Bill Prothero wrote: > Sorry if this is off, but what about just transferring them with

Re: Web help needed

2020-07-13 Thread Mike Doub via use-livecode
; > From what I have read, Mike has a webapp that converts from one file format > to another and wants to do bulk conversion. Rsync and FTP will not help > there, what he needs to to be able to call that form multiple times or > refactor the form to support multiple files. > > Mike,

Re: Web help needed

2020-07-13 Thread Andre Garzia via use-livecode
Folks, I think that either you're all misreading the original intent, or I have read it wrong. >From what I have read, Mike has a webapp that converts from one file format to another and wants to do bulk conversion. Rsync and FTP will not help there, what he needs to to be able to call t

Re: Web help needed

2020-07-12 Thread Richard Gaskin via use-livecode
Bill Prothero wrote: > Sorry if this is off, but what about just transferring them with ftp? FTP is good enough for a small number of files. But for automating large numbers of file transfers rsync is hard to beat, a much smarter tool making things much more efficient. By default, rsync will

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
stuff. I have a couple of end point api’s set up > > > > to use with simple forms. Got that working with .lc file that starts > > > > using a LiveCode stack that does the work. > > > > > > > > I need to move hundreds of files from my desktop Mac to my

Re: Web help needed

2020-07-12 Thread Mike Doub via use-livecode
the work. > > > > > > I need to move hundreds of files from my desktop Mac to my server. I’m > > > looking for advise as to how best to do this. I was thinking about > > > creating an endpoint on my server that my desktop app would use. But, I > > > don’t u

Re: Web help needed

2020-07-12 Thread Prothero@earthlearning via use-livecode
se with simple forms. Got that working with .lc file that starts using a >>> LiveCode stack that does the work. >>> >>> I need to move hundreds of files from my desktop Mac to my server. I’m >>> looking for advise as to how best to do this. I was thinking about cr

  1   2   3   4   5   6   7   8   9   10   >