Re: Can't codesign Mac app

2023-10-09 Thread Timothy Bleiler via use-livecode
I think this is the most recent lesson listing the terminal commands for using NotaryTool instead of altool. These worked when I was using the last version of Ventura and Xcode 14.3.1. I haven’t tried Sonoma.

Re: Can't codesign Mac app

2023-10-09 Thread Timothy Bleiler via use-livecode
Jacqueline, I had a similar problem recently. There were a couple of problems I had to fix. My error occurred during the notarization step after code signing. One problem was that somehow my Mac was NOT a trusted device for the Apple ID I was using for development. Verify that your Apple ID i

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
Yes Matthias, I figured you had a good reason so I went back into the account and checked every single thing very carefully. When I saw that my device was not trusted I figured THAT had to be fixed!! Then I just followed your suggestion to redo everything and that’s when I learned about how the

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
It’s just not my day. The goofy links in my last post are just supposed to be references to the appleID site. I don’t know how all the rest of that got put in there. I’ve got to be more careful with my copy and paste I guess. > On Aug 25, 2023, at 4:34 PM, Timothy Bleiler via use-livec

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
’ve certainly had my share of failures and frustrations along the way). I am following this thread closely so if you don’t mind sharing, I’d be interested in hearing what the solution is, once you’ve found it. Cheers and best of luck, Mark On 25 Aug 2023, at 3:37 pm, Timothy Bleiler via use-livecod

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Timothy Bleiler via use-livecode
m your keychain for your > certificates etc, and re-entering them to eliminate this possibility. > > Probably not the issue but you never know... > > Best Regards, > > Heather > > Heather Laine > Customer Services Manager > LiveCode Ltd > http://www.livecode.com/ > &g

OT - Mac Notarization Problem - Desperation setting in

2023-08-24 Thread Timothy Bleiler via use-livecode
Hi all, I believe the problem I’m having is either on Apple’s end or something with my local configuration but Apple has not been very helpful and I’m running out of ideas, so I’m turning to the wealth of experience on this list in desperation. I’ve been using the lessons from Matthias Rebbe a

Standard Plan Pricing Confusion

2021-09-07 Thread Timothy Bleiler via use-livecode
The pricing for the standard plan looks confusing and inconsistent when first encountered. It’s also further complicated by the "add on" options. There are 2 add ons: email support Pro Package (Device Debugging, code optimization tool, the network layer (tsNet library), iOS accessory access, pdf

Re: LiveCode Community - anyone up for maintaining the community edition?

2021-09-01 Thread Timothy Bleiler via use-livecode
That’s true Mike and I’ve looked into it for my own benefit from time to time over the years. What I was suggesting was some formal support from the company to facilitate contributions to the IDE going forward. I never attempted much in the IDE because I’m not comfortable with my understanding

Re: LiveCode Community - anyone up for maintaining the community edition?

2021-09-01 Thread Timothy Bleiler via use-livecode
I’m afraid I have to agree with Andre that if people didn’t contribute before, with Livecode Ltd. overseeing the process, they’re not going to now. A large part of the problem is that there just aren’t very many of us with the time and skills to make contributions to the engine. Like Sean, I’m

Re: "this me"?

2013-08-08 Thread Timothy Bleiler
On Aug 8, 2013, at 10:01 AM, Richard Gaskin wrote: > Having made that plea for simplicity in programming, please allow me to > complicate this now: :) > > > Taking the idea of scriptObject further, for the rarer-but-not-unthinkable > need to know all of the objects in an object's message path

Re: "this me"?

2013-08-08 Thread Timothy Bleiler
On Aug 8, 2013, at 9:44 AM, Mike Kerner wrote: > "The effective behavior" in no way implies "B" or "A" when reading it. To > me, anyway, it implies the script, not the container or the container's > name. Yes, it seems to have a more narrow application than some of the other suggestions. I can

Re: "this me"?

2013-08-08 Thread Timothy Bleiler
On Aug 8, 2013, at 9:01 AM, Timothy Bleiler wrote: > > So, to the extent that it might effect preferences for the syntax, what are > some examples of how this would be used? Too early in the morning. Just to be clear and avoid prosecution by the grammar police - to the extent that

Re: "this me"?

2013-08-08 Thread Timothy Bleiler
This is an interesting discussion. For my 2 cents worth, I'm currently in favor of 'the effective behavior of me' but I'm curious why it's needed. What circumstances require a means of determining the control that provides the behavior script? Since behaviors were introduced, I've always thought

Re: Are the conference videos still available anywhere?

2013-08-02 Thread Timothy Bleiler
Thanks Matthias, that worked! Tim On Aug 2, 2013, at 10:31 AM, Matthias Rebbe wrote: > Hi Tim, > > if you are using the URL from the "simulast info" email, then use the URL > without the index.html > > That should work. > > Regards, > > Matthias >

Are the conference videos still available anywhere?

2013-08-02 Thread Timothy Bleiler
Does anyone know if there is still a way to access the conference videos? The link I was sent does not work anymore. Tim Bleiler, Ph.D. Instructional Designer, HSIT University at Buffalo ___ use-livecode mailing list use-livecode@lists.runrev.com P

Problems with Padding and the Properties

2013-07-24 Thread Timothy Bleiler
I'm running into some problems with the padding property. I'm not familiar with it and haven't used it but it's being returned with the Properties of fields of all types and is causing me some trouble. Here are the problems: When I get the properties of a field, the padding is included but appe

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
Thanks Monte, Is this something you can fix at the engine level or is it something we should work around when using the "properties"? Tim On Jul 18, 2013, at 5:16 PM, Monte Goulding wrote: > > On 19/07/2013, at 4:00 AM, Timothy Bleiler wrote: > >> I sub

Re: Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
I submitted a bug report 11060. Tim On Jul 18, 2013, at 1:31 PM, Peter Haworth wrote: > On Thu, Jul 18, 2013 at 10:15 AM, Timothy Bleiler wrote: > >> on mouseUp >> Get the properties of fld 1 >> Put 2 into it [ "HilitedLines" ] >> Set the p

Bug in Properties command in 6.1?

2013-07-18 Thread Timothy Bleiler
This looks like a bug to me. Create a new stack add a button and a list field Set the button script to on mouseUp Get the properties of fld 1 Put 2 into it [ "HilitedLines" ] Set the properties of fld 1 to it end mouse up Works in 5.5.4. In 6.1, the hilitedLines is empty after the pr

(OT) Software Patents and computer based instruction

2013-06-04 Thread Timothy Bleiler
Since there's been some discussion of software patents, I thought some of you in education might be interested in this. Take a look at these patents from a company called Knowledge Factor. I can't believe any of these were granted. The patent process is clearly badly broken. http://www.goo

Re: Creating a reusable object - Part 2

2012-08-09 Thread Timothy Bleiler
Hi Mark, Glad you found my previous suggestions helpful. Let me offer something else for you to think about. I agree with Jacqueline that if all you need to do is handle the resizeStack message, then the best approach is to catch the message at the stack level or the backscripts level. Th

Re: Creating a reusable object

2012-08-08 Thread Timothy Bleiler
On Aug 8, 2012, at 12:34 AM, Mark Smith wrote: I make a new card. The graphic shows up (shouldn't have if I understand "shared group" correctly). So, I try and delete the object from the second card and it deletes it from the first card too. So, looks like I have a shared object that behave

Quicktime VR, Livecode and iOS

2012-07-17 Thread Timothy Bleiler
Hi, Any suggestions for how to replace the Quicktime VR functionality in iOS for our Livecode programs? The VR functionality appears to be gone in the latest versions of QT and in the mobile version. There are some Javascript tools but I don't think I want to use the browser approach in

Question about operators

2012-02-16 Thread Timothy Bleiler
Hi, If I type Put 1<=1 AND 1<=8 into the message box I get true, but if If I type Put 1<=1<=8 into the message box I get false. Am I missing something or is the second form not allowed? Thanks, Tim Bleiler ___ use-livecode mailing list use-livecode@li

Put into url Not working on Android

2011-12-06 Thread Timothy Bleiler
Hi, I'm trying to do some work on Android. Does anyone know why the following command would work fine from the desktop but not work in Android? . FYI, in this example it is a fake address. put "Test content goes here" into url “ftp://123.456.78.901/ftptest.txt” Specifically has anyone ha

Re: Controlling Graphic Effects in Scripts

2011-08-26 Thread Timothy Bleiler
Wow I'm tired! The script that doesn't work is supposed to be: on mouseUp get the Properties of me set the Dropshadow of me to EMPTY end mouseUp The other one is obviously wrong. Tim On Aug 26, 2011, at 10:31 AM, Timothy Bleiler wrote: Hi, This is pretty weird. I was havi

Re: Controlling Graphic Effects in Scripts

2011-08-26 Thread Timothy Bleiler
Hi, This is pretty weird. I was having trouble setting the dropShadow to empty. It seemed not to work sometimes. I've isolated the problem to this - Create a button with the dropShadow property set from the property inspector. Put this script into the button on mouseUp get the Prope

Re: Controlling Graphic Effects in Scripts

2011-08-25 Thread Timothy Bleiler
Thanks Scott, There's something strange here. I have now seen cases where Set DropShadow of control x to empty works! It looks like that's what's supposed to happen so I'll look closer at the bad scripts. Tim On Aug 25, 2011, at 7:16 PM, Scott Rossi wrote: Hi Tim: "set dropshadow of

Controlling Graphic Effects in Scripts

2011-08-25 Thread Timothy Bleiler
Hi, If I set one of the graphic effect properties like "DropShadow" to an appropriate array within a script how do I turn it back off within a script? Set DropShadow of control x to empty -- does not work Set DropShadow of control x to none -- does not work Thanks, Tim Bleiler _

Re: BackgroundBehavior Question OR a bug

2011-06-15 Thread Timothy Bleiler
ups that are intended to act like self contained controls rather than a shared resource on multiple cards. Tim Bleiler, Ph.D. Instructional Designer, HSIT University at Buffalo On Jun 15, 2011, at 12:30 PM, Devin Asay wrote: On Jun 15, 2011, at 9:33 AM, Timothy Bleiler wrote: Hi,

BackgroundBehavior Question OR a bug

2011-06-15 Thread Timothy Bleiler
Hi, The backgroundBehavior property of groups appears to work differently on Mac vs Windows, Livecode version 4.6.1. On Mac, backgroundBehavior can be toggled between true and false at any time. On Windows BackgroundBahavior must always be true IF the group is on more than one card. If yo