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
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 s
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 aut
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
> ac
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:
>
> Folks:
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:
photo,high,medium,low,352x288,640x480,1280x720,320x240,960x540,iFrame960x540,iFrame
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
use-livecode@lists.runr
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:
>