Re: Has anyone experimented with using Python within LC?

2023-07-22 Thread Hakan--- via use-livecode
Probably not much, but there are a lot of libraries that exist for python that you might want to use to save time. > 22 juli 2023 kl. 04:11 skrev Bob Sneidar via use-livecode > : > > Out of curiosity, what can be done in in Python that cannot be done in LC > Script? > > Sent from my iPhone

Re: Auto populate an HTML form with LC server

2022-08-07 Thread Hakan--- via use-livecode
I don’t understand Japanese but to clarify the process. The server side can’t do anything unless you call it in some way. So every time you see something happening in the browser before you submit it is JavaScript running. The libraries mentioned are Ajax libraries (as far as I understand) and

Re: Formatting code in word

2022-05-25 Thread Hakan--- via use-livecode
Yes, you need to use something to create the PDF first of course. And here Word might be a good candidate. Especially if you are to write a lot of explaining text and then paste some code. I think I still would go for an automated setup and write the explanations in the code. Then you could

Re: browserDocumentLoadComplete

2022-02-16 Thread hakan--- via use-livecode
Maybe you could do a js callback on document loaded window.onload = (event) => { livecode.jscallback('The page has fully loaded’); ); :-Håkan > 15 feb. 2022 kl. 00:08 skrev Tom Glod via use-livecode > : > > Hi Dan, I reported that bug a couple months back, it was confirmed and >

Re: Is there an issue with beep on iOS?

2021-08-08 Thread hakan--- via use-livecode
Maybe a stupid suggestion, but has happened to me several times :-0 Have you checked that your phone Is not in silent mode in any way? If you have the phone in silent mode the normal behaviour is to just vibrate. > On 6 Aug 2021, at 02:09, William Prothero via use-livecode > wrote: > >

Re: cameracontrol, knowing the physical resolution of the camera

2021-04-30 Thread hakan--- via use-livecode
If you don’t set the rect at all you get an image at maximum resolution. At least I do on my Mac and my iPhone :) There is also a CameraControlGet( ”myCamera”, ”qualityPresets”) you can call. On my Mac it returns:

Re: Simple Datagrid task?

2021-04-28 Thread hakan--- via use-livecode
Just got a Déjà Vu :) :-Håkan > On 27 Apr 2021, at 17:19, Martin Koob via use-livecode > wrote: > > Look online for a solution to a problem, find the answer and then find that I > had written it ___ use-livecode mailing list

Re: Simple Datagrid task?

2021-04-27 Thread hakan--- via use-livecode
On the second tab in the preferences pane there is a checkbox that says ”Allow text editing”. If you have that selected you can edit the text by double-clicking a cell. Or do you need something else? :-Håkan > On 26 Apr 2021, at 21:03, William Prothero via use-livecode > wrote: > > Folks: