Re: Excel Lib fail (solved!)

2022-09-08 Thread Mark Wieder via use-livecode
On 9/3/22 20:36, Mark Wieder via use-livecode wrote: On 9/3/22 10:35, zryip theSlug via use-livecode wrote: Dear Mark, Due to this article, maybe? https://livecode.com/xlsx-lib-a-bonus-library-included-with-excel-library-in-the-megabundle-offer/ Yep. That's it. Thanks. ...and i can now

Re: Stylistic question.

2022-09-08 Thread Bob Sneidar via use-livecode
Yes that works. What doesn't work is selecting the card in the list, then clicking the Inspector button in the LC IDE toolbar. It's easier for me to do that because if I click another object in Navigator, the focus of the Inspector (Properties Editor) changes to the selected object. If I do the

Re: System Time Zone

2022-09-08 Thread Bob Sneidar via use-livecode
You can get the timezone of a widget, get a list of ALL time zones, convert to and from universal time. There is no way it seems to geet the current time zone of the system. Bob S > On Sep 7, 2022, at 22:59 , Niggemann, Bernd via use-livecode > wrote: > > Bob Sneidar via use-livecode Wed,

Re: System Time Zone

2022-09-08 Thread Bob Sneidar via use-livecode
Returns PDT. I will now have to get a list of all time zone abbreviations and do a lookup table. Bob S On Sep 7, 2022, at 17:14 , Mark Wieder via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: osx: put word -2 of shell("date") ___ use-

Re: Stylistic question.

2022-09-08 Thread Geoff Canyon via use-livecode
Can you be more specific? I tried selecting the card both in the live display and the specific card display, and then on the Properties "P" menu I selected Property Editor, Single Object Inspector, and Individual Object Inspectors, and it always came up showing the card. On Wed, Sep 7, 2022 at 3:0

Re: Stylistic question.

2022-09-08 Thread Geoff Canyon via use-livecode
Hmm, I'll take a look. On Wed, Sep 7, 2022 at 3:04 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > While you are at it, selecting the card, then selecting the Inspector > button in the toolbar gets the stack properties, not the card properties. I > know I can right-click