AW: Trouble playing videos with MS DirectShow LC 8

2017-03-08 Thread Tiemo Hollmann TB via use-livecode
aying videos with MS DirectShow LC 8 Hi Tiemo, > Am 08.03.2017 um 09:07 schrieb Tiemo Hollmann TB via use-livecode > : > > Hey Klaus, > > you saved my YEAR! OK, das macht dann fünf Mark! :-D > As you mentioned "LAVFilters", I remembered that I also ha

AW: Trouble playing videos with MS DirectShow LC 8

2017-03-08 Thread Tiemo Hollmann TB via use-livecode
Just FYI, Ian from LC clarified the phenomenon that the mp4 videos could be played with the standard video player but not with the LC video player. LiveCodes new video player object is based on the DirectShow API and the standard MS video players are based on the newer MS media foundation since

is LCs answer folder state of the art?

2017-03-13 Thread Tiemo Hollmann TB via use-livecode
Hello, the user shall select a folder, which includes certain files. When using "answer folder" the LiveCode dialog lets select the folder and returns the path, but without showing it's content, while navigating. That puzzles sometimes my customers, because it looks like the folder is empty and

AW: is LCs answer folder state of the art?

2017-03-14 Thread Tiemo Hollmann TB via use-livecode
Thanks for testing (yes it was Windows only, LC 8). I'll ask Satya, if he can fix it. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Mark Wieder via use-livecode Gesendet: Dienstag, 14. März 2017 02:05 An: How to use LiveCo

how to remove black title bar in browser widget when showing a pdf?

2017-03-14 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.3, Windows 10: When I am displaying a pdf (local or web) in the browser widget, there is a black title bar on top of the pdf, which occupies the top 45 pixels of the browser widget. When hovering over the widget, the name of the pdf is shown within this black title bar. I didn't fou

tsneterr: (6) could not resolve host

2017-03-15 Thread Tiemo Hollmann TB via use-livecode
Hello, using LC 8.1.2 / 8.1.3 I get an "tsneterr: (6) could not resolve host: public" when trying to access a file in a web server directory with user and password protection put URL "http://public:myPW@www.myHost/mypath/my.txt"; into tResult when opening the same file in a not pw protected dire

AW: tsneterr: (6) could not resolve host

2017-03-15 Thread Tiemo Hollmann TB via use-livecode
Forgot to say: Windows 10 -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Mittwoch, 15. März 2017 16:00 An: LiveCode User Liste senden Cc: Tiemo Hollmann TB Betreff: tsneterr: (6

AW: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-16 Thread Tiemo Hollmann TB via use-livecode
tCode, tBytes, tSettings put > "public" into tSettings["username"] put "myPW" into > tSettings["password"] put > tsNetGetSync("http://www.myHost/mypath/my.txt";, tHeaders, tOutHeaders, > tResultCode, tBytes, tSettings) into tResult &g

AW: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-16 Thread Tiemo Hollmann TB via use-livecode
o tSettings["username"] put "myPW" into > tSettings["password"] put > tsNetGetSync("http://www.myHost/mypath/my.txt";, tHeaders, tOutHeaders, > tResultCode, tBytes, tSettings) into tResult > -- > > Hope that helps, > > Cheers, >

AW: AW: tsneterr: (6) could not resolve host - can anyone else test this?

2017-03-17 Thread Tiemo Hollmann TB via use-livecode
uot;#" in a URL! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Donnerstag, 16. März 2017 18:00 An: 'How to use LiveCode' Cc: Tiemo Hollmann TB Betreff: AW: AW: tsnete

Password field code to share?

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
Hello, there have been several solutions for password fields around the community (Eric Chatonet, .), but all I have seen so far are not complete (e.g. no copy/paste) or safe in handling or not fully handling all chars. The most comprehensive solution I have seen is based on the input of "rawKeyDo

WEIRD: code changes the code instead of a field

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 9.0, dp4, Win10: Fiddling around creating a password field I am encountering a very weird phenomenon. Stepping thru my code with the debugger my code modifies my code instead of a field. Recipie: - Create a new stack - Create a new field - Put the code into

AW: WEIRD: code changes the code instead of a field

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
k via use-livecode Gesendet: Dienstag, 21. März 2017 12:12 An: How to use LiveCode Cc: Klaus major-k Betreff: Re: WEIRD: code changes the code instead of a field Hi Tiemo, > Am 21.03.2017 um 11:49 schrieb Tiemo Hollmann TB via use-livecode : > > Hello, > > LC 9.0, dp4, Wi

AW: Password field code to share?

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
-livecode Gesendet: Dienstag, 21. März 2017 13:16 An: How to use LiveCode Cc: Trevor DeVore Betreff: Re: Password field code to share? On Tue, Mar 21, 2017 at 4:48 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > > there have been several solutions

OT: are chars above ascii 126 allowed in system passwords?

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
Hello, I have not much knowledge in server administration. My LiveCode program establishes a http connection. In case there is a network proxy server, the user can enter the proxy server credentials in my program to get access to the internet. That works ok so far, but my password field can’t hand

rawKeyUp/Down give different keys for same char since LC 8

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
Hello, Testing on Win 10, IDE: up to LC 6.7 special chars, as German Umlaute gave the same key in rawKeyUp and rawKeyDown, e.g. ä = 39, ü = 59, ö = 96, ß = 91 in LC 8 and 9 the rawKeyUp are still the same, but in rawKeyDown I now get: ä = 228, ü = 252, ö = 246, ß = 223 Is there any plausibl

AW: rawKeyUp/Down give different keys for same char since LC 8

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
e-livecode-boun...@lists.runrev.com] Im Auftrag von Mark Waddingham via use-livecode Gesendet: Dienstag, 21. März 2017 19:03 An: How to use LiveCode Cc: Mark Waddingham Betreff: Re: rawKeyUp/Down give different keys for same char since LC 8 Hi Tiemo, On 2017-03-21 17:40, Tiemo Hollmann

AW: WEIRD: code changes the code instead of a field

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
ware | http://www.hyperactivesw.com On March 21, 2017 5:53:07 AM Tiemo Hollmann TB via use-livecode wrote: > Hello, > > LC 9.0, dp4, Win10: Fiddling around creating a password field I am > encountering a very weird phenomenon. Stepping thru my code with the > debugger my

AW: Producing a list of duplicates

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
I would just - Sort the list by email - Looping thru the list - Comparing the current email with the previous - putting duplicates after the variable Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Skip Kimpel via use-livecode

AW: New Iteration of cleanASCII

2017-03-23 Thread Tiemo Hollmann TB via use-livecode
Hi Bob, nice function. Just for my interest, what is the function of the leading "break" in the switch control structure? It doesn't seem to bother, but any advantage? Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Bob Sneid

differences between text/imagedata of image in LC6/8

2017-03-24 Thread Tiemo Hollmann TB via use-livecode
Hello, in an old program I obviously tried to be very technically over correct when copying an image and did: 1. set the imagedata of img 2 to the imagedata of img 1 This worked up to LC 6.7. In LC8/9 I get a corrupted image (black and stripes) in the target image. What works in LC8/9 is

AW: differences between text/imagedata of image in LC6/8

2017-03-24 Thread Tiemo Hollmann TB via use-livecode
Thank you for the comprehensive explanation! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Mark Waddingham via use-livecode Gesendet: Freitag, 24. März 2017 11:58 An: How to use LiveCode Cc: Mark Waddingham Betreff: Re: di

AW: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-27 Thread Tiemo Hollmann TB via use-livecode
Hello, "Apple requires" - Is this only a "best practise" guideline or what will happen if you don't care? I have an old application just migrated to LC 8, where I am running an independent stack file in that old dir("Contents/MacOS"), and it is running fine on MacOS 10.12.3 Is there any Apple li

AW: where does the standalonebuilder saves the substacks in an Mac OS App?

2017-03-28 Thread Tiemo Hollmann TB via use-livecode
missions and it's baked into the OS so no one can (ostensibly) > change it. > > That is my understanding at least. I've not dug in enough to know for > certain. > > Bob S > > >> On Mar 27, 2017, at 09:45 , Tiemo Hollmann TB via use-livecode >> wrote: >>

specialFolderPath("resources") on Mac with trailing slash

2017-03-29 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.3: getting the specialFolderPath("resources") comes on Mac & Win without trailing slash. On Win I also don't get a trailing slash in a standalone. BUT in a MacOS 10.12 standalone I get a trailing slash! Is this a wanted "feature" which I have to script around, or is this a bug I s

AW: specialFolderPath("resources") on Mac with trailing slash

2017-03-29 Thread Tiemo Hollmann TB via use-livecode
: specialFolderPath("resources") on Mac with trailing slash Hi Tiemo, This is a bug, which will be fixed in LiveCode 8.1.4 RC-1: http://quality.livecode.com/show_bug.cgi?id=18619 Best, Panos -- On Wed, Mar 29, 2017 at 9:43 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runr

shell("netstat -i") has getting slow on MacOS10.x

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
Hello, I am not sure where to start searching and I am not good under the hood of Macs. I am retrieving MAC addresses: put "netstat -I" into myShell put shell(myShell) into tRes In former times that has taken "a few" seconds, now it takes around 20 seconds. First I tested, if it was a slowdown

AW: shell("netstat -i") has getting slow on MacOS10.x

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
You may be able to narrow the scope of the request and generate it faster. Marc Siskin On Mar 30, 2017, at 7:57 AM, Tiemo Hollmann TB via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Hello, I am not sure where to start searching and I am not good under the hood of Macs. I a

AW: shell("netstat -i") has getting slow on MacOS10.x

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
nected C:\> Now I haven’t tried this on PCs, so your milage may vary. But the macOS version does work. Good luck, Marc On Mar 30, 2017, at 8:40 AM, Tiemo Hollmann TB via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Hi Marc, I need the MAC addresses from all network adapt

AW: shell("netstat -i") has getting slow on MacOS10.x

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
Yes, using ifconfig I get exact 1 MAC (see Ken Rays script as Klaus pointed out). I don't see a parameter to get all at once, but I could perhaps call ifconfig 4 times with lo0, en0,en1 and fw0. Or I will try to use "networksetup -listallhardwareports”, as Marc pointed out Don't ask me why I need

AW: shell("netstat -i") has getting slow on MacOS10.x

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
") has getting slow on MacOS10.x If you call it with no arguments, doesn't it list them all? I'll have to get my mac running again so I can test this stuff. On Thu, Mar 30, 2017 at 11:52 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: &g

could you please make a quick test for me?

2017-03-31 Thread Tiemo Hollmann TB via use-livecode
Hello, I am replacing an old very slow function (netstat) to retrieve MAC addresses with another fast function (networksetup). I am replacing a part of a licensing system in a live program out in the market, so I have to be sure, to get exactly the same result from the new function. It has to be t

AW: Re Quick Test for Tiemo

2017-03-31 Thread Tiemo Hollmann TB via use-livecode
Sorry guys I didn't specified the stack format version, it was 7. Thanks for all testers. The test was very valuable for me, because I found that the sequence of MAC addresses wasn't the same as my old function produced on some machines. I have optimized my code now to get the same sequence. Thanks

when is LC 8.1.4 to be expected?

2017-04-03 Thread Tiemo Hollmann TB via use-livecode
Hello headquarter, I am just releasing a new version and the only remaining bug is the wrong windows systemVersion in 8.1.3. That's why I would like to know, if 8.1.4 is shortly to be expected and it would be worth for me to wait a few days or if it still is unscheduled and I'll go with the wrong

AW: when is LC 8.1.4 to be expected?

2017-04-03 Thread Tiemo Hollmann TB via use-livecode
f: Re: when is LC 8.1.4 to be expected? Hi Tiemo, This is just an off_the_record_rumor: We would like/expect to release 8.1.4 RC-1 within this week :) Best regards, Panos -- On Mon, Apr 3, 2017 at 9:47 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hel

Is there a technical difference between a RC and stable release?

2017-04-04 Thread Tiemo Hollmann TB via use-livecode
Hello, I know about the life cycle dp - rc - stable release. What I actually don't know, is there any "technical" difference behind the scenes between a RC and a stable release? Is a RC just an approval state for any feedback from us and could go 1:1 into a stable release, if there are no serious

AW: Is there a technical difference between a RC and stable release?

2017-04-05 Thread Tiemo Hollmann TB via use-livecode
Waddingham Betreff: Re: Is there a technical difference between a RC and stable release? Hi Tiemo, On 2017-04-05 08:25, Tiemo Hollmann TB via use-livecode wrote: > What I actually don't know, is there any "technical" difference behind > the scenes between a RC and a stable rel

standalone build: "checking directory exists" takes up to 2 min

2017-04-05 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1 – 8.1.4 and 9.0. I am on Win 10. The stack file source as well as the standalone build directory is located on a windows server. When building a standalone für my (complex) main application on the server dir the standalone builder progress stopps at the stage „checking directory exi

AW: standalone build: "checking directory exists" takes up to 2 min

2017-04-05 Thread Tiemo Hollmann TB via use-livecode
others on the server DO, I think there can be a short delay while it spins other drives back up to speed. On Wed, Apr 5, 2017 at 2:01 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello, > > LC 8.1 – 8.1.4 and 9.0. I am on Win 10. The stack

any secrets printing only a section from a card?

2017-04-10 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.4, Win 10. (Same with LC 6-9) When printing a whole card with just "print card" everything of the card is being printed fine, only stretched to the papersize. But when trying to print only a part of the card by "print card from myLeftTop to myRightBottom into page Rect" I never get

AW: any secrets printing only a section from a card?

2017-04-11 Thread Tiemo Hollmann TB via use-livecode
s, in version 7. Only printing the full card works reliably. Any other option produces a different output but not the desired one, at least not reliably. On 10 Apr 2017, at 12:06, Tiemo Hollmann TB via use-livecode wrote: > Hello, > > LC 8.1.4, Win 10. (Same with LC 6-9) When printing a w

vertical text?

2017-04-11 Thread Tiemo Hollmann TB via use-livecode
Hello, Is there any trick or tweak to create real vertical text (rotated text field by -90deg)? Up to now, I workaround with an text img I rotated in photoshop. Thanks Tiemo ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

AW: vertical text?

2017-04-11 Thread Tiemo Hollmann TB via use-livecode
t 8:42 AM, Tiemo Hollmann TB via use-livecode wrote: > > Hello, > > Is there any trick or tweak to create real vertical text (rotated text > field by -90deg)? > > Up to now, I workaround with an text img I rotated in photoshop

AW: vertical text?

2017-04-12 Thread Tiemo Hollmann TB via use-livecode
Nice conversion! But I was looking for a rotated text by -90 degrees. Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von AndyP via use-livecode Gesendet: Mittwoch, 12. April 2017 13:14 An: use-revolut...@lists.runrev.com

how to print only a part of a card?

2017-04-12 Thread Tiemo Hollmann TB via use-livecode
Hello, probably I don't see the obvious or my math is slightly rusty. I am trying to print only a section of a card, e.g. a rectangle, but I always only get a (left and bottom) clipped rectangle being printed. Only when printing the whole card I get the full rectangle. I am running out of paper fr

tsneterr: HTTP response Code 400?

2017-04-12 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.3 I have some "put URL ." with PHPs executed on my server, which runs fine. Now I get a support call from a (windows) customer who gets "tsneterr: HTTP response Code 400 returned from server" A "HTTP 400 error" usually is a bad request because of a bad HTTP syntax sent by the clien

AW: how to print only a part of a card?

2017-04-13 Thread Tiemo Hollmann TB via use-livecode
an earlier post I gather you are on Win 10 so this looks like there's a bug in the works, maybe a Linux user could test also. Have you tried any other versions of LC? HTH Paul > On 12 Apr 2017, at 06:40, Tiemo Hollmann TB via use-livecode > wrote: > > Hello, > > proba

taking a screenshot fails - video experience needed

2017-04-20 Thread Tiemo Hollmann TB via use-livecode
Hello, A vital part of my program is taking screenshots (snapshot) from videos, played in my program (DirectShow videos, LC 8.1.4, Windows 10) On a customer machine the snapshot doesn't work at all, it takes only a black screen. For my limited understanding this is related to the video/ screen bu

AW: Which code signing authority?

2017-04-20 Thread Tiemo Hollmann TB via use-livecode
I am working with comodo: https://www.comodo.com/e-commerce/code-signing/code-signing-certificate.php? s_track=7639 Good experience, but no comparison to others Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Jonathan Lynch v

AW: taking a screenshot fails - video experience needed

2017-04-20 Thread Tiemo Hollmann TB via use-livecode
ir AV software. Bob S On Apr 20, 2017, at 05:03 , Tiemo Hollmann TB via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Hello, A vital part of my program is taking screenshots (snapshot) from videos, played in my program (DirectShow videos, LC 8.1.4, Windows 10) On a cus

drag and drop of lines within a field

2017-05-03 Thread Tiemo Hollmann TB via use-livecode
Hello, I want to let the user drag'n drop lines within a scrolling list field to let him sort the sequence of (not wrapped) lines. Deleting the start line, inserting it after the target line. I can invent the wheel, but wanted to ask, if anybody has perhaps a nice snipped with all the needed UI b

AW: drag and drop of lines within a field

2017-05-03 Thread Tiemo Hollmann TB via use-livecode
Hi Tom, that looks very smart. Thanks for the link Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tom Bodine via use-livecode Gesendet: Mittwoch, 3. Mai 2017 15:46 An: use-livecode@lists.runrev.com Cc: Tom Bodine Betreff: d

looking for a smart approach to "sort" an array

2017-05-05 Thread Tiemo Hollmann TB via use-livecode
Hello, I have a list field of words and a correspondent array with the words of the field as the keys plus some data per key. I can store the array in a file, read it later from file and rebuild the list of words from the keys of the array. Up to now, I had this list of words alphabetically sorted

AW: looking for a smart approach to "sort" an array

2017-05-05 Thread Tiemo Hollmann TB via use-livecode
rrayA[tKey]. end repeat On Fri, May 5, 2017 at 3:30 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello, > > I have a list field of words and a correspondent array with the words > of the field as the keys plus some data per key. I can store

AW: looking for a smart approach to "sort" an array

2017-05-08 Thread Tiemo Hollmann TB via use-livecode
Thank you all for your nice ideas Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay via use-livecode Gesendet: Samstag, 6. Mai 2017 22:15 An: How to use LiveCode Cc: J. Landman Gay Betreff: Re: looking for a sm

AW: Update strategy?

2017-05-10 Thread Tiemo Hollmann TB via use-livecode
I have an installer for the updates on both platforms Win and Mac, what makes it pretty easy. My Splash stack checks for updates (if there is internet, e.g. if you can access URL google.com, if there is a newer version for this platform, etc.). If there is an update, it starts the download of th

AW: Update strategy?

2017-05-10 Thread Tiemo Hollmann TB via use-livecode
Even if you try to keep the code in the "update launcher" as small as possible, there can still keep the whish to update the "update launcher" itself, as you say. E.g. I once had to revise the options on how to check for a new update in the "update launcher". Starting a download, launching the d

Wouldn't it be nice to have a "back/forward" button in script editor?

2017-05-11 Thread Tiemo Hollmann TB via use-livecode
When working on longer scripts with a lot of handlers, I often work on handler 1 and have to jump to handler 2 to have a look at it. Afterwords I have to go back to my handler 1. Nowadays I have to keep in mind, at which handler I was coming from and click at it in the list of handlers. Wouldn't it

AW: Wouldn't it be nice to have a "back/forward" button in script editor?

2017-05-11 Thread Tiemo Hollmann TB via use-livecode
: Wouldn't it be nice to have a "back/forward" button in script editor? Tiemo, This feature would be really really useful. Please feel free to file an enhancement request. Panos -- On Thu, May 11, 2017 at 1:32 PM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.c

AW: Update strategy?

2017-05-12 Thread Tiemo Hollmann TB via use-livecode
I have codesigned my installers for Mac and Win, so that there are no additional security alerts and user request. If the installer is launched as an Admin (what I can require for with my innosetup installer for Win, on Mac I can't require, but most Mac users have admin rights), it replaces ever

which port is beeing used with get URL?

2017-05-19 Thread Tiemo Hollmann TB via use-livecode
Hello, LC6 and 8. Again and again I have customers, where my program doesn't gets an internet connection with standard "put URL foo into res". This happens only at "institutional customers" with "bigger" networks, obviously with proxy servers, firewalls, etc. On "private" PCs I never happen this.

AW: which port is beeing used with get URL?

2017-05-19 Thread Tiemo Hollmann TB via use-livecode
any networking. Can you check with the customer which Antivirus/Firewall software is used? > > Matthias > > > Matthias Rebbe > +49 5741 31 > matthiasrebbe.eu <http://matthiasrebbe.eu/> > >> Am 19.05.2017 um 10:40 schrieb Tiemo Hollmann TB via use-

AW: filter? replace? wildcard? reg exp? help please!

2017-05-19 Thread Tiemo Hollmann TB via use-livecode
Is there life without internet for one week? - lucky you are connected to the world again! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Thierry Douez via use-livecode Gesendet: Freitag, 19. Mai 2017 13:56 An: How to use

how are URL / libUrl / tsNet related?

2017-05-22 Thread Tiemo Hollmann TB via use-livecode
Hello, I feel, that I am missing some basics about URL / libUrl / tsNet. I thought, when using the keyword "URL" like in "put URL foo into res" it has used under the hood in the past functions from libUrl. And I thought since LC 8 or so libURL was replaced by tsNet, so when using today the keywor

AW: how are URL / libUrl / tsNet related?

2017-05-22 Thread Tiemo Hollmann TB via use-livecode
0:17 An: How to use LiveCode Cc: Mark Waddingham Betreff: Re: how are URL / libUrl / tsNet related? Hi Tiemo, On 2017-05-22 09:47, Tiemo Hollmann TB via use-livecode wrote: > Hello, > > I feel, that I am missing some basics about URL / libUrl / tsNet. > > I thought, when using

which Externals does a standalone load?

2017-05-22 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.4 I have a program out in the market, and I am unsure, if it runs with or without tsNet. The tsNet.dll is located in the Externals folder (from a former build), but accidentially I removed the checkmark from the tsNet extension in the standalone builder at the last build. So does

AW: which Externals does a standalone load?

2017-05-22 Thread Tiemo Hollmann TB via use-livecode
standalone load? On 2017-05-22 11:13, Tiemo Hollmann TB via use-livecode wrote: > Hello, > > LC 8.1.4 I have a program out in the market, and I am unsure, if it > runs with or without tsNet. Standalones only load the externals which are explicitly included (i.e. those chosen explicit

AW: which Externals does a standalone load?

2017-05-23 Thread Tiemo Hollmann TB via use-livecode
livecode Gesendet: Montag, 22. Mai 2017 11:26 An: How to use LiveCode Cc: Mark Waddingham Betreff: Re: which Externals does a standalone load? On 2017-05-22 11:13, Tiemo Hollmann TB via use-livecode wrote: > Hello, > > LC 8.1.4 I have a program out in the market, and I am unsure, i

LC 8.1.4 - referenced images doesn't load anymore

2017-05-24 Thread Tiemo Hollmann TB via use-livecode
Hello, Has anybody experienced the same? An image, which filename is referenced to the Resources folder, doesn't load anymore in LC 8.1.4 rc1 + 2 in a Mac Standalone. In LC 8.1.3 it works fine on Mac. In both versions the image is being copied into the bundle folder: /content/Resources/_MacOS/Re

LC 8.1.4 rc3 getting the rect of the videoPlayer returns different coords as in rc2

2017-06-07 Thread Tiemo Hollmann TB via use-livecode
Hello, I am resizing the videoPlayer object by script and export snapshots of the videoPlayer. In 8.1.2 or 8.1.3 I had to adapt my scipt for placing and resizing the videoplayer for Mac only by the hight of the menubar (before LC 8 the code was on Win and Mac the same) Now with LC 8.1.4 rc3

AW: 64 bit desktop apps

2017-06-07 Thread Tiemo Hollmann TB via use-livecode
I would love to build 64-bit for Mac, but up to now, the Valentina extension is still 32-bit, I hope they'll get it fixed by time. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Mark Waddingham via use-livecode Gesendet: Don

AW: Ben Beaumont jumps ship.

2017-06-08 Thread Tiemo Hollmann TB via use-livecode
Congratulations! >> Heather >> (who is now the longest surviving staff member other than Kevin) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

OT: Has anybody experiences with apps for VPP licenses?

2017-06-09 Thread Tiemo Hollmann TB via use-livecode
Hello, I don't find adhoc the answers for my questions at apple, so I want to ask you, if anybody has experiences, what it means to offer an app for VPP licenses in the iOS appStore? I have an app offered in the appstore with inApp purchases, but inApp purchases are not allowed for the VPP program,

AW: OT: Has anybody experiences with apps for VPP licenses?

2017-06-11 Thread Tiemo Hollmann TB via use-livecode
least 20 copies. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Jun 9, 2017, at 8:17 AM, Tiemo Hollmann TB via use-livecode > wrote: > > Hello, I don't find adhoc the answers for my questions at apple, so I > want to ask you, if anybody has experienc

Standalonebuilder destination folder is being ignored

2017-06-20 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.4: I added an additional stack file "foo2" to the "copy Files" section in the standalone builder settings (of stack "foo1") and have set the destination folder to "Resources" The additional stack files source "foo2" is in the same folder, as the main stack "foo1". Expected resul

AW: Standalonebuilder destination folder is being ignored

2017-06-20 Thread Tiemo Hollmann TB via use-livecode
Sorry, forgot to mention the dev platform Win 10 -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Dienstag, 20. Juni 2017 15:27 An: LiveCode User Liste senden Cc: Tiemo Hollmann TB

AW: Standalonebuilder destination folder is being ignored

2017-06-21 Thread Tiemo Hollmann TB via use-livecode
Oh yes, being able to read, sometimes helps. Thanks Jacque! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay via use-livecode Gesendet: Dienstag, 20. Juni 2017 20:20 An: Tiemo Hollmann TB via use-livecode Cc: J

AW: HD Windows Video Formats

2017-06-22 Thread Tiemo Hollmann TB via use-livecode
Hi Jeff, I am working with H.264 mp4 videos for both Windows (directShow) and Mac (AVFoundation), compressed with Sorensons squeeze. The drawback is, that Windows 10 doesn't comes with a H.264 codec by default, so my users have to install the codec. I made good experiences with the LAV-Filter code

AW: [OT] Renewing Apple Developer ID Installer Certificate

2017-07-03 Thread Tiemo Hollmann TB via use-livecode
Hi Marty, even if your certificate expires on wednesday, your old signed apps will never expire, you just can't sign a new app with the old expired certificate. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Marty Knapp via

How to avoid window flickering with changing focus?

2017-07-04 Thread Tiemo Hollmann TB via use-livecode
Hello, I have a LC 8.1.4 program on Windows. My program has a kind of a quiz and I am using a modal window to prompt for answers. The quiz runs in a loop until the user exits the quiz. When the user clicks a button of the modal window to give an answer and close the modal window. Some handlers are

can I lock screen over more than one handler?

2017-07-05 Thread Tiemo Hollmann TB via use-livecode
Hello, Is this possible? on handler1 lock screen -- do some stuff here send "handler2" in 0 milliseconds end handler1 on handler2 -- do some other stuff here unlock screen end handler2 in my real case the screen seems to be unlocked before handler2 has finished and I can see som

AW: can I lock screen over more than one handler?

2017-07-05 Thread Tiemo Hollmann TB via use-livecode
tal Productions Ltd* On 5 July 2017 at 14:09, Trevor DeVore via use-livecode < use-livecode@lists.runrev.com> wrote: > On Wed, Jul 5, 2017 at 6:45 AM, Tiemo Hollmann TB via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > > > Is this possible? &

AW: can I lock screen over more than one handler?

2017-07-05 Thread Tiemo Hollmann TB via use-livecode
whole window frame keeps the same. The directShow video engine must be somehow totally dominant. Any other tricky idea? Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Mittwoch, 5. Juli

AW: can I lock screen over more than one handler?

2017-07-05 Thread Tiemo Hollmann TB via use-livecode
long time since I’ve messed with player objects… but what about putting both of the handlers into a “run” handler: on runMyHandlers LOCK SCREEN handler1 handler2 UNLOCK Screen end runMyHandlers > On Jul 5, 2017, at 10:42 AM, Tiemo Hollmann TB via use-livecode >

AW: Codesigning a Mac desktop version

2017-07-06 Thread Tiemo Hollmann TB via use-livecode
I am not sure if it was this message, but sometimes I have to codesign the same bundle twice until it works. Trevors tool has a recursion, to sign all bundles, which are perhaps included in your bundle, but sometimes it "feels" (I don't know exactly what happens), like this recursion doesn't digs d

AW: can I lock screen over more than one handler?

2017-07-06 Thread Tiemo Hollmann TB via use-livecode
-Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Mittwoch, 5. Juli 2017 18:46 An: 'How to use LiveCode' Cc: Tiemo Hollmann TB Betreff: AW: can I lock screen over more than one han

AW: AW: can I lock screen over more than one handler?

2017-07-06 Thread Tiemo Hollmann TB via use-livecode
o true > put "screen locked" > send "mouseStillDown" to me > wait 10 ticks > set the lockscreen to false > end mouseDown > > on mouseStillDown > put "pigs have wings" > end mouseStillDown > > Just a thought. > > Richmond. >

No screenshot from LC video possible

2017-07-11 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.4, Windows 10 I am using the standard LC videoPayer (directShow) to play H.264 mp4 videos. One essential feature of my program is, that the user can take screenshots from the video, edit and save them. Today I got the second customer call with a Win 10 machine, who can't take scree

AW: No screenshot from LC video possible

2017-07-11 Thread Tiemo Hollmann TB via use-livecode
Hi Paul, Roger and Hermann, No DRM involved, all videos are self produced and as Roger said, on most machines they are playing fine. The video never is fullscreen, because it is played in a frame within my LC program. The video card and it's handling of the video buffer is also my guess, but up to

like doing a short test for me?, was: No screenshot from LC video possible

2017-07-12 Thread Tiemo Hollmann TB via use-livecode
you name of the machine or whatever you want. Thank you for your help. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Dienstag, 11. Juli 2017 09:21 An: LiveCode User Liste senden

AW: like doing a short test for me?, was: No screenshot from LC video possible

2017-07-13 Thread Tiemo Hollmann TB via use-livecode
at you can choose any of your own video files on your computer. So, if you would like to do another test, read below, my previous posting Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecod

AW: [OT]h.264 alternatives

2017-07-20 Thread Tiemo Hollmann TB via use-livecode
Keep in mind, that h.264 is not natively supported by Windows 10 (and not by 8 I think). You need to install a h.264 filter! Up to now, I didn't found a separate h.264 filter installer, which only installs h.264, only bundled in a codec package installer like the LAV filters. Tiemo -Ursprüng

AW: AW: [OT]h.264 alternatives

2017-07-21 Thread Tiemo Hollmann TB via use-livecode
Hi Richard, I also was looking for a cross-platform compatible codec a year ago and wondered why it was still so complicated. On the first sight I didn't found any codec, which is available by standard on both platforms. I stopped my further investigations after I found the LAV-filters solution fo

AW: AW: [OT]h.264 alternatives

2017-07-21 Thread Tiemo Hollmann TB via use-livecode
ll Android devices (mostly LG) and I have no idea if there is any codec at all, which is compatible with all Android devices. Sigh! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Freitag

AW: [OT]h.264 alternatives

2017-07-24 Thread Tiemo Hollmann TB via use-livecode
Last year I asked Sorenson media if I have to pay license fees, using the h.264 codec and got the following answer from Sorenson: "No, you do not need to pay any license fees to use any codecs included in Squeeze. Sorenson Media pays any license fees necessary for all the codecs contained in Squ

AW: AW: AW: [OT]h.264 alternatives

2017-07-24 Thread Tiemo Hollmann TB via use-livecode
now I stay with the Sorenson codec and have some customers, who can't use my app. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Warren Samples via use-livecode Gesendet: Freitag, 21. Juli 2017 16:59 An: Tiemo Hollman

AW: Problem after putting executable into installer

2017-07-24 Thread Tiemo Hollmann TB via use-livecode
Did you check, if inno has installed the external folder at the same place and with the same content (after executing inno), as your standalone builder has done it? Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Jonathan Lync

AW: AW: AW: [OT]h.264 alternatives

2017-07-24 Thread Tiemo Hollmann TB via use-livecode
-Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Warren Samples via use-livecode Gesendet: Freitag, 21. Juli 2017 16:31 An: Tiemo Hollmann TB via use-livecode Cc: Warren Samples Betreff: Re: AW: AW: [OT]h.264 alternatives On 07/21/2017 03:45 AM

AW: AW: AW: AW: [OT]h.264 alternatives

2017-07-24 Thread Tiemo Hollmann TB via use-livecode
No, the "new" player object is based on the old windows API :( Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richard Gaskin via use-livecode Gesendet: Montag, 24. Juli 2017 17:25 An: use-livecode@lists.runrev.com Cc: Richard

AW: AW: [OT]h.264 alternatives

2017-07-24 Thread Tiemo Hollmann TB via use-livecode
Thanks for clarifying Warren! Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Warren Samples via use-livecode Gesendet: Montag, 24. Juli 2017 18:24 An: Tiemo Hollmann TB via use-livecode Cc: Warren Samples Betreff: Re: AW

<    1   2   3   >