Re: launch url and then close

2021-04-17 Thread Tom Glod via use-livecode
If you really need to you can use VB Script to set focus of the window and the sending ALT-F4 keystrokes. or a VB Script command to close a window. Or Applescript .if on mac. I'm sorry I cannot provide an example at the moment. But I hope that can set you on your way. On Sat, Apr 17,

Re: MalwareBytes Labeled "Livecode.exe" as Ramsomware!!!

2021-04-11 Thread Tom Glod via use-livecode
Thanks for reporting and getting that lifted for us. On Fri, Apr 9, 2021 at 2:17 PM thompsonmichael--- via use-livecode < use-livecode@lists.runrev.com> wrote: > Interesting pleasing encounter with MalwareBytess Support > > > > Opened a ticket at Malwarebytes support > > >>>Michael Thompson > >

Re: Checking the Milliseconds

2021-04-07 Thread Tom Glod via use-livecode
ime" to me in 1 sec > end mouseUp > > on checkTime >put the long millisec - sMS > end checkTime > > // The long milliseconds gives you even more detail on the amount of time > elapsed. The variance is quite something. > > Sean > > On Wed, 7 Apr 2021 at 23:14, Tom

Re: Checking the Milliseconds

2021-04-07 Thread Tom Glod via use-livecode
Excellent ... Yes the 1st one was usually the one that was the lowest for me, for the reason you described. But you also cleared up the mysterious big jumps,I too now get a consistent result. Thanks for chimming in On Wed, Apr 7, 2021 at 3:59 PM Niggemann, Bernd via use-livecode <

Re: [ANN] Release 9.6.2 RC-4

2021-04-07 Thread Tom Glod via use-livecode
Hi Lagi, What unresponsiveness in windows 10 are you referring to? the one that needs wait 0 with messages to avoid a frozen window? I just reported what i think is a bug that has been there for years and thats endless high cpu usage when using -ui flag . on WIndows 10 ... and 7. I think. I

Re: Checking the Milliseconds

2021-04-07 Thread Tom Glod via use-livecode
rage==>2947.388 > > Interesting > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > > -----Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Tom Glod

Re: Checking the Milliseconds

2021-04-07 Thread Tom Glod via use-livecode
==>1015 > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Tom Glod via use-livecode > Sent: Wednesday, A

Re: Checking the Milliseconds

2021-04-07 Thread Tom Glod via use-livecode
> > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Tom Glod via use-livecode > Sent: Wednesday, April

Checking the Milliseconds

2021-04-07 Thread Tom Glod via use-livecode
Hey peeps, I wanted to measure how many times the LC engine can check the milliseconds count during each millisecond that passes. The results really surprised me, I thought it would be less, but I don't know why really. Anyone want to take a guess? What is strange about my results, is that

Re: mouseenter/mouseleave and pointer tool

2021-04-02 Thread Tom Glod via use-livecode
Just working in LC now .. I get it now scratch everything I said.ever. :/ On Tue, Mar 30, 2021 at 10:04 PM Jim Lambert via use-livecode < use-livecode@lists.runrev.com> wrote: > Good suggestions. Thanks, all. > Commenting out the answer command makes no difference. > I quit LC and

Re: [ANN] New Book: Development Oriented Development

2021-04-01 Thread Tom Glod via use-livecode
I gotta get on it and read it. Great reviews so far. On Thu, Apr 1, 2021 at 2:45 PM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Andre, thanks for this delightful and inspiring little book. Your “Type > Tool” in particular has spawned a whole range of ideas related to

Re: mouseenter/mouseleave and pointer tool

2021-03-30 Thread Tom Glod via use-livecode
Hey Jim, To me its doing what its supposed to be doing. The messages get sent in both modes, and have always. However, selection should be possible even if the mousedown is sent and received. So THAT is odd if indeed you cannot select, but you may get that behavior if you take off the "answer

Re: Does anybody know if the Livecode Global happened yesterday?

2021-03-26 Thread Tom Glod via use-livecode
I love Livecode but they are comical at marketing. On Fri, Mar 26, 2021 at 10:36 AM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes, it happened yesterday (and I enjoyed it, and as always learnt > something), and it will again today. > > I'd email Heather

Re: A question for LC and Windows 10 experts

2021-03-23 Thread Tom Glod via use-livecode
I can confirm that as long as your code does not crash, a lc stack will run indefinitely. Even sleep/awake cycles do not disturb it. However, the last time I tried to run a lc stack with the 'windowless' mode... i forget what flag it is ... -ui maybe? I suddenly had full cpu usage on that core,

Re: xAPI in LiveCode Week #7 Meeting TODAY AT 3:30 EDT

2021-03-17 Thread Tom Glod via use-livecode
Hi Brian, where can I learn more about this project? On Wed, Mar 17, 2021 at 11:42 AM Brian K. Duck via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello, > The xAPI in LiveCode team will be meeting today at 3:30 EDT. > > Agenda: > Updates for Projects Underway, Next Steps > Open

Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Tom Glod via use-livecode
Hi Andre, A good and somewhat unique topic. Might come in handy for me in the next few months especially. I look forward to learning from your book. All the best On Tue, Mar 16, 2021 at 10:11 AM Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Friends, > > I'm quite

Re: LC Bug: Copying an Image fails

2021-03-16 Thread Tom Glod via use-livecode
Hey guys. There are a few issues around windows clipboard and images. I ran into them ALOT when i worked on the Toolbox application. I (reported bug also). https://quality.livecode.com/show_bug.cgi?id=21543 This probably won't help. but there were times when I had to figure out which

Re: ‘Super Sub’ multidimensional arrays

2021-03-11 Thread Tom Glod via use-livecode
Sean & Others, Wow. I will be reading this over to learn all i can from it, and see how this knowledge can help me be a better LC dev. I have a funny feeling it will come in handy one day soon. I very much appreciate the time it took to explain all this. On Thu, Mar 11, 2021 at 6:32 PM Mark

Re: Multidimensional array issue

2021-03-10 Thread Tom Glod via use-livecode
>> (tArray["key1","key1.1"]["key2","key2.1"]) Sean never even thought about this form of arrays. I gotta test the functionality of this. Thanks. I know you are busy, but if you have the time, feel free to blow my mind. On Wed, Mar 10, 2021 at 8:12 PM Sean Cole (Pi) via

Re: Array Split vs Combine

2021-03-10 Thread Tom Glod via use-livecode
following this . On Tue, Mar 9, 2021 at 4:06 PM Sean Cole (Pi) via use-livecode < use-livecode@lists.runrev.com> wrote: > It's looking to be a Windows only issue. I need to see how far this goes > back and then I'll post a bug report. It's making a process that should > only take 30s max on

Re: S3 API vs AWS

2021-03-05 Thread Tom Glod via use-livecode
Sweet.Thank you for the update. On Fri, Mar 5, 2021 at 1:03 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Good news for those following along: Mark Clark's request has just had > its status changed to "AWAITING_MERGE", so any compliant S3 storage > should be

Re: Free APIs

2021-03-05 Thread Tom Glod via use-livecode
Thanks James, a very useful list indeed. On Thu, Mar 4, 2021 at 7:20 PM james--- via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > Just came across this and thought it might be of interest. > https://github.com/public-apis/public-apis > > James >

Re: S3 API vs AWS

2021-03-03 Thread Tom Glod via use-livecode
Hi Mark, Ahhh sorry. I missed the fetch that this was 5 years ago. I heard from Heather today, and it sounds like they will make the effort of updating the aws library, and I'll get to help test it. Fingers crossed. Thanks, Tom On Mon, Mar 1, 2021 at 4:48 PM Tom Glod wrote: > Hi Mark,

Re: S3 API vs AWS

2021-03-01 Thread Tom Glod via use-livecode
Hi Mark, I appreciate your interest in this. I agree that it would be interesting to have minio directly inside LC via widgets, What advantage would there be to that vs updating the aws library to work? Interested to hear your thoughts. Thanks, Tom On Sun, Feb 28, 2021 at 1:35 PM Mark Clark

Re: S3 Compatible?

2021-02-28 Thread Tom Glod via use-livecode
Hi Andre, Monte mentioned above that he didn't know about it at the time he created the library, and I guess no one needed it badly enough to request a feature enhancement until September 24, 2020 I can't even imagine the number of things a development platform like lc must keep track of to stay

Re: S3 Compatible?

2021-02-25 Thread Tom Glod via use-livecode
My goal is to be able to outsource the cloud services entirely I know digital ocean has managed kubernetes and I can choose to use that. So yes, if LC S3 library is corrected, then that would be my chosen option Minio on managed kubernetes. Otherwise I think WebDAV will be a second

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Paul, thanks for your thoughts, you are right there are some traps with the s3 compatible part, and some unknown that we may not know about. Richard, thanks for letting me know about those libraries, its definitely another option that can be used to achieve the same result. I will definitely

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
eds and discuss how they could > be pushed higher up our todo list. > > Cheers > > Monte > > > On 25 Feb 2021, at 5:51 am, Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi Folks, > > > > I'm really annoyed at t

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Hi Richard, Yes exactly. I just need my application to have object storage, but I don't do business with AWS. Amazon gets enough of my money. The reason I planned to use this library and this method is for simplicity, more options for hosts, and for trying different things. Like MINIO. I am

Re: S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Pardon, what language is what written in? If you are asking about https://quality.livecode.com/show_bug.cgi?id=22919 English. If you are asking about the S3 library ... Livecode ...but the library stack is password protected. Thanks, Tom On Wed, Feb 24, 2021 at 2:52 PM Richard Gaskin via

Re: LC Bugmageddon or Bugportunity?

2021-02-24 Thread Tom Glod via use-livecode
Hi Curry... This was helpful on a day where LC threw a curveball at me. Hard coded AWS endpoints. I agree with a lot of the sentiments. Overall there is a lot to love and most bugs have workaroundsbut some things are dragging on. Have a great day Tom On Tue, Feb 23, 2021, 1:36 PM Sean

S3 Compatible?

2021-02-24 Thread Tom Glod via use-livecode
Hi Folks, I'm really annoyed at the moment realizing that our AWS library only works on amazon. Is there currently any workaround for using the AWS S3 library with s3 compatible hosts? Its beyond me why the endpoints needed to be hardcoded and require EXPERT REVIEW to implement a function

Re: scrollbar question

2021-02-19 Thread Tom Glod via use-livecode
For custom behavior of a scrollbar I think you need to build your own. But its not difficult from what I can tell. https://forums.livecode.com/viewtopic.php?t=20077 Have a look there, there is an example stack. On Fri, Feb 19, 2021 at 12:50 PM jbv via use-livecode <

Re: open secure socket... using certificate

2021-02-02 Thread Tom Glod via use-livecode
Hhahah Richard, that was hilarious. :D Given I've given you next to no info on the use case, I understand why it may seem overkill, and maybe it is. A wise person once told me and I'm paraphrasing. " you can't prevent everything so the task at hand is to make things harder and take

Re: open secure socket... using certificate

2021-02-01 Thread Tom Glod via use-livecode
Richard, Lets say one of my users is targetted by a hacker and they manage to install a malware process on their system that will capture all the data flowing between the 2 processes. Then they do not need to be sitting in the victim's chair. But if the data was encrypted, this wouldn't matter.

Re: open secure socket... using certificate

2021-01-29 Thread Tom Glod via use-livecode
Hi Richard...the man in the middle attack is exactly the thing I was thinking of. On Fri, Jan 29, 2021 at 1:09 AM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Tom Glod wrote: > > > Richard. in the labs .. I am testing the viability of using > > Livecode as

Re: open secure socket... using certificate

2021-01-28 Thread Tom Glod via use-livecode
iled to deliver a feature from > version 2 to version 10 that thing is never going to appear. > > > On Tue, Jan 26, 2021 at 9:22 PM Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > super happy to see this, hopefully it will when i need it. >

Re: open secure socket... using certificate

2021-01-26 Thread Tom Glod via use-livecode
super happy to see this, hopefully it will when i need it. Going to look this up. Wondering if it will be super hard to create certificate and make it work on localhost sockets. On Tue, Jan 26, 2021 at 2:26 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > “Using

Re: lock screen

2021-01-23 Thread Tom Glod via use-livecode
n't think this has > anything to do with the lock screen. > > Sean > > On Sat, 23 Jan 2021 at 05:11, Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Great thread here > > I recently wrote an animation loop where I only unlocked the screen e

Re: lock screen

2021-01-22 Thread Tom Glod via use-livecode
Great thread here I recently wrote an animation loop where I only unlocked the screen every 33 milliseconds via a self calling command in my main stack. seemed to work partially, but i knew it was too simple. Interestingly.. That update loop takes nearly no cpu but ram consumption keep on

Re: Is there a way to manually trigger GC?

2021-01-17 Thread Tom Glod via use-livecode
tack or are you trying to load them after the >> program is running? >> >> Lots of things affect performance. Try to think >> of what might be hampering that. >> >> Good luck! >> >> Rick >> >> >> >> > On Jan 1

Re: Is there a way to manually trigger GC?

2021-01-17 Thread Tom Glod via use-livecode
formance. Try to think > of what might be hampering that. > > Good luck! > > Rick > > > > > On Jan 16, 2021, at 2:31 PM, Tom Glod via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Hi Folks, > > > > I'm finding my applicatio

Is there a way to manually trigger GC?

2021-01-16 Thread Tom Glod via use-livecode
Hi Folks, I'm finding my application does a nice job to unload data from memory, but it takes a while for that to happen. When the initial load of the application occurs, the memory consumption is quite high if there is lots of data to be loaded (1 GB+). But after a while, the used ram drops

Re: Is it possible to implement Mac App Store in-app purchases in LiveCode?

2021-01-11 Thread Tom Glod via use-livecode
HI am surprised no one answered this, I found this. https://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore On Sun, Jan 3, 2021 at 5:11 PM kee nethery via use-livecode < use-livecode@lists.runrev.com> wrote: > And if it is possible to

Re: Will Browser widget ever work on Linux?

2020-12-10 Thread Tom Glod via use-livecode
Thanks for all the inputs gentlemen I agree on the need for cross platform embedded browser support. Will LC use another embedded browser for the mac? So I guess there are more questions than answers here in terms of a 3 platform solution. I have my first ssd sitting in the box, and once i

Will Browser widget ever work on Linux?

2020-12-08 Thread Tom Glod via use-livecode
Hi folks, I need to know whether there are any plans of making the CEF browser work correctly on Linux? I vaguely remember a conversation about it and it seeming like there is very little hope of that. Can anyone confirm? Thanks, Tom ___ use-livecode

Re: New Google PlayStore Console

2020-11-05 Thread Tom Glod via use-livecode
following, On Thu, Nov 5, 2020 at 12:46 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I received these 3 warnings when uploading APKs using the new Google Play > Console. The first one I've been seeing for a while. Anyone know about the > last 2? I assume the second

Re: Websockets

2020-10-21 Thread Tom Glod via use-livecode
yet. Thanks for your thoughts. On Wed, Oct 21, 2020 at 1:01 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 10/21/20 7:09 AM, Tom Glod via use-livecode wrote: > > Hi Livecoders, > > > > Does anyone know if there are any plans

Websockets

2020-10-21 Thread Tom Glod via use-livecode
Hi Livecoders, Does anyone know if there are any plans for introducing websockets to livecode? Or if there are any working 3rd party implementations that are available? its been a lot of years. Thanks, -- Tom Glod Founder & Developer MakeShyft R.D.A (www.makeshyft.com) Mobile:647.562.9411

Re: Hacktoberfest is coming

2020-09-01 Thread Tom Glod via use-livecode
H. good question Mark...I certainly don't want to do any work thats going to sit there for a year+ Maybe someone from the mothership can give a yay or nay. On Mon, Aug 31, 2020 at 10:55 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/27/20 9:05 AM, Mike

Re: Hacktoberfest is coming

2020-08-31 Thread Tom Glod via use-livecode
This year I believe I will have time to participate. Thanks for the reminder. On Thu, Aug 27, 2020 at 12:06 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > It's just over a month away, this year's Hacktoberfest > If you have or know of a LC repo that would appreciate

Re: LibURL and TSNet in LC Indy

2020-08-19 Thread Tom Glod via use-livecode
Yes!! that is an important distinction. It explains some of the results of my testsEven though I can send them out asynchronously, they can only come back in sequence. Basically I have a core binary component that must be fast and efficient in serving and digesting api requests...I couldn't

Re: LibURL and TSNet in LC Indy

2020-08-18 Thread Tom Glod via use-livecode
he next one. > > So it is also possible that you are hitting the remote server harder when > you are using tsNet than with the standard libUrl. > > Regards, > > Charles > > > On 18 Aug 2020, at 8:23 am, Tom Glod via use-livecode < > use-livecode@lists.runrev.com

Re: LibURL and TSNet in LC Indy

2020-08-17 Thread Tom Glod via use-livecode
iMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Tom Glod via use-livecode > Sent: Monday, August 17, 2020 4:32 PM > To: How

LibURL and TSNet in LC Indy

2020-08-17 Thread Tom Glod via use-livecode
Hi Folks, I am stress testing a rest api using liburl, I will also do TSNET But when I open my stack in Livecode Indy, the load URL command uses TSNET Whats funny is that half the requests are failing when it tries to use TSNET. With liburl, 100% success rate using LC Community. I am also

Re: Layers in PBrowser

2020-08-13 Thread Tom Glod via use-livecode
Yikes.. I have a lot of time for LC but there is really no excuse that is acceptable for this kinda bug to be around for so long there were others that drove me nuts for years too...but have since been solved thank God. On Thu, Aug 13, 2020 at 7:53 AM David V Glasgow via use-livecode <

Re: Secure Socket

2020-08-07 Thread Tom Glod via use-livecode
Mark, thank you for taking the time and helping me make peace on this subject. On Fri, Aug 7, 2020 at 4:28 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2020-08-06 19:28, Tom Glod via use-livecode wrote: > > Do you think it is overkill t

Secure Socket

2020-08-06 Thread Tom Glod via use-livecode
Hello Livecode community, I've missed working with LiveCode, but I'm back for the next 4+ Months.and most likely indefinitely. Wooohoo! I have a quick question about *secure* local sockets. I'm pushing JSON to livecode using a localhost connection to a service using "secure socket". Do you

Re: Congrats to everyone on success of the Covid-19 -- LiveCode Impact Fund Campaign.

2020-07-17 Thread Tom Glod via use-livecode
Congrats Livecode Inc on reaching the goal that is good news for us all! On Thu, Jul 16, 2020 at 2:08 PM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes, big congrats to everyone; contributors and fund raisers alike . Quite > a feat. I look forward to exciting new

Re: sorting lines by date

2020-07-10 Thread Tom Glod via use-livecode
Yeah it will add some overhead, but it will work to do what you need. I'm sorry I'm not fluent in the syntax of sort . but I knew you can specify a date I never needed to use it I always store the seconds or milliseconds. Yup.Might as well convert to seconds and then sort numeric

Re: sorting lines by date

2020-07-10 Thread Tom Glod via use-livecode
Hi David, you should be able to do this by specifying the sort-type. look up 'sort container' in the dictionary. On Fri, Jul 10, 2020 at 6:07 PM David V Glasgow via use-livecode < use-livecode@lists.runrev.com> wrote: > Livecodeistas, > > I am working with text files consisting of many thousands

Re: Livecode Community Site

2020-07-08 Thread Tom Glod via use-livecode
David, I love your suggestions, I also have some questions about some of the things you mentioned. I'm totally down to hearing more of your thoughts on a project like this. I'm not married to the name. but whenever I see that I own the domain I am reminded of this somewhat glaring need.

Re: Livecode Community Site

2020-07-08 Thread Tom Glod via use-livecode
Thanks for your thoughts Richard. You are right on the content delivery channels. Posting content on social media directly is definitely worthwhile, but I really think the market opportunity may be there for a LiveCode related 'hub'. I think its possible for this site to be a semi everyday

Re: Livecode Community Site

2020-07-07 Thread Tom Glod via use-livecode
things up. Thanks for pointing out the play on words. the answer.its BOTH. :D I'm going to post an update on this in a few days. On Tue, Jul 7, 2020 at 8:37 PM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > On 07/07/2020 18:46, Tom Glod via use-livec

Livecode Community Site

2020-07-07 Thread Tom Glod via use-livecode
Hi Folks, For years I have owned the domain "lovelivecode.com". At one point I lost it, but decided to buy it again a few months ago. I called it that because I often found myself saying "I love livecode" while working inside of it, due to its massive strong points in desktop app

Re: New Campaign

2020-06-18 Thread Tom Glod via use-livecode
Hi Heather, I nearly missed this, as I am not working with LC at the moment so I don't visit the list as often. Happy to take part in this. Excited about 9.6+ All the best to the Livecode team! PS ... Worldpay is killing me on the exchange rate. wish we could do straight up paypal if

Re: Sad truth about iOS apps

2020-05-15 Thread Tom Glod via use-livecode
I've ditched LC for mobile development but This may help you its not great for the simulator, but for making builds, it should work. http://www.xcodeclub.com Good luck. On Fri, May 15, 2020 at 1:20 PM Dev via use-livecode < use-livecode@lists.runrev.com> wrote: > > > >

Re: Small and strange problem

2020-05-10 Thread Tom Glod via use-livecode
try putting a space between the left and right of the / and see if you still get it. On Sun, May 10, 2020 at 1:10 PM Paul Hibbert via use-livecode < use-livecode@lists.runrev.com> wrote: > No replies so far, so I had a few minutes spare and tried to recreate this > problem, but couldn’t. No

Re: sqLite delete memory database

2020-05-01 Thread Tom Glod via use-livecode
hmmmyou can try set the pragma to zero out flag (i am pretty sure there is one) .. and drop all tables on close? its strange that it does not 'delete' from memory. Are we sure on this?. is this dependent on the garbage collector in LC? On Fri, May 1, 2020 at 7:14 AM JB via

Re: Video format for mobile

2020-04-09 Thread Tom Glod via use-livecode
at 3:06 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > > > > Am 09.04.2020 um 21:04 schrieb Tom Glod via use-livecode < > use-livecode@lists.runrev.com>: > > > > i am not sure of the difference between the codec your files used ...a

Re: Video format for mobile

2020-04-09 Thread Tom Glod via use-livecode
jor-k via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi Tom, >> >> > Am 09.04.2020 um 20:49 schrieb Tom Glod via use-livecode < >> use-livecode@lists.runrev.com>: >> > >> > Hi Klaus, >> > >> > My exper

Re: Video format for mobile

2020-04-09 Thread Tom Glod via use-livecode
live. I hope this gets solved sometime. On Thu, Apr 9, 2020 at 2:55 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Tom, > > > Am 09.04.2020 um 20:49 schrieb Tom Glod via use-livecode < > use-livecode@lists.runrev.com>: > > &g

Re: Video format for mobile

2020-04-09 Thread Tom Glod via use-livecode
> > > Am 09.04.2020 um 20:34 schrieb Tom Glod via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hi Richard, thats exactly what they did. > > > > Now if only would could get a LC and CEF build with that. Do you think it > > would

Re: Video format for mobile

2020-04-09 Thread Tom Glod via use-livecode
Hi Richard, thats exactly what they did. Now if only would could get a LC and CEF build with that. Do you think it would be a lot of work to add the codec to LC player and a build of CEF to go with it? I got the licensing documents 2 years ago from MPEG-LA.. and had I started to read them

Re: Video format for mobile

2020-04-09 Thread Tom Glod via use-livecode
There is cisco's openh264 codec which they open sourced. So that is a potential solution that would have to include the livecode team. https://github.com/cisco/openh264 On Thu, Apr 9, 2020 at 2:04 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 4/9/20 9:53 AM,

Re: Video format for mobile

2020-04-09 Thread Tom Glod via use-livecode
I'm sorry to be the bearer of bad news here. :( if its h264 the browser widget won't play it. If you saw video but no audio then thats one thing.but no video means the video codec is also absent. On Thu, Apr 9, 2020 at 1:57 PM J. Landman Gay via use-livecode <

Re: Umlauts (again) and arraytojson

2020-04-09 Thread Tom Glod via use-livecode
definitely not correct. On Thu, Apr 9, 2020 at 9:06 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi friends, > > this just came up in the german LC forum, obviously "arraytojson" > does not like UMLUATS in the keynames!? > > This: > -- > on

Re: Video format for mobile

2020-04-08 Thread Tom Glod via use-livecode
my guess is the LC player does not have h264 codec. its a codec that carries a license fee and agreement. I hope one day it can be included in an indy license and maybe the CEF can be built with the h264 codec. That would be really good for business. CHeers Tom On Thu, Apr 9, 2020 at 12:12

Re: Our first Community Zoom Session

2020-04-03 Thread Tom Glod via use-livecode
Is it already over ? its only 12:20 EST and its saying the start is at 11 AM... if I am the host I should log in Am I crazy to expect "Meeting is over". if its over? On Fri, Apr 3, 2020 at 11:29 AM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 4/2/20 9:34 AM,

Re: Its very quiet

2020-03-31 Thread Tom Glod via use-livecode
I'm working on an App in flutter I can't wait to get back into my Livecode work later in the spring. still have years of LC work left. On Mon, Mar 30, 2020 at 11:23 AM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 3/30/20 12:15 AM, Stephen Barncard via

Re: Ready to go

2020-03-31 Thread Tom Glod via use-livecode
I know you guys just had a 30% sale to start the year...but Christmas killed us with customer missing in action so I couldn't do it at the time. :( Stay well everyone! On Tue, Mar 31, 2020 at 3:11 PM Tom Glod wrote: > Hi Heather, > > Thanks for doing that for the new users. > > Will you

Re: Ready to go

2020-03-31 Thread Tom Glod via use-livecode
Hi Heather, Thanks for doing that for the new users. Will you have a sale for existing users? Sean, agreed the started today factor of LC is amazing!! definitely a great selling point. On Mon, Mar 30, 2020 at 1:57 PM Pi Digital via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: Pinch-Zoom gesture on native textfield. How to?

2020-03-09 Thread Tom Glod via use-livecode
I need to do this also in the app I am working on..I will be working on it next weekso I will share what I got unless someone already knows of a solution. On Mon, Mar 9, 2020 at 7:35 AM William de Smet via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi there, > > Is it possible to

Re: New Apple Developer iOS requirements beginning April 30

2020-03-06 Thread Tom Glod via use-livecode
Thanks for this heads up, I'm currently working on 2 apps...one in LC one in Flutter. These are my first 2 mobile apps, and I am already sick of Apple and their I wish we could do what Rick said. On Fri, Mar 6, 2020 at 9:30 AM Rick Harrison via use-livecode < use-livecode@lists.runrev.com>

Re: Synchronisation of sound and vision

2020-02-13 Thread Tom Glod via use-livecode
This would be so fun to work on, let us know what approach you used to get the job done. Good luck. On Thu, Feb 13, 2020 at 5:22 AM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > I held off contributing to this discussion because it sounded like > callbacks > were a

Re: Corrupted Stacks

2020-01-29 Thread Tom Glod via use-livecode
I would change your save routine to save locally first, then copy to network location. That should prevent those kinds of issues. On Tue, Jan 28, 2020 at 9:14 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Marty Knapp wrote: > > > I have an app in which users

Re: Raspberry Pi 4

2020-01-21 Thread Tom Glod via use-livecode
I might buy one. thanks. On Tue, Jan 21, 2020 at 8:33 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Anyone here have a Raspberry Pi 4? With up to 4GB RAM, two displays, and > other nifty enhancements it's quite a nice little computer: >

Re: IP Camera Image in Browser Widget

2020-01-17 Thread Tom Glod via use-livecode
< use-livecode@lists.runrev.com> wrote: > Hi Tom, > > I think you are correct about the permissions issue. Normally these > cameras are accessed by their own dedicated iOS app. > > Roger, I love your remote lawnmower idea! > > Roger > > > On Jan 17, 2020, at 8:3

Re: IP Camera Image in Browser Widget

2020-01-17 Thread Tom Glod via use-livecode
Roger, if in a normal browser the browser asks for permission to access the IP Cameras ...then the problem is that the LC Browser Widget is not asking for those permissions. I don't know the answer to that. If its not about the permission window, how are the IP cameras accessed normally outside

Re: Buying a used apple to run ios simulator.

2020-01-16 Thread Tom Glod via use-livecode
ith excellent advice. Works out better than an actual Mac Mini >> by >> > far. And dual bootable for Linux and Windows too. >> > >> > Sean Cole >> > *Pi Digital * >> > >> > >> > On Wed, 15 Jan 2020 at 21:05, Tom Glod via use-livecode < &g

Re: Buying a used apple to run ios simulator.

2020-01-16 Thread Tom Glod via use-livecode
f youtube about it and tonnes of helpful > > people with excellent advice. Works out better than an actual Mac Mini by > > far. And dual bootable for Linux and Windows too. > > > > Sean Cole > > *Pi Digital * > > > > > > On Wed, 15 Jan 2020 at 21:05, To

Re: Buying a used apple to run ios simulator.

2020-01-15 Thread Tom Glod via use-livecode
de-bureau/ville-de-montreal/liquidation-mac-mini-chez-lap-pro-seulement-249/1482471428?undefined > > > > > > Worth a look! > > > > > > > > On 15.01.20 20:22, Tom Glod via use-livecode wrote: > >> Hi peeps, > >> > >> I n

Re: Buying a used apple to run ios simulator.

2020-01-15 Thread Tom Glod via use-livecode
hez-lap-pro-seulement-249/1482471428?undefined > > Worth a look! > > > > On 15.01.20 20:22, Tom Glod via use-livecode wrote: > > Hi peeps, > > > > I need to run the ios simulator and build ios apps, so I have to buy an > > apple mac.

Buying a used apple to run ios simulator.

2020-01-15 Thread Tom Glod via use-livecode
Hi peeps, I need to run the ios simulator and build ios apps, so I have to buy an apple mac. I have 0 plans to use it for anything else, so I am buying refurbished. Will this system work? Can someone confirm for me?

Re: empty variable

2020-01-03 Thread Tom Glod via use-livecode
A memory dump can reveal everything stored in memory for a particular process. the delete variable command is what you are looking for. https://livecode.fandom.com/wiki/Delete_variable On Fri, Jan 3, 2020 at 1:22 PM JB via use-livecode < use-livecode@lists.runrev.com> wrote: > What if I have

Re: Happy 2020!

2020-01-01 Thread Tom Glod via use-livecode
And everyone else on the mailing list. Happy 2020!!! On Wed, Jan 1, 2020 at 11:35 PM Tom Glod wrote: > Hey Jim, thanks and same to you! > > On Wed, Jan 1, 2020 at 11:19 PM Jim Lambert via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Have a Happy LiveCode New Year! >> >> Jim

Re: Happy 2020!

2020-01-01 Thread Tom Glod via use-livecode
Hey Jim, thanks and same to you! On Wed, Jan 1, 2020 at 11:19 PM Jim Lambert via use-livecode < use-livecode@lists.runrev.com> wrote: > Have a Happy LiveCode New Year! > > Jim Lambert > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com

Re: Second edition of Programming LiveCode for the Real Beginner

2019-12-30 Thread Tom Glod via use-livecode
Right on Mark...wishing you success with the book. On Mon, Dec 30, 2019 at 7:30 PM Drs Mark Schonewille via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi everyone,, > > I hope you have a great Chrsitmas and a great year behind you. This ear > I've been busier than ever. One of my

Re: mobile dev confusion

2019-12-28 Thread Tom Glod via use-livecode
ere. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On December 28, 2019 12:14:29 PM Tom Glod via use-livecode > wrote: > > > I'm so relieved. Thank you. > > > > It didn't make sense to me, but I saw no

Re: mobile dev confusion

2019-12-28 Thread Tom Glod via use-livecode
eline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On December 27, 2019 8:37:23 PM Tom Glod via use-livecode > wrote: > > > Hi folks, I'm following this tutorial > > > > http://lessons.livecode.com/m/4069/l/98

<    1   2   3   4   5   6   7   8   9   10   >