>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, u
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/univers
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 an
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 ne
> 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 confe
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
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
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
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
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, b
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 yo
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.run
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 ot
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
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
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,
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@
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\)
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
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 D
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 r
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,
>
>
22 matches
Mail list logo