Re: Email via IMAP with HTML body from a template

2022-08-10 Thread Charles Warwick via use-livecode
Hi Sean, There is a sample stack on my website for sending an e-mail with an attachment using the MIME library here: https://downloads.techstrategies.com.au/tsnet/smtpexample.livecode Does that help at all, Regards, Charles > On 11 Aug 2022, at 2:39 pm, Tom Glod via use-livecode > wrote:

Re: Email via IMAP with HTML body from a template

2022-08-10 Thread Sean Cole via use-livecode
Hi Tom, The doc in the script is the same that comes up in the dictionary. No help when it comes to actually following a series of instructions that are needed to send an HTML email via tsNetSmtpSync. Basically, it only tells you the syntax, but with no help on even a few of the necessary

Re: Email via IMAP with HTML body from a template

2022-08-10 Thread Tom Glod via use-livecode
Sean, Try this .. edit the script of stack "com.livecode.library.mime" there seems to be some documentation there that may help. I also found this https://livecode.fandom.com/wiki/MimeEncodeAsMIMEMultipartDocument Is that your comment? :) Hope that helps a bit. On Wed, Aug 10, 2022 at

Email via IMAP with HTML body from a template

2022-08-10 Thread Sean Cole via use-livecode
Hi all, I'm struggling with this still. It's been years (since before Dec 2020) and I just can't get my head around it. I have a template created in Dreamweaver that is a simple bit of HTML body with CSS styling embedded (https://pidigital.co.uk/DeepDiveReport.html). There is also a pdf that

Re: Datagrid internal error

2022-08-10 Thread Paul Dupuis via use-livecode
On 8/10/2022 5:02 PM, Trevor DeVore via use-livecode wrote: 32,767 is the max for width as well. If there are enough columns it is possible that the DataGrid is rendering a group that exceeds this limit and hence the error. The DataGrid works around the limit when rendering rows, but not when

Re: Datagrid internal error

2022-08-10 Thread Paul Dupuis via use-livecode
I do appreciate the responses. My question was not about the number of records, but about the number of COLUMNS and whether there is any practical or known limit. When my code is setting the column names, that list comes from customer entered data. I know that each name is less than 255

Re: Datagrid internal error

2022-08-10 Thread Trevor DeVore via use-livecode
32,767 is the max for width as well. If there are enough columns it is possible that the DataGrid is rendering a group that exceeds this limit and hence the error. The DataGrid works around the limit when rendering rows, but not when rendering columns. I suppose a quick test would be to create a

Re: Windows standalone settings

2022-08-10 Thread Bob Sneidar via use-livecode
I do only because I have a special case where I grabbled a 32 bit windows PC to serve mySQL and Spiceworks, and to host my SQL Socket Agent. Bob S > On Aug 10, 2022, at 13:14 , J. Landman Gay via use-livecode > wrote: > > Does anyone still build for Windows x86 or is x86-64 sufficient now?

Re: Datagrid internal error

2022-08-10 Thread Craig Newman via use-livecode
Paul. All I saw was this: "I believe there is a property you set, after which you programmatically control the population of the datagrid. I am in a hurry so I can't look it up right now, but it is in the datagrid API in livecode lessons. Which is why I mentioned that the bulk of the thread

Re: Datagrid internal error

2022-08-10 Thread Bob Sneidar via use-livecode
Well the question came up if there was some limit on the number of records, and controlling the population of the datagrid would solve that. As far as the number of columns, I suspect there may be a limit on the number of *displayed* columns, and probably an issue with what characters are

Re: [ANN] Release 9.6.9 RC-1

2022-08-10 Thread Mark Talluto via use-livecode
> On Aug 10, 2022, at 9:11 AM, panagiotis merakos via use-livecode > wrote: > > Dear list members, > > We are pleased to announce the release of LiveCode 9.6.9 RC-1. > > LiveCode 9.6.9 RC-1 comes with more than 30 bugfixes, including support for > Android API 31, which is now a requirement

Re: Datagrid internal error

2022-08-10 Thread Paul Dupuis via use-livecode
I'm sorry, I don;t see what setting the dgData or dgText or dgNuberofRecords has to do with my original post - I get an internal Datagird script error when setting the names of the columns (see original post) On 8/10/2022 11:11 AM, Bob Sneidar via use-livecode wrote: I was referring to

Re: Windows standalone settings

2022-08-10 Thread Paul Dupuis via use-livecode
On 8/10/2022 4:14 PM, J. Landman Gay via use-livecode wrote: Does anyone still build for Windows x86 or is x86-64 sufficient now? Also, what UAC execution level do you set? Default, highest avialable, etc.? I still build for 32 bit windows as it still works and is the lowest common

Windows standalone settings

2022-08-10 Thread J. Landman Gay via use-livecode
Does anyone still build for Windows x86 or is x86-64 sufficient now? Also, what UAC execution level do you set? Default, highest avialable, etc.? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Getting the visible rect of a stack with fullscreenmode "showall"

2022-08-10 Thread Brian Milby via use-livecode
The handler you probably need to look at is in card 1002 (index) called setBackground (line 104). The effective working screenrect is going to report device pixels. To actually know the relative rect from the card’s perspective you have to translate to the card coordinates. I may not have

Re: iPhone simulators

2022-08-10 Thread Klaus major-k via use-livecode
Hi Jaques, > Am 10.08.2022 um 19:23 schrieb J. Landman Gay via use-livecode > : > > If I remember right you can have an iPhone and an iPad simulator open at the > same time and choose between them, but if you want two of the same type then > it doesn't work. yep, came to the same conclusion.

Re: iPhone simulators

2022-08-10 Thread J. Landman Gay via use-livecode
If I remember right you can have an iPhone and an iPad simulator open at the same time and choose between them, but if you want two of the same type then it doesn't work. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 10, 2022

Re: iPhone simulators

2022-08-10 Thread Klaus major-k via use-livecode
Hi Panos, > Am 10.08.2022 um 18:28 schrieb panagiotis m via use-livecode > : > > Hello Klaus, > > The suggested approach is to make sure the desired simulator device is > already up and running. And then, in the Test Target menu, choose "iPhone > Simulator 15.2" or ""iPad Simulator 15.2", and

Re: iPhone simulators

2022-08-10 Thread panagiotis m via use-livecode
Hello Klaus, The suggested approach is to make sure the desired simulator device is already up and running. And then, in the Test Target menu, choose "iPhone Simulator 15.2" or ""iPad Simulator 15.2", and click Test. PS: To change a device, click on the Simulator app menu Hardware -> Device ->

[ANN] Release 9.6.9 RC-1

2022-08-10 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.9 RC-1. LiveCode 9.6.9 RC-1 comes with more than 30 bugfixes, including support for Android API 31, which is now a requirement for submitting new apps to the Google Play Store. You can find more details on the bug fixes

Re: Getting the visible rect of a stack with fullscreenmode "showall"

2022-08-10 Thread Klaus major-k via use-livecode
Hi Bob, > Am 10.08.2022 um 18:04 schrieb Bob Sneidar via use-livecode > : > > Wait, there is a more effectiver working screenrect than the effective one?? > ;-P yes, but it is R-rated! 8-) > Bob S > >> On Aug 10, 2022, at 08:44 , Klaus major-k via use-livecode >> wrote: >> ah, yes, "the

iPhone simulators

2022-08-10 Thread Klaus major-k via use-livecode
Hi all, we can open several different iPhone and iPad simulators on the Mac via Xcode. However in the "Test Target" menu of LC we only see one generic "iPhone Simulator 15.2" resp. "iPad Simulator 15.2". Is there a way to select one of the open simulators directly? Know what I mean? Thanks in

Re: Getting the visible rect of a stack with fullscreenmode "showall"

2022-08-10 Thread Bob Sneidar via use-livecode
Wait, there is a more effectiver working screenrect than the effective one?? ;-P Bob S > On Aug 10, 2022, at 08:44 , Klaus major-k via use-livecode > wrote: > > ah, yes, "the effectiver working screenrect"! 8-) ___ use-livecode mailing list

Re: Getting the visible rect of a stack with fullscreenmode "showall"

2022-08-10 Thread Klaus major-k via use-livecode
Hi Brian, > Am 10.08.2022 um 17:35 schrieb Brian Milby via use-livecode > : > > Check out this repository: > https://github.com/bwmilby/mobileDemo > > It has logging that shows various rects when changing modes. I can look > later to try to give a more concise answer. ah, yes, "the

Re: Getting the visible rect of a stack with fullscreenmode "showall"

2022-08-10 Thread Brian Milby via use-livecode
Check out this repository: https://github.com/bwmilby/mobileDemo It has logging that shows various rects when changing modes. I can look later to try to give a more concise answer. Thanks, Brian Sent from my iPhone > On Aug 10, 2022, at 11:00 AM, Klaus major-k via use-livecode > wrote: >

Re: Datagrid internal error

2022-08-10 Thread Bob Sneidar via use-livecode
I was referring to dgNumberOfRecords • get the dgNumberOfRecords • set the dgNumberOfRecords of group "DataGrid" to 20 • Getting the dgNumberOfRecords is the same as getting the dgNumberOfLines. Setting the dgNumberOfRecords has a special significance however. If you set

Getting the visible rect of a stack with fullscreenmode "showall"

2022-08-10 Thread Klaus major-k via use-livecode
Hi all, the subject says it all... How can we get the the visible rect of a stack running on mobile with fullscreenmode "showall"? Know what I mean? Thank you for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de

Re: Datagrid internal error

2022-08-10 Thread Craig Newman via use-livecode
This seems like a fragment of a longer thread, but the “dgText” and the “dgData” are the two methods I use to extract, process and reload the content of a data grid. Craig > On Aug 9, 2022, at 11:09 AM, Bob Sneidar via use-livecode > wrote: > > I believe there is a property you set, after