Re: Some sad news

2020-12-04 Thread scott--- via use-livecode
Heather, thank you for making us aware of Hermann’s passing. I find his work 
amazing and so very inspiring. Your announcement helps make this a richer 
community.
—
Scott Morrow
Elementary Software

> On Dec 4, 2020, at 4:07 AM, Heather Laine via use-livecode 
>  wrote:
> 
> Dear List Folks,
> 
> I have today received some sad news. I am told that Hermann Hoch passed away 
> in April this year, from a stroke. I know many of you knew him either 
> remotely or having met him in person at a conference. He will be missed. I 
> met him myself and found him to be a wonderfully warm and kind person. He 
> could be volatile, but I always felt it was because he cared passionately 
> about things.
> 
> I will take what steps I can to preserve his legacy of HTML5 examples. As 
> these are hosted on an on-rev account we should be able to maintain it in 
> perpetuity for the benefit of the LiveCode Community. 
> 
> LiveCode HTML5 didn't always meet his expectations or progress as fast as he 
> wanted it to and I do wish he could have seen our next planned release, where 
> HTML5 support will be a focus. He was of great benefit to this community and 
> shared his expertise freely. 
> 
> I'm not sure what else I can say. Rest in peace hh, you will be missed :(
> 
> Heather
> 
> 
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
> 
> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Keeping soft line break and using clipboard data

2020-12-04 Thread J. Landman Gay via use-livecode
LC uses ascii 11 as a soft break. If you can replace the character in the clipboard with ascii 
11 it would probably work.


On 12/4/20 6:18 AM, R.H. via use-livecode wrote:

I am using Windows 10, LiveCode Indy 9.6.1

Here is a question I tried to solve using clipBoardData, fullClipBoardData
and rawClipboardData. I am aware that there is nothing in Livecode that
represents soft line breaks, for example as a Unicode character (unless I
could not find anywhere). But I need to preserve such existing soft line
breaks since I need to copy text from a word processor into other programs
that support such soft returns.

For example, in most email apps the key-combination Shift-Return breaks the
line, but it is not a hard LFCR (depending on platform) and the paragraph
is not touched. It HTML it would be a " instead of .  But pasting
such text into LCS will only convert those soft returns to hard returns.

So, I thought to use the clipboard, getting the binary data of the text
file (UTF8-encoded including soft returns) with an URL(binfile:),
encoding them in one way or the other, and the user will then be able to
paste the copied text including those hidden soft returns into the target
application. In this way, I hoped to circumvent the LCS text representation.

Unfortunately, I did not get it to work one way or the other. Is it
possible at all? Did anybody ever had such a need and solved it?

Roland
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Printing To Pdf Linux Rendering

2020-12-04 Thread Sean Cole (Pi) via use-livecode
The printer driver for PDF on Linux (CentOS) is handled by the LC inclusion
of the Cairo library into the engine (as I understand it). There are no
printer drivers other than Cups. I have updated Cups to the latest versions
available and there is no difference.

Sean Cole
*Pi Digital *

On Fri, 4 Dec 2020 at 17:04, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Back in the MetaCard days, I was told that problems like this were often
> caused by the printer driver. If there's an update, I'd install it.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On December 4, 2020 10:42:50 AM "Sean Cole \(Pi\) via use-livecode"
>  wrote:
>
> > Alas, I am still getting the same results with both duplicated and brand
> > new fields. Even in a whole new stack. I'm not getting very far with
> this.
> > What is making the text get so screwed up? Does anyone have any insight?
> >
> > Thanks again, Richard.
> >
> > Sean Cole
> > *Pi Digital *
> >
> > On Fri, 4 Dec 2020 at 06:42, Pi Digital via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> That’s a possibility. Interesting. I’ll give it a go when I’m more
> awake.
> >> Thanks Richard
> >>
> >> Sean Cole
> >> Pi Digital
> >>
> >>
> >> > On 4 Dec 2020, at 06:16, Richard Gaskin via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >> >
> >> > Sean Cole wrote:
> >> >> I've got a CentOS7 server that I am printing reports from as PDFs. No
> >> >> matter which font or style I use I get occasional anomalies where
> >> >> characters from words get placed over each other like a kerning issue
> >> gone
> >> >> mental.
> >> >> Bad rendering:
> >> >>
> >>
> https://www.dropbox.com/s/v09vacw8x3873qh/Screenshot%202020-12-04%20at%2005.53.47.png?dl=0
> >> >> Good rendering:
> >> >>
> >>
> https://www.dropbox.com/s/ehbdofm3nusgzyh/Screenshot%202020-12-04%20at%2005.54.08.png?dl=0
> >> >> It's very random. Sometimes it's ok. the next report will come out
> bad.
> >> >> There's no real pattern I can identify. I've been going at it for a
> few
> >> >> days trying different font types and styles but they are all very hit
> >> and
> >> >> miss. I can't work out if it is Cairo, Cups or something else. From
> the
> >> >> print card dialogue I get the same issue. I'm so tired and frustrated
> >> from
> >> >> trying to sort it out. Anyone have a fix/workaround/suggestion?
> >> >
> >> > It's been a while since I've seen that, but when I did it was with an
> >> older stack brought forward through many versions to v9.
> >> >
> >> > IIRC I replaced the fields that showed the issue one by one until the
> >> problem went away.
> >> >
> >> > --
> >> > Richard Gaskin
> >> > Fourth World Systems
> >> > Software Design and Development for the Desktop, Mobile, and the Web
> >> > 
> >> > ambassa...@fourthworld.comhttp://www.FourthWorld.com
> >> >
> >> > ___
> >> > use-livecode mailing list
> >> > use-livecode@lists.runrev.com
> >> > Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread JeeJeeStudio via use-livecode
I thought he stopped the community because he was not happy about the 
progress on HTML5...


This is very sad, a helpfull and smart man and a lung physician too.(he 
said once)


Rest in Peace. All the best to his family. Und schone grussen nach oben!

Jerry Janson


Op 4-12-2020 om 13:49 schreef Klaus major-k via use-livecode:



Am 04.12.2020 um 13:07 schrieb Heather Laine via use-livecode 
:

Dear List Folks,

I have today received some sad news. I am told that Hermann Hoch passed away in 
April this year, from a stroke. I know many of you knew him either remotely or 
having met him in person at a conference. He will be missed. I met him myself 
and found him to be a wonderfully warm and kind person. He could be volatile, 
but I always felt it was because he cared passionately about things.

I will take what steps I can to preserve his legacy of HTML5 examples. As these 
are hosted on an on-rev account we should be able to maintain it in perpetuity 
for the benefit of the LiveCode Community.

LiveCode HTML5 didn't always meet his expectations or progress as fast as he 
wanted it to and I do wish he could have seen our next planned release, where 
HTML5 support will be a focus. He was of great benefit to this community and 
shared his expertise freely.

I'm not sure what else I can say. Rest in peace hh, you will be missed :(

Heather

oh, this is really sad news! :-/
Farewell, Hermann, mach's gut!

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


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Printing To Pdf Linux Rendering

2020-12-04 Thread J. Landman Gay via use-livecode
Back in the MetaCard days, I was told that problems like this were often 
caused by the printer driver. If there's an update, I'd install it.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On December 4, 2020 10:42:50 AM "Sean Cole \(Pi\) via use-livecode" 
 wrote:



Alas, I am still getting the same results with both duplicated and brand
new fields. Even in a whole new stack. I'm not getting very far with this.
What is making the text get so screwed up? Does anyone have any insight?

Thanks again, Richard.

Sean Cole
*Pi Digital *

On Fri, 4 Dec 2020 at 06:42, Pi Digital via use-livecode <
use-livecode@lists.runrev.com> wrote:


That’s a possibility. Interesting. I’ll give it a go when I’m more awake.
Thanks Richard

Sean Cole
Pi Digital


> On 4 Dec 2020, at 06:16, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
> Sean Cole wrote:
>> I've got a CentOS7 server that I am printing reports from as PDFs. No
>> matter which font or style I use I get occasional anomalies where
>> characters from words get placed over each other like a kerning issue
gone
>> mental.
>> Bad rendering:
>>
https://www.dropbox.com/s/v09vacw8x3873qh/Screenshot%202020-12-04%20at%2005.53.47.png?dl=0
>> Good rendering:
>>
https://www.dropbox.com/s/ehbdofm3nusgzyh/Screenshot%202020-12-04%20at%2005.54.08.png?dl=0
>> It's very random. Sometimes it's ok. the next report will come out bad.
>> There's no real pattern I can identify. I've been going at it for a few
>> days trying different font types and styles but they are all very hit
and
>> miss. I can't work out if it is Cairo, Cups or something else. From the
>> print card dialogue I get the same issue. I'm so tired and frustrated
from
>> trying to sort it out. Anyone have a fix/workaround/suggestion?
>
> It's been a while since I've seen that, but when I did it was with an
older stack brought forward through many versions to v9.
>
> IIRC I replaced the fields that showed the issue one by one until the
problem went away.
>
> --
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Sean Cole (Pi) via use-livecode
Aww. He will be missed. He had been a tremendous help in getting our HTML5
deployment portal working. I hope I can keep his legacy going once LC9.7
fixes all (??) of HTML5's gripes.

Sean Cole
*Pi Digital Productions Ltd*

On Fri, 4 Dec 2020 at 16:34, Kaveh Bazargan via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Sad indeed. He made some great contributions in his own special way and I
> learned a lot from him...
>
> On Fri, 4 Dec 2020 at 15:44, Devin Asay via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > I think we all have been dazzled by what Hermann was able to do with LC
> > HTML5. Our community has been enriched by Hermann and many others for
> whom
> > LiveCode and the idea of “coding for everyone" is a passion. He will be
> > missed. Condolences to his family.
> >
> > As others have noted, we also remember other LiveCode late-greats: Mark
> > Smith and Eric Chatonet. I’m sure I am forgetting someone, but their
> legacy
> > lives on in their generous contributions to the LiveCode developer
> > community, Thanks to all who continue to keep their work available.
> >
> > Devin
> >
> >
> > > On Dec 4, 2020, at 5:07 AM, Heather Laine via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > Dear List Folks,
> > >
> > > I have today received some sad news. I am told that Hermann Hoch passed
> > away in April this year, from a stroke. I know many of you knew him
> either
> > remotely or having met him in person at a conference. He will be missed.
> I
> > met him myself and found him to be a wonderfully warm and kind person. He
> > could be volatile, but I always felt it was because he cared passionately
> > about things.
> > >
> > > I will take what steps I can to preserve his legacy of HTML5 examples.
> > As these are hosted on an on-rev account we should be able to maintain it
> > in perpetuity for the benefit of the LiveCode Community.
> > >
> > > LiveCode HTML5 didn't always meet his expectations or progress as fast
> > as he wanted it to and I do wish he could have seen our next planned
> > release, where HTML5 support will be a focus. He was of great benefit to
> > this community and shared his expertise freely.
> > >
> > > I'm not sure what else I can say. Rest in peace hh, you will be missed
> :(
> > >
> > > Heather
> > >
> > >
> > > Heather Laine
> > > Customer Services Manager
> > > LiveCode Ltd
> > > www.livecode.com
> > >
> > >
> > >
> > >
> > > ___
> > > use-livecode mailing list
> > > use-livecode@lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> > Devin Asay
> > Director
> > Office of Digital Humanities
> > Brigham Young University
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>
>
> --
> Kaveh Bazargan PhD
> Director
> River Valley Technologies  ● Twitter
>  ● LinkedIn
>  ● ORCID
> 
> *Accelerating the Communication of Research*
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Printing To Pdf Linux Rendering

2020-12-04 Thread Sean Cole (Pi) via use-livecode
Alas, I am still getting the same results with both duplicated and brand
new fields. Even in a whole new stack. I'm not getting very far with this.
What is making the text get so screwed up? Does anyone have any insight?

Thanks again, Richard.

Sean Cole
*Pi Digital *

On Fri, 4 Dec 2020 at 06:42, Pi Digital via use-livecode <
use-livecode@lists.runrev.com> wrote:

> That’s a possibility. Interesting. I’ll give it a go when I’m more awake.
> Thanks Richard
>
> Sean Cole
> Pi Digital
>
>
> > On 4 Dec 2020, at 06:16, Richard Gaskin via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Sean Cole wrote:
> >> I've got a CentOS7 server that I am printing reports from as PDFs. No
> >> matter which font or style I use I get occasional anomalies where
> >> characters from words get placed over each other like a kerning issue
> gone
> >> mental.
> >> Bad rendering:
> >>
> https://www.dropbox.com/s/v09vacw8x3873qh/Screenshot%202020-12-04%20at%2005.53.47.png?dl=0
> >> Good rendering:
> >>
> https://www.dropbox.com/s/ehbdofm3nusgzyh/Screenshot%202020-12-04%20at%2005.54.08.png?dl=0
> >> It's very random. Sometimes it's ok. the next report will come out bad.
> >> There's no real pattern I can identify. I've been going at it for a few
> >> days trying different font types and styles but they are all very hit
> and
> >> miss. I can't work out if it is Cairo, Cups or something else. From the
> >> print card dialogue I get the same issue. I'm so tired and frustrated
> from
> >> trying to sort it out. Anyone have a fix/workaround/suggestion?
> >
> > It's been a while since I've seen that, but when I did it was with an
> older stack brought forward through many versions to v9.
> >
> > IIRC I replaced the fields that showed the issue one by one until the
> problem went away.
> >
> > --
> > Richard Gaskin
> > Fourth World Systems
> > Software Design and Development for the Desktop, Mobile, and the Web
> > 
> > ambassa...@fourthworld.comhttp://www.FourthWorld.com
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Kaveh Bazargan via use-livecode
Sad indeed. He made some great contributions in his own special way and I
learned a lot from him...

On Fri, 4 Dec 2020 at 15:44, Devin Asay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I think we all have been dazzled by what Hermann was able to do with LC
> HTML5. Our community has been enriched by Hermann and many others for whom
> LiveCode and the idea of “coding for everyone" is a passion. He will be
> missed. Condolences to his family.
>
> As others have noted, we also remember other LiveCode late-greats: Mark
> Smith and Eric Chatonet. I’m sure I am forgetting someone, but their legacy
> lives on in their generous contributions to the LiveCode developer
> community, Thanks to all who continue to keep their work available.
>
> Devin
>
>
> > On Dec 4, 2020, at 5:07 AM, Heather Laine via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Dear List Folks,
> >
> > I have today received some sad news. I am told that Hermann Hoch passed
> away in April this year, from a stroke. I know many of you knew him either
> remotely or having met him in person at a conference. He will be missed. I
> met him myself and found him to be a wonderfully warm and kind person. He
> could be volatile, but I always felt it was because he cared passionately
> about things.
> >
> > I will take what steps I can to preserve his legacy of HTML5 examples.
> As these are hosted on an on-rev account we should be able to maintain it
> in perpetuity for the benefit of the LiveCode Community.
> >
> > LiveCode HTML5 didn't always meet his expectations or progress as fast
> as he wanted it to and I do wish he could have seen our next planned
> release, where HTML5 support will be a focus. He was of great benefit to
> this community and shared his expertise freely.
> >
> > I'm not sure what else I can say. Rest in peace hh, you will be missed :(
> >
> > Heather
> >
> >
> > Heather Laine
> > Customer Services Manager
> > LiveCode Ltd
> > www.livecode.com
> >
> >
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> Devin Asay
> Director
> Office of Digital Humanities
> Brigham Young University
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
Kaveh Bazargan PhD
Director
River Valley Technologies  ● Twitter
 ● LinkedIn
 ● ORCID

*Accelerating the Communication of Research*
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread R.H. via use-livecode
Oh, I am shocked. I deeply felt condolences to his family and friends.

I had a chat with him at the beginning of the year, and I was thinking of
calling him since he seemed to be grumpy that we did not follow up fast
enough to meet his demands. Now this... (

Yes, he was brilliant. May he have fun looking at us from above...

Roland
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Devin Asay via use-livecode
I think we all have been dazzled by what Hermann was able to do with LC HTML5. 
Our community has been enriched by Hermann and many others for whom LiveCode 
and the idea of “coding for everyone" is a passion. He will be missed. 
Condolences to his family.

As others have noted, we also remember other LiveCode late-greats: Mark Smith 
and Eric Chatonet. I’m sure I am forgetting someone, but their legacy lives on 
in their generous contributions to the LiveCode developer community, Thanks to 
all who continue to keep their work available.

Devin


> On Dec 4, 2020, at 5:07 AM, Heather Laine via use-livecode 
>  wrote:
> 
> Dear List Folks,
> 
> I have today received some sad news. I am told that Hermann Hoch passed away 
> in April this year, from a stroke. I know many of you knew him either 
> remotely or having met him in person at a conference. He will be missed. I 
> met him myself and found him to be a wonderfully warm and kind person. He 
> could be volatile, but I always felt it was because he cared passionately 
> about things.
> 
> I will take what steps I can to preserve his legacy of HTML5 examples. As 
> these are hosted on an on-rev account we should be able to maintain it in 
> perpetuity for the benefit of the LiveCode Community. 
> 
> LiveCode HTML5 didn't always meet his expectations or progress as fast as he 
> wanted it to and I do wish he could have seen our next planned release, where 
> HTML5 support will be a focus. He was of great benefit to this community and 
> shared his expertise freely. 
> 
> I'm not sure what else I can say. Rest in peace hh, you will be missed :(
> 
> Heather
> 
> 
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
> 
> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

Devin Asay
Director
Office of Digital Humanities
Brigham Young University

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Roger Guay via use-livecode
I’ve received a lot of valuable help over the years from hh. Farewell, Herman.

Roger


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Rick Harrison via use-livecode
Just yesterday I was reading some of Hermann’s posts in the LC archive
that were very helpful to me.

We’ll miss you Hermann!

Rick


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Bernard Devlin via use-livecode
That's very sad news. I'd noticed he had been quiet on the forum. HH made
some truly extraordinary contributions. Just a few days ago I was just
looking at his Jigsaw HTML5 app, and was astonished at what he had
achieved.  He might not have been happy with the limitations in the HTML5
standalone, but he pushed what could be done to the max, inspiring many of
us to look at what was possible rather than on what was not possible.

I've never been part of an online community for so long that I've seen half
a dozen great contributors pass away. HH always went the extra mile with
any problem in our community where he got involved.  He will be missed :(

On Fri, Dec 4, 2020 at 12:07 PM Heather Laine via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Dear List Folks,
>
> I have today received some sad news. I am told that Hermann Hoch passed
> away in April this year, from a stroke. I know many of you knew him either
> remotely or having met him in person at a conference. He will be missed. I
> met him myself and found him to be a wonderfully warm and kind person. He
> could be volatile, but I always felt it was because he cared passionately
> about things.
>
> I will take what steps I can to preserve his legacy of HTML5 examples. As
> these are hosted on an on-rev account we should be able to maintain it in
> perpetuity for the benefit of the LiveCode Community.
>
> LiveCode HTML5 didn't always meet his expectations or progress as fast as
> he wanted it to and I do wish he could have seen our next planned release,
> where HTML5 support will be a focus. He was of great benefit to this
> community and shared his expertise freely.
>
> I'm not sure what else I can say. Rest in peace hh, you will be missed :(
>
> Heather
>
>
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
>
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Double Clicking on a Field

2020-12-04 Thread Tore Nilsen via use-livecode
Try this in the script of the field:

on mouseUp
   —do your scrolling thing
End mouseUp

on mouseDoubleUp
   — do your navigation between cards
End mouseDoubleUp

Best regards 
Tore Nilsen

> 4. des. 2020 kl. 15:14 skrev Sannyasin Brahmanathaswami via use-livecode 
> :
> 
> I want a user to scroll the fields. If a user sends mouseup, simply scrolls 
> the field. It does not react.  It is locked.
> 
> But if the user double clicks on field, it reacts.
> 
> Basically it goes to another cards, taking with it a single Title in the 
> list, on a double click of the field
> 
> If I try
> 
> If double-click then
>   # code
> End if
> 
> It does not work…
> 
> BR
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Double Clicking on a Field

2020-12-04 Thread Brian Milby via use-livecode
Why do you need to use double tap?  The code should distinguish between a 
scroll and a tap and react appropriately.  The mobile scroller code in common 
use should facilitate this.  If a double tap is really needed, then it would 
probably need to be included in that same behavior script.

The big thing that you will need to do is create another handler to take the 
action.  Using mouseUp will probably be harder than needed (would need to use a 
flag of some sort to know when to ignore it).  Jacque’s method is a 
doScrollerTap handler that the scroller code calls.  DelayTouches will need to 
be false since you will be handling this yourself (and only works on iOS 
anyway).

Sent from my iPhone

> On Dec 4, 2020, at 9:15 AM, Sannyasin Brahmanathaswami via use-livecode 
>  wrote:
> 
> I want a user to scroll the fields. If a user sends mouseup, simply scrolls 
> the field. It does not react.  It is locked.
> 
> But if the user double clicks on field, it reacts.
> 
> Basically it goes to another cards, taking with it a single Title in the 
> list, on a double click of the field
> 
> If I try
> 
> If double-click then
>   # code
> End if
> 
> It does not work…
> 
> BR
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Martin Koob via use-livecode
This is sad news.

Hermann  was a LiveCode Pioneer and such a great resource to LiveCode users and 
LiveCode itself pushing at the boundaries of what you can do with LiveCode and 
HTML 5 and as Heather mentioned pushed livecode staff to realize more of its 
potential.  

He made so much code freely available to other users showing us possibilities  
we may not have realized and was always ready to assist other users with 
questions on the list.  I am glad to see that legacy is being preserved.

This reminds me of another LiveCode pioneer Mark Smith who passed away too 
young.  His work has been preserved as well.
http://marksmith.on-rev.com/revstuff/
http://www.pdslabs.net/the-mark-smith-collection/

I think it would be good to have a way to commemorate people like Hermann and 
Mark with something like an annual online  lecture or award presented annually 
to other pioneers or contributors to the LiveCode in their honour.

Martin Koob


> On Dec 4, 2020, at 7:07 AM, Heather Laine via use-livecode 
>  wrote:
> 
> Dear List Folks,
> 
> I have today received some sad news. I am told that Hermann Hoch passed away 
> in April this year, from a stroke. I know many of you knew him either 
> remotely or having met him in person at a conference. He will be missed. I 
> met him myself and found him to be a wonderfully warm and kind person. He 
> could be volatile, but I always felt it was because he cared passionately 
> about things.
> 
> I will take what steps I can to preserve his legacy of HTML5 examples. As 
> these are hosted on an on-rev account we should be able to maintain it in 
> perpetuity for the benefit of the LiveCode Community. 
> 
> LiveCode HTML5 didn't always meet his expectations or progress as fast as he 
> wanted it to and I do wish he could have seen our next planned release, where 
> HTML5 support will be a focus. He was of great benefit to this community and 
> shared his expertise freely. 
> 
> I'm not sure what else I can say. Rest in peace hh, you will be missed :(
> 
> Heather
> 
> 
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
> 
> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
http://www.pdslabs.net/the-mark-smith-collection/
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Double Clicking on a Field

2020-12-04 Thread Sannyasin Brahmanathaswami via use-livecode
I want a user to scroll the fields. If a user sends mouseup, simply scrolls the 
field. It does not react.  It is locked.

But if the user double clicks on field, it reacts.

Basically it goes to another cards, taking with it a single Title in the list, 
on a double click of the field

If I try

If double-click then
   # code
End if

It does not work…

BR
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Some sad news

2020-12-04 Thread Klaus major-k via use-livecode



> Am 04.12.2020 um 13:07 schrieb Heather Laine via use-livecode 
> :
> 
> Dear List Folks,
> 
> I have today received some sad news. I am told that Hermann Hoch passed away 
> in April this year, from a stroke. I know many of you knew him either 
> remotely or having met him in person at a conference. He will be missed. I 
> met him myself and found him to be a wonderfully warm and kind person. He 
> could be volatile, but I always felt it was because he cared passionately 
> about things.
> 
> I will take what steps I can to preserve his legacy of HTML5 examples. As 
> these are hosted on an on-rev account we should be able to maintain it in 
> perpetuity for the benefit of the LiveCode Community. 
> 
> LiveCode HTML5 didn't always meet his expectations or progress as fast as he 
> wanted it to and I do wish he could have seen our next planned release, where 
> HTML5 support will be a focus. He was of great benefit to this community and 
> shared his expertise freely. 
> 
> I'm not sure what else I can say. Rest in peace hh, you will be missed :(
> 
> Heather

oh, this is really sad news! :-/
Farewell, Hermann, mach's gut!

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


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Keeping soft line break and using clipboard data

2020-12-04 Thread R.H. via use-livecode
I am using Windows 10, LiveCode Indy 9.6.1

Here is a question I tried to solve using clipBoardData, fullClipBoardData
and rawClipboardData. I am aware that there is nothing in Livecode that
represents soft line breaks, for example as a Unicode character (unless I
could not find anywhere). But I need to preserve such existing soft line
breaks since I need to copy text from a word processor into other programs
that support such soft returns.

For example, in most email apps the key-combination Shift-Return breaks the
line, but it is not a hard LFCR (depending on platform) and the paragraph
is not touched. It HTML it would be a " instead of .  But pasting
such text into LCS will only convert those soft returns to hard returns.

So, I thought to use the clipboard, getting the binary data of the text
file (UTF8-encoded including soft returns) with an URL(binfile:),
encoding them in one way or the other, and the user will then be able to
paste the copied text including those hidden soft returns into the target
application. In this way, I hoped to circumvent the LCS text representation.

Unfortunately, I did not get it to work one way or the other. Is it
possible at all? Did anybody ever had such a need and solved it?

Roland
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Some sad news

2020-12-04 Thread Heather Laine via use-livecode
Dear List Folks,

I have today received some sad news. I am told that Hermann Hoch passed away in 
April this year, from a stroke. I know many of you knew him either remotely or 
having met him in person at a conference. He will be missed. I met him myself 
and found him to be a wonderfully warm and kind person. He could be volatile, 
but I always felt it was because he cared passionately about things.

I will take what steps I can to preserve his legacy of HTML5 examples. As these 
are hosted on an on-rev account we should be able to maintain it in perpetuity 
for the benefit of the LiveCode Community. 

LiveCode HTML5 didn't always meet his expectations or progress as fast as he 
wanted it to and I do wish he could have seen our next planned release, where 
HTML5 support will be a focus. He was of great benefit to this community and 
shared his expertise freely. 

I'm not sure what else I can say. Rest in peace hh, you will be missed :(

Heather


Heather Laine
Customer Services Manager
LiveCode Ltd
www.livecode.com




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Trying to use the Segmented Control

2020-12-04 Thread Ralf Bitter via use-livecode

Bernd thanks, at some point I just wanted to do away with
the shortcomings of the segmented control. Though modifying
the segmented control might have been a better approach.

Ralf


On 04.12.20 10:32, Niggemann, Bernd via use-livecode wrote:

Ralf Bitter wrote
See:https://github.com/revig/universal-button-widget/releases/tag/1.0.1


Thank you Ralf for this brilliant widget.

Kind regards
Bernd


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Trying to use the Segmented Control

2020-12-04 Thread Niggemann, Bernd via use-livecode
>Ralf Bitter wrote

>See: https://github.com/revig/universal-button-widget/releases/tag/1.0.1


Thank you Ralf for this brilliant widget.

Kind regards
Bernd
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode