How to edit a How To Lesson?

2024-02-11 Thread kee nethery via use-livecode
I seem to have forgotten how to edit my LiveCode lesson. Can someone point to a how to on how to edit a lesson? In specific: https://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps-to-the-mac-app-store Thanks, Kee Nethery ___

Re: Mousedown in Application Menubar Messages

2024-02-11 Thread Curry Kenworthy via use-livecode
David: > I'm having a difficult to track down issue with application menus I've > created using the Menu Builder tool - everything works but the > "mouseDown" message is not sent to the group - > well sometimes it is sometimes it is not :) I remember a similar issue - are you on Mac? The

AW: Re: macOS window maximization weirdness

2024-02-11 Thread Curry Kenworthy via use-livecode
Paul: > So, I finally tracked this maximization weirdness down. Good job cracking the case, for this particular maximization example! > The issue also only occurs if the resizeStack handler > for the window uses the passed parameters BEST PRACTICE for LC: 1. Instead of param, use property

AW: Re: macOS window maximization weirdness

2024-02-10 Thread Paul Dupuis via use-livecode
So, I finally tracked this maximization weirdness down. This only occurs on macOS when a window is maximized using the titlebar maximization icon (which cause teh window to go to fullscreen, hiding the window titlebar and macOS menubar. The menubar and titlebar re-appear if your roll the

Re: Livecode Demo of two way javascript communication?

2024-02-07 Thread Andreas Bergendal via use-livecode
I’ve added a source code download link at the bottom of the page: https://wheninspace.com/WebpageInteractionStack/ The steps are rather simple: - Open the stack with LC10 and run the standalone builder with "Build for web" checked. - Replace the html file in the deployment folder (in this case

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-06 Thread ambassador--- via use-livecode
David Bovill wrote: > I've been working for a while on a native server written in Livecode > using sockets. I feel it is definitely something that is sorely needed > - but to do it properly is more work that I initially thought. I need > to add HTTP 206 partial content support - >

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-06 Thread Tom Glod via use-livecode
Hey David, I am quite interested in this. Just last night I was working on setting up a Linux distro with Desktop, and Ubuntu with XFCE desktop. Everything seems to be running OK, except for some permissions issues. I have also beaten reworking my multi-core library, so I'd be super curious to

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-06 Thread Mike Kerner via use-livecode
testing? no, for deployment. our newest app could use http sockets to persist comms with our REST server, instead of using long timeouts or pinging the server every few seconds for updates. On Tue, Feb 6, 2024 at 2:29 AM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > For

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-05 Thread David Bovill via use-livecode
For testing mobile apps in development? I'm using it for an electron-style app, and may also use it for container based microservices. On Tue, 6 Feb 2024 at 00:48, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > i don't use lc as a server (but maybe i should think about

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-05 Thread Mike Kerner via use-livecode
i don't use lc as a server (but maybe i should think about it). i use it to write mobile apps, so i could use http sockets on the client side. On Mon, Feb 5, 2024 at 3:19 PM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > I've been working for a while on a native server

Re: Mousedown in Application Menubar Messages

2024-02-05 Thread David Bovill via use-livecode
Thanks Paul - I'll check with 9.6.1 - I'm getting this behavior with10 dp7 on MacOS On Mon, 5 Feb 2024 at 20:19, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I've not experienced any problems with the menubar group receiving a > mouseDown message to adjust the menus

Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-05 Thread David Bovill via use-livecode
I've been working for a while on a native server written in Livecode using sockets. I feel it is definitely something that is sorely needed - but to do it properly is more work that I initially thought. I need to add HTTP 206 partial content support -

Re: Mousedown in Application Menubar Messages

2024-02-05 Thread Paul Dupuis via use-livecode
I've not experienced any problems with the menubar group receiving a mouseDown message to adjust the menus based on context before they appear (LC versions up to 9.6.11 on macOS and Windows) A long time back, I did have an unnecessary  'wait 0 with messages' in my mouseDown handler and had

Mousedown in Application Menubar Messages

2024-02-05 Thread David Bovill via use-livecode
I'm having a difficult to track down issue with application menus I've created using the Menu Builder tool - everything works but the "mouseDown" message is not sent to the group - well sometimes it is sometimes it is not :) I'm using "mousedown" to trigger dynamic formatting of the menus.

Re: Livecode Demo of two way javascript communication?

2024-02-05 Thread David Bovill via use-livecode
Perfect - just what I was looking for. Can you share the stack, and the steps to saving / exporting the standalone? On Sat, 27 Jan 2024 at 17:50, Andreas Bergendal via use-livecode < use-livecode@lists.runrev.com> wrote: > OK, so here’s a quick proof of concept, with functions triggered from

Re: Regex brain failure...

2024-02-03 Thread Paul Dupuis via use-livecode
https://regex101.com/ is exactly the site I ended up using. The step through debugger is perfect for fining where a particular pattern fails. It's what let me see there was a tab space tab where I expected a single tab in the data and correct teh regex for the data as it actually is. On

Re: web

2024-02-03 Thread Alex Tweedly via use-livecode
I've not been able to get anything worthwhile to work on web. All the working examples that I've seen (e.g. Andreas's example last week of interaction between browser and LC) , have involved a significant amount of html + JS being written. The default shipping web wrapper is completely

Re: Regex brain failure...

2024-02-03 Thread Kaveh Bazargan via use-livecode
For testing regex you might find it useful to use regex101. It's excellent and you can save the page. I put your text here just for testing. pls note your tabs are corrupted in the email and I put an "a" to make it work just for test. On Sat, 3 Feb 2024 at 21:13,

Re: Regex brain failure...

2024-02-03 Thread Paul Dupuis via use-livecode
Never mind. The correct pattern is: ^\d+?\t.\tnontraditional field\tText\t2,319\tInterview 1\.txt$ There is a column with a space in it between the number column (1st column) and the 3rd column (which I thought was the 2nd column) that has the code name in it (ie. nontradtional field). Now

Regex brain failure...

2024-02-03 Thread Paul Dupuis via use-livecode
I have a (reduced) example set of data in a variable "tCaseCodes" that is tab delimited set of lines below: 1         I am making a high salary    Text    2,319    Interview 1.txt 2         nontraditional field    Text    2,319    Interview 1.txt 3         gets married and stays married    Text 

Re: Top things you are waiting for ....

2024-02-03 Thread Mike Kerner via use-livecode
fyi, our subscription is up, shortly. i noticed that our compiler subscription has been extended until december, 2025. i hope that does not mean that compiler is going to be another ten months before we get to try to break it. On Tue, Jan 16, 2024 at 9:21 AM Mike Kerner wrote: > well, they do

web

2024-02-03 Thread Mike Kerner via use-livecode
my subscription is up, soon. i have web, but the last time i tried it, no bueno. is anyone using web deploy? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little

Re: activation and login broken?

2024-02-02 Thread David Wood via use-livecode
ALL OK here again now - both on Mac and on Website login Thanks for the quick resolution! > On 3/02/2024, at 8:59 AM, Kevin Miller via use-livecode > wrote: > > Something is wrong... We are looking into it now. > > Kind regards, > > Kevin > > Kevin Miller ~ ke...@livecode.com ~

Re: activation and login broken?

2024-02-02 Thread Mike Kerner via use-livecode
i think we're back up. On Fri, Feb 2, 2024 at 3:16 PM Mike Kerner wrote: > and you, kevin. > good thing i have you, too. > > On Fri, Feb 2, 2024 at 3:09 PM Mike Kerner > wrote: > >> welp, i don't have hosting. good thing i have you. >> >> On Fri, Feb 2, 2024 at 3:04 PM Ralph DiMola via

Re: activation and login broken?

2024-02-02 Thread Mike Kerner via use-livecode
and you, kevin. good thing i have you, too. On Fri, Feb 2, 2024 at 3:09 PM Mike Kerner wrote: > welp, i don't have hosting. good thing i have you. > > On Fri, Feb 2, 2024 at 3:04 PM Ralph DiMola via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Select urgent on the hosting support

Re: activation and login broken?

2024-02-02 Thread Mike Kerner via use-livecode
welp, i don't have hosting. good thing i have you. On Fri, Feb 2, 2024 at 3:04 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Select urgent on the hosting support contact us page. > > > > Ralph DiMola > > IT Director > > Evergreen Information Services > >

RE: activation and login broken?

2024-02-02 Thread Ralph DiMola via use-livecode
Select urgent on the hosting support contact us page. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 From: Mike Kerner [mailto:mikeker...@roadrunner.com] Sent: Friday, February 02, 2024 2:59 PM To: How to

RE: activation and login broken?

2024-02-02 Thread Ralph DiMola via use-livecode
Kevin, Thanks I submitted a hosting ticket. Ignore now that you're on it. -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Kevin Miller via use-livecode Sent: Friday, February 02, 2024 2:59 PM To: How to use LiveCode Cc: Kevin Miller

Re: activation and login broken?

2024-02-02 Thread Mike Kerner via use-livecode
how in the world does one submit an "urgent" ticket? On Fri, Feb 2, 2024 at 2:58 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike, > Same here. Last time this happened someone submitted an LC hosting urgent > ticket and it was fixed pronto. > I will do it now. > >

Re: activation and login broken?

2024-02-02 Thread Kevin Miller via use-livecode
Something is wrong... We are looking into it now. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things On 02/02/2024, 19:56, "use-livecode on behalf of David Wood via use-livecode" mailto:use-livecode-boun...@lists.runrev.com>

RE: activation and login broken?

2024-02-02 Thread Ralph DiMola via use-livecode
Mike, Same here. Last time this happened someone submitted an LC hosting urgent ticket and it was fixed pronto. I will do it now. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: activation and login broken?

2024-02-02 Thread David Wood via use-livecode
Same here In my case just on Mac but also as you say trying to log into the Livecode website. > On 3/02/2024, at 8:24 AM, Mike Kerner via use-livecode > wrote: > > hmmm. i just tried to fire up LC on both mac and pc. i ran into an > activation dialog, so i tried to log in, and got an error.

activation and login broken?

2024-02-02 Thread Mike Kerner via use-livecode
hmmm. i just tried to fire up LC on both mac and pc. i ran into an activation dialog, so i tried to log in, and got an error. so, i tried to log into the livecode website, and hit the same thing. -- On the first day, God created the heavens and the Earth On the second day, God created the

[off] google project idx

2024-02-01 Thread Mike Kerner via use-livecode
google is sending out invites to try out their version of a low-code web-based ide, called idx. -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And

Re: Just for interest

2024-01-31 Thread Klaus major-k via use-livecode
Hi Christer, > Am 31.01.2024 um 16:14 schrieb Christer Pyyhtiä via use-livecode > : > > I do not know, if measuring coding performance is reasonable. > It would be interesting, if anyone has interest to try. > https://www.morling.dev/blog/one-billion-row-challenge/ > > Just for fun > Christer

Just for interest

2024-01-31 Thread Christer Pyyhtiä via use-livecode
I do not know, if measuring coding performance is reasonable. It would be interesting, if anyone has interest to try. https://www.morling.dev/blog/one-billion-row-challenge/ Just for fun Christer Pyyhtiä christe...@gmail.com ___ use-livecode

Re: Browser widget in Windows has trouble playing videos in websites

2024-01-31 Thread Peter Bogdanoff via use-livecode
Tom, I’m finding the issue is more complex, and I’m still trying to get to the bottom of it. Daily Motion, Vimeo, and YouTube pages all work on the Mac LC browser plugin. Daily Motion, Vimeo, and some YouTube pages don’t in Windows. However, most of the gazillion YouTube videos work very

Re: Browser widget in Windows has trouble playing videos in websites

2024-01-30 Thread Tom Glod via use-livecode
Hey Peter, this surely has to do with videos that are compressed using h264. that build of CEF does not support this codec. I am not sure if the updated browser in the upcoming windows version will support h264. I am surprised to find out that the apple version of the browser has support for h264,

Access to Share Panel?

2024-01-29 Thread Dan Friedman via use-livecode
Greetings! Is there a method to use the standard “Share” panel on mobile? (Android and iOS) Thanks in advance, -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Livecode Demo of two way javascript communication?

2024-01-29 Thread Jim Lambert via use-livecode
Andreas, Thanks for that demo. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: tsNetCustomUploadSync: what am I doing wrong? (Answer: RTFM-P)

2024-01-29 Thread Bob Sneidar via use-livecode
When AI reaches full maturity, it will know what you meant. Probably before you coded it. And then it will eat your brain. Bob S On Jan 24, 2024, at 4:30 AM, Ben Rubinstein via use-livecode wrote: For the record: > put tsNetCustomUploadSync(tURL, "POST", tRequestData, tHeaders, ... should

Re: Livecode Demo of two way javascript communication?

2024-01-27 Thread Andreas Bergendal via use-livecode
OK, so here’s a quick proof of concept, with functions triggered from page to stack and from stack to page. It is not using postMessage, only 'standard’ javascript listeners. Works well on mobile too (at least iPhone). https://wheninspace.com/WebpageInteractionStack/ If I find the time, it

Re: Livecode Demo of two way javascript communication?

2024-01-26 Thread David Bovill via use-livecode
The scenario would be events like resize, or a button click in the html page triggering a handler in the Livecode wasm export. The other way round would ve a Livecode handler in the exported wasm widget calling a javascriot function in the surrounding Web page. My understanding in other contexts

Browser widget in Windows has trouble playing videos in websites

2024-01-25 Thread Peter Bogdanoff via use-livecode
I submitted Bug 24479 today with a sample stack. Youtube, Vimeo, Daily Motion all have unreliable playing of their videos in LC browser widget in Windows 10, LC 10.0.0 dp7, both in the IDE and standalone. Vimeo and Daily Motion won’t play videos on their sites. They show an error message in

Re: Livecode Demo of two way javascript communication?

2024-01-25 Thread Andreas Bergendal via use-livecode
I’ve created some web deployments where the web page interacts with the stack e.g. in the sense that a change of the browser window rect triggers a resizeStack message in the stack. But I’m not sure if by bidirectional you mean that actions in the stack should also affect the web page in some

Re: Nasty filter bug

2024-01-24 Thread Brian Milby via use-livecode
It seems that an unmatched opening bracket makes it completely fail. My guess is that the filter string is not valid so it doesn't even try. I couldn't get a filter string containing a "[" to match anything. On Wed, Jan 24, 2024 at 5:23 PM Craig Newman via use-livecode <

Re: Nasty filter bug

2024-01-24 Thread Craig Newman via use-livecode
Brian. So the inclusion of “[“ would have matched nothing in the original string ""aaa[bbb””? That is, even though the bracketed string was not “closed” with “]”, did it try to find a string that began with “b”, failed, and therefore returned the original string untouched? Craig > On Jan 24,

Re: Nasty filter bug

2024-01-24 Thread Brian Milby via use-livecode
I just want to clarify that this isn’t the regex version of filter but the wildcard pattern version. It is much less complicated than regex. Square brackets are used to group characters to be matched so you can use [abc]* to match any item that starts with a, b, or c. The dictionary entry

Re: Nasty filter bug (not)

2024-01-24 Thread Neville Smythe via use-livecode
Thanks Brian of putting me right (once again) . I had completely forgotten.the escape sequence for the wildcards is [*] and [? (an unexpected way to escape a character, but it is what it is) and so had overlooked that [ is itself a special character. And neither * nor ? In the msg box example

Re: Nasty filter bug

2024-01-24 Thread Craig Newman via use-livecode
Brian. The original post tried to filter a string by filtering (without) that actual string, and was interested in why that did not yield empty. Intuitively, the result of such a filter operation ought always to be empty. The presence of the char “[“ is the “culprit”. That is as far as I took

Re: Nasty filter bug

2024-01-24 Thread Brian Milby via use-livecode
Your test misses the actual issue: on mouseup local tStr local tFilter put "a*b" into tFilter put "anything bold" into tStr filter tStr with tFilter put tStr end mouseup Will yield "anything bold" while using the following 2 lines: put "a?b" into tFilter put "a*b" into

Re: Nasty filter bug

2024-01-24 Thread Craig Newman via use-livecode
OK, instead of working I did this: on mouseUp repeat with y = 1 to 255 put "XX" & numToChar(y) & "XX" into temp filter temp without temp if temp <> "" then put y & return after accum end repeat answer accum end mouseUp There are two characters that prevent the filter command from doing

Re: Nasty filter bug

2024-01-24 Thread Craig Newman via use-livecode
Brian. Nope. Those two chars pass through the filter, er, filtered. Again, I did not test the entire character set. Craig > On Jan 24, 2024, at 11:05 AM, Brian Milby via use-livecode > wrote: > > The only other two that would cause issues are ? and * which are single and > multiple char

Re: Nasty filter bug

2024-01-24 Thread Brian Milby via use-livecode
The only other two that would cause issues are ? and * which are single and multiple char wildcards respectively. Brian Milby br...@milby7.com > On Jan 24, 2024, at 10:21 AM, Craig Newman via use-livecode > wrote: > > I did not test the ASCII set exhaustively, but the culprit is the char

Re: Nasty filter bug

2024-01-24 Thread Craig Newman via use-livecode
I did not test the ASCII set exhaustively, but the culprit is the char “[“ (ASCII 91). Any other char (including “]”) in the string works correctly, that is, nothing is left after the filter command executes. I do not know enough to say whether that particular char does something to the

Re: tsNetCustomUploadSync: what am I doing wrong? (Answer: RTFM-P)

2024-01-24 Thread Ben Rubinstein via use-livecode
For the record: > put tsNetCustomUploadSync(tURL, "POST", tRequestData, tHeaders, ... should have been > put tsNetCustomUploadSync(tURL, "POST", tHeaders, tRequestData, ... :facepalm-emoji: Ben On 22/01/2024 21:48, Ben Rubinstein via use-livecode wrote: I'm trying to use

Livecode Demo of two way javascript communication?

2024-01-24 Thread David Bovill via use-livecode
Is there a demo out there for simple bidirectional interaction between a web page and a recent stack exported as wasm? Anyone experimenting with this? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Multipart form decode

2024-01-24 Thread David Bovill via use-livecode
Yes - I need a (standard) decoder. As far as I can tell we have a few handlers in Livecode for encoding data for multipart form encoding - then the Livecode server will do its magic and parse that making the rules available - however there is no function to do the rfc7578

Re: Multipart form decode

2024-01-23 Thread Neville Smythe via use-livecode
David: do you need a special decoder? I thought the multipart form handlers just broke up the sent data into user-defined small chunks, and the server was responsible for waiting for all the parts to be received and then re-assembling the data. From that point it is just a normal POST. Maybe

Re: Nasty filter bug

2024-01-23 Thread Brian Milby via use-livecode
Not sure this is really a bug. The default is to match a wildcardPattern. If you want to match [ then you must use [[] in the pattern. Brian Milby br...@milby7.com > On Jan 23, 2024, at 9:02 PM, Neville Smythe via use-livecode > wrote: > > Try this in the msg box: > > put "aaa[bbb" into

Nasty filter bug

2024-01-23 Thread Neville Smythe via use-livecode
Try this in the msg box: put "aaa[bbb" into tStr; put line 1 of tStr into tLine; filter tStr without tLine; put tStr I get (using MacOS, LC 9.6.11) aaa[bbb That is to say, the line is not filtered out. And: put "aaa[bbb" into tStr; filter tStr with tStr; put tStr produces an empty string

Re: OT: htmx and hyperscript

2024-01-23 Thread Heriberto Torrado via use-livecode
Hi Bernard, I was checking old emails from the list and I saw this email from you. I've been digging into HTMx and HyperScript and I've really been very impressed. HyperScript is basically a JavaScript replacement written in Hypertalk. It is very similar to Livecode and in fact, you can

Re: LockLoc and grab

2024-01-23 Thread J. Landman Gay via use-livecode
I can reproduce this in both LC 10 and 9.6.9 but I can't explain it. It's unclear if this is a feature or a bug. On 1/23/24 11:32 AM, David Epstein via use-livecode wrote: Let me try to clarify the problem I stated. I am not trying to remove the button, I am trying to use the “grab” command

Re: LockLoc and grab

2024-01-23 Thread Bob Sneidar via use-livecode
OIC. Not sure what the expected behavior is when the browse tool is selected or in a standalone but I can confirm that it works as you say. In the IDE, dragging the button outside the bounds of its parent group will update the groups rect if the pointer tool is selected, but not if the browse

Re: LockLoc and grab

2024-01-23 Thread David Epstein via use-livecode
Let me try to clarify the problem I stated. I am not trying to remove the button, I am trying to use the “grab” command to let a user move the button around the window by dragging it. If I use a script to “set the loc” of a button to somewhere outside that group’s rectangle - the group

Re: LockLoc and grab

2024-01-23 Thread Bob Sneidar via use-livecode
I’m suspecting now that he may be under the impression that the way to remove a control from a group is to drag it outside the group’s boundary. If so then this is not the case. The way I do it is I cut the control, click somewhere on the card, then paste the control again. Alternatively you

Re: LockLoc and grab

2024-01-23 Thread Craig Newman via use-livecode
Aha. I did not see that you meant a single button in its own group. But it would not matter if I did the same with a control within a larger group of controls. And it does not matter if the lockLoc of the group is set or not. So is your question “Why does the control disappear when it is

Re: LockLoc and grab

2024-01-23 Thread Craig Newman via use-livecode
David. I could not understand your issue, so I made the controls you mentioned. The thing that matters is not the lockLoc property, but rather the “opaque” property. A group of controls is just a, er, group of controls. The “group” itself can, however, take on a life of its own if, as in this

Re: Multipart form decode

2024-01-23 Thread David Bovill via use-livecode
Hmm writing my own generic multipart form data parser seems quite a task (and a security risk). Any suggestions? On Mon, 22 Jan 2024 at 19:48, David Bovill wrote: > I see in the dictionary several functions related to multipart form > encoding - but not decoding. Does anyone have a function

LockLoc and grab

2024-01-22 Thread David Epstein via use-livecode
A group with lockLoc set to false does not resize itself when an object in it is moved by a “grab” command. Is this a bug? Is there a simple workaround? Recipe using 10.0.0 dp6 on an intel Mac: Create a button with this script: on mouseDown; grab me; end mouseDown. Group the button.

tsNetCustomUploadSync: what am I doing wrong?

2024-01-22 Thread Ben Rubinstein via use-livecode
I'm trying to use tsNetCustomUploadSync, but something is going wrong. To establish a baseline, I'm using it to do a POST request. I can prove that my data is good because this works: set the httpHeaders to tHeaders post tRequestData to URL tURL put it into fld "ResultData"

Multipart form decode

2024-01-22 Thread David Bovill via use-livecode
I see in the dictionary several functions related to multipart form encoding - but not decoding. Does anyone have a function that lets my decode form posts to the built in HTTP server. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: macOS window maximization weirdness

2024-01-19 Thread Paul Dupuis via use-livecode
It may be that. I have to figure out a work-around. I will keep properties in mind as I dig into the resizeStack handlers. And yet, I shouldn't have to figure out a work-around. Since it works on Sonoma and Windows 11, it really SHOULD work on Mojave (and Monterey and all supported versions

Re: macOS window maximization weirdness

2024-01-19 Thread Brian Milby via use-livecode
What I find most curious is that the Autocode window does show a few controls that look to be placed correctly at the bottom of the window. My guess is that it is a timing issue and you are using a property value that isn’t yet updated. That is probably (hopefully) going to be a good place to

Mobile password field and keychain/password

2024-01-19 Thread Dan Friedman via use-livecode
Is there a way to connect to the OS’s keychain/password functionality for both iOS and Android? I have a customer that want’s their password field to work like every other app they have ever used. -Dan ___ use-livecode mailing list

Re: macOS window maximization weirdness

2024-01-19 Thread Paul Dupuis via use-livecode
So , for any one interested, here are screenshots of what is happening. The "Autocode" window (stack) and the "Search Sources" window (stack) are two example of the windows that do NOT maximize correctly. Many other resizable windows do so just fine and windows with both fewer and more

Re: macOS window maximization weirdness

2024-01-19 Thread Curry Kenworthy via use-livecode
Paul: > on certain macOS versions, maximizing the window results in > no controls being drawn or most controls being drawn incorrectly. When drawn incorrectly, are controls the wrong sizes/rects? Or content/visual glitches? Of what nature? Thought it might be worth following up, in case

Re: Bug 23507 - LC Clipboard Polling Failure

2024-01-17 Thread Curry Kenworthy via use-livecode
Bernd: > I then changed to 'fullClipboardData' instead of 'ClipboardData' > and that worked for without a hitch for minutes. Thanks, that may even have potential for a temp workaround! It makes the Windows outcome more like Mac: Glitches, but seems to reset a few seconds later, without LC

Re: Bug 23507 - LC Clipboard Polling Failure

2024-01-17 Thread Niggemann, Bernd via use-livecode
Curry, > Any progress to fix LC's Clipboard Polling Failure Bug? I tried your code on MacOS Monterey using LC 9.6.11 and LC 10.0.0 DP-7. I saw after a short time gibberish and at times empty clipboard content. No crash though. I then changed to 'fullClipboardData' instead of 'ClipboardData'

Re: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Curry Kenworthy via use-livecode
Paul: > I have very limited time and resources and I'd like to spend MORE > of it making new features for my products tha[n] fixing bugs that > happen because a new macOS (or Windows) came out or a new version > of Livecode or some combination breaks what was working. Last month I wanted to

Re: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Paul Dupuis via use-livecode
Ralph, Thanks for the tip. As I did into this problem, I'll give that a try. I'm just getting tired of Apple and/or Livecode changing things so that code that DID work is then discovered NOT working any more. I have very limited time and resources and I'd like to spend MORE of it making new

RE: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Ralph DiMola via use-livecode
Too fast to look and see I was on the wrong thread. Meant to respond to Paul's. Woops... 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 Curry Kenworthy

Re: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Curry Kenworthy via use-livecode
Ralph: > do a send in time to the real resizing code. Oh I fixed mine smooth as butter, but still blamed! First impressions... (Plus some extra bias since I can't do phone/voice anymore, per health.) But A: That's the other thread; This one is LC Clipboard Polling bug! And B: Main context

RE: Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Ralph DiMola via use-livecode
Curry, In your resizeStack handler do a send in time to the real resizing code. You may find the even a short wait will fix it. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: macOS window maximization weirdness

2024-01-16 Thread Curry Kenworthy via use-livecode
I've seen maximization issues, and been blamed for LC/OS tendencies! 1. Can you make a bare bones test stack to trigger the issue? That would lead to bug report or a code fix/workaround. 2. Separately: LC needs maximizeStack msg and maximized window property. Good use cases, plus another

Bug 23507 - LC Clipboard Polling Failure

2024-01-16 Thread Curry Kenworthy via use-livecode
Any progress to fix LC's Clipboard Polling Failure Bug? https://quality.livecode.com/show_bug.cgi?id=23507 Needed this for an app. Best wishes, Curry K. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Top things you are waiting for ....

2024-01-16 Thread Mike Kerner via use-livecode
well, they do owe you at least a year of it, since you paid for it, in advance the same goes for all of us that paid for html5 and have...not that. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

macOS window maximization weirdness

2024-01-15 Thread Paul Dupuis via use-livecode
I have a standalone, built with Livecode 9.6.11 STABLE, where for some windows (stacks) on certain macOS versions, maximizing the window results in no controls being drawn or most controls being drawn incorrectly. It is not every resizable window (stack) in my app, just some. It is not every

Re: Top things you are waiting for ....

2024-01-15 Thread Bob Sneidar via use-livecode
I’m not going to resubscribe to the compiler until there is at least a beta. That’s just me. Sent from my iPhone > On Jan 15, 2024, at 07:59, Matthias Rebbe via use-livecode > wrote: > > At least the subscription payments for the compiler are paused. ;) > > Von meinem iPhone gesendet >

Re: Top things you are waiting for ....

2024-01-15 Thread Matthias Rebbe via use-livecode
At least the subscription payments for the compiler are paused. ;) Von meinem iPhone gesendet > Am 15.01.2024 um 16:25 schrieb Mike Kerner via use-livecode > : > > some day, "a couple weeks" will come, and the compiler will go into beta. > >> On Sat, Nov 18, 2023 at 3:49 PM kee nethery via

Re: Top things you are waiting for ....

2024-01-15 Thread Mike Kerner via use-livecode
some day, "a couple weeks" will come, and the compiler will go into beta. On Sat, Nov 18, 2023 at 3:49 PM kee nethery via use-livecode < use-livecode@lists.runrev.com> wrote: > In App Purchases for MacOS apps. When I can’t make money using LiveCode, I > have to use something else. > > Everything

Re: We lost an Angle

2024-01-14 Thread doc hawk via use-livecode
Please add my prayers and condolences. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: We lost an Angle

2024-01-11 Thread Alex Tweedly via use-livecode
I  am so sorry for your loss.  You are in my prayers tonight. Alex. On 11/01/2024 01:54, Ralph DiMola via use-livecode wrote: Many of you knew Margaret from the conferences. We lost her today. She spent her life as a nurse in the oncology department. She gave her love and empathy to all her

Re: We lost an Angle

2024-01-11 Thread matthias rebbe via use-livecode
Ralph, Unfortunately, I'm not good at these things, especially when I don't write in my native language. Even though we don't know each other personally, I am very sorry for your loss. I feel for you. Matthias > Am 11.01.2024 um 02:54 schrieb Ralph DiMola via use-livecode > : > > Many of you

Re: We lost an Angel

2024-01-11 Thread Jim Lambert via use-livecode
Ralph, So sorry to hear of Margaret's passing. We remember her fondly. Please accept our condolences. Jim & Bonnie Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: We lost an Angle

2024-01-11 Thread J. Landman Gay via use-livecode
I'm so very sorry to hear that, Ralph. It's such a hard thing. My thoughts are with you, always. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 10, 2024 7:53:52 PM Ralph DiMola via use-livecode wrote: Many of you knew

Re: We lost an Angle

2024-01-11 Thread harrison--- via use-livecode
Hi Ralph, Sorry for your loss. I’ve heard that keeping the TV on for extra voices in the background can help mitigate the silence of the house. Good luck to you! Rick > On Jan 10, 2024, at 8:54 PM, Ralph DiMola via use-livecode > wrote: > > Many of you knew Margaret from the conferences.

Re: We lost an Angle

2024-01-11 Thread Kevin Miller via use-livecode
So very sorry to hear that Ralph. My thoughts are with you. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things On 11/01/2024, 01:54, "use-livecode on behalf of Ralph DiMola via use-livecode"

Re: We lost an Angle

2024-01-11 Thread Tom Glod via use-livecode
Super sorry to hear this Ralph, all the best to you and your family. On Thu, Jan 11, 2024 at 10:44 AM Heather Laine via use-livecode < use-livecode@lists.runrev.com> wrote: > So sorry to hear that Ralph. The thoughts of the team here at LiveCode are > with you. > > Heather > > Heather Laine >

Re: We lost an Angle

2024-01-11 Thread Heather Laine via use-livecode
So sorry to hear that Ralph. The thoughts of the team here at LiveCode are with you. Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com > On 11 Jan 2024, at 01:54, Ralph DiMola via use-livecode > wrote: > > Many of you knew Margaret from the conferences. We lost

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