Re: Cannot access forum?

2025-03-19 Thread Heather Laine via use-livecode
Just a note to say the forums should now be showing again even if you =
are not logged in.=20

I have long ago given up wondering why these people do what they do.

Best Regards,

Heather

Heather Laine
Customer Services Manager
LiveCode Ltd
www.livecode.com
Build Software You'll Never Outgrow

> On 18 Mar 2025, at 15:27, Bob Sneidar via use-livecode =
 wrote:
>=20
> Everything is a math problem with people like us. :-)
>=20
> What I cannot fathom is why they would target the LC forums, unless it =
was an attack on the host itself. Revenge is out of the question. Why =
would preventing LC developers from helping other LC developers be =
painful? We have the lists too. What money could anyone hope to make? If =
they think they can extort a ransom from Livecode Ltd. they are barking =
up the wrong tree.
>=20
> Bob S
>=20
>=20
> On Mar 17, 2025, at 4:30 PM, J. Landman Gay via use-livecode =
 wrote:
>=20
> A and B are subsets of C.
>=20
> --
> Jacqueline Landman Gay | =
jac...@hyperactivesw.com
> HyperActive Software | =
http://www.hyperactivesw.com
> On March 17, 2025 1:18:55 PM Paul Dupuis via use-livecode =
mailto:use-livecode@lists.runrev.com>> =
wrote:
>=20
> It's just so sad that some person or persons feel that trying to take
> down someone else's web service is somehow a way to (a) make money OR
> (b) get revenge OR (c) just be an a$$hole OR all of the above :-(
>=20
> ___
> 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: revSpeak not working on Mac

2025-03-19 Thread Bob Sneidar via use-livecode
Whatever you are using for an email client, it is borking the formatting.=20

Bob S


> On Mar 19, 2025, at 7:59 AM, Bryan Anderson via use-livecode  wrote:
>=20
> Hi Bill.
>=20
> I=3DE2=3D80=3D99ve been trying to figure out an issue with the speech on =
an M1 =3D
> Ultra MacBook Pro. I filed a bug report =3D
> (https://quality.livecode.com/show_bug.cgi?id=3D3D24658), and arrived at =
=3D
> the conclusion it was an issue with my user account, since on a fresh =3D
> account everything worked.=3D20
>=20
> On receiving your email I tried things again, and nothing worked on the =
=3D
> old account or fresh accounts. I rebooted, and my old account still =3D
> didn=3DE2=3D80=3D99t work but the fresh ones did. I=3DE2=3D80=3D99m at a =
loss. I=3DE2=3D80=3D
> =3D99d be interested if a new user account on your machine works.
>=20
> Best
>=20
> Bryan
>=20
>=20
>> On Mar 18, 2025, at 11:47=3DE2=3D80=3DAFPM, Bill Vlahos via use-livecode=
 =3D
>  wrote:
>> =3D20
>> In LiveCode 10.0.1 (rc 3) and 9.6.13 on a Mac with an Apple processor =
=3D
> (MacBook Air M2), when I put the following script  in a button, nothing =
=3D
> happens when I press the button in either the IDE or standalone.
>> =3D20
>> on mouseUp
>> =3D20
>> revSpeak "Hello World"
>> =3D20
>> end mouseUp
>> =3D20
>> =3D20
>> =3D20
>> I am loading revLoadSpeech in the Standalone.
>> =3D20
>> =3D20
>> =3D20
>> Does this work on a Mac with Apple processors? If so, what could I be =
=3D
> missing?
>> =3D20
>> =3D20
>> =3D20
>> Thanks
>> =3D20
>> Bill Vlahos
>> =3D20
>> =3D20
>> =3D20
>> =3D20
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your =3D
> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>=20
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscript=
ion 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: Datagrid again

2025-03-19 Thread Bob Sneidar via use-livecode
Can you pluralize dgProp?=20

Bob S


> On Mar 19, 2025, at 11:50 AM, Klaus major-k via use-livecode  wrote:
>=20
> Hi jbv,
>=20
>> Am 19.03.2025 um 19:41 schrieb jbv via use-livecode =3D
> :
>> =3D20
>> Hi list,
>> =3D20
>> One more question : is there a way to hide the top row
>> of a datagrid when no column names need to be displayed ?
>> I tried
>> set the dgProp["columns"] of group "DataGrid 1" to empty
>> but it displays "col1. col2. etc" by default.
>=20
> set the dgprops["show header"] of grp "your dg here" to FALSE
> ## or TRUE
>> =3D20
>> Thanks you in advance.
>> jbv
>=20
> Best
>=20
> Klaus
>=20
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
>=20
>=20
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscript=
ion 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: Datagrid again

2025-03-19 Thread Paul Dupuis via use-livecode
If there is no data to be displayed, we hide the Datagrid itself and 
show a simple bordered locked field (with large type) saying "No Data 
Selected"


Suggested alternative. I am not sure the headers can be hidden as part 
of the Datagrid. You would want to consult the Datagid documentation 
with regard to the "header" or "headers".



On 3/19/2025 2:41 PM, jbv via use-livecode wrote:

Hi list,

One more question : is there a way to hide the top row
of a datagrid when no column names need to be displayed ?
I tried
  set the dgProp["columns"] of group "DataGrid 1" to empty
but it displays "col1. col2. etc" by default.

Thanks you 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: revSpeak not working on Mac

2025-03-19 Thread Bryan Anderson via use-livecode
Huh. Just using Apple Mail. Made it plain text. Better?

---

Hi Bill.

I=E2=80=99ve been trying to figure out an issue with the speech on an M1 =
Ultra MacBook Pro. I filed a bug report =
(https://quality.livecode.com/show_bug.cgi?id=3D24658), and arrived at =
the conclusion it was an issue with my user account, since on a fresh =
account everything worked.=20

On receiving your email I tried things again, and nothing worked on the =
old account or fresh accounts. I rebooted, and my old account still =
didn=E2=80=99t work but the fresh ones did. I=E2=80=99m at a loss. I=E2=80=
=99d be interested if a new user account on your machine works.

Best

Bryan

> On Mar 19, 2025, at 11:32=E2=80=AFAM, Bob Sneidar via use-livecode =
 wrote:
>=20
> Whatever you are using for an email client, it is borking the =
formatting.=3D20
>=20
> Bob S
>=20
>=20
>> On Mar 19, 2025, at 7:59 AM, Bryan Anderson via use-livecode =
 e...@lists.runrev.com> wrote:
>> =3D20
>> Hi Bill.
>> =3D20
>> I=3D3DE2=3D3D80=3D3D99ve been trying to figure out an issue with the =
speech on =3D
> an M1 =3D3D
>> Ultra MacBook Pro. I filed a bug report =3D3D
>> (https://quality.livecode.com/show_bug.cgi?id=3D3D3D24658), and =
arrived at =3D
> =3D3D
>> the conclusion it was an issue with my user account, since on a fresh =
=3D3D
>> account everything worked.=3D3D20
>> =3D20
>> On receiving your email I tried things again, and nothing worked on =
the =3D
> =3D3D
>> old account or fresh accounts. I rebooted, and my old account still =
=3D3D
>> didn=3D3DE2=3D3D80=3D3D99t work but the fresh ones did. =
I=3D3DE2=3D3D80=3D3D99m at a =3D
> loss. I=3D3DE2=3D3D80=3D3D
>> =3D3D99d be interested if a new user account on your machine works.
>> =3D20
>> Best
>> =3D20
>> Bryan
>> =3D20
>> =3D20
>>> On Mar 18, 2025, at 11:47=3D3DE2=3D3D80=3D3DAFPM, Bill Vlahos via =
use-livecode=3D
> =3D3D
>>  wrote:
>>> =3D3D20
>>> In LiveCode 10.0.1 (rc 3) and 9.6.13 on a Mac with an Apple =
processor =3D
> =3D3D
>> (MacBook Air M2), when I put the following script  in a button, =
nothing =3D
> =3D3D
>> happens when I press the button in either the IDE or standalone.
>>> =3D3D20
>>> on mouseUp
>>> =3D3D20
>>> revSpeak "Hello World"
>>> =3D3D20
>>> end mouseUp
>>> =3D3D20
>>> =3D3D20
>>> =3D3D20
>>> I am loading revLoadSpeech in the Standalone.
>>> =3D3D20
>>> =3D3D20
>>> =3D3D20
>>> Does this work on a Mac with Apple processors? If so, what could I =
be =3D
> =3D3D
>> missing?
>>> =3D3D20
>>> =3D3D20
>>> =3D3D20
>>> Thanks
>>> =3D3D20
>>> Bill Vlahos
>>> =3D3D20
>>> =3D3D20
>>> =3D3D20
>>> =3D3D20
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your =3D3D
>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> =3D20
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your =
subscript=3D
> ion preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>=20
>=20
> ___
> 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: revSpeak not working on Mac

2025-03-19 Thread Bryan Anderson via use-livecode
Hi Bill.

I=E2=80=99ve been trying to figure out an issue with the speech on an M1 =
Ultra MacBook Pro. I filed a bug report =
(https://quality.livecode.com/show_bug.cgi?id=3D24658), and arrived at =
the conclusion it was an issue with my user account, since on a fresh =
account everything worked.=20

On receiving your email I tried things again, and nothing worked on the =
old account or fresh accounts. I rebooted, and my old account still =
didn=E2=80=99t work but the fresh ones did. I=E2=80=99m at a loss. I=E2=80=
=99d be interested if a new user account on your machine works.

Best

Bryan


> On Mar 18, 2025, at 11:47=E2=80=AFPM, Bill Vlahos via use-livecode =
 wrote:
>=20
> In LiveCode 10.0.1 (rc 3) and 9.6.13 on a Mac with an Apple processor =
(MacBook Air M2), when I put the following script  in a button, nothing =
happens when I press the button in either the IDE or standalone.
>=20
> on mouseUp
>=20
> revSpeak "Hello World"
>=20
> end mouseUp
>=20
>=20
>=20
> I am loading revLoadSpeech in the Standalone.
>=20
>=20
>=20
> Does this work on a Mac with Apple processors? If so, what could I be =
missing?
>=20
>=20
>=20
> Thanks
>=20
> Bill Vlahos
>=20
>=20
>=20
>=20
> ___
> 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: Datagrid again

2025-03-19 Thread Klaus major-k via use-livecode
Hi jbv,

> Am 19.03.2025 um 19:41 schrieb jbv via use-livecode =
:
>=20
> Hi list,
>=20
> One more question : is there a way to hide the top row
> of a datagrid when no column names need to be displayed ?
> I tried
>  set the dgProp["columns"] of group "DataGrid 1" to empty
> but it displays "col1. col2. etc" by default.

set the dgprops["show header"] of grp "your dg here" to FALSE
## or TRUE
>=20
> Thanks you in advance.
> jbv

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
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