Re: Windows on ARM...

2024-04-10 Thread matthias rebbe via use-livecode
I am running here a Windows 11 VM in Parallels 19 on my Mac Studio with M1 Max, mainly to test the Windows standalones (32 and 64bit) i've created on macOS. I can also confirm that so far i did not experience any problems with running those Intel builds on Win11 ARM. > Am 10.04.2024 um 15

Re: Windows on ARM...

2024-04-10 Thread Paul Dupuis via use-livecode
Thank you Mark! I'm sure like most folks that sell software, we have a small camp of customers that always want to be on the leading-edge and, whether its a new macOS or a new Windows OS (or OS feature), we get contacted early and often about whether our software will be compatible

Re: Windows on ARM...

2024-04-10 Thread Mark Waddingham via use-livecode
On 2024-04-09 20:03, Paul Dupuis via use-livecode wrote: Mothership people (or anyone in the community that may know this): Microsoft is expected to port and release Windows running on ARM chips (Surface laptops will use the Snapdragon X Elite processors from Qualcomm) this year. Announcement

Re: Windows on ARM...

2024-04-09 Thread Paul Dupuis via use-livecode
Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: Mothership people (or anyone in the community that may know this): Microsoft is expected to port and release Windows running on ARM chips (Surface laptops will use the Snapdragon X Elite processors from Qualcomm) thi

Re: Windows on ARM...

2024-04-09 Thread Mike Kerner via use-livecode
or anyone in the community that may know this): > > Microsoft is expected to port and release Windows running on ARM chips > (Surface laptops will use the Snapdragon X Elite processors from > Qualcomm) this year. Announcement expected May 20, shipping - who knows > when, but likely this

Windows on ARM...

2024-04-09 Thread Paul Dupuis via use-livecode
Mothership people (or anyone in the community that may know this): Microsoft is expected to port and release Windows running on ARM chips (Surface laptops will use the Snapdragon X Elite processors from Qualcomm) this year. Announcement expected May 20, shipping - who knows when, but likely

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 well

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

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

Re: Embedded PDFs in Windows Menu

2024-01-04 Thread Bob Sneidar via use-livecode
ontact with Charles off-list. No, the pdf sizes are not 0 kbytes. And they were written to the user's documents folder. The different PDF files have different sizes on Windows and contain exact the same number of pages the real PDF has, but they are blank. The problem seems to be solved n

Re: Embedded PDFs in Windows Menu

2024-01-03 Thread matthias rebbe via use-livecode
they were written to the user's documents folder. The different PDF files have different sizes on Windows and contain exact the same number of pages the real PDF has, but they are blank. The problem seems to be solved now. He will import/store the PDFs again in custom properties, but doing

Re: Embedded PDFs in Windows Menu

2024-01-03 Thread Bob Sneidar via use-livecode
s. His program allows the user to save the PDF to hard disk > using a menu entry. > The command for creating the PDF is > put the PDFfile1 of this stack into URL “binfile:……..“ > > When the PDF is saved on macOS the PDF is readable (on Windows and macOS), > when the PDF is sav

Re: Embedded PDFs in Windows Menu

2023-12-31 Thread Matthias Rebbe via use-livecode
for creating the PDF is put the PDFfile1 of this stack into URL “binfile:……..“ When the PDF is saved on macOS the PDF is readable (on Windows and macOS), when the PDF is saved on Windows, a PDF with blank pages is created. I am not sure, if this maybe has to do with encoding or so? Regards, Matthias Von

Re: Embedded PDFs in Windows Menu

2023-12-31 Thread Paul Dupuis via use-livecode
I'm not sure exactly what you are talking about? Are you asking about launching a PDF from a menu item under a "Windows" menu? On 12/31/2023 9:41 AM, Charles Szasz via use-livecode wrote: I have found that a method I use (proposed by LC tech support a few years ago to

Embedded PDFs in Windows Menu

2023-12-31 Thread Charles Szasz via use-livecode
I have found that a method I use (proposed by LC tech support a few years ago to embed PDFs in a Windows menu (using custom properties) does not work in LC 9+. It does work on a Mac. Anybody have solution for this problem? Sent from my iPad ___ use

Re: Launch does not work in Windows

2023-11-20 Thread Bob Sneidar via use-livecode
I think judging by your path that what I am running into is the Windows system being reticent to allow a foreign app to launch processes in certain folders. Thankfully I have a workaround. It’s telling I think that the dictionary describes the shell command as another way to launch documents

Re: Launch does not work in Windows

2023-11-18 Thread Paul Dupuis via use-livecode
On 11/17/2023 4:24 PM, Bob Sneidar via use-livecode wrote: Hi all. Given: tTextEditorPath = "C:/Program Files/Windows NT/Accessories/wordpad.exe” tFilePath = "C:/Users/bobsneidar/Documents/Installs/The Whole Child/Cerritos/25528/Old Copier Settings.txt” The command: launch

Re: Launch does not work in Windows

2023-11-17 Thread Bob Sneidar via use-livecode
tTextEditorPath end if Bob S > On Nov 17, 2023, at 1:24 PM, Bob Sneidar via use-livecode > wrote: > > Hi all. Given: > > tTextEditorPath = "C:/Program Files/Windows NT/Accessories/wordpad.exe” > tFilePath = "C:/Users/bobsneidar/Documents/Installs/The W

Launch does not work in Windows

2023-11-17 Thread Bob Sneidar via use-livecode
Hi all. Given: tTextEditorPath = "C:/Program Files/Windows NT/Accessories/wordpad.exe” tFilePath = "C:/Users/bobsneidar/Documents/Installs/The Whole Child/Cerritos/25528/Old Copier Settings.txt” The command: launch tFilePath with tTextEditorPath Does NOT launch tFilePath with tText

Re: Finally success with code signing Windows standalones withe the new eToken certificates under macOS using jarsigner

2023-11-10 Thread Mark Smith via use-livecode
On Nov 9, 2023, at 1:25 PM, matthias rebbe via use-livecode >> wrote: >> >> Phew, after searching, reading and trying many days i was finally able to >> code sign my first Windows standalone under macOS today with this new eToken >> certificates using jarsig

Re: Finally success with code signing Windows standalones withe the new eToken certificates under macOS using jarsigner

2023-11-10 Thread panagiotis merakos via use-livecode
Nov 9, 2023, at 1:25 PM, matthias rebbe via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Phew, after searching, reading and trying many days i was finally able > to code sign my first Windows standalone under macOS today with this new > eToken certifi

Re: Finally success with code signing Windows standalones withe the new eToken certificates under macOS using jarsigner

2023-11-09 Thread Peter Bogdanoff via use-livecode
Matthias, I am definitely interested in this! Peter Bogdanoff > On Nov 9, 2023, at 1:25 PM, matthias rebbe via use-livecode > wrote: > > Phew, after searching, reading and trying many days i was finally able to > code sign my first Windows standalone under macOS today with

Re: Windows maximization on desktops

2023-11-09 Thread Paul Dupuis via use-livecode
On 11/9/2023 5:38 PM, ambassador--- via use-livecode wrote: Paul Dupuis wrote: Is there a message sent when a user click the maximize icon (macOS and Windows) in the titlebar of a window? As others have pointed out, resizeStack is sent. And by definition, wouldn't the windowBoundingRect

Re: Windows maximization on desktops

2023-11-09 Thread ambassador--- via use-livecode
Paul Dupuis wrote: > Is there a message sent when a user click the maximize icon (macOS > and Windows) in the titlebar of a window? As others have pointed out, resizeStack is sent. And by definition, wouldn't the windowBoundingRect be the maximized size? I'm curious: what does the ap

Re: Finally success with code signing Windows standalones withe the new eToken certificates under macOS using jarsigner

2023-11-09 Thread Paul Dupuis via use-livecode
On 11/9/2023 4:25 PM, matthias rebbe via use-livecode wrote: Phew, after searching, reading and trying many days i was finally able to code sign my first Windows standalone under macOS today with this new eToken certificates using jarsigner. Congratulations! Code signing on any platform

Finally success with code signing Windows standalones withe the new eToken certificates under macOS using jarsigner

2023-11-09 Thread matthias rebbe via use-livecode
Phew, after searching, reading and trying many days i was finally able to code sign my first Windows standalone under macOS today with this new eToken certificates using jarsigner. I used jarsigner 5.0 and JDK 1.8 for it. I will now intensively test it and if there is interest i could create

Re: Windows maximization on desktops

2023-11-09 Thread Mark Talluto via use-livecode
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 s

Re: Windows maximization on desktops

2023-11-07 Thread Paul Dupuis via use-livecode
t; 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"

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 th

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

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,

Open new windows as tab not working?

2023-10-29 Thread ron barber via use-livecode
I had a standalone built using Mac 10.14; LC 9.03. Sonoma broke the menus (actually the app would not even open) so I upgraded LC to 9.6.10 and that solved the menu problem. However now a user is reporting and I have confirmed that the option to open new windows as a tab in the existing

Open new windows as a tab not working?

2023-10-28 Thread ron barber via use-livecode
I had a standalone built using Mac 10.14; LC 9.03. Sonoma broke the menus (actually the app would not even open) so I upgraded LC to 9.6.10 and that solved the menu problem. However now a user is reporting and I have confirmed that the option to open new windows as a tab in the existing

Re: Windows Standalone strands windows tasks

2023-10-23 Thread Eller, Roger via use-livecode
I primarily develop for Windows, and haven't experienced this since my early rookie years. I believe the secret is to have the line "set destroyStack to true" in every stack so that when it closes, nothing lingers in memory. Then, when you actually quit, it all goes away

RE: Windows Standalone strands windows tasks

2023-10-12 Thread Bob Sneidar via use-livecode
On Behalf Of Klaus major-k via use-livecode Sent: Thursday, October 12, 2023 9:20 AM To: How to use LiveCode Cc: Klaus major-k Subject: Re: Windows Standalone strands windows tasks Hi Bob, > Am 12.10.2023 um 17:36 schrieb Bob Sneidar via use-livecode > : > > Hi all. > > I

Re: Windows Standalone strands windows tasks

2023-10-12 Thread Klaus major-k via use-livecode
;quit" the entire application quits. On Windows however the > splash stack (which is the stack the standalone is built from) keeps running, > and if I re-launch the standalone it creates a second instance of the app in > memory. > > How do I get the standalone to

Windows Standalone strands windows tasks

2023-10-12 Thread Bob Sneidar via use-livecode
Hi all. I have a standalone that uses a splash stack, which upon launch displays a startup graphic, then hides itself and opens the mainstack of my project. On MacOS when I "quit" the entire application quits. On Windows however the splash stack (which is the stack the standalone is

Re: Rectangles on Windows?

2023-08-11 Thread Paul Dupuis via use-livecode
If you want to send me a link to your Windows standalone, I would be happy to download it (Windows 11 HP laptop) and see if I see the same thing. Or a link to your stack and I can see if it appears in the LC 9.6.9 IDE if you want. On 8/11/2023 10:19 AM, Dar Scott via use-livecode wrote

Re: Rectangles on Windows?

2023-08-11 Thread Dar Scott via use-livecode
tt via use-livecode >> wrote: >> >> Anybody else seeing missing rectangles on Windows? — Dar >> >>> On Aug 8, 2023, at 12:14 PM, Dar Scott via use-livecode >>> wrote: >>> >>> >>> I have some rectangles that work just fine in developm

Re: Rectangles on Windows?

2023-08-10 Thread Bob Sneidar via use-livecode
Sorry Dar, I do not use rectangles for anything. Bob S > On Aug 10, 2023, at 3:30 PM, Dar Scott via use-livecode > wrote: > > Anybody else seeing missing rectangles on Windows? — Dar > >> On Aug 8, 2023, at 12:14 PM, Dar Scott via use-livecode >> wrote: >&g

Re: Rectangles on Windows?

2023-08-10 Thread Dar Scott via use-livecode
Anybody else seeing missing rectangles on Windows? — Dar > On Aug 8, 2023, at 12:14 PM, Dar Scott via use-livecode > wrote: > > > I have some rectangles that work just fine in development on my Mac. > > However, there are problems in my Windows standalone. > >

Rectangles on Windows?

2023-08-08 Thread Dar Scott via use-livecode
I have some rectangles that work just fine in development on my Mac. However, there are problems in my Windows standalone. Not Showing Up Two sets of rectangles are not visible in Windows. One set is opaque and one set is not. The opaque set is made visible or not invisible with a wipe

Re: Light Windows programs takes 40 s to load

2023-08-08 Thread J. Landman Gay via use-livecode
Removing the print driver or spooler works on the current machine but it will affect any other user who runs the app. We have a steady stream of support tickets from Windows users and a boilerplate response prepared. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Light Windows programs takes 40 s to load

2023-08-08 Thread Dar Scott via use-livecode
in the creating of a standalone? Dar > On Aug 8, 2023, at 10:07 AM, panagiotis m via use-livecode > wrote: > > Hello all, > > We recently fixed a bug (affecting mainly Windows 11) where the LC > installer, the LC IDE and Windows standalones were crashing on startup. It > tu

Re: Light Windows programs takes 40 s to load

2023-08-08 Thread panagiotis m via use-livecode
Hello all, We recently fixed a bug (affecting mainly Windows 11) where the LC installer, the LC IDE and Windows standalones were crashing on startup. It turned out this was caused if some generic printer drivers were installed in the device, and installing the official printer drivers from

Re: Light Windows programs takes 40 s to load

2023-08-08 Thread Bob Sneidar via use-livecode
Pardon me if you know this already. Apps that are capable of printing will attempt to connect to the default printer upon launch. Panos is trying to isolate an issue where if the default printer is unresponsive, your app will wait until the process times out before proceeding. In Windows

Re: Light Windows programs takes 40 s to load

2023-08-08 Thread panagiotis m via use-livecode
Hello Dar, So, try this: 1. Open Windows Task Manager 2. Search for a process named "Spooler Subsystem app" or just "Print Spooler" 3. Force quit this process Now open your standalone and see if it starts immediately. Cheers, Panos -- On Tue, 8 Aug 2023 at 17:27, Dar Sc

Re: Light Windows programs takes 40 s to load

2023-08-08 Thread Dar Scott via use-livecode
Sure, Panos! Uh, what’s its name? > On Aug 7, 2023, at 11:42 AM, panagiotis m via use-livecode > wrote: > > Hello Dar, > > Could you quit the printer spooler process ( from the task manager or from > Windows CMD) and try again? > > Cheers, > Panos > > On

Re: Light Windows programs takes 40 s to load

2023-08-07 Thread panagiotis m via use-livecode
Hello Dar, Could you quit the printer spooler process ( from the task manager or from Windows CMD) and try again? Cheers, Panos On Mon, 7 Aug 2023, 20:38 Dar Scott via use-livecode, < use-livecode@lists.runrev.com> wrote: > > Greetings! > > A made a stack with very little

Light Windows programs takes 40 s to load

2023-08-07 Thread Dar Scott via use-livecode
Greetings! A made a stack with very little script—just enough to exercise the GUI. (I couldn’t build a Mac app; more on that as a separate question.) I build a Windows app from my Mac. It takes 40 seconds to load. What might I be doing wrong? I can set up a flash screen, but I’m lazy. Even

Re: Managing windows in the IDE on Mac

2023-08-01 Thread Dar Scott via use-livecode
023 7:50:52 PM Dar Scott via use-livecode >> wrote: >> >>> It has been a while. Hi, all. I’m getting back into LiveCode. >>> >>> I’m using 9.6.9 on Mac Ventura. >>> >>> I’m having a lot of trouble with the windows in the IDE. The backdrop >

Re: Managing windows in the IDE on Mac

2023-07-31 Thread Jerry Jensen via use-livecode
ndman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On July 31, 2023 7:50:52 PM Dar Scott via use-livecode > wrote: > >> It has been a while. Hi, all. I’m getting back into LiveCode. >> >> I’m using 9.6.9 on Mac Ventu

Re: Managing windows in the IDE on Mac

2023-07-31 Thread J. Landman Gay via use-livecode
having a lot of trouble with the windows in the IDE. The backdrop doesn’t always work. The stack I’m working on keeps disappearing. I can check Float above everything, but that is not what I need and it can become a problem when I want to look at something else. The Project Browser stays

Managing windows in the IDE on Mac

2023-07-31 Thread Dar Scott via use-livecode
It has been a while. Hi, all. I’m getting back into LiveCode. I’m using 9.6.9 on Mac Ventura. I’m having a lot of trouble with the windows in the IDE. The backdrop doesn’t always work. The stack I’m working on keeps disappearing. I can check Float above everything, but that is not what I need

Re: Installing mySQL on Windows

2023-07-05 Thread Bob Sneidar via use-livecode
rew at MWCM via use-livecode >> wrote: >> >> Just installed it last week on a Windows Server 2019 VM using the installer >> from https://dev.mysql.com/downloads/installer/ >> >> -Andrew Bell > > > ___

Re: Installing mySQL on Windows

2023-07-03 Thread Andrew at MWCM via use-livecode
installer. There ARE 64 bit binaries, but no MSI. > > Bob S > > > On Jun 23, 2023, at 11:55 AM, Andrew at MWCM via use-livecode > wrote: > > Just installed it last week on a Windows Server 2019 VM using the installer > from https://dev.mysql.com/do

Re: Installing mySQL on Windows

2023-06-23 Thread Bob Sneidar via use-livecode
Thanks Matthias. I have never used Maria DB. Since this is mission critical, I do not want to introduce any quirks, so I am sticking to what I know. Bob S > On Jun 23, 2023, at 10:55 AM, matthias rebbe via use-livecode > wrote: > > Couldn't you use MariaDB Server instead? As far as i

Re: Installing mySQL on Windows

2023-06-23 Thread Bob Sneidar via use-livecode
Yes, and as you will note, those are 32 bit installers. I was hoping there was a 64 bit installer. There ARE 64 bit binaries, but no MSI. Bob S On Jun 23, 2023, at 11:55 AM, Andrew at MWCM via use-livecode wrote: Just installed it last week on a Windows Server 2019 VM using the installer

Re: Installing mySQL on Windows

2023-06-23 Thread Andrew at MWCM via use-livecode
Just installed it last week on a Windows Server 2019 VM using the installer from https://dev.mysql.com/downloads/installer/ —Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

RE: Installing MySQL on Windows

2023-06-23 Thread Ralph DiMola via use-livecode
...@lists.runrev.com] On Behalf Of matthias rebbe via use-livecode Sent: Friday, June 23, 2023 1:55 PM To: How to use LiveCode Cc: matthias_livecode_150...@m-r-d.de Subject: Re: Installing mySQL on Windows Couldn't you use MariaDB Server instead? As far as i know it is MySQL compatible. MariaDB

Re: Installing mySQL on Windows

2023-06-23 Thread matthias rebbe via use-livecode
Couldn't you use MariaDB Server instead? As far as i know it is MySQL compatible. MariaDB Server is available as .msi Installer. Regards, Matthias > Am 23.06.2023 um 18:01 schrieb Bob Sneidar via use-livecode > : > > NVM. I think I found it. Unfortunately it looks live there is an >

Re: Installing mySQL on Windows

2023-06-23 Thread Bob Sneidar via use-livecode
NVM. I think I found it. Unfortunately it looks live there is an installer only for the 32 bit version. I was hoping to install a 64 bit version on a 64 bit server. Oh well. Bob S > On Jun 23, 2023, at 8:50 AM, Bob Sneidar wrote: > > Hi all. > > The PC running mySQL server I’ve been

Installing mySQL on Windows

2023-06-23 Thread Bob Sneidar via use-livecode
Hi all. The PC running mySQL server I’ve been using for some time took a dump. Thankfully I’ve been running a daily backup. Now I am trying to install mySQL server 64 bit on a new server, but it seems there is no installer! Instructions tell my to run some console commands. Is that the only

Re: Windows OS and LC969 weirdness

2023-06-13 Thread matthias rebbe via use-livecode
doesn't have multiple monitor and will >> move the media window to another monitor. And even if we did restrict >> the window to 'screen' 1, that would just be a weird app behavior to >> allow other windows to be moved across monitors, but not the media window. >> >> T

Re: Windows OS and LC969 weirdness

2023-06-13 Thread panagiotis m via use-livecode
'screen' 1, that would just be a weird app behavior to > allow other windows to be moved across monitors, but not the media window. > > Thanks again for pointing me in the right direction! > > > On 6/12/2023 2:19 PM, panagiotis m via use-livecode wrote: > > Hello Paul, > >

Re: Windows OS and LC969 weirdness

2023-06-12 Thread Paul Dupuis via use-livecode
multiple monitor and will move the media window to another monitor. And even if we did restrict the window to 'screen' 1, that would just be a weird app behavior to allow other windows to be moved across monitors, but not the media window. Thanks again for pointing me in the right direction

Re: Windows OS and LC969 weirdness

2023-06-12 Thread matthias rebbe via use-livecode
em and I am wondering if anyone has seen anything >> like it. >> >> I have an desktop app, built in Livecode 9.6.9 and running under Windows >> 10 and 11. The app has stacks/windows to display different types of >> content docText for text, docPDF for PDFs, docImage for i

Re: Windows OS and LC969 weirdness

2023-06-12 Thread panagiotis m via use-livecode
ke it. > > I have an desktop app, built in Livecode 9.6.9 and running under Windows > 10 and 11. The app has stacks/windows to display different types of > content docText for text, docPDF for PDFs, docImage for images, docMedia > for player based audio or video. Only 1 of these wind

Windows OS and LC969 weirdness

2023-06-12 Thread Paul Dupuis via use-livecode
I have a weird problem and I am wondering if anyone has seen anything like it. I have an desktop app, built in Livecode 9.6.9 and running under Windows 10 and 11. The app has stacks/windows to display different types of content docText for text, docPDF for PDFs, docImage for images, docMedia

Re: Windows and MP3

2023-04-22 Thread Klaus major-k via use-livecode
Hi Mathias, > Am 21.04.2023 um 22:02 schrieb matthias rebbe via use-livecode > : > > Just tried here with LC10DP4 on freshly installed Windows 11. > The .mp3 plays fine. great, thank you for checking! > Regards, > Matthias > > P.s.: Wie war das mit "Ab

Re: Windows and MP3

2023-04-21 Thread matthias rebbe via use-livecode
Just tried here with LC10DP4 on freshly installed Windows 11. The .mp3 plays fine. Regards, Matthias P.s.: Wie war das mit "Aber für heute mach ich Feierabend! " ;) > Am 21.04.2023 um 20:16 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > qu

Windows and MP3

2023-04-21 Thread Klaus major-k via use-livecode
Hi friends, quick question to Windows User: Is LC on Windows currently able to play MP3 in a player object out of the box? I mean without installing third party codecs, like currently still neccessary for playing MP4 video files? Thanks for a quick answer! I'm very curious for the new support

Re: .mov files in a standalone on Windows

2023-01-08 Thread Paul Dupuis via use-livecode
Standard ISO MPEG4 is probably your best bet (.mp4), but here are the formats supported by DirectShow by default: https://learn.microsoft.com/en-us/windows/win32/directshow/supported-formats-in-directshow On 1/8/2023 4:58 PM, jbv via use-livecode wrote: Thank you for the answer

Re: .mov files in a standalone on Windows

2023-01-08 Thread jbv via use-livecode
Thank you for the answer but this looks a bit too complicated. Furthermore, the standalone will run only a couple of times on Windows, and furthermore on a machine on which I can't install anything. So I'll take another route and convert the .mov to a format that is compatible with windows. Which

Re: .mov files in a standalone on Windows

2023-01-08 Thread Paul Dupuis via use-livecode
Without installing 3rd party codec for DirectShow in Windows, you can't play .mov media. LA Filters is free and works very well with DirectShow (the media player on Windows LC 9.6.8 uses). See https://github.com/Nevcairiel/LAVFilters/ On 1/8/2023 1:53 PM, jbv via use-livecode wrote: Hi

.mov files in a standalone on Windows

2023-01-08 Thread jbv via use-livecode
Hi list, I am using LC 9.6.8 on Mac. I have a couple of .mov files that I want to include in a stack that will end up as a standalone running on windows. I haven't done that in years. What is the best way to proceed, to be sure that each video and its sound track will play fine on windows ? BTW

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-12 Thread matthias rebbe via use-livecode
zip> Windows https://dl.qck.nu/?dl=InstaMaker_Win_x64_Setup.exe <https://dl.qck.nu/?dl=InstaMaker_Win_x64_Setup.exe> Or just visit https://instamaker.dermattes.de <https://instamaker.dermattes.de/> Regards Matthias > Am 11.10.2022 um 12:01 schrieb matthias rebbe via use-liveco

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-12 Thread matthias rebbe via use-livecode
tested several times with >> similar "user results” (the installer didn’t build and InstaMaker appeared >> to be frozen with the indeterminant-progress indicator spinning. I restarted >> the computer after several of the tests but this made no difference. >>

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-12 Thread scott--- via use-livecode
quit.) I tested several times with similar > "user results” (the installer didn’t build and InstaMaker appeared to be > frozen with the indeterminant-progress indicator spinning. I restarted the > computer after several of the tests but this made no difference. > > I had a similar experie

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-12 Thread scott--- via use-livecode
ed the computer after several of the tests but this made no difference. I had a similar experience when running InstaMaker inside Parallels Desktop running a 64 bit version of Windows 10. InstaMaker’s indeterminant-progress indicator began spinning and that was it. I restarted Windows

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-11 Thread matthias rebbe via use-livecode
with the complete path to the Wine app. The easiest way is to type online sudo xattr -r -d com.apple.quarantine and then drag the app from finder windows into the terminal window. This copies the complete path to the command line. There will be some errors saying that some files were not readable. You can

[OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-06 Thread matthias rebbe via use-livecode
Dear all, i am happy to announce that an updated version of InstaMaker is available. InstaMaker is a Wrapper for Inno Setup, a free installer for Windows programs. InstaMaker makes it easier to create Installers for your Livecode Windows standalones with Inno Setup. What is new - InstaMaker now

Running installer on Windows 10

2022-08-13 Thread Colin Holgate via use-livecode
I am testing a stack on some different systems, and on Mac M1, Mac Intel, Intel i7 PC with Windows 10, and an Intel Celeron N5095 with Windows 11, no problems. On an Intel Celeron N3450, Windows 10, nothing happens when opening the LiveCode 9.6.8 x86-64 installer, or if I open a standalone app

Re: Windows standalone settings

2022-08-10 Thread Bob Sneidar via use-livecode
I do only because I have a special case where I grabbled a 32 bit windows PC to serve mySQL and Spiceworks, and to host my SQL Socket Agent. Bob S > On Aug 10, 2022, at 13:14 , J. Landman Gay via use-livecode > wrote: > > Does anyone still build for Windows x86 or is x86-64 su

Re: Windows standalone settings

2022-08-10 Thread Paul Dupuis via use-livecode
On 8/10/2022 4:14 PM, J. Landman Gay via use-livecode wrote: Does anyone still build for Windows x86 or is x86-64 sufficient now? Also, what UAC execution level do you set? Default, highest avialable, etc.? I still build for 32 bit windows as it still works and is the lowest common

Windows standalone settings

2022-08-10 Thread J. Landman Gay via use-livecode
Does anyone still build for Windows x86 or is x86-64 sufficient now? Also, what UAC execution level do you set? Default, highest avialable, etc.? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Is LC encryption different for Mac than for Windows??

2022-07-06 Thread Bob Sneidar via use-livecode
Thanks. I still have to test outside the network. If I have issues I will definitely check the socketTimeoutInterval. Currently it is 1. I take it that is milliseconds. Bob S > On Jul 5, 2022, at 21:57 , Neville Smythe via use-livecode > wrote: > > Bob Sneider wrote >> So strange. I

Re: Is LC encryption different for Mac than for Windows??

2022-07-05 Thread Neville Smythe via use-livecode
Bob Sneider wrote > So strange. I built in some logging, removed the base64 stuff, and now it > works! Timing problem of some sort? Who knows. That’s what I was inferring. I’d suggest you increase socketTimeOut to avoid the problem recurring (or reduce it if you want to test that timing was

Re: Is LC encryption different for Mac than for Windows??

2022-07-05 Thread Bob Sneidar via use-livecode
So strange. I built in some logging, removed the base64 stuff, and now it works! Timing problem of some sort? Who knows. Sent from my iPhone > On Jul 3, 2022, at 15:03, Bob Sneidar via use-livecode > wrote: > > Ill check later. > > Sent from my iPhone > >> On Jul 2, 2022, at 17:20,

Re: Is LC encryption different for Mac than for Windows??

2022-07-03 Thread Bob Sneidar via use-livecode
Ill check later. Sent from my iPhone > On Jul 2, 2022, at 17:20, Neville Smythe via use-livecode > wrote: > > Is socketTimeOut set high enough? > > > Neville > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit

Re: Is LC encryption different for Mac than for Windows??

2022-07-02 Thread Neville Smythe via use-livecode
Is socketTimeOut set high enough? Neville ___ 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: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Bob Sneidar via use-livecode
, 2022, at 17:55 , Bob Sneidar via use-livecode >>>> wrote: >>>> >>>> That's supposed to be Binary Encoding >>>> >>>>> On Jul 1, 2022, at 17:08 , Bob Sneidar via use-livec

Re: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Phil Davis via use-livecode
dar via use-livecode wrote: Also when I was running it on my Mac, the client in the server we’re running on the same Macintosh. On the windows machine however I’m going over the wire. Should I buy Ineri encoded or something? Sent from my iPhone

Re: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Bob Sneidar via use-livecode
I do. The server agent was written in LC and I am running it in a community version. Just to eliminate the possibility that things are different between Community 9.5 and Pro 9.6.8, I am DL'ing the latest (which I am running on the Mac). I'll try with that. Basically I encrypt and decrypt

Re: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Phil Davis via use-livecode
7:55 , Bob Sneidar via use-livecode wrote: That's supposed to be Binary Encoding On Jul 1, 2022, at 17:08 , Bob Sneidar via use-livecode wrote: Also when I was running it on my Mac, the client in the server we’re running on the same Macintosh. On the windows machine however I’m going ove

Re: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Bob Sneidar via use-livecode
ode > wrote: > > That's supposed to be Binary Encoding > >> On Jul 1, 2022, at 17:08 , Bob Sneidar via use-livecode >> wrote: >> >> Also when I was running it on my Mac, the client in the server we’re running >> on the same Macintosh. On the windows machin

Re: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Bob Sneidar via use-livecode
That's supposed to be Binary Encoding > On Jul 1, 2022, at 17:08 , Bob Sneidar via use-livecode > wrote: > > Also when I was running it on my Mac, the client in the server we’re running > on the same Macintosh. On the windows machine however I’m going over the > wire.

Re: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Bob Sneidar via use-livecode
Also when I was running it on my Mac, the client in the server we’re running on the same Macintosh. On the windows machine however I’m going over the wire. Should I buy Ineri encoded or something? Sent from my iPhone > On Jul 1, 2022, at 16:57, Bob Sneidar wrote: > > Hmmm... I th

Re: Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Bob Sneidar via use-livecode
> > When I run the Server Agent on my Macintosh all works as expected. I get an > array of the queried data. When I run it on a Windows desktop however, the > data coming back is corrupted somehow! The decryption command produces an > error: ERROR: (SSL error: wrong fin

Is LC encryption different for Mac than for Windows??

2022-07-01 Thread Bob Sneidar via use-livecode
of course, decrypts it and arrayDecodes it producing the resultant array. All fine and good. But wait there's more! When I run the Server Agent on my Macintosh all works as expected. I get an array of the queried data. When I run it on a Windows desktop however, the data coming back

  1   2   3   4   5   6   7   8   9   10   >