Re: [semi OT] mySQL question

2023-05-11 Thread Ken Ray via use-livecode
I would recommend a table for People, a table for Companies, and a table for Employment that acts as a linking table between the first two. Something like (at its simplest): people id INT(11) first_name VARCHAR(255) last_name VARCHAR(255) companies

Re: Am I using the best mail client?

2023-05-11 Thread Richmond Mathewson via use-livecode
We could transform this thread into a quite a spat as to the advantages of the Use-List versus the Forums, but as Thee, Thee, Thee and Me are all so fixed in our views it would only end in verbal bloodshed it best be let alone: Thee with They words, and Me with My pictures! Let us attempt (at the

Re: Am I using the best mail client?

2023-05-11 Thread Craig Newman via use-livecode
Thank you all. I will stick with the Mac client. The reason I like the forums better is what I see as a far more helpful UI. We all know how it works. Enough said of this. Craig > On May 11, 2023, at 2:02 PM, Richmond Mathewson via use-livecode > wrote: > > I use Betterbird, an improved

Re: Am I using the best mail client?

2023-05-11 Thread Richmond Mathewson via use-livecode
I use Betterbird, an improved split off from Thunderbird. On Thu, 11 May 2023, 20:37 Phil Davis via use-livecode, < use-livecode@lists.runrev.com> wrote: > Thunderbird for me as well, for all the reasons Jacque stated. > > Phil Davis > > > On 5/11/23 10:27 AM, J. Landman Gay via use-livecode

Re: Old license etc.

2023-05-11 Thread matthias rebbe via use-livecode
Although Heather asked you to send your query to support I would like to chime in, as I think some of your questions are more general. ;) I also have Livecode (aka On-Rev) lifetime hosting. This is just Webhosting but also with the possibility to use Livecode Server on that hosting account,

Re: Am I using the best mail client?

2023-05-11 Thread Phil Davis via use-livecode
Thunderbird for me as well, for all the reasons Jacque stated. Phil Davis On 5/11/23 10:27 AM, J. Landman Gay via use-livecode wrote: I use Thunderbird. Like Matthias, I set up a rule to move list mail into a subfolder where I can sort by date, author,, subject, or any other attribute. It

Re: Old license etc.

2023-05-11 Thread Heather Laine via use-livecode
Linda, please post your query to supp...@livecode.com and I'll be happy to help. Best Regards, Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com > On 11 May 2023, at 18:02, Linda Miller via use-livecode > wrote: > > I have been away from coding for years. I have

Re: Am I using the best mail client?

2023-05-11 Thread J. Landman Gay via use-livecode
I use Thunderbird. Like Matthias, I set up a rule to move list mail into a subfolder where I can sort by date, author,, subject, or any other attribute. It supportsl threading. There are several layouts you can use depending on how you like to organize and view mail. You can color-code emails

Old license etc.

2023-05-11 Thread Linda Miller via use-livecode
I have been away from coding for years. I have a LiveCode Hosting Lifetime License that, I think, I bought during one of LC’s campaigns for HTML5 to be built. Whatever happened with HTML5 and LC? How can I find the “terms” that were listed for my Lifetime Hosting License? I believe that the

Re: Am I using the best mail client?

2023-05-11 Thread matthias rebbe via use-livecode
I am using also the "normal" Mac Client w/o any problem with the use list. I am accessing my email account using Imap protocoll and i created an email alias for the uselist and a subfolder to which the emails automatically are copied. So no mess in my main inbox and also a nice and proper

Am I using the best mail client?

2023-05-11 Thread Craig Newman via use-livecode
Since I got real help here, and not on the forum(hmph), I am wondering if the eMail client I am using is one reason I do not prefer this venue. I am using the native Mac “Mail’ client. Are there much better ones? Craig ___ use-livecode mailing list

Re: generate an Array using value for naming the keys?

2023-05-11 Thread matthias rebbe via use-livecode
Thanks for this also. I will keep that in mind, but for now i will use the & syntax. Format() is also a function i often struggle with. ;) > Am 11.05.2023 um 16:51 schrieb Mark Waddingham via use-livecode > : > > On 2023-05-11 15:47, matthias rebbe via use-livecode wrote: >> Mark, thank you

RE: generate an Array using value for naming the keys?

2023-05-11 Thread Ralph DiMola via use-livecode
Mark, I will start doing this. I have a headache just thinking of the last time I had some complex keys and trying to read the code with the afore mentioned quotes and ampersands. Learn something new every day. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

[semi OT] mySQL question

2023-05-11 Thread jbv via use-livecode
Hi list, This is a question for mySQL experts, which I am not. I have a table of individuals. I have another table of companies. Many individuals have worked in more than 1 company with different jobs descriptions. I need to build my DB so that, with single requests, I can get a list of

Re: Different default bg color of stacks Mac/Win

2023-05-11 Thread Klaus major-k via use-livecode
Hi Mark, > Am 11.05.2023 um 16:54 schrieb Mark Waddingham via use-livecode > : > On 2023-05-11 15:51, Klaus major-k via use-livecode wrote: >> Hi Mark, >>> Am 11.05.2023 um 16:49 schrieb Mark Waddingham via use-livecode >>> : >>> On 2023-05-11 15:45, Klaus major-k via use-livecode wrote:

Re: Different default bg color of stacks Mac/Win

2023-05-11 Thread Mark Waddingham via use-livecode
On 2023-05-11 15:51, Klaus major-k via use-livecode wrote: Hi Mark, Am 11.05.2023 um 16:49 schrieb Mark Waddingham via use-livecode : On 2023-05-11 15:45, Klaus major-k via use-livecode wrote: See screenshot of a stack with two OPAQUE (and white) text fields created on Mac and opened on

Re: Different default bg color of stacks Mac/Win

2023-05-11 Thread Klaus major-k via use-livecode
Hi Mark, > Am 11.05.2023 um 16:49 schrieb Mark Waddingham via use-livecode > : > > On 2023-05-11 15:45, Klaus major-k via use-livecode wrote: >> See screenshot of a stack with two OPAQUE (and white) text fields created >> on Mac and opened on Windows. Surprise, surprise... >>

Re: generate an Array using value for naming the keys?

2023-05-11 Thread Mark Waddingham via use-livecode
On 2023-05-11 15:47, matthias rebbe via use-livecode wrote: Mark, thank you very much! i didn't know or remember that the key name of an array can be created directly using strings and variables Maybe i even did that in the past, but could not remember anymore. I really thought i have

Re: Different default bg color of stacks Mac/Win

2023-05-11 Thread Mark Waddingham via use-livecode
On 2023-05-11 15:45, Klaus major-k via use-livecode wrote: See screenshot of a stack with two OPAQUE (and white) text fields created on Mac and opened on Windows. Surprise, surprise... Is this a bug or feature? If a bug,

Re: generate an Array using value for naming the keys?

2023-05-11 Thread matthias rebbe via use-livecode
Mark, thank you very much! i didn't know or remember that the key name of an array can be created directly using strings and variables Maybe i even did that in the past, but could not remember anymore. I really thought i have solved it that time with value() :) Regards, Matthias > Am

Different default bg color of stacks Mac/Win

2023-05-11 Thread Klaus major-k via use-livecode
Hi friends, this week I have been bitten again by the fact that the default bg color of a stack is different on a Mac an Windows! If you don't set the bg color of a new stack on a Mac it will be WHITE. If you then open that stack on Windows, the bg color is a light grey. :-/ See screenshot of

Re: generate an Array using value for naming the keys?

2023-05-11 Thread Mark Waddingham via use-livecode
On 2023-05-11 14:36, matthias rebbe via use-livecode wrote: The middle part of the key names changes and there can be about 50 different "middle parts" and there are 10 main keys (after the middle part) _content, _text _html and so on. So without an idea i would have to create the code to

generate an Array using value for naming the keys?

2023-05-11 Thread matthias rebbe via use-livecode
Hi, once in a while i am struggling with value(). ;) I have the following problem. I need to create an array which keys are something like this wp_aa_old wp_cd_old wp_ek_old wp_aa_new wp_cd_new and so on. The middle part of the key names changes and there can be about 50 different "middle

Re: Cannot make a standalone after upgrading to Mac Mini and Ventura

2023-05-11 Thread Craig Newman via use-livecode
What a GREAT community this is here on the use-list. Craig > On May 10, 2023, at 4:58 PM, Ralph DiMola via use-livecode > wrote: > > I had this happen when I had more than one license. One old and a new with > "pro". I picked the one(default) without the "pro" features and had only a > couple

Re: Cannot make a standalone after upgrading to Mac Mini and Ventura

2023-05-11 Thread Craig Newman via use-livecode
Heather. THANK YOU. That worked. Not that I care much, but was it Ventura or the new machine itself that required re-licensing? Ralph. Thanks to you as well. Craig > On May 11, 2023, at 4:09 AM, Heather Laine via use-livecode > wrote: > > You probably need to switch licenses. This

Re: Cannot make a standalone after upgrading to Mac Mini and Ventura

2023-05-11 Thread Heather Laine via use-livecode
You probably need to switch licenses. This lesson may be helpful: https://lessons.livecode.com/m/4072/l/1542014-i-have-a-valid-license-but-lc-says-it-is-expiring If that doesn't solve it please