RE: LC Roadmap

2021-02-19 Thread Erik Beugelaar via use-livecode
LC syntax is NOT English, and understanding the difference helps.
That is really true and with LCB you are free to write any functionality.

Not one programming language/development environment is perfect and to be
clear: I like LiveCode very much too!

Nice weekend,
Erik

-Original Message-
From: use-livecode  On Behalf Of
Curry Kenworthy via use-livecode
Sent: zaterdag 20 februari 2021 06:06
To: use-livecode@lists.runrev.com
Cc: Curry Kenworthy 
Subject: Re: LC Roadmap


e.beugelaar at me.com:

 > https://www.b4x.com if u dont want headaches.

Thanks for the tip - looks pretty neat. I like the website.
Before going all-in with LiveCode, I did a lot with VB-style code.

HOWEVER, I don't have any big headaches, thank God!
Nor do I feel any need to try another IDE.
On the contrary: I'm enjoying LiveCode more than ever.

I'm fluent in LC syntax, so it comes as naturally as writing an email.
Fluency is underappreciated. Copy-paste coding is an alluring trap.
(LC syntax is NOT English, and understanding the difference helps.)

Being specialized, I have solid dev tactics and stick with what works.
If I take a new path, I run some tests BEFORE going too far.

So things are going well, and will only get better!
I'm also gradually creating next-gen code for my addons and general dev.
And more. Good things are on the way

That said, if I ever decide to have a headache :) it'd probably be:

- Code quality and bug density of LC Engine and Components
- Inconsistency between some LC features versus the overall paradigm

Those have obvious deficiencies, but I've noted them & adjusted tactics.
And I'll be taking action in both areas, so not too worried.

Good luck and good coding!

Best wishes,

Curry Kenworthy

Custom Software Development
"Better Methods, Better Results"
LiveCode Training and Consulting
http://livecodeconsulting.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: LC Roadmap

2021-02-19 Thread Curry Kenworthy via use-livecode



e.beugelaar at me.com:

> https://www.b4x.com if u dont want headaches.

Thanks for the tip - looks pretty neat. I like the website.
Before going all-in with LiveCode, I did a lot with VB-style code.

HOWEVER, I don't have any big headaches, thank God!
Nor do I feel any need to try another IDE.
On the contrary: I'm enjoying LiveCode more than ever.

I'm fluent in LC syntax, so it comes as naturally as writing an email.
Fluency is underappreciated. Copy-paste coding is an alluring trap.
(LC syntax is NOT English, and understanding the difference helps.)

Being specialized, I have solid dev tactics and stick with what works.
If I take a new path, I run some tests BEFORE going too far.

So things are going well, and will only get better!
I'm also gradually creating next-gen code for my addons and general dev.
And more. Good things are on the way

That said, if I ever decide to have a headache :) it'd probably be:

- Code quality and bug density of LC Engine and Components
- Inconsistency between some LC features versus the overall paradigm

Those have obvious deficiencies, but I've noted them & adjusted tactics.
And I'll be taking action in both areas, so not too worried.

Good luck and good coding!

Best wishes,

Curry Kenworthy

Custom Software Development
"Better Methods, Better Results"
LiveCode Training and Consulting
http://livecodeconsulting.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: scrollbar question

2021-02-19 Thread Paul Hibbert via use-livecode
You have probably figured this out by now, but I just tried this on 
LC9.6.2(rc2) on a Mac plus Windows and setting both the lineInc and the pageInc 
to zero stops the user from changing the thumbPosition when clicking on the bar 
of the scrollbar, but doesn’t affect the dragging of the thumb.

I also agree with Tom, scrollbars are pretty easy to build and customise to 
suit your own requirements, one advantage is the user will have the same 
experience on Mac and Win if that’s something you need/want.

Paul

> On 19Feb, 2021, at 9:49 AM, jbv via use-livecode 
>  wrote:
> 
> Hi lust,
> 
> How can I prevent the thumb of a scrollbar to move when user
> clicks on the scrollbar, but not on the thumb, when it's set
> as a slider ?
> I tried to trap scrollbarLineDec and scrollbarLineInc, and
> also to set the lineincrement to 0, but to no avail.
> What am I missing ?
> Thanks in advance.
> 
> jbv
> 
> ___
> 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: scrollbar question

2021-02-19 Thread Tom Glod via use-livecode
For custom behavior of a scrollbar I think you need to build your own.  But
its not difficult from what I can tell.

https://forums.livecode.com/viewtopic.php?t=20077

Have a look there, there is an example stack.

On Fri, Feb 19, 2021 at 12:50 PM jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi lust,
>
> How can I prevent the thumb of a scrollbar to move when user
> clicks on the scrollbar, but not on the thumb, when it's set
> as a slider ?
> I tried to trap scrollbarLineDec and scrollbarLineInc, and
> also to set the lineincrement to 0, but to no avail.
> What am I missing ?
> Thanks in advance.
>
> jbv
>
> ___
> 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
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Mobile:647.562.9411
___
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


scrollbar question

2021-02-19 Thread jbv via use-livecode

Hi lust,

How can I prevent the thumb of a scrollbar to move when user
clicks on the scrollbar, but not on the thumb, when it's set
as a slider ?
I tried to trap scrollbarLineDec and scrollbarLineInc, and
also to set the lineincrement to 0, but to no avail.
What am I missing ?
Thanks in advance.

jbv

___
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: xAPI in LiveCode Week #3 Meeting TODAY 2 PM

2021-02-19 Thread Martin Koob via use-livecode
Hi Colin

It is 2:00 pm BDT( Brian Duck’s Time -- in Detroit)   aka EST (UTC -5)

Martin


> On Feb 19, 2021, at 12:12 PM, Colin Holgate via use-livecode 
>  wrote:
> 
> I was going to ask whose 2pm is it, but I tried the link, and it told me it 
> was my 12pm. So, just under two hours from now.
> 
> 
>> On Feb 19, 2021, at 10:00 AM, Brian K. Duck via use-livecode 
>>  wrote:
>> 
>> Hello, 
>> 
>> Here is the zoom invite:
>> Brian Duck is inviting you to a scheduled Zoom meeting.
>> 
>> Topic: xAPI in LiveCode Week #3 Zoom Meeting
>> Time: Feb 19, 2021 02:00 PM America/Detroit
>> 
>> Join Zoom Meeting
>> https://us04web.zoom.us/j/71031947408?pwd=MzNzTWUwak16UDBlanhsTGNLY1p2UT09
>> 
>> Meeting ID: 710 3194 7408
>> Passcode: s7TM6U
>> 
>> 
>> 
>> 
>> ___
>> 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: xAPI in LiveCode Week #3 Meeting TODAY 2 PM

2021-02-19 Thread Colin Holgate via use-livecode
I was going to ask whose 2pm is it, but I tried the link, and it told me it was 
my 12pm. So, just under two hours from now.


> On Feb 19, 2021, at 10:00 AM, Brian K. Duck via use-livecode 
>  wrote:
> 
> Hello, 
> 
> Here is the zoom invite:
> Brian Duck is inviting you to a scheduled Zoom meeting.
> 
> Topic: xAPI in LiveCode Week #3 Zoom Meeting
> Time: Feb 19, 2021 02:00 PM America/Detroit
> 
> Join Zoom Meeting
> https://us04web.zoom.us/j/71031947408?pwd=MzNzTWUwak16UDBlanhsTGNLY1p2UT09
> 
> Meeting ID: 710 3194 7408
> Passcode: s7TM6U
> 
> 
> 
> 
> ___
> 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


xAPI in LiveCode Week #3 Meeting TODAY 2 PM

2021-02-19 Thread Brian K. Duck via use-livecode
Hello, 

Here is the zoom invite:
Brian Duck is inviting you to a scheduled Zoom meeting.

Topic: xAPI in LiveCode Week #3 Zoom Meeting
Time: Feb 19, 2021 02:00 PM America/Detroit

Join Zoom Meeting
https://us04web.zoom.us/j/71031947408?pwd=MzNzTWUwak16UDBlanhsTGNLY1p2UT09

Meeting ID: 710 3194 7408
Passcode: s7TM6U




___
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