How to create a hyperlink within a text field?

2016-02-03 Thread Tiemo Hollmann TB
Hello, just not to invent the wheel again. I have a long text field with a table of contents at the beginning and headlines for chapters and I would like to make the table of content clickable as hyperlinks, so that the user is forwarded to the wanted chapter in the same field. I can set the text

AW: How to create a hyperlink within a text field?

2016-02-03 Thread Tiemo Hollmann TB
n...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Mittwoch, 3. Februar 2016 12:07 An: LiveCode User Liste senden Betreff: How to create a hyperlink within a text field? Hello, just not to invent the wheel again. I have a long text field with a table of contents at the beginning and h

AW: How to create a hyperlink within a text field?

2016-02-04 Thread Tiemo Hollmann TB
Thanks Jacque, I like it everytime to see the variety of solutions on the same issue. I think yours is the most elegant and compact one. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay Gesendet: Donnerstag, 4. F

is find or offset with wildcards possible?

2016-02-10 Thread Tiemo Hollmann TB
Hello, I want to set links in a text by script. My idea was to mark all links with a not used char at the start and end, like "~This is a link text#". After setting the links I could remove the tags or replace them by a transparent image. I have looked for a find or offset syntax with wildcards,

AW: is find or offset with wildcards possible?

2016-02-10 Thread Tiemo Hollmann TB
. Februar 2016 11:01 An: How to use LiveCode Betreff: Re: is find or offset with wildcards possible? On 10/02/2016 7:10 pm, Tiemo Hollmann TB wrote: > I have looked for a find or offset syntax with wildcards, to get > easily the offset of all links, like offset("~*#",myText,lastOffset

AW: is find or offset with wildcards possible?

2016-02-10 Thread Tiemo Hollmann TB
Bonsoir Thierry, ui, thats fancy. I haven't seen yet a function which changes input parameter as a kind of result Salut Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Thierry Douez Gesendet: Mittwoch, 10. Februar 2016 11:56

AW: AW: is find or offset with wildcards possible?

2016-02-12 Thread Tiemo Hollmann TB
? On 2016-02-10 18:06, Tiemo Hollmann TB wrote: > Bonsoir Thierry, > ui, thats fancy. I haven't seen yet a function which changes input > parameter as a kind of result This is actually quite a rare pattern in the engine (when exposed as function type syntax at least)... However, use

LC 8.0 DP16 Failed to load external

2016-03-30 Thread Tiemo Hollmann TB
Hello, after a long break I am testing LC 8.0 DP16, because I wanted to answer the latest LC survey, if I still need LC 6 I am using two externals, which work in the IDE. For building the standalone, these externals are selected in the standalone settings under "script libraries" and the external

AW: LC 8.0 DP16 Failed to load external

2016-03-30 Thread Tiemo Hollmann TB
l/6347-how-to-install-3rd-party-externals-for-use-in-the-ide-and-standalone-builder> > On 30 Mar 2016, at 9:02 PM, Tiemo Hollmann TB wrote: > > Hello, > > after a long break I am testing LC 8.0 DP16, because I wanted to > answer the latest LC survey, if I still need LC 6 >

Are there any cumulative release notes?

2016-03-30 Thread Tiemo Hollmann TB
Hello, I have this "failed to load external" failure and am searching, what might have changed between LC 6 and 7/8, because all settings are the same between my versions, but with LC 7/8 I can't load my externals anymore. I am sure there must have been changed something very obvious, what I don'

AW: LC 8.0 DP16 Failed to load external

2016-03-31 Thread Tiemo Hollmann TB
Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Mittwoch, 30. März 2016 12:03 An: LiveCode User Liste senden Betreff: LC 8.0 DP16 Failed to load external Hello, after a long break I am testing LC 8.0

Which stack hosts the externals in runtime?

2016-03-31 Thread Tiemo Hollmann TB
Hello, with: put the externalPackages of stack "home" you can check in the IDE, which externals are loaded. I thought in runtime the externals would be loaded into the mainstack, so that you could ask for: put the externalPackages of stack "" But in my case this shows me just 1 out of 4 exter

AW: Are there any cumulative release notes?

2016-03-31 Thread Tiemo Hollmann TB
Hi Richard, thanks for your helpful explanations and the links Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richard Gaskin Gesendet: Mittwoch, 30. März 2016 17:05 An: use-livecode@lists.runrev.com Betreff: Re: Are there an

AW: Using LC for Interactive Tutorial

2016-04-01 Thread Tiemo Hollmann TB
That is a really nice feature! But I don't find any notes in Alis blog on how I can create such an interactive tutorial for my own runtimes. Is this intended to be, or is it only for the use of LiveCode.com? Tiemo >> Find out how to write your own interactive tutorial using the building blocks

Why isn't isoToMac anymore needed with LC 8 custom props?

2016-04-01 Thread Tiemo Hollmann TB
Hello, I am storing some text in custom properties. Developing on Windows I always put the text with isoToMac into a field, when the platform is MacOS. With LC 8 the German Umlauts get corrupted, when using this LC 6 method, but when just putting the pure custom property into the field, like on w

LC8 - Any new restrictions for windows icon?

2016-04-05 Thread Tiemo Hollmann TB
Hello, I can't assign any custom icon to my windows standalones in LC 8 (DP11/16) anymore. After choosing the icon in the standalone settings, closing the window and reopening the standalone settings window, the assigned icon is empty. Also, if I save the file before closing the standalone settin

AW: LC8 - Any new restrictions for windows icon?

2016-04-05 Thread Tiemo Hollmann TB
ue, Apr 5, 2016 at 8:59 AM, Tiemo Hollmann TB wrote: > Hello, > > I can't assign any custom icon to my windows standalones in LC 8 > (DP11/16) anymore. > > After choosing the icon in the standalone settings, closing the window > and reopening the standalone settings wi

LC8 odd window behavior in IDE on windows

2016-04-06 Thread Tiemo Hollmann TB
Hello, developing on Windows 7 First time I am testing LC 8 a little more as the basics, I am struggling with the behavior of the IDE windows. The code editor window often minimizes to the task bar, especially when debugging. When clicking on the task bar icon it doesn't open again. You either

AW: specialfolderpaths on Windows >=8

2016-04-15 Thread Tiemo Hollmann TB
Hi Klaus, is "firends" the short form for "fire nerds" and if yes what is a fire nerd? To your question: I am using specialFolderPath(35) for an editable option file and others and that works fine from Win XP to 10 Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-

US government tells Windows users to uninstall QuickTime

2016-04-15 Thread Tiemo Hollmann TB
I have the first customers following this advice and tell me that my software is completely out of date. I am loosing customers. When will LiveCode provide the new Mac & Windows compatible media player? It was one of the crowdfunding aims and I haven't heard much about it anymore. Tiemo

AW: US government tells Windows users to uninstall QuickTime

2016-04-15 Thread Tiemo Hollmann TB
d regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps On 15/04/2016, 12:37, "use-livecode on behalf of Tiemo Hollmann TB" wrote: >I have the first customers following this advice and tell me that my >software is com

AW: Unidentified Developer

2016-04-22 Thread Tiemo Hollmann TB
I am codesigning my apps with the command line successfully with: codesign -s "MyCertificateName" --deep --force pathToMyApp/myApp.app I am always using the attribute --deep and --force, so that the revBundels in my app also get codesigned, otherwise I always got an error when checking the codesi

OT: Who can convert 3.5" diskettes with Hypercard stacks for me?

2016-04-26 Thread Tiemo Hollmann TB
Hello, I have some 3.5" diskettes from my Mac from the beginning 90th with some HyperCard stacks which I just regained again. The HyperCard stacks are not vital for me, but if possible I would like to see them again (converted to LC), just as a memory. Is there anybody, who still has a Mac with

LC 8: Go stack doesn't work anymore?

2016-04-26 Thread Tiemo Hollmann TB
Hello, This worked fine up to LC 6 (7 not tested), but doesn't works with the same stack on LC 8 I have a splash stack, which is the LC standalone. At the end of making some checks I open my "main" stack (as a stack file) and hide the splash stack. Go stack myStackFile.Livecode (I also tried: go

AW: LC 8: Go stack doesn't work anymore?

2016-04-26 Thread Tiemo Hollmann TB
different between LC 6 and 8. I have to go on searching. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Dienstag, 26. April 2016 11:57 An: LiveCode User Liste senden Betreff: LC 8: Go stack doesn'

AW: OT: Who can convert 3.5" diskettes with Hypercard stacks for me?

2016-04-27 Thread Tiemo Hollmann TB
, I wonder why you don't just buy yourself an external floppy drive: http://www.amazon.de/CSL-Externes-Diskettenlaufwerk-Slimline-portable/dp/B00 AU07SUA/ref=sr_1_1?ie=UTF8&qid=1461693221&sr=8-1&keywords=floppy+drive+usb Richmond. On 26.04.2016 10:04, Tiemo Hollmann TB wrote: &

AW: LC 8: Go stack doesn't work anymore?

2016-04-27 Thread Tiemo Hollmann TB
is in the filename of the stack). After that, the stack can be accessed by only the name of the stack within LiveCode. I’m seeing it work properly in LC8. Peter Bogdanoff UCLA On Apr 26, 2016, at 6:35 AM, Tiemo Hollmann TB wrote: > I have created a test stack, where "go stack" works

AW: Windows Media

2016-04-27 Thread Tiemo Hollmann TB
Hi Kevin, that are really good news! Hoping to see it soon Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Kevin Miller Gesendet: Mittwoch, 27. April 2016 12:12 An: How to use LiveCode Betreff: Windows Media I intended to pr

AW: Windows Media

2016-04-27 Thread Tiemo Hollmann TB
To make plans. Just a guess from the crowd - when would you expect to see a GM 8.1? 6 month from now? 1 year? Or more? Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Mittwoch, 27. April 2016 13:52

AW: AW: Windows Media

2016-04-27 Thread Tiemo Hollmann TB
_2016_ sounds great! :) Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Peter TB Brett Gesendet: Mittwoch, 27. April 2016 15:43 An: How to use LiveCode Betreff: Re: AW: Windows Media On 27/04/2016 14:38, Tiemo Hollmann TB

AW: Windows Media

2016-04-28 Thread Tiemo Hollmann TB
. Richmond. On 27.04.2016 22:00, Peter Bogdanoff wrote: > Great news! > > Peter Bogdanoff > > On Apr 27, 2016, at 6:52 AM, Tiemo Hollmann TB wrote: > >> _2016_ sounds great! :) >> Tiemo >> >> -Ursprüngliche Nachricht- >> Von: use-livecode [mai

AW: Downloading thirdparty products

2016-05-17 Thread Tiemo Hollmann TB
Hi Erik, yes. Heather told me, that they have not finished yet all products in the new account interface. Animation engine is still available in the old interface here: http://livecode.com/account/products/products-old Though it is version 5 and not 6 Tiemo -Ursprüngliche Nachricht- Von

Don't understand unicode handling

2016-05-20 Thread Tiemo Hollmann TB
Hello, I have a file exported from an older genealogy program A, which I want to import into another genealogy program B. Program B is pretty new and modern and is supposed to support Unicode. When directly importing that exchange file, all special chars get corrupted in program B. When reading

AW: Don't understand unicode handling

2016-05-20 Thread Tiemo Hollmann TB
Bonsoir Thierry, thank you for the helpful link, with your help, I found the right conversion, though I don't understand what is going on :) For my issue the solution was not to use uniEncode() when importing the file into LC, but just putting the file into a field. But using uniDecode() when expo

AW: AW: Don't understand unicode handling

2016-05-23 Thread Tiemo Hollmann TB
to:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay Gesendet: Freitag, 20. Mai 2016 20:05 An: How to use LiveCode Betreff: Re: AW: Don't understand unicode handling On 5/20/2016 12:53 PM, Tiemo Hollmann TB wrote: > Bonsoir Thierry, > > thank you for the helpful link,

AW: AW: AW: Don't understand unicode handling

2016-05-23 Thread Tiemo Hollmann TB
: use-livecode@lists.runrev.com Betreff: Re: AW: AW: Don't understand unicode handling I spoke to Fraser when LC7 came out about a lack of a guessTextEncoding function. See http://quality.livecode.com/show_bug.cgi?id=14474 On 5/23/2016 3:08 AM, Tiemo Hollmann TB wrote: > Hi Jacque, >

AW: AW: AW: AW: Don't understand unicode handling

2016-05-23 Thread Tiemo Hollmann TB
e any kind of "quickcheck" for the >> current source encoding? >> Tiemo >> >> -Ursprüngliche Nachricht- >> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im >> Auftrag von J. Landman Gay >> Gesendet: Freitag, 20. Mai 2016

AW: [blog] Quicktime Dependency Solved

2016-05-27 Thread Tiemo Hollmann TB
Good news indeed! Thank you Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Heather Laine Gesendet: Donnerstag, 26. Mai 2016 18:12 An: How to use LiveCode Betreff: [blog] Quicktime Dependency Solved Folks, A fine blog post

Can I set a tooltip for each column or c-header in a data grid?

2016-05-30 Thread Tiemo Hollmann TB
Hello, I would like to provide a tooltip for each column (or column header) to show the full column name. Is there such a build in feature, which I didn't find yet or do I have to create it myself? Thank you Tiemo ___ use-livecode mailing li

IS there a dictionary of the datagrid properties?

2016-05-30 Thread Tiemo Hollmann TB
Hello, how do I get the info, which column or row I am hovering with the mouse? I have read the datagrid lessons on livecode.com, but they guide you mainly thru the property inspector of datagrids Where do I find, the property and array names of the datagrid structure to retrieve the wanted info

AW: IS there a dictionary of the datagrid properties?

2016-05-31 Thread Tiemo Hollmann TB
datagrid/l/7344-data-grid-api > > On Mon, May 30, 2016 at 9:56 AM, Mike Bonner wrote: > >> Have you looked here: >> http://lessons.livecode.com/m/datagrid/l/7343-data-grid-properties ? >> >> On Mon, May 30, 2016 at 9:49 AM, Tiemo Hollmann TB >> >> wrote:

AW: IS there a dictionary of the datagrid properties?

2016-05-31 Thread Tiemo Hollmann TB
datagrid properties? Look here: http://lessons.livecode.com/m/datagrid/l/7343-data-grid-properties and look for-- *dgColumnTooltip** [COLUMN]* - Set the tooltip that appears when the mouse is over the column header. On Tue, May 31, 2016 at 2:37 AM, Tiemo Hollmann TB wrote: > Hi zryip, >

can you apply visual effects to a stack opening?

2016-05-31 Thread Tiemo Hollmann TB
Hello, I have a message window, which I would like to appear like the answer dialog as sheet on OS X (with visual effect "push down"). I can set successfully visual effects to a *go* cd command, but I have tried all combinations of setting visual effects to a *show* stack, *modal* stack, or *unlo

AW: can you apply visual effects to a stack opening?

2016-05-31 Thread Tiemo Hollmann TB
Hi Richard, I would have never looked for this command :) Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richard Gaskin Gesendet: Dienstag, 31. Mai 2016 17:23 An: use-livecode@lists.runrev.com Betreff: Re: can you app

LC 8 Random crash with QT set the filename of player on OS X

2016-06-02 Thread Tiemo Hollmann TB
Hello, OS X 10.11.5, LC 8.0, IDE. Same program runs fine on Windows 10 I have a pretty nasty issue, where I am right now a bit clueless, in which direction I have to search. I have set the dontuseQT of player "myPlayer" to false because I am using old QT videos, which can't be played with AVF.

AW: LC 8 Random crash with QT set the filename of player on OS X

2016-06-03 Thread Tiemo Hollmann TB
uns fine on W10, I have a feeling that my guess is goofy. Dar > On Jun 2, 2016, at 8:38 AM, Tiemo Hollmann TB wrote: > > Hello, > > OS X 10.11.5, LC 8.0, IDE. Same program runs fine on Windows 10 > > I have a pretty nasty issue, where I am right now a bit clueless, in

AW: LC 8 Random crash with QT set the filename of player on OS X

2016-06-06 Thread Tiemo Hollmann TB
Hi Monte, I filed a bug report, but I could reproduce it only in my complex live stack and not in a test stack with a handy recipe. It is LC 8.0 and yes it is QT. I know about all the QT hassles and have waited for years for a solution from Edinburgh. My main product includes about 2 videos

AW: LC 8 Random crash with QT set the filename of player on OS X

2016-06-06 Thread Tiemo Hollmann TB
Hi Thierry, yes, according to that table I have a 64 bit machine with an intel i5. But Monte pointed out that QT is not supported by 64 bit machines. But it runs on my machine? Why? And I have not had any customer, whre my program with QT would not have run? Thanks Tiemo -Ursprüngliche Nac

LC 8 window resize not possible on W7

2016-06-06 Thread Tiemo Hollmann TB
Hello, I have a new LC 8 program, launched by a splash stack, hiding the splash stack and going to the "main program". The mainstack of the "main program" has set "resizable" to true (with a min width and min height). Resizing works fine on my W10 and W8 and OS X machine. Now I found a W7 Sony Va

AW: LC 8 Random crash with QT set the filename of player on OS X

2016-06-06 Thread Tiemo Hollmann TB
our rows don't include that column, then right click a column heading or a blank column heading and choose "kind" from the list). On 6 Jun 2016, at 10:52, Tiemo Hollmann TB wrote: > Hi Thierry, > yes, according to that table I have a 64 bit machine with an intel i5. But &g

AW: LC 8 Random crash with QT set the filename of player on OS X

2016-06-06 Thread Tiemo Hollmann TB
player on OS X On 6 Jun 2016, at 10:08, Tiemo Hollmann TB wrote: > I filed a bug report, but I could reproduce it only in my complex live stack and not in a test stack with a handy recipe. > It is LC 8.0 and yes it is QT. I know about all the QT hassles and have waited for years for a solutio

AW: LC 8 window resize not possible on W7

2016-06-08 Thread Tiemo Hollmann TB
- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Montag, 6. Juni 2016 12:00 An: LiveCode User Liste senden Betreff: LC 8 window resize not possible on W7 Hello, I have a new LC 8 program, launched by a splash stack, hiding the splash stack

AW: Windows 10 script editor problem

2016-06-16 Thread Tiemo Hollmann TB
Might be something different, but I have for a long time over all last versions randomly odd IDE window behavior on Windows. Often there is a window, sometimes the script editor, sometime a stack of mine, where the window keeps minimized in the task bar and only can be opend by right klicking on

Intel QSV H.264 codec for AVFoundation and DirectShow

2016-07-04 Thread Tiemo Hollmann TB
Hello, I made some tests with LC 8.1.0 dp1 to find a video codec solution, as a replacement for QuickTime which fits for both platforms windows and OS X. I am looking for the most standardized state of the art codec to get a maximum of compatibility on both platforms, so I think H.264 is the righ

AW: Intel QSV H.264 codec for AVFoundation and DirectShow

2016-07-05 Thread Tiemo Hollmann TB
Hi Richard, thank you for your profund informations and helpful links. I wasn't aware of this complex matter. I have to think about if I want to let sleeping dogs lie. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richard

AW: Intel QSV H.264 codec for AVFoundation and DirectShow

2016-07-07 Thread Tiemo Hollmann TB
ecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Dienstag, 5. Juli 2016 09:15 An: 'How to use LiveCode' Betreff: AW: Intel QSV H.264 codec for AVFoundation and DirectShow Hi Richard, thank you for your profund informations and helpful links. I wasn't aware of this

Could not create movie reference

2016-10-07 Thread Tiemo Hollmann TB
Hello, I have a user on OS X 10.11.5, where my LC 6 program can't play anymore any video. The program was installed on the same machine with the same user and run fine for a while and from now to then, when launching a video my program throws the error "Could not create movie reference" Since

AW: Could not create movie reference

2016-10-10 Thread Tiemo Hollmann TB
Thank you Paul and Malte, Since this happened from one day to the other in an existing installation, it was not related to and path or filename assignment. I just got a feedback from the customer, that they updated to Sierra and now everything works again with my program. So obviously something wa

how to get the menubar group transparent?

2016-10-18 Thread Tiemo Hollmann TB
Hello, working with LC 8.1.0 on Win 10: Since Win 10 the window title bar and the menu bar have the same color - what I don't like, because there is no optical differentiation. I would like to get a slight contrast between both of them, as it was all windows versions before. I tried to set

How experimental is OS X 64-Bit mode?

2016-10-24 Thread Tiemo Hollmann TB
Hello, working with LC 8.1.1 I would like to prepare my programs for the next future as long as possible. I wouldn't like to produce a new 64 Bit standalone for all of my programs in a year, if in a year Apple makes 64 Bit mandatory. Since some versions I could create an OS X 64-Bit Mode standalo

What do I have to prepare if enabling Hi-DPI scaling for Win standalone?

2016-10-24 Thread Tiemo Hollmann TB
Hello, Up to now I haven't enabled the Hi-DPI scaling for Windows standalones and since I don't have a hi-dpi monitor I can't test the difference of my standalones. Do I have to prepare anything different, if I enable the hi-DPI scaling? Is it necessary to exchange all images by images with hi

AW: How experimental is OS X 64-Bit mode?

2016-10-24 Thread Tiemo Hollmann TB
Thanks Peter, thats what I wanted to hear Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Peter TB Brett Gesendet: Montag, 24. Oktober 2016 21:21 An: How to use LiveCode Betreff: Re: How experimental is OS X 64-Bit mode?

AW: How do I codesign an App?

2016-10-26 Thread Tiemo Hollmann TB
Hi Bill, the security message is just the new default setting since 10.10 or so. Your user can download, install and run your app, even if it is not signed, he only has to change the security setting in his system settings once for installing your app or in general. If you want to sign your ap

AW: How do I codesign an App?

2016-10-26 Thread Tiemo Hollmann TB
Well said -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richard Gaskin Gesendet: Mittwoch, 26. Oktober 2016 16:25 An: use-livecode@lists.runrev.com Betreff: Re: How do I codesign an App? Paul Dupuis wrote: > Isn't code signing

AW: What do I have to prepare if enabling Hi-DPI scaling for Win standalone?

2016-10-27 Thread Tiemo Hollmann TB
any trick? How do you handle this? Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Montag, 24. Oktober 2016 11:42 An: LiveCode User Liste senden Betreff: What do I have to prepare if enabling Hi-DPI

AW: AW: What do I have to prepare if enabling Hi-DPI scaling for Win standalone?

2016-10-27 Thread Tiemo Hollmann TB
-boun...@lists.runrev.com] Im Auftrag von Peter TB Brett Gesendet: Donnerstag, 27. Oktober 2016 15:54 An: How to use LiveCode Betreff: Re: AW: What do I have to prepare if enabling Hi-DPI scaling for Win standalone? On 27/10/2016 14:43, Tiemo Hollmann TB wrote: > Since this isn't a thing of Hi-

AW: AW: AW: What do I have to prepare if enabling Hi-DPI scaling for Win standalone?

2016-10-27 Thread Tiemo Hollmann TB
scaling for Win standalone? On 27/10/2016 14:57, Tiemo Hollmann TB wrote: > Hi Peter, > > as far as I had understood an 1920x1080 display not yet a Hi-DPI > display and wouldn't trigger the Hi-DPI function, or am I wrong that > this option already would take action with such

How to assign Hi-DPI images as button icons?

2016-10-28 Thread Tiemo Hollmann TB
Hello, I made my first tests on windows with 2 sets of images, standard and @extra-high, which works fine. What I don't see is, how to assign two sets of images as button icons for each state of the button. I can't refer button icons to an external filename, only to images, which are imported any

AW: How to assign Hi-DPI images as button icons?

2016-10-28 Thread Tiemo Hollmann TB
-DPI images as button icons? On 28/10/2016 10:29, Tiemo Hollmann TB wrote: > Hello, > > I made my first tests on windows with 2 sets of images, standard and > @extra-high, which works fine. > > What I don't see is, how to assign two sets of images as button icons > for e

How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Tiemo Hollmann TB
Hello, after I got the trick on how to handle multiple image sources for different screen resolutions, I began changing all images in my programs from imported images to external references. I created on my development platform windows a "resource" folder under my development folder, reference

AW: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Tiemo Hollmann TB
d at build time reside. Devin > > Tore >> 1. nov. 2016 kl. 15.11 skrev Tiemo Hollmann TB : >> >> Hello, >> >> >> >> after I got the trick on how to handle multiple image sources for >> different screen resolutions, I began changing all imag

AW: How do you maintain image source reference on multiple platforms?

2016-11-01 Thread Tiemo Hollmann TB
lists.runrev.com] Im Auftrag von J. Landman Gay Gesendet: Dienstag, 1. November 2016 17:23 An: How to use LiveCode Betreff: Re: How do you maintain image source reference on multiple platforms? On November 1, 2016 9:20:17 AM "Tiemo Hollmann TB" wrote: > On windows I only create the

OS X 64-Bit standalone doesn't launch

2016-11-07 Thread Tiemo Hollmann TB
Hello, OS X 10.11. LC 8.1.1 When I create a 64-bit standalone from my main program, I can't start the standalone. When double clicking the .app there is a short flickering, but nothing, just nothing happens. When creating a 32-bit standalone of the same program, it starts quite normal. 64-bit s

AW: OS X 64-Bit standalone doesn't launch

2016-11-07 Thread Tiemo Hollmann TB
eport :) Best, Panos -- On Mon, Nov 7, 2016 at 2:53 PM, Tiemo Hollmann TB wrote: > Hello, > > > > OS X 10.11. LC 8.1.1 When I create a 64-bit standalone from my main > program, I can't start the standalone. When double clicking the .app > there is a short flickering, bu

German Umlaute get corrupted on macOS Sierra

2016-11-14 Thread Tiemo Hollmann TB
Hello, Today a customer with a Mac book Air and macOS Sierra called me and told me that all German Umlaute in my LC 6 program are corrupted (while they are working fine in all other programs). This is in text displayed in fields as well as text entered in fields. Since I don't have Sierra yet

AW: German Umlaute get corrupted on macOS Sierra

2016-11-16 Thread Tiemo Hollmann TB
ns Folder). Paul > On Nov 14, 2016, at 8:52 AM, Tiemo Hollmann TB wrote: > > Hello, > > > > Today a customer with a Mac book Air and macOS Sierra called me and > told me that all German Umlaute in my LC 6 program are corrupted > (while they are working fine in all o

AW: German Umlaute get corrupted on macOS Sierra

2016-11-17 Thread Tiemo Hollmann TB
the stack, but I can't. Does anybody remembers if there was some change in handling code tables? Any other idea as giving the customer a free upgrade? Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Ges

LC 6 to 8 some strange expieriences aligning objects at resizeStack

2016-11-17 Thread Tiemo Hollmann TB
Hello, I am migrating an old LC 2-6 stack to LC 8.1.1 In this stack I resize and arrange all objects by script when resizing the window. First experience was, that on Windows everything worked the same as in LC 6, all objects looked fine and aligned when resizing. On OS X 10.11 I am still fiddli

AW: Signing an application for distribution outside the Mac App Store

2016-11-18 Thread Tiemo Hollmann TB
I don't know, if thats the issue for this error message, but as the name of the certificate you should only use "My Company", not "Developer ID Application: My Company" Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richard M

AW: LC 6 to 8 some strange expieriences aligning objects at resizeStack

2016-11-18 Thread Tiemo Hollmann TB
nkel. = Quartam Reports & PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) -------- On Thu, 11/17/16, Tiemo Hollmann TB wrote: Subject: LC 6 to 8 so

LC 8: no keyUp at fast enter

2016-11-24 Thread Tiemo Hollmann TB
Hello, when entering chars in a fast sequence into a field I don't get a keyUp event in LC 8.1.1 on Windows. When entering single chars I get the keyUp, but when writing 10 finger system keyup stops working. On OS X 10.11 no problem and with LC 6.7 on windows also no problem, so it is not an issu

LC 8: slowdown of a repeat loop

2016-11-24 Thread Tiemo Hollmann TB
Hello, I am converting a 384x288 color image into greyscale, looping thru each pixel of the image and doing some calculations. That works fine. The user can do some fine adjustments using a slider with a live visual control of the effect on the image. For each movement of the slider the looping t

AW: LC 8: slowdown of a repeat loop

2016-11-24 Thread Tiemo Hollmann TB
e-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Donnerstag, 24. November 2016 12:06 An: LiveCode User Liste senden Betreff: LC 8: slowdown of a repeat loop Hello, I am converting a 384x288 color image into greyscale, looping thru each pixel of the image and

Is there a mapping table for all rawKeyUp Codes?

2016-11-24 Thread Tiemo Hollmann TB
Hello, since keyUp doesn't works anymore as it should on windows in LC 7/8 (see my previous post) I have to workaround with rawKeyUp. Does anybody has a togo mapping table of the rawkeyup codes to the real chars? If not I have to build it myself by testing each char. Thanks Tiemo __

AW: Is there a mapping table for all rawKeyUp Codes?

2016-11-28 Thread Tiemo Hollmann TB
t; If you search for 'PlatformKeyCode' in this file: >>> >>> https://github.com/livecode/livecode/blob/develop/engine/src/platfor >>> m.h >>> >>> It should give you what you need. >>> >>> Warmest Regards, >>> >>>

AW: LC 9 has all the improvements of the LC 8.1 series, yes?

2016-11-29 Thread Tiemo Hollmann TB
And additionally I would like to know, what caused a new first number? Why not 8.2? What is the relevant change to make a new major version? Concerning compatibility? Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Jam

AW: LC 9 has all the improvements of the LC 8.1 series, yes?

2016-11-29 Thread Tiemo Hollmann TB
n 29/11/2016 13:15, Tiemo Hollmann TB wrote: > And additionally I would like to know, what caused a new first number? > Why not 8.2? What is the relevant change to make a new major version? > Concerning compatibility? Hi Tiemo, From LiveCode 9 onwards, we will use a simplified num

AW: LC 9 has all the improvements of the LC 8.1 series, yes?

2016-11-29 Thread Tiemo Hollmann TB
release notes carefully. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB Gesendet: Dienstag, 29. November 2016 14:25 An: 'How to use LiveCode' Betreff: AW: LC 9 has all the improvements of the LC 8.1 s

AW: Is there a mapping table for all rawKeyUp Codes? No solution yet with LC 8

2016-12-05 Thread Tiemo Hollmann TB
gt;> >> If you search for 'PlatformKeyCode' in this file: >> >> https://github.com/livecode/livecode/blob/develop/engine/src/platform >> .h >> >> It should give you what you need. >> >> Warmest Regards, >> >> Mark. >> >> Se

Can some German tell me the rawkeyup codes from a MAC numpad?

2016-12-05 Thread Tiemo Hollmann TB
Hello, I only have the standard Apple keyboard, so I can't test it. If there is somebody, who has a Mac keyboard with numpad and a German system and German keyboard, could you please tell me the keynames from rawkeyup from the numbers 0-9 from the numpad. Just create a field with a *rawkeyup*

AW: Can some German tell me the rawkeyup codes from a MAC numpad?

2016-12-05 Thread Tiemo Hollmann TB
Hallo Hermann, vielen Dank für die schnelle Hilfe! - thank you for the fast help Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von hh Gesendet: Montag, 5. Dezember 2016 15:15 An: use-livecode@lists.runrev.com Betreff: Re: Can

AW: AW: Is there a mapping table for all rawKeyUp Codes? No solution yet with LC 8

2016-12-05 Thread Tiemo Hollmann TB
Hallo Hermann, shift + ö and shift + dot both return 58, anyhow if I give the output tot he message box or a field. I can't see a script error. For me it's an engine error. Same with "-" and "ß", both return 45. I don't see a chance on how I could differentiate between "-" and "ß", when getting

AW: AW: Is there a mapping table for all rawKeyUp Codes? No solution yet with LC 8

2016-12-05 Thread Tiemo Hollmann TB
e, you can, at least, download the Community version of later builds and fiddle around to see what happens there. Richmond. On 12/5/16 1:58 pm, Tiemo Hollmann TB wrote: > Since the keyup handler is broken, I am still trying to build a table for > mapping the rawkeyup key to a char. When tes

AW: Is there a mapping table for all rawKeyUp Codes? No solution yet with LC 8

2016-12-05 Thread Tiemo Hollmann TB
Thanks Hermann and Paul for clarifying this to me. I didn't noticed the difference to *the keysdown* You say Apple changed the keyboard mapping. I have no idea, if and how this could affect now LC 8 concerning backward compatibility with older systems. Will the keysdown give me on "all" systems (f

AW: Is there a mapping table for all rawKeyUp Codes?

2016-12-06 Thread Tiemo Hollmann TB
-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Mark Waddingham Gesendet: Dienstag, 6. Dezember 2016 09:25 An: How to use LiveCode Betreff: Re: Is there a mapping table for all rawKeyUp Codes? Hi Tiemo, On 2016-11-24 17:31, Tiemo Hollmann TB wrote: > since keyUp doesn'

AW: Is there a mapping table for all rawKeyUp Codes? No solution yet with LC 8

2016-12-06 Thread Tiemo Hollmann TB
esent. The same key will give the same raw keycode regardless of keyboard layout and it will be unaffected by the modifier key state (alt, shift etc.)." Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann T

AW: AW: Is there a mapping table for all rawKeyUp Codes? No solution yet with LC 8

2016-12-06 Thread Tiemo Hollmann TB
Hello Hermann, Thank you, issues solved, see my replies to Mark from this morning Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von hh Gesendet: Dienstag, 6. Dezember 2016 13:33 An: use-livecode@lists.runrev.com Betreff: Re:

understanding on how to handle UTF-8 import/export

2016-12-06 Thread Tiemo Hollmann TB
Hello, In my LC 6 programs I have uniEncoded and uniDecoded text when exporting/importing text to an xml file via revXML. Now with LC 8 everything internal in LC is UTF-8 and since uniDecode/uniEncode is deprecated my first thought was, that I could straight export/import text from LC fields into

AW: understanding on how to handle UTF-8 import/export

2016-12-06 Thread Tiemo Hollmann TB
mport/export On 06/12/2016 13:42, Tiemo Hollmann TB wrote: > In my LC 6 programs I have uniEncoded and uniDecoded text when > exporting/importing text to an xml file via revXML. > > Now with LC 8 everything internal in LC is UTF-8 and since > uniDecode/uniEncode is deprecated

AW: Installer software

2016-12-08 Thread Tiemo Hollmann TB
Hi Peter, you don't say, which installer maker version and which LC version you are using, but I know, that older installer maker versions don't run with LC 8. Perhaps you try to build the installer with LC 6. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@l

  1   2   3   4   5   6   7   8   9   10   >