Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-02 Thread Tiemo Hollmann TB via use-livecode
Hello, I have a standard scrolling list field with multiple lines of text. I copy the text by: *set the clipboarddata["text"] to fld "List"* The User now can past the text into MS Excel on Windows. With LC 6 the text was pasted into Excel line by line, as it showed up in LC. In LC 8.1.2 the

AW: Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-08 Thread Tiemo Hollmann TB via use-livecode
ra line spacing, and I would have to copy and paste via a plain text editor to remove it. Emptying the clipBoard and setting the rawClipboardData as above seems to work, on Mac at least, hopefully it should work with Excel on Windows too. Paul > On Feb 3, 2017, at 6:25 AM, Tiemo Hollmann

AW: Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-08 Thread Tiemo Hollmann TB via use-livecode
crashes anymore. BTW. The rawclipboarddata key is supposed to be ["CF_UNICODETEXT"] and not ["CF_UNICODE"] as the docs say. Thanks 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-live

AW: Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-03 Thread Tiemo Hollmann TB via use-livecode
e-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Donnerstag, 2. Februar 2017 12:13 An: LiveCode User Liste senden <use-livecode@lists.runrev.com> Cc: Tiemo Hollmann TB <toolb...@kestner.de> Betreff: Different result in LC 6 to LC 8 w

AW: Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-03 Thread Tiemo Hollmann TB via use-livecode
the headquarter could confirm this interaction to Excel bug and pointed me to the workaround with "paste special as text" Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesende

AW: Boring but important - selling a download product for Windows

2017-01-23 Thread Tiemo Hollmann TB via use-livecode
Hi Graham, I do it just this way - creating a signed installer, zip it and upload it for download. Offering an installer exe without having zipped it, will always be detected as potentially harmful. The remaining support is for users, who don't know how to handle a zip file Tiemo

AW: can't open file on web server

2017-01-27 Thread Tiemo Hollmann TB via use-livecode
Hi Malte, thanks, that worked. Perhaps an issue fort he docs Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Malte Brill via use-livecode Gesendet: Donnerstag, 26. Januar 2017 13:36 An: use-livecode@lists.runrev.com Cc:

can't open file on web server

2017-01-26 Thread Tiemo Hollmann TB via use-livecode
Hello, I have a field "MediaFileLink", the content is a URL to an image on a web server like "http://myServer/myPath/myImage.jpg; this works in IDE: *set the filename of img "productimage" to field "MediaFileLink"* This works not in IDE: *put URL ("binfile:" & field "MediaFileLink) into image

AW: AW: AW: Why do I still need MacToISO, when working with UTF-8?

2017-01-17 Thread Tiemo Hollmann TB via use-livecode
Yep. And no, I didn't tested textEncode(myFile,"CP1252") Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Kay C Lan via use-livecode Gesendet: Mittwoch, 18. Januar 2017 05:36 An: How to use LiveCode

AW: What has changed in MacOS 10.12 in handling code pages?

2017-01-18 Thread Tiemo Hollmann TB via use-livecode
Hi Kay C, Good guess, but it's a stack with the old standard LC font Tahoma, which was installed on my machine with OS X 10.11 and still is installed in 10.12. The issue also occurs in answer dialogs, where I havn't (can't) explicitely set the font. And the problem only occurs in standalones of <=

AW: Another naive question about code signing

2017-01-16 Thread Tiemo Hollmann TB via use-livecode
Hi Graham, as I understand you, you are concerned, why there are still warnings, though you have signed your installer. That is standard since Win 7. The "only" difference is, that the warnings show the text "... of the trusted developer xy" instead of "... of unknown developer". But you can't

Why do I still need MacToISO, when working with UTF-8?

2017-01-16 Thread Tiemo Hollmann TB via use-livecode
Hello, Probably my knowledge about code sets is too limited. My thinking was, that UTF-8 includes the same characters above ASCII 128 independent of the platform and makes data transfer between different platform compatible without conversion of a char set. Migrating a LC 6 program to LC 8 I just

AW: Why do I still need MacToISO, when working with UTF-8?

2017-01-16 Thread Tiemo Hollmann TB via use-livecode
use LiveCode <use-livecode@lists.runrev.com> Cc: Mark Waddingham <m...@livecode.com> Betreff: Re: Why do I still need MacToISO, when working with UTF-8? Hi Tiemo, On 2017-01-16 11:57, Tiemo Hollmann TB via use-livecode wrote: > Now my German Umlaute don't get corrupted in the MySQL db and

AW: AW: Why do I still need MacToISO, when working with UTF-8?

2017-01-16 Thread Tiemo Hollmann TB via use-livecode
Hi Mark, thank you for taking your time and clarifying. I wasn't aware that the internal format on a Mac client is MacRoman. I thought it would be a "neutral" UTF-8 format. Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag

AW: Why do I still need MacToISO, when working with UTF-8?

2017-01-16 Thread Tiemo Hollmann TB via use-livecode
This is what I originally tested first (see my original post), but it didn't worked. The Umlaute (coming from a Mac client) entered the mySQL db corrupted. I don't know, if I could configure anything in my PHP or my db different to make this solution work. But since everything worked always fine

What has changed in MacOS 10.12 in handling code pages?

2017-01-17 Thread Tiemo Hollmann TB via use-livecode
Hello, while testing my migration to LC 8 and successfully solved the MacToISO issue, I now encounter that the old LC 6 standalone version of my program shows all Umlaute corrupted in all LC screens, This affects all buttons and field, where Umlaute are used. The weired thing is, that this is a

AW: What has changed in MacOS 10.12 in handling code pages?

2017-01-17 Thread Tiemo Hollmann TB via use-livecode
Isn't that crazy? We are logging year 2017 and are still struggling with code pages, as far as you are not American, as in 1987 or 1997 or 2007 and probably still in 2027 and 2037. Who was so short brained to invent ASCII? Tiemo -Ursprüngliche Nachricht- Von: use-livecode

AW: What has changed in MacOS 10.12 in handling code pages?

2017-01-17 Thread Tiemo Hollmann TB via use-livecode
<use-livecode@lists.runrev.com> Cc: Klaus major-k <kl...@major-k.de> Betreff: Re: What has changed in MacOS 10.12 in handling code pages? Hi Tiemo, > Am 17.01.2017 um 11:07 schrieb Tiemo Hollmann TB via use-livecode <use-livecode@lists.runrev.com>: > > Hello, > >

AW: What has changed in MacOS 10.12 in handling code pages?

2017-01-20 Thread Tiemo Hollmann TB via use-livecode
2017 at 3:58 PM, Tiemo Hollmann TB via use-livecode <use-livecode@lists.runrev.com> wrote: >So the issue is solved for my current > development, but is a great annoyance for all my customers out there >with old versions, because this bug makes my program unusable for all of them. So

I need help with UTF-8

2017-01-12 Thread Tiemo Hollmann TB via use-livecode
Hello, I am migrating a LC 6 program to LC 8 and shortly before release, after I thought I have made all hurdles I am again lost with Mac - LC 8 - PHP - MySQL -UTF-8 and German Umlaute (the MySQL name field is "utf8_general_ci" coded): Scenario 1 (without local file): - Entering a

AW: I need help with UTF-8

2017-01-13 Thread Tiemo Hollmann TB via use-livecode
Hi Kay C, I have checked the db data directly with phpMyAdmin and additionally with a LC Client connected to my db. Both show, that the Umlaute are correct, when having written it directly to the db from a LC field input, but are corrupted, when having written it first to a local file and then

AW: I need help with UTF-8

2017-01-13 Thread Tiemo Hollmann TB via use-livecode
-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Freitag, 13. Januar 2017 09:58 An: 'How to use LiveCode' <use-livecode@lists.runrev.com> Cc: Tiemo Hollmann TB <toolb...@kestner.de> Betreff: AW: I need help with UTF-8 Hi Kay C, I have ch

Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Tiemo Hollmann TB via use-livecode
Hello, On MacOS Sierra I am just trying to codesign a new version with LC 8.1.2 of an old program, which I have codesigned successfully in the past. I do the codesigning manually via terminal like: codesign -s "myCertificateName" --deep --force myApp Today I get the error "resource forke,

AW: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Tiemo Hollmann TB via use-livecode
Hi Mark, thank you for that helpful link. After I gave rwx permission to the files with chmod I could successfully use xattr -cr, whereafter I could "successfully" codesign my app without error. But verifying the codesigning with spctl it shows me the error "a sealed resource is missing or

AW: Codesigning issue with revxml.bundle in LC 8

2017-01-05 Thread Tiemo Hollmann TB via use-livecode
.runrev.com> Cc: Trevor DeVore <li...@mangomultimedia.com> Betreff: Re: Codesigning issue with revxml.bundle in LC 8 On Thu, Jan 5, 2017 at 7:40 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > thank you for that helpful link. > After I gave rw

LC 8.1.2 Abnormal dialogs in standalone builder

2017-01-09 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.2 Win & Mac: sometimes I don't get the "saved successfully" dialog at the (successful) end of the standalone building process, but some other dialogs. In a few cases I got the "do you want to save your changes, if not they get lost" dialog, which usually comes at the beginning

AW: Signing Problems

2017-01-10 Thread Tiemo Hollmann TB via use-livecode
Hi Bill, I have also experienced signings without error, which actually failed. After signing you should always verify the signing via terminal with: spctl -a -t exec -vv so you don't need to make the way with your server. Tiemo -Ursprüngliche Nachricht- Von: use-livecode

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:

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

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

2017-03-28 Thread Tiemo Hollmann TB via use-livecode
ssions. It's about executable > permissions 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

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

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

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
C2-A5A1-6940-D1A1-C7521AEC4296} 2C-23-45-14-23-AD Media disconnected 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 <use-livecode@lists.runrev.com<mailt

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

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
ate the entire listing. Is there specific information you are looking to obtain? 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 <use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> w

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

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

2017-03-30 Thread Tiemo Hollmann TB via use-livecode
@gmail.com> Betreff: Re: shell("netstat -i") 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-l

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

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

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

2017-03-29 Thread Tiemo Hollmann TB via use-livecode
giotis merakos <merak...@gmail.com> Betreff: Re: 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, Tie

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

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

2017-03-16 Thread Tiemo Hollmann TB via use-livecode
s, tSettings) into tResult > -- > > Hope that helps, > > Cheers, > > Charles > > > On 16/03/2017 1:00 AM, Tiemo Hollmann TB via use-livecode wrote: >> Forgot to say: Windows 10 >> >> -Ursprüngliche Nachricht- >> Von: use-livecode [mailto:

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

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
use-livecode Gesendet: Dienstag, 21. März 2017 12:12 An: How to use LiveCode <use-livecode@lists.runrev.com> Cc: Klaus major-k <kl...@major-k.de> 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 us

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

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 <use-livecode@lists.runrev.com> Cc: Trevor DeVore <li...@mangomultimedia.com> 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.ru

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

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' <use-livecode@lists.runrev.com> Cc: Tiemo Hollma

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

2017-03-16 Thread Tiemo Hollmann TB via use-livecode
) into tResult > -- > > Hope that helps, > > Cheers, > > Charles > > > On 16/03/2017 1:00 AM, Tiemo Hollmann TB via use-livecode wrote: >> Forgot to say: Windows 10 >> >> -Ursprüngliche Nachricht- >> Von: use-livecode [mailto:use-livecode

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

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
| jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 21, 2017 5:53:07 AM Tiemo Hollmann TB via use-livecode <use-livecode@lists.runrev.com> wrote: > Hello, > > LC 9.0, dp4, Win10: Fiddling around creating a password field I am > encoun

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

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
r since LC 8 Hi Tiemo, On 2017-03-21 17:40, Tiemo Hollmann TB via use-livecode wrote: > 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

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

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 <use-livecode@lists.runrev.com> Cc: Tiemo Ho

AW: when is LC 8.1.4 to be expected?

2017-04-03 Thread Tiemo Hollmann TB via use-livecode
gt; Cc: panagiotis merakos <panos.mera...@livecode.com> Betreff: 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

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

2017-04-05 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

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

2017-04-05 Thread Tiemo Hollmann TB via use-livecode
ode@lists.runrev.com> Cc: Mark Waddingham <m...@livecode.com> 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" differ

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

AW: vertical text?

2017-04-11 Thread Tiemo Hollmann TB via use-livecode
o http://es.earthednet.org > On Apr 11, 2017, at 8:42 AM, Tiemo Hollmann TB via use-livecode <use-livecode@lists.runrev.com> wrote: > > Hello, > > Is there any trick or tweak to create real vertical text (rotated text > field by -90deg)? > > Up to now, I workaround wit

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

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

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

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

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

2017-04-05 Thread Tiemo Hollmann TB via use-livecode
m back up. Even if the drive you are accessing doesn't spin down, if 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, &

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

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

2017-04-11 Thread Tiemo Hollmann TB via use-livecode
I have been struggling with that myself, in context of producing PDFs, 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, &g

AW: taking a screenshot fails - video experience needed

2017-04-21 Thread Tiemo Hollmann TB via use-livecode
aking a screenshot fails - video experience needed It may be a feature of their AV software. Bob S On Apr 20, 2017, at 05:03 , Tiemo Hollmann TB via use-livecode <use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> wrote: Hello, A vital part of my program is taking scre

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

2017-04-13 Thread Tiemo Hollmann TB via use-livecode
l works fine on a Mac, LC8.1.4 (rc1), but from 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

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

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

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

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

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

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

AW: Trouble playing videos with MS DirectShow LC 8

2017-03-08 Thread Tiemo Hollmann TB via use-livecode
major-k <kl...@major-k.de> Betreff: Re: Trouble playing videos with MS DirectShow LC 8 Hi Tiemo, > Am 08.03.2017 um 09:07 schrieb Tiemo Hollmann TB via use-livecode > <use-livecode@lists.runrev.com>: > > Hey Klaus, > > you saved my YEAR! OK, das macht dan

Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Tiemo Hollmann TB via use-livecode
Hello, With LC 8.1.2 I changed the video standard in my programs from Quicktime to the new standard interface DirectShow on Windows. I recoded all videos to mp4 with Intel QSV H.264. On my developing W10 machine everything works fine in the IDE and standalone. Now after release it looks like

AW: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Tiemo Hollmann TB via use-livecode
are relative and not absolute. I’ve made that mistake once or twice. Tim Bleiler, Ph.D. Instructional Designer, HSIT University at Buffalo > On Mar 7, 2017, at 7:07 AM, Tiemo Hollmann TB via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hello, > > > >

AW: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Tiemo Hollmann TB via use-livecode
on my W10 machine. So I am still searching for an idea, what could be different on my machine to "all" others. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Diensta

AW: AW: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Tiemo Hollmann TB via use-livecode
Auftrag von Tiemo Hollmann TB via use-livecode Gesendet: Dienstag, 7. März 2017 17:49 An: 'How to use LiveCode' <use-livecode@lists.runrev.com> Cc: Tiemo Hollmann TB <toolb...@kestner.de> Betreff: AW: AW: Trouble playing videos with MS DirectShow LC 8 Hi Jacque, that's what I also alr

AW: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Tiemo Hollmann TB via use-livecode
’m wondering if the Livecode implementation of DirectShow does not support that hardware based encoder. You might have better luck and broader compatibilty using something like the default encoder in Handbrake. Tim Bleiler On Mar 7, 2017, at 10:28 AM, Tiemo Hollmann TB via use-livecode <use-livecode@l

AW: AW: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Tiemo Hollmann TB via use-livecode
| http://www.hyperactivesw.com On March 7, 2017 9:32:22 AM Tiemo Hollmann TB via use-livecode <use-livecode@lists.runrev.com> wrote: > Making some further tests, I discovered that there must be a relation > to mp4 video files. > I tested the same standalone with an o

AW: AW: AW: Trouble playing videos with MS DirectShow LC 8

2017-03-07 Thread Tiemo Hollmann TB via use-livecode
o, maybe you're having a path issue. Phil Davis On 3/7/17 8:51 AM, Tiemo Hollmann TB via use-livecode wrote: > ... and as I mentioned, the videos play fine on all machines outside > of LiveCode in the standard platform videoPlayer, what says to me that > it can't be a codec is

AW: Trouble playing videos with MS DirectShow LC 8

2017-03-08 Thread Tiemo Hollmann TB via use-livecode
this is definitively a LC issue! Then I downloaded and installed the latest LAVFilter codec package: <https://github.com/Nevcairiel/LAVFilters/releases> Et voila, I can play these MP4, which did not play before, in LC!? Does not make any sense actually!? > On 3/7/17 9:47 AM, Tiemo Hollmann TB

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.

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

load URL is broken in 8.1.4

2017-07-31 Thread Tiemo Hollmann TB via use-livecode
Hello, For my automatic update mechanism I am downloading a zip file from a web server, extracting the zip file and starting the downloaded update. I am doing this since years, without having changed anything in my code. Now in 8.1.4, Windows 10 this load URL downloads a "broken/corrupted" empty

AW: load URL is broken in 8.1.4

2017-07-31 Thread Tiemo Hollmann TB via use-livecode
I forgot my final question: Have you made similar experiences or is it only me and how do you handle this permanent hazard of regression bugs? Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB via use-livecode

AW: AW: load URL is broken in 8.1.4

2017-07-31 Thread Tiemo Hollmann TB via use-livecode
t so to speak - and we try to act as quickly as we can when issues are reported (usually seeeing them fixed in the next maintenance release). Warmest Regards, Mark. Sent from my iPhone > On 31 Jul 2017, at 12:27, Tiemo Hollmann TB via use-livecode > <use-livecode@lists.runrev.com

Video plays on Win 8.1 only when Windows MediaPlayer is open

2017-08-03 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.4, Windows 8.1 I am using the Windows standard videoPlayer API DirectShow with h.264 videos. LAV filters for playback of h.264 are installed. On a customer machine something weired happens. After starting the video, the videoscreen stays black, no video is seen. If the user

How do you detect the necessary inclusions?

2017-08-03 Thread Tiemo Hollmann TB via use-livecode
Hello, I think in former times, when you once have choosen "Search for required inclusions", LiveCode once has checked all necessary inclusion, so that you got an idea for the needed ones, when you afterwords wanted to selected them manually (e.g. the automatic didn't selected all needed

AW: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread Tiemo Hollmann TB via use-livecode
oarddata["image"] to tScreenshot unlock the clipboard Best, Panos -- On Fri, Aug 4, 2017 at 10:25 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello, > > LC 8.1.5, Windows 10 > > export snapshot from grp "ScreenShot"

set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.5, Windows 10 export snapshot from grp "ScreenShot" to tScreenshot as JPEG set the clipboarddata["image"] to tScreenshot The following paste command works in most programs, like MS Paint, MS Word, but not with Adobe Photoshop. Here the past menu is greyed out, so that there is

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

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

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

2017-07-12 Thread Tiemo Hollmann TB via use-livecode
ine 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 <use-livecode@lists.r

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
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-livecode Gesendet

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

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

AW: AW: [OT]h.264 alternatives

2017-07-21 Thread Tiemo Hollmann TB via use-livecode
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, 21. Juli

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:

  1   2   3   >