[ot] Test

2023-11-07 Thread Ralph DiMola via use-livecode
Email test.

Sorry for the noise

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


___
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: Windows maximization on desktops

2023-11-07 Thread Paul Dupuis via use-livecode

Thanks Klaus and Panos,

Yes, a resizeStack is send on Maximize. Now I just need to do some 
screenrect calculations to determine a drag-resize from a maximize-resize.


Thank you.


On 11/7/2023 11:15 AM, panagiotis merakos via use-livecode wrote:

Hello Paul,

I think the "resizeStack" message should be sent.

Kind regards,
Panos
--

On Tue, 7 Nov 2023 at 18:08, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:


Is there a message sent when a user click the maximize icon (macOS and
Windows) in the titlebar of a window?

"iconifyStack" is sent for minimization, and "unIconifyStack" is sent
when a minimizaed stack is expanded (from the Windows taskbar or Apple
dock). However, I can't seem to find an equivalent message for
maximization?

Is there such a message. What messages (if any) are sent when a window
is maximized?

___
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


___
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



___
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: Windows maximization on desktops

2023-11-07 Thread panagiotis merakos via use-livecode
Hello Paul,

I think the "resizeStack" message should be sent.

Kind regards,
Panos
--

On Tue, 7 Nov 2023 at 18:08, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Is there a message sent when a user click the maximize icon (macOS and
> Windows) in the titlebar of a window?
>
> "iconifyStack" is sent for minimization, and "unIconifyStack" is sent
> when a minimizaed stack is expanded (from the Windows taskbar or Apple
> dock). However, I can't seem to find an equivalent message for
> maximization?
>
> Is there such a message. What messages (if any) are sent when a window
> is maximized?
>
> ___
> 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
>
___
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: Windows maximization on desktops

2023-11-07 Thread Klaus major-k via use-livecode
Hi Paul,

> Am 07.11.2023 um 17:07 schrieb Paul Dupuis via use-livecode 
> :
> 
> Is there a message sent when a user click the maximize icon (macOS and 
> Windows) in the titlebar of a window?
> 
> "iconifyStack" is sent for minimization, and "unIconifyStack" is sent when a 
> minimizaed stack is expanded (from the Windows taskbar or Apple dock). 
> However, I can't seem to find an equivalent message for maximization?
> 
> Is there such a message. What messages (if any) are sent when a window is 
> maximized?

doesn't that make the "resizestack" message fire?


Best

Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
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


Windows maximization on desktops

2023-11-07 Thread Paul Dupuis via use-livecode
Is there a message sent when a user click the maximize icon (macOS and 
Windows) in the titlebar of a window?


"iconifyStack" is sent for minimization, and "unIconifyStack" is sent 
when a minimizaed stack is expanded (from the Windows taskbar or Apple 
dock). However, I can't seem to find an equivalent message for maximization?


Is there such a message. What messages (if any) are sent when a window 
is maximized?


___
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: Subtitle and the future of the Player control

2023-11-07 Thread Paul Dupuis via use-livecode
There are a lot more details to really assess a best choice here (unless 
your questions is rhetorical).


Is this a planned web app, desktop app (which platforms) or a mobile 
app? I assume from the javascript player comment that you are looking to 
build this as a web app? What video file formats do you need to support 
- just mpeg4 or other formats?


On 11/7/2023 6:05 AM, David Bovill via use-livecode wrote:

I'm doing some coding around videos and transcripts. Before diving in I
thought I'd see if there is any existing code out there? I'm working on
creating transcripts from videos we shoot for a community project -
naturally using ai (whisper) to do that - but Livecode to edit the
transcript and make the final output interactive.

I'd like to stick to SRT standards, and be able to display the text track
with the video playing and to click and interact with it under Livecode
control.

Given the future of the video player seems to be more focussed on an HTML5
player - I'm wondering if it worth the effort of scripting this in Livecode
- or I should build on one of the opensource javascript players?
___
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



___
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


Subtitle and the future of the Player control

2023-11-07 Thread David Bovill via use-livecode
I'm doing some coding around videos and transcripts. Before diving in I
thought I'd see if there is any existing code out there? I'm working on
creating transcripts from videos we shoot for a community project -
naturally using ai (whisper) to do that - but Livecode to edit the
transcript and make the final output interactive.

I'd like to stick to SRT standards, and be able to display the text track
with the video playing and to click and interact with it under Livecode
control.

Given the future of the video player seems to be more focussed on an HTML5
player - I'm wondering if it worth the effort of scripting this in Livecode
- or I should build on one of the opensource javascript players?
___
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