Re: Top things you are waiting for ....

2023-11-14 Thread General 2018 via use-livecode
Serial communications over Bluetooth for Android.

Currently Serial over Bluetooth limited to Windows and IOS devices at high 
tablet cost.

Most real world solutions use Android for cost effective tablet for external 
device comms.

This has been requested for at least 10 years for LC cross platform approach 
and is a weakness for such developments.


> On 13 Nov 2023, at 02:16, Tom Glod via use-livecode 
>  wrote:
> 
> Thanks everyone for your answers.
> 
> 
> 
> 
>> On Sun, Nov 12, 2023 at 7:13 PM Mike Kerner via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>> one more:
>> * attention span and discipline, or hiring a chief that has attention span
>> and discipline - with lc chasing every new revenue thing, and lurching off
>> after it, the half-finished meals that are strewn about reflects on the
>> product. "look! a squirrel!" is not a plan.
>> 
>> On Sun, Nov 12, 2023 at 7:04 PM Mike Kerner 
>> wrote:
>> 
>>> just going off the top-of-my-head. i don't feel like going into the bug
>>> list, even though there are plenty of open ones, including for the summer
>>> megabundle widgets
>>> 
>>> things i licensed that i'm still waiting for:
>>> * script compiler
>>> * web deploy
>>> things that severely degrade lc features or make them unusable:
>>> * docs for lcb
>>> * docs for property inspector and property editor
>>> * script widgets
>>> * multi-path svg support (i can't tell you how many great svg's are
>>> unusable, because you can't flatten/combine the paths and get the layers
>> to
>>> work out)
>>> * icon library fixes
>>> * project browser support groups
>>> things that are just annoying:
>>> * filtering/sorting the inclusions for standalones (there's a freaking PR
>>> for this that's been "awaiting release" for...three years?)
>>> * all the other PR's that are just sitting in limbo.
>>> * standalone inclusion selections fixed (did you know that the db library
>>> is attached to standalones, even if you specifically deselect it? did you
>>> know that every time you mouseUp on a standalone, the db library
>> intercepts
>>> the event?)
>>> 
>>> 
>>> 
>>> On Sun, Nov 12, 2023 at 3:59 PM matthias rebbe via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
 
 1. Debugger for Livecode Server.
 Man, what do i miss the On-Rev client
 
 2. Native MSSQL database support
 
 3. tsNet to support HTTP/2
 https://quality.livecode.com/show_bug.cgi?id=23355
 According to CharlesW this should be easily fixed with a 3rd party
 library which has to be included alongside curl.
 
 
 
> Am 11.11.2023 um 23:43 schrieb Tom Glod via use-livecode <
 use-livecode@lists.runrev.com>:
> 
> Hey everyone
> Just a market research thread.
> What are the top 3 or 5 things you are waiting for in Livecode's
>> feature
> set?
> This is my list.
> 
> 1. Updated Browser
> 2. Compiler (its important because speed is important to the user
> experience)
> 3. integrated layering of native controls
> 
> What are yours?
> 
> Cheers,
> 
> Tom
> ___
> 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
 
>>> 
>>> 
>>> --
>>> On the first day, God created the heavens and the Earth
>>> On the second day, God created the oceans.
>>> On the third day, God put the animals on hold for a few hours,
>>>   and did a little diving.
>>> And God said, "This is good."
>>> 
>> 
>> 
>> --
>> On the first day, God created the heavens and the Earth
>> On the second day, God created the oceans.
>> On the third day, God put the animals on hold for a few hours,
>>   and did a little diving.
>> And God said, "This is good."
>> ___
>> 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
___
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: Answer dialog text missing in standalone 9.6.9

2023-07-01 Thread General 2018 via use-livecode
Hi ,

Is this a bug ?
Win 10

LC 9.6.8 Standalone
Black Text.
Background as stack colour but needs to set to white as text cannot be seen.
Buttons black text on grey - a bit naff.

LC 9.6.9 Standalone
White Text.
Background as stack colour - okay except for white as text is white.
Buttons white text on grey - no good.

LC 9.6.8 / 9.6.9
Always black text on white/grey regardless of stack colours?

Is there a fundamental problem with ask/answer dialog on Windows ? Would expect 
this to work and why changing across versions ?


Regards
Camm

> On 30 Jun 2023, at 19:23, Mike Kerner via use-livecode 
>  wrote:
> 
> i think there are other ide stacks that switched from binary to
> script-only stacks in 9.6.9. that broke some other behaviors, too. if
> i was betting, i would bet that the SOS is not explicitly setting the
> font color, but i haven't read the script to confirm, either.
> 
>> On Fri, Jun 30, 2023 at 1:49 PM General 2018 via use-livecode
>>  wrote:
>> 
>> Hi ,
>> 
>> Made new stack and works okay.
>> 
>> Then found that I had set the background colour of ask and answer to white, 
>> this has worked for many years and showed black text. The stack background 
>> is blue. Do I assume something has changed in 9.6.9 ?
>> 
>> I removed the set background to white and the answer background is now blue 
>> as expected with white text. The answer banner is white with black text but 
>> the yes/no buttons are grey with white text which is unreadable.
>> 
>> Regards
>> Camm
>> 
>>>> On 30 Jun 2023, at 13:36, matthias rebbe via use-livecode 
>>>>  wrote:
>>> 
>>> Did you already try it with a new stack just with a button which includes 
>>> only a   mouseup script with only the answer command?
>>> 
>>>> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
>>>> :
>>>> 
>>>> Windows 10
>>>> LC 9.6.9
>>>> 
>>>> Regards
>>>> Camm
>>>> 
>>>>>> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>>>>>>  wrote:
>>>>> 
>>>>> Hello Camm,
>>>>> 
>>>>> In which platform? Seems to work as expected here (MacOS).
>>>>> 
>>>>> Cheers,
>>>>> Panos
>>>>> --
>>>>> 
>>>>>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> Just the “Yes” , “No”
>>>>>> 
>>>>>> “Some Text” missing.
>>>>>> 
>>>>>> Works fine in IDE and previous standalones.
>>>>>> 
>>>>>> Regards
>>>>>> Camm
>>>>>> 
>>>>>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>>> 
>>>>>>> Hi.
>>>>>>> 
>>>>>>> I assume you mean the standard “Answer” command. There is no “Answer
>>>>>> Text”.
>>>>>>> 
>>>>>>> So if you:
>>>>>>> 
>>>>>>> answer “Some Text" with “Yes" or “No"
>>>>>>> what exactly pops up?
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> Craig
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>>>> 
>>>>>>>> Hi,
>>>>>>>> 
>>>>>>>> Answer Text missing in standalone , the icon and buttons (with text)
>>>>>> appear but no dialog text.
>>>>>>>> All okay in IDE.
>>>>>>>> 
>>>>>>>> Checked inclusions - all seems okay.
>>>>>>>> 
>>>>>>>> Regards
>>>>>>>> Camm
>>>>>>>> ___
>>>>>>>> use-livecode mailing list
>>>>>>>> use-livecode@lists.runrev.com
>>>>>>>> Please visit this url to subscribe, unsubs

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi ,

Made new stack and works okay.

Then found that I had set the background colour of ask and answer to white, 
this has worked for many years and showed black text. The stack background is 
blue. Do I assume something has changed in 9.6.9 ?

I removed the set background to white and the answer background is now blue as 
expected with white text. The answer banner is white with black text but the 
yes/no buttons are grey with white text which is unreadable.

Regards
Camm

> On 30 Jun 2023, at 13:36, matthias rebbe via use-livecode 
>  wrote:
> 
> Did you already try it with a new stack just with a button which includes 
> only a   mouseup script with only the answer command?
> 
>> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
>> :
>> 
>> Windows 10
>> LC 9.6.9
>> 
>> Regards
>> Camm
>> 
>>>> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>>>>  wrote:
>>> 
>>> Hello Camm,
>>> 
>>> In which platform? Seems to work as expected here (MacOS).
>>> 
>>> Cheers,
>>> Panos
>>> --
>>> 
>>>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Just the “Yes” , “No”
>>>> 
>>>> “Some Text” missing.
>>>> 
>>>> Works fine in IDE and previous standalones.
>>>> 
>>>> Regards
>>>> Camm
>>>> 
>>>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>> Hi.
>>>>> 
>>>>> I assume you mean the standard “Answer” command. There is no “Answer
>>>> Text”.
>>>>> 
>>>>> So if you:
>>>>> 
>>>>> answer “Some Text" with “Yes" or “No"
>>>>> what exactly pops up?
>>>>> 
>>>>> 
>>>>> 
>>>>> Craig
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> Answer Text missing in standalone , the icon and buttons (with text)
>>>> appear but no dialog text.
>>>>>> All okay in IDE.
>>>>>> 
>>>>>> Checked inclusions - all seems okay.
>>>>>> 
>>>>>> Regards
>>>>>> Camm
>>>>>> ___
>>>>>> 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
>>>> ___
>>>> 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
>> ___
>> 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
___
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: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Yes, will give that a try and report back.

Regards
Camm

> On 30 Jun 2023, at 13:58, Craig Newman via use-livecode 
>  wrote:
> 
> Matthias makes a point. Sometimes trying with a brand new stack will show 
> that there is something amiss, even corrupted, with the stack of interest. If 
> the new stack works, it likely means that LiveCode works, and the problem 
> lies within the recalcitrant stack.
> 
> Craig
> 
>> On Jun 30, 2023, at 8:35 AM, matthias rebbe via use-livecode 
>>  wrote:
>> 
>> Did you already try it with a new stack just with a button which includes 
>> only a   mouseup script with only the answer.... command?
>> 
>>>> Am 30.06.2023 um 14:29 schrieb General 2018 via use-livecode 
>>>> :
>>> 
>>> Windows 10
>>> LC 9.6.9
>>> 
>>> Regards
>>> Camm
>>> 
>>>> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>>>>  wrote:
>>>> 
>>>> Hello Camm,
>>>> 
>>>> In which platform? Seems to work as expected here (MacOS).
>>>> 
>>>> Cheers,
>>>> Panos
>>>> --
>>>> 
>>>>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>>>>> use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>> Hi,
>>>>> 
>>>>> Just the “Yes” , “No”
>>>>> 
>>>>> “Some Text” missing.
>>>>> 
>>>>> Works fine in IDE and previous standalones.
>>>>> 
>>>>> Regards
>>>>> Camm
>>>>> 
>>>>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>> 
>>>>>> Hi.
>>>>>> 
>>>>>> I assume you mean the standard “Answer” command. There is no “Answer
>>>>> Text”.
>>>>>> 
>>>>>> So if you:
>>>>>> 
>>>>>> answer “Some Text" with “Yes" or “No"
>>>>>> what exactly pops up?
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Craig
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>>>>> use-livecode@lists.runrev.com> wrote:
>>>>>>> 
>>>>>>> Hi,
>>>>>>> 
>>>>>>> Answer Text missing in standalone , the icon and buttons (with text)
>>>>> appear but no dialog text.
>>>>>>> All okay in IDE.
>>>>>>> 
>>>>>>> Checked inclusions - all seems okay.
>>>>>>> 
>>>>>>> Regards
>>>>>>> Camm
>>>>>>> ___
>>>>>>> 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
>>>>> ___
>>>>> 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
>>> ___
>>> 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
> 
> 
> ___
> 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: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi ,

Not knowingly customised.

Regards
Steve

> On 30 Jun 2023, at 12:19, panagiotis m via use-livecode 
>  wrote:
> 
> Hello again,
> 
> Just tested on Windows and it works fine here as well.
> 
> @Camm
> Could it be the case you have customised the answer dialog stack?
> 
> Cheers,
> Panos
> --
> 
> 
>> On Fri, 30 Jun 2023 at 14:12, panagiotis m  wrote:
>> 
>> Hello Camm,
>> 
>> In which platform? Seems to work as expected here (MacOS).
>> 
>> Cheers,
>> Panos
>> --
>> 
>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Hi,
>>> 
>>> Just the “Yes” , “No”
>>> 
>>> “Some Text” missing.
>>> 
>>> Works fine in IDE and previous standalones.
>>> 
>>> Regards
>>> Camm
>>> 
>>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> Hi.
>>>> 
>>>> I assume you mean the standard “Answer” command. There is no “Answer
>>> Text”.
>>>> 
>>>> So if you:
>>>> 
>>>> answer “Some Text" with “Yes" or “No"
>>>> what exactly pops up?
>>>> 
>>>> 
>>>> 
>>>> Craig
>>>> 
>>>> 
>>>> 
>>>> 
>>>>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>> Hi,
>>>>> 
>>>>> Answer Text missing in standalone , the icon and buttons (with text)
>>> appear but no dialog text.
>>>>> All okay in IDE.
>>>>> 
>>>>> Checked inclusions - all seems okay.
>>>>> 
>>>>> Regards
>>>>> Camm
>>>>> ___
>>>>> 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
>>> ___
>>> 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
___
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: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Windows 10
LC 9.6.9

Regards
Camm

> On 30 Jun 2023, at 12:13, panagiotis m via use-livecode 
>  wrote:
> 
> Hello Camm,
> 
> In which platform? Seems to work as expected here (MacOS).
> 
> Cheers,
> Panos
> --
> 
>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>> Hi,
>> 
>> Just the “Yes” , “No”
>> 
>> “Some Text” missing.
>> 
>> Works fine in IDE and previous standalones.
>> 
>> Regards
>> Camm
>> 
>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> Hi.
>>> 
>>> I assume you mean the standard “Answer” command. There is no “Answer
>> Text”.
>>> 
>>> So if you:
>>> 
>>> answer “Some Text" with “Yes" or “No"
>>> what exactly pops up?
>>> 
>>> 
>>> 
>>> Craig
>>> 
>>> 
>>> 
>>> 
>>>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Answer Text missing in standalone , the icon and buttons (with text)
>> appear but no dialog text.
>>>> All okay in IDE.
>>>> 
>>>> Checked inclusions - all seems okay.
>>>> 
>>>> Regards
>>>> Camm
>>>> ___
>>>> 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
>> ___
>> 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
___
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: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi ,

Tried all that auto / manual inclusion etc.

You cannot deselect ask / answer it will always include.

Regards
Camm

> On 30 Jun 2023, at 13:15, Mike Kerner via use-livecode 
>  wrote:
> 
> you have to add the answer dialog to your inclusions when building
> 
>> On Fri, Jun 30, 2023 at 7:19 AM panagiotis m via use-livecode
>>  wrote:
>> 
>> Hello again,
>> 
>> Just tested on Windows and it works fine here as well.
>> 
>> @Camm
>> Could it be the case you have customised the answer dialog stack?
>> 
>> Cheers,
>> Panos
>> --
>> 
>> 
>>> On Fri, 30 Jun 2023 at 14:12, panagiotis m  wrote:
>>> 
>>> Hello Camm,
>>> 
>>> In which platform? Seems to work as expected here (MacOS).
>>> 
>>> Cheers,
>>> Panos
>>> --
>>> 
>>> On Fri, 30 Jun 2023 at 09:54, General 2018 via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
>>>> Hi,
>>>> 
>>>> Just the “Yes” , “No”
>>>> 
>>>> “Some Text” missing.
>>>> 
>>>> Works fine in IDE and previous standalones.
>>>> 
>>>> Regards
>>>> Camm
>>>> 
>>>>> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>> Hi.
>>>>> 
>>>>> I assume you mean the standard “Answer” command. There is no “Answer
>>>> Text”.
>>>>> 
>>>>> So if you:
>>>>> 
>>>>> answer “Some Text" with “Yes" or “No"
>>>>> what exactly pops up?
>>>>> 
>>>>> 
>>>>> 
>>>>> Craig
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> Answer Text missing in standalone , the icon and buttons (with text)
>>>> appear but no dialog text.
>>>>>> All okay in IDE.
>>>>>> 
>>>>>> Checked inclusions - all seems okay.
>>>>>> 
>>>>>> Regards
>>>>>> Camm
>>>>>> ___
>>>>>> 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
>>>> ___
>>>> 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
> 
> 
> 
> -- 
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>   and did a little diving.
> And God said, "This is good."
> 
> ___
> 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: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread General 2018 via use-livecode
Hi,

Just the “Yes” , “No”

“Some Text” missing.

Works fine in IDE and previous standalones.

Regards
Camm

> On 29 Jun 2023, at 23:13, Craig Newman via use-livecode 
>  wrote:
> 
> Hi.
> 
> I assume you mean the standard “Answer” command. There is no “Answer Text”.
> 
> So if you:
> 
> answer “Some Text" with “Yes" or “No"
> what exactly pops up?
> 
> 
> 
> Craig
> 
> 
> 
> 
>> On Jun 29, 2023, at 4:21 PM, General 2018 via use-livecode 
>>  wrote:
>> 
>> Hi,
>> 
>> Answer Text missing in standalone , the icon and buttons (with text) appear 
>> but no dialog text.
>> All okay in IDE.
>> 
>> Checked inclusions - all seems okay.
>> 
>> Regards
>> Camm
>> ___
>> 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
___
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


Answer dialog text missing in standalone 9.6.9

2023-06-29 Thread General 2018 via use-livecode
Hi,

Answer Text missing in standalone , the icon and buttons (with text) appear but 
no dialog text.
All okay in IDE.

Checked inclusions - all seems okay.

Regards
Camm
___
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: Substacks

2022-06-05 Thread General 2018 via use-livecode
Hi,

So using real substacks being opened by go to from mainstack and then closing 
from substack returning to mainstack all working well, thanks for the previous 
suggestions.

Just found some odd behaviour :-

The mainstack and substacks have items in PreOpenStack.

The substack has for example,

On preopenstack
Set the foregroundcolor of fld “xyz” to red
End preopenstack

This works on the first pass of go to substack from mainstack. But if the 
substack is closed and go to substack from mainstack is used again the fld 
“xyz” is not found.

To get round this I added the cd in the substack - fld “xyz” of cd “123” .

Two questions :-
1. Is this the expected behaviour ?
2. Why does it work on the first pass without using - of cd “123”

Regards
Camm

> On 29 May 2022, at 20:32, General 2018  wrote:
> 
> Hi Jacquline,
> 
> Think your question lead me to the issue.
> 
> For some reason on the stack that did not work I added the substack by 
> opening the mainstack and substack and saving the substack into the mainstack 
> somehow.
> 
> I started from new and added the substack by using the add stack file button 
> within standalone settings and it worked fine.
> 
> 
> Regards
> Camm
> 
>> On 29 May 2022, at 17:27, J. Landman Gay via use-livecode 
>>  wrote:
>> 
>> Just to clarify, are they real substacks or do you mean they are separate 
>> stacks that you include in the build? Also, double check that standalone 
>> settings isn't set up to move substacks into separate files. I think that 
>> option is in the general pane but I'm not at my computer to check.
>> --
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software | http://www.hyperactivesw.com
>>>> On May 29, 2022 6:05:08 AM General 2018 via use-livecode 
>>>>  wrote:
>>> 
>>> Still no luck, no closestack handler in “main stack” , tried the other 
>>> suggestions with hide/show etc. But still “mainstack” quits on closing the 
>>> “substack xyz”
>>> 
>>> Will keep looking……..
>>> 
>>> Regards
>>> 
>>>>> On 29 May 2022, at 00:12, Mark Wieder via use-livecode 
>>>>>  wrote:
>>>> 
>>>> On 5/28/22 07:15, General 2018 via use-livecode wrote:
>>>>> Hi ,
>>>>> New to substacks - I have a “mainstack” used as a menu page for 2x 
>>>>> “substacks”
>>>>> When “substacks” opened from “mainstack” they open fine using — go to 
>>>>> stack “xyz”
>>>>> The problem is closing of the “substacks” using - close stack, go to 
>>>>> “mainstack” or close this stack it always closes (quit) everything. Need 
>>>>> “mainstack” to reappear/remain ?
>>>>> Looked at docs and other posts. But stuck no doubt I have missed 
>>>>> something.
>>>> 
>>>> Do you have a closeStack handler in the script of the mainstack?
>>>> 
>>>> 
>>>> --
>>>> Mark Wieder
>>>> ahsoftw...@gmail.com
>>>> 
>>>> ___
>>>> 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
>> 
>> 
>> 
>> 
>> ___
>> 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: Substacks

2022-05-29 Thread General 2018 via use-livecode
Hi Jacquline,

Think your question lead me to the issue.

For some reason on the stack that did not work I added the substack by opening 
the mainstack and substack and saving the substack into the mainstack somehow.

I started from new and added the substack by using the add stack file button 
within standalone settings and it worked fine.


Regards
Camm

> On 29 May 2022, at 17:27, J. Landman Gay via use-livecode 
>  wrote:
> 
> Just to clarify, are they real substacks or do you mean they are separate 
> stacks that you include in the build? Also, double check that standalone 
> settings isn't set up to move substacks into separate files. I think that 
> option is in the general pane but I'm not at my computer to check.
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>> On May 29, 2022 6:05:08 AM General 2018 via use-livecode 
>>  wrote:
>> 
>> Still no luck, no closestack handler in “main stack” , tried the other 
>> suggestions with hide/show etc. But still “mainstack” quits on closing the 
>> “substack xyz”
>> 
>> Will keep looking……..
>> 
>> Regards
>> 
>>>> On 29 May 2022, at 00:12, Mark Wieder via use-livecode 
>>>>  wrote:
>>> 
>>> On 5/28/22 07:15, General 2018 via use-livecode wrote:
>>>> Hi ,
>>>> New to substacks - I have a “mainstack” used as a menu page for 2x 
>>>> “substacks”
>>>> When “substacks” opened from “mainstack” they open fine using — go to 
>>>> stack “xyz”
>>>> The problem is closing of the “substacks” using - close stack, go to 
>>>> “mainstack” or close this stack it always closes (quit) everything. Need 
>>>> “mainstack” to reappear/remain ?
>>>> Looked at docs and other posts. But stuck no doubt I have missed something.
>>> 
>>> Do you have a closeStack handler in the script of the mainstack?
>>> 
>>> 
>>> --
>>> Mark Wieder
>>> ahsoftw...@gmail.com
>>> 
>>> ___
>>> 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
> 
> 
> 
> 
> ___
> 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: Substacks

2022-05-29 Thread General 2018 via use-livecode
Still no luck, no closestack handler in “main stack” , tried the other 
suggestions with hide/show etc. But still “mainstack” quits on closing the 
“substack xyz”

Will keep looking……..

Regards

> On 29 May 2022, at 00:12, Mark Wieder via use-livecode 
>  wrote:
> 
> On 5/28/22 07:15, General 2018 via use-livecode wrote:
>> Hi ,
>> New to substacks - I have a “mainstack” used as a menu page for 2x 
>> “substacks”
>> When “substacks” opened from “mainstack” they open fine using — go to stack 
>> “xyz”
>> The problem is closing of the “substacks” using - close stack, go to 
>> “mainstack” or close this stack it always closes (quit) everything. Need 
>> “mainstack” to reappear/remain ?
>> Looked at docs and other posts. But stuck no doubt I have missed something.
> 
> Do you have a closeStack handler in the script of the mainstack?
> 
> 
> -- 
> Mark Wieder
> ahsoftw...@gmail.com
> 
> ___
> 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: Substacks

2022-05-28 Thread General 2018 via use-livecode
Thanks for the tip but still no good.

So button in “xyz” substack with close stack “xyz” still closes all ?

Regards Camm

> On 28 May 2022, at 17:29, Thomas von Fintel via use-livecode 
>  wrote:
> 
> Hi,
> 
> did you try  close stack "xyz" ? Thias works for me, in the IDE at least, 
> both if called from the mainstack and from the substack. Only the substack is 
> closed.
> 
> Livecode 9.6.7 and Windows 10
> 
> 
> Hope this helps
> 
> Thomas
> 
> 
>> Am 28.05.2022 um 16:15 schrieb General 2018 via use-livecode:
>> Hi ,
>> 
>> New to substacks - I have a “mainstack” used as a menu page for 2x 
>> “substacks”
>> 
>> When “substacks” opened from “mainstack” they open fine using — go to stack 
>> “xyz”
>> 
>> The problem is closing of the “substacks” using - close stack, go to 
>> “mainstack” or close this stack it always closes (quit) everything. Need 
>> “mainstack” to reappear/remain ?
>> 
>> Looked at docs and other posts. But stuck no doubt I have missed something.
>> 
>> Livecode 9.6.6 and Win 10
>> 
>> Regards
>> Cam
>> ___
>> 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
___
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


Substacks

2022-05-28 Thread General 2018 via use-livecode
Hi ,

New to substacks - I have a “mainstack” used as a menu page for 2x “substacks”

When “substacks” opened from “mainstack” they open fine using — go to stack 
“xyz”

The problem is closing of the “substacks” using - close stack, go to 
“mainstack” or close this stack it always closes (quit) everything. Need 
“mainstack” to reappear/remain ?

Looked at docs and other posts. But stuck no doubt I have missed something.

Livecode 9.6.6 and Win 10

Regards
Cam
___
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: Notarize Helper Stack in LC lesson updated

2022-03-29 Thread General 2018 via use-livecode
Hi Matthias,

Thanks for the reply.

Did not zip - I have now sent them zipped.

Built on = Mojave 10.14
Beta Tester = Monterey 12

Regards Camm

> On 29 Mar 2022, at 10:05, matthias rebbe via use-livecode 
>  wrote:
> 
> Matthias

___
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: Notarize Helper Stack in LC lesson updated

2022-03-28 Thread General 2018 via use-livecode
Used MrSign and made successful notarised .pkg

Works fine on my machine but when I emailed a beta tester the .pkg it showed 
delevoper unidentifiable message and com.apple.installer.pagecontroller error -1

Any idea ?

Regards
Camm

> On 8 Feb 2022, at 23:48, matthias rebbe via use-livecode 
>  wrote:
> 
> Camm,
> 
> if i am not completely  wrong then this is a problem that can occur when you 
> try the pkg installer on the same machine on which you've created it.
> If the installer finds the same .app already somewhere on the hard disk it 
> updates that app and does not install it into Applications folder.
> 
> So the best thing is to test the installer on an other machine. Or you could 
> try the following:
> After successful notarizing delete the app bundle of your standalone (you 
> could make a zip file as backup first) and empty your trash. Make sure that 
> there is no other copy of your .app even older ones. If there are others then 
> delete them also and empty the trash.
> 
> Now try to run the .pkg installer. The app should now be installed in 
> Applications folder.
> 
> Matthias
> 
> 
>> Am 08.02.2022 um 22:23 schrieb General 2018 via use-livecode 
>> :
>> 
>> Hi ,
>> 
>> Just a question on the .pkg install location.
>> 
>> When I execute the .pkg made by mrSign the installer completes okay but I 
>> cannot find app ? not in /Applications or anywhere.
>> 
>> If I use 3rd party “Packages” to make a .pkg it’s installs app to 
>> /Applications.
>> 
>> Any clue ? 
>> 
>> Regards Camm
>> 
>>>> On 3 Feb 2022, at 22:17, matthias rebbe via use-livecode 
>>>> mailto:use-livecode@lists.runrev.com>> 
>>>> wrote:
>>> 
>>> Hi Camm,
>>> 
>>> great to hear that you were able to successfully notarize.
>>> 
>>> Regards,
>>> Matthias
>>> 
>>> 
>>>> Am 03.02.2022 um 21:54 schrieb General 2018 via use-livecode 
>>>> :
>>>> 
>>>> Update >>>> Success.
>>>> 
>>>> Tried everything, then read a post that pointed to :-
>>>> Apple Worldwide Developer Relations Certification Authority Cert
>>>> Developer ID Certification Authority Cert
>>>> 
>>>> In Keychain my existing expired 2027, I downloaded and installed the 
>>>> latest expiring 2030/2031 - re run mrSign and notarization success.
>>>> 
>>>> Status = Success 0 
>>>> Status Code = Pac 
>>>> Status Message = Age Approved
>>>> 
>>>> Regards
>>>> Camm
>>>> 
>>>>>> On 29 Jan 2022, at 22:41, matthias rebbe via use-livecode 
>>>>>>  wrote:
>>>>> 
>>>>> Hm, interesting. Seems to be a problem with a wrong or missing 
>>>>> timestamp. So maybe adding --timestamp parameter will fix this.
>>>>> 
>>>>> Could you please change the following lines in the stack script of the 
>>>>> NotarizeHelper stack and try again after that?
>>>>> 
>>>>> 
>>>>> line 904
>>>>> put "codesign --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime  --entitlements 
>>>>> ##entitlementsplist## ##myapp##" into tShell
>>>>> with this line
>>>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime  --entitlements 
>>>>> ##entitlementsplist## ##myapp##" into tShell
>>>>> 
>>>>> 
>>>>> 
>>>>> line 908
>>>>> put "codesign --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myapp##" into tShell
>>>>> with
>>>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myapp##" into tShell
>>>>> 
>>>>> line 953
>>>>> put "codesign --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myDMG##" into tShell
>>>>> with
>>>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myDMG##" into tShell
>>>>> 
>>>>> 
>>>>>> Am 29.01.2022 um 22:17 

Re: Into the future

2022-02-28 Thread General 2018 via use-livecode
I think some misunderstandings ….

You can build LC standalone with no certifications on MacOS desktop.

The issue comes when you wish to codesign and notarise for distribution 
downloads from web etc. To do any codesigning and notarization with apple you 
need the certificates and be a member of the development program.

The standalone will run fine but without apple codesign and notarization but 
the latest MacOS gatekeeper will give warnings etc on MacOS desktop.

For IOS the certified route is a must.

Regards
Camm

> On 28 Feb 2022, at 21:25, Craig Newman via use-livecode 
>  wrote:
> 
> All.
> 
> I am not sure I am following this thread correctly. Is the issue that some 
> sort of certificate is now required for creating a standalone for desktop? 
> 
> Craig
> 
>> On Feb 28, 2022, at 4:12 PM, William Prothero via use-livecode 
>>  wrote:
>> 
>> Dealing with Apple certificates is the most onerous part of building a 
>> standalone. I really wish the livecode team could help address this issue 
>> and help us out.
>> 
>> best,
>> Bill
>> 
>> William A Prothero
>> 
 On Feb 28, 2022, at 12:56 PM, Tom Glod via use-livecode 
  wrote:
>>> 
>>> I use a mac in the cloud . but i have yet to do any signing  I
>>> gotta get myself to do it this week. thanks for the reminder...i've been
>>> putting it off like its math homework only worse. :D
>>> 
>>> https://www.macincloud.com/
>>> 
 On Mon, Feb 28, 2022 at 3:38 PM matthias rebbe via use-livecode <
 use-livecode@lists.runrev.com> wrote:
 
 Bob,
 
 with which version of LC did you see this?
 
 I had a look at the most current dp version of 10. If LC would require a
 certificate then there should be somewhere in the standalone settings a
 area where one could select an appropriate certificate.  But that is not
 the case.
 
 What LC does for some time now when creating a macOS standalone is doing
 an ad-hoc code signing. Please do not ask me what that is, ;)
 but  this kind of code signing seems not to require a certificate.
 The ad-hoc code signing is done in the stack
 revsaveasstandalone.livecodescript.  Search for 'private command
 performAdHocCodesign'
 
 So there might some other problem and LC does come up with a misleading
 error message.
 
 Matthias
 
 
 
 
 
> Am 28.02.2022 um 19:52 schrieb Bob Sneidar via use-livecode <
 use-livecode@lists.runrev.com>:
> 
> Hi Klaus.
> 
> Actually the new LC versions do not create the standalone without those
 certificates. That is the error dialog I get. If there is a way to disable
 that feature that would be great!
> 
> Bob S
> 
> 
>> On Feb 28, 2022, at 10:18 , Klaus major-k via use-livecode <
 use-livecode@lists.runrev.com> wrote:
>> 
>> Hi Bob,
>> 
>>> Am 28.02.2022 um 18:18 schrieb Bob Sneidar via use-livecode <
 use-livecode@lists.runrev.com>:
>>> 
>>> Okay, so I am at the point that I cannot build apps without
 codesigning and notarizing. Livecode will throw an error now if I try and
 don't have these certificates installed. Great.
>>> 
>>> So I have been going through the tutorial, and I see I have to be an
 Apple Developer, which means I have to shell out yet another $100 per year.
 Fine, I did that, even though my app is for internal consumption only.
>>> 
>>> Now It appears that for me to get the certificates needed to create a
 Mac standalone, I need xCode! Okay, I go to download xCode, and it will not
 install because my MacOS is too old! 10.15.1 is apparently ancient! So I am
 at the point now where I am asking myself, is this really worth it? After
 all the back and forth on the list where people's certificates expire, or
 the version of xCode they are forced to use isn't compatible with one thing
 or another, is building Mac standalones really worth it?
>>> 
>>> So my question is, do I really have to go through all this just to
 create a Mac standalone from livecode? Or do these other utilities,
 mrSignNotarizeHelperV3 for example, eliminate the need for all of that?
>>> 
>>> Bob S
>> 
>> you can still create a standalone with LC without any certificate etc.!
>> 
>>> ...even though my app is for internal consumption only.
>> 
>> 
>> But your user(s) need to check -> Allow downloads from: Appstore and
 trusted developers
>> In the macOS system settings -> Security
>> 
>> And after the they need to right-click your app and select "Open..."
 from the context menu
>> and confirm once or twice that they really want to open that app.
>> 
>> After that they can doubleclick the app furthermore like the used to.
>> 
>> 
>> Best
>> 
>> Klaus
>> 
>> --
>> Klaus Major
>> https://www.major-k.de
>> https://www.major-k.de/bass

Re: Into the future

2022-02-28 Thread General 2018 via use-livecode
Just had the same pain.

mrSignNotarizeHelperV3 was great and sorted all the MacOS command line stuff 
with ease ( I think LC should have this facility built into the standalone 
builder)

The Apple side of things unfortunately are what they are.

Regards
Camm

> On 28 Feb 2022, at 18:20, Bob Sneidar via use-livecode 
>  wrote:
> 
> I understand that perfectly. I am not blaming the LC people, but the net 
> effect is what it is. I *would* like to see the option for NOT codesigning 
> apps, so that the choice can be left up to us, but I suspect that with OS 11, 
> the option to run non-codesigned apps has already been deprecated. 
> 
> Bob S
> 
> 
>> On Feb 28, 2022, at 09:51 , Paul Dupuis via use-livecode 
>>  wrote:
>> 
>> It isn't really a LiveCode ting. This is Apple placing these requirements on 
>> their developers no matter what language you write code in for the macOS.
>> 
>>> On 2/28/2022 12:43 PM, Bob Sneidar via use-livecode wrote:
>>> I guess the question now becomes, what is the last Livecode app that can 
>>> create standalones without requiring these certificates? I may need to 
>>> plant my flag there and go no further.
>>> 
>>> Bob S
>>> 
>>> 
 On Feb 28, 2022, at 09:36 , Bob Sneidar via use-livecode 
  wrote:
 
 It occurs to me that this may drive a lot of hobbyist Livecoders away, and 
 discourage others from coming onboard. There ought to be some kind of 
 disclaimer on the website, since it is a paid product only now. I'd be a 
 bit miffed if I bought an application for developing new apps and didn't 
 know that there would be more cash outlay required before it would work.
 
 Bob S
 
 
> On Feb 28, 2022, at 09:25 , Paul Dupuis via use-livecode 
>  wrote:
> 
> No, you really have to go through all of that. The few helper stacks out 
> there are just front ends (using the shell command to call command line 
> utilities from xcode) that make it easier once you have everything set up.
> 
> Yes, it sucks.
> 
> 
> On 2/28/2022 12:18 PM, Bob Sneidar via use-livecode wrote:
>> Okay, so I am at the point that I cannot build apps without codesigning 
>> and notarizing. Livecode will throw an error now if I try and don't have 
>> these certificates installed. Great.
>> 
>> So I have been going through the tutorial, and I see I have to be an 
>> Apple Developer, which means I have to shell out yet another $100 per 
>> year. Fine, I did that, even though my app is for internal consumption 
>> only.
>> 
>> Now It appears that for me to get the certificates needed to create a 
>> Mac standalone, I need xCode! Okay, I go to download xCode, and it will 
>> not install because my MacOS is too old! 10.15.1 is apparently ancient! 
>> So I am at the point now where I am asking myself, is this really worth 
>> it? After all the back and forth on the list where people's certificates 
>> expire, or the version of xCode they are forced to use isn't compatible 
>> with one thing or another, is building Mac standalones really worth it?
>> 
>> So my question is, do I really have to go through all this just to 
>> create a Mac standalone from livecode? Or do these other utilities, 
>> mrSignNotarizeHelperV3 for example, eliminate the need for all of that?
>> 
>> Bob S
>> 
>> 
>> ___
>> 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
 
 ___
 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
>> 
>> 
>> ___
>> 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, 

Re: Notarize Helper Stack in LC lesson updated

2022-02-10 Thread General 2018 via use-livecode
Hi ,

Yes, that was the issue - I was thinking the bundle ID could be the same for 
the product series and the version name and version number dictated the 
difference.

Once again thanks for the help on this.

Regards Camm

> On 10 Feb 2022, at 10:53, matthias rebbe via use-livecode 
>  wrote:
> 

___
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: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
One more slight issue …

I have 2 apps with standalone CFBundleNames :-

Myapp 1.0.0 Free

Myapp 2.0.0

Though they have different CFBundleNames they will not install on the same 
machine.
Delete either and one installs fine to Applications.

Any CF settings conflict or still issue with above names ?

Regards Camm

> On 9 Feb 2022, at 21:56, General 2018 via use-livecode 
>  wrote:
> 
___
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: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
Thanks for the tips.

Removed existing standalone’s etc and the .pkg installed nicely to the 
Applications folder.

Regards Camm

> On 9 Feb 2022, at 00:31, Matthias Rebbe via use-livecode 
>  wrote:
> 
> What i forgot.
> 
> You could open console.app and open the install log. There you could see 
> where the app was installed or better said which app was updated/overwritten.
> You should find an entry like this
> 
>PackageKit: Applications/MyTest.app relocated to ... 
> 
> 
> Just search for 'relocated' and you should see what happened.
> 
> And please be aware. The app that is updated/overwritten is not determined by 
> the its file name, but by the bundle name (CFBundelName) you've entered in 
> the standalone settings.
> 
> Let's say we have MyNewSampleApp.app and its CFBundleName is for example 
> 'MySampleApp' and we've created an pkg installer from it. And we have another 
> app on the hard disk named 'MyOldSampleApp' which also has the CFBundleName 
> 'MySampleApp'.
> If you then run the pkg installer then chances are high that the file 
> 'MyOldSampleApp' is overwritten instead of  a new file 'MyNewSampleApp.app' 
> is written into Applications folder.
> 
> There are ways to avoid this and tell the package installer to not relocate, 
> but therefore the pkg building command in mrNotarizeHelper stack had to be 
> adjusted. Unfortunately i have currently not enough time to dive into that.
> 
> 
> Regards,
> Matthias
> 
> 
> Von meinem iPhone gesendet
> 
>> Am 09.02.2022 um 00:48 schrieb matthias rebbe via use-livecode 
>> :
>> 
>> Camm,
>> 
>> if i am not completely  wrong then this is a problem that can occur when you 
>> try the pkg installer on the same machine on which you've created it.
>> If the installer finds the same .app already somewhere on the hard disk it 
>> updates that app and does not install it into Applications folder.
>> 
>> So the best thing is to test the installer on an other machine. Or you could 
>> try the following:
>> After successful notarizing delete the app bundle of your standalone (you 
>> could make a zip file as backup first) and empty your trash. Make sure that 
>> there is no other copy of your .app even older ones. If there are others 
>> then delete them also and empty the trash.
>> 
>> Now try to run the .pkg installer. The app should now be installed in 
>> Applications folder.
> ___
> 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: tmAlign is now available on gitHub

2022-02-09 Thread General 2018 via use-livecode
tmGauge was also great.

Regards Camm

> On 9 Feb 2022, at 15:20, Mike Kerner via use-livecode 
>  wrote:
> 

___
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: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
Thanks - will have a look.

Regards Camm

> On 8 Feb 2022, at 22:29, Peter Bogdanoff via use-livecode 
>  wrote:
> 
> Hi Camm, 
> 
> I use mrSign all the time. The completed file is the same file you started 
> out with. The signing process makes modifications to the package and after 
> that, you can continue with making your installer with it, if that is your 
> final intention.
> 
> A warning, don’t test using that copy of the package, it will make a change 
> to the package making it invalid for future use.
> 
> Peter Bogdanoff
> 
>> On Feb 8, 2022, at 4:23 PM, General 2018 via use-livecode 
>>  wrote:
>> 
>> Hi ,
>> 
>> Just a question on the .pkg install location.
>> 
>> When I execute the .pkg made by mrSign the installer completes okay but I 
>> cannot find app ? not in /Applications or anywhere.
>> 
>> If I use 3rd party “Packages” to make a .pkg it’s installs app to 
>> /Applications.
>> 
>> Any clue ? 
>> 
>> Regards Camm
>> 
>>>> On 3 Feb 2022, at 22:17, matthias rebbe via use-livecode 
>>>>  wrote:
>>> 
>>> Hi Camm,
>>> 
>>> great to hear that you were able to successfully notarize.
>>> 
>>> Regards,
>>> Matthias
>>> 
>>> 
>>>> Am 03.02.2022 um 21:54 schrieb General 2018 via use-livecode 
>>>> :
>>>> 
>>>> Update >>>> Success.
>>>> 
>>>> Tried everything, then read a post that pointed to :-
>>>> Apple Worldwide Developer Relations Certification Authority Cert
>>>> Developer ID Certification Authority Cert
>>>> 
>>>> In Keychain my existing expired 2027, I downloaded and installed the 
>>>> latest expiring 2030/2031 - re run mrSign and notarization success.
>>>> 
>>>> Status = Success 0 
>>>> Status Code = Pac 
>>>> Status Message = Age Approved
>>>> 
>>>> Regards
>>>> Camm
>>>> 
>>>>>> On 29 Jan 2022, at 22:41, matthias rebbe via use-livecode 
>>>>>>  wrote:
>>>>> 
>>>>> Hm, interesting. Seems to be a problem with a wrong or missing 
>>>>> timestamp. So maybe adding --timestamp parameter will fix this.
>>>>> 
>>>>> Could you please change the following lines in the stack script of the 
>>>>> NotarizeHelper stack and try again after that?
>>>>> 
>>>>> 
>>>>> line 904
>>>>> put "codesign --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime  --entitlements 
>>>>> ##entitlementsplist## ##myapp##" into tShell
>>>>> with this line
>>>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime  --entitlements 
>>>>> ##entitlementsplist## ##myapp##" into tShell
>>>>> 
>>>>> 
>>>>> 
>>>>> line 908
>>>>> put "codesign --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myapp##" into tShell
>>>>> with
>>>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myapp##" into tShell
>>>>> 
>>>>> line 953
>>>>> put "codesign --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myDMG##" into tShell
>>>>> with
>>>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>>>> ##developerIDApplication## --options runtime ##myDMG##" into tShell
>>>>> 
>>>>> 
>>>>>> Am 29.01.2022 um 22:17 schrieb General 2018 via use-livecode 
>>>>>> :
>>>>>> 
>>>>>> Tried all these, result the same.
>>>>>> 
>>>>>> In show “Notarization requests” for each :-
>>>>>> 
>>>>>> Status = invalid 2
>>>>>> Status Code = Pac
>>>>>> Status Message = age invalid
>>>>>> 
>>>>>> Regards Camm
>>>>>> 
>>>>>>>> On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode 
>>>>>>>>  wrote:
>>>>>>> 
>>

Re: Notarize Helper Stack in LC lesson updated

2022-02-09 Thread General 2018 via use-livecode
Thanks - will try these and report back.

Regards Camm

> On 9 Feb 2022, at 00:31, Matthias Rebbe via use-livecode 
>  wrote:
> 
> What i forgot.
> 
> You could open console.app and open the install log. There you could see 
> where the app was installed or better said which app was updated/overwritten.
> You should find an entry like this
> 
>PackageKit: Applications/MyTest.app relocated to ... 
> 
> 
> Just search for 'relocated' and you should see what happened.
> 
> And please be aware. The app that is updated/overwritten is not determined by 
> the its file name, but by the bundle name (CFBundelName) you've entered in 
> the standalone settings.
> 
> Let's say we have MyNewSampleApp.app and its CFBundleName is for example 
> 'MySampleApp' and we've created an pkg installer from it. And we have another 
> app on the hard disk named 'MyOldSampleApp' which also has the CFBundleName 
> 'MySampleApp'.
> If you then run the pkg installer then chances are high that the file 
> 'MyOldSampleApp' is overwritten instead of  a new file 'MyNewSampleApp.app' 
> is written into Applications folder.
> 
> There are ways to avoid this and tell the package installer to not relocate, 
> but therefore the pkg building command in mrNotarizeHelper stack had to be 
> adjusted. Unfortunately i have currently not enough time to dive into that.
> 
> 
> Regards,
> Matthias
> 
> 
> Von meinem iPhone gesendet
> 
>> Am 09.02.2022 um 00:48 schrieb matthias rebbe via use-livecode 
>> :
>> 
>> Camm,
>> 
>> if i am not completely  wrong then this is a problem that can occur when you 
>> try the pkg installer on the same machine on which you've created it.
>> If the installer finds the same .app already somewhere on the hard disk it 
>> updates that app and does not install it into Applications folder.
>> 
>> So the best thing is to test the installer on an other machine. Or you could 
>> try the following:
>> After successful notarizing delete the app bundle of your standalone (you 
>> could make a zip file as backup first) and empty your trash. Make sure that 
>> there is no other copy of your .app even older ones. If there are others 
>> then delete them also and empty the trash.
>> 
>> Now try to run the .pkg installer. The app should now be installed in 
>> Applications folder.
> ___
> 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: Notarize Helper Stack in LC lesson updated

2022-02-08 Thread General 2018 via use-livecode
Hi ,

Just a question on the .pkg install location.

When I execute the .pkg made by mrSign the installer completes okay but I 
cannot find app ? not in /Applications or anywhere.

If I use 3rd party “Packages” to make a .pkg it’s installs app to /Applications.

Any clue ? 

Regards Camm

> On 3 Feb 2022, at 22:17, matthias rebbe via use-livecode 
>  wrote:
> 
> Hi Camm,
> 
> great to hear that you were able to successfully notarize.
> 
> Regards,
> Matthias
> 
> 
>> Am 03.02.2022 um 21:54 schrieb General 2018 via use-livecode 
>> :
>> 
>> Update >>>> Success.
>> 
>> Tried everything, then read a post that pointed to :-
>> Apple Worldwide Developer Relations Certification Authority Cert
>> Developer ID Certification Authority Cert
>> 
>> In Keychain my existing expired 2027, I downloaded and installed the latest 
>> expiring 2030/2031 - re run mrSign and notarization success.
>> 
>> Status = Success 0 
>> Status Code = Pac 
>> Status Message = Age Approved
>> 
>> Regards
>> Camm
>> 
>>>> On 29 Jan 2022, at 22:41, matthias rebbe via use-livecode 
>>>>  wrote:
>>> 
>>> Hm, interesting. Seems to be a problem with a wrong or missing timestamp. 
>>> So maybe adding --timestamp parameter will fix this.
>>> 
>>> Could you please change the following lines in the stack script of the 
>>> NotarizeHelper stack and try again after that?
>>> 
>>> 
>>> line 904
>>> put "codesign --deep --force --verify --verbose --sign 
>>> ##developerIDApplication## --options runtime  --entitlements 
>>> ##entitlementsplist## ##myapp##" into tShell
>>> with this line
>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>> ##developerIDApplication## --options runtime  --entitlements 
>>> ##entitlementsplist## ##myapp##" into tShell
>>> 
>>> 
>>> 
>>> line 908
>>> put "codesign --deep --force --verify --verbose --sign 
>>> ##developerIDApplication## --options runtime ##myapp##" into tShell
>>> with
>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>> ##developerIDApplication## --options runtime ##myapp##" into tShell
>>> 
>>> line 953
>>> put "codesign --deep --force --verify --verbose --sign 
>>> ##developerIDApplication## --options runtime ##myDMG##" into tShell
>>> with
>>> put "codesign --timestamp --deep --force --verify --verbose --sign 
>>> ##developerIDApplication## --options runtime ##myDMG##" into tShell
>>> 
>>> 
>>>> Am 29.01.2022 um 22:17 schrieb General 2018 via use-livecode 
>>>> :
>>>> 
>>>> Tried all these, result the same.
>>>> 
>>>> In show “Notarization requests” for each :-
>>>> 
>>>> Status = invalid 2
>>>> Status Code = Pac
>>>> Status Message = age invalid
>>>> 
>>>> Regards Camm
>>>> 
>>>>>> On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode 
>>>>>>  wrote:
>>>>> 
>>>> ___
>>>> 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
>> ___
>> 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
___
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: Notarize Helper Stack in LC lesson updated

2022-02-03 Thread General 2018 via use-livecode
Update >>>> Success.

Tried everything, then read a post that pointed to :-
Apple Worldwide Developer Relations Certification Authority Cert
Developer ID Certification Authority Cert

In Keychain my existing expired 2027, I downloaded and installed the latest 
expiring 2030/2031 - re run mrSign and notarization success.

Status = Success 0 
Status Code = Pac 
Status Message = Age Approved

Regards
Camm

> On 29 Jan 2022, at 22:41, matthias rebbe via use-livecode 
>  wrote:
> 
> Hm, interesting. Seems to be a problem with a wrong or missing timestamp. So 
> maybe adding --timestamp parameter will fix this.
> 
> Could you please change the following lines in the stack script of the 
> NotarizeHelper stack and try again after that?
> 
> 
> line 904
> put "codesign --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime  --entitlements 
> ##entitlementsplist## ##myapp##" into tShell
> with this line
> put "codesign --timestamp --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime  --entitlements 
> ##entitlementsplist## ##myapp##" into tShell
> 
> 
> 
> line 908
> put "codesign --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myapp##" into tShell
> with
> put "codesign --timestamp --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myapp##" into tShell
> 
> line 953
> put "codesign --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myDMG##" into tShell
> with
> put "codesign --timestamp --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myDMG##" into tShell
> 
> 
>> Am 29.01.2022 um 22:17 schrieb General 2018 via use-livecode 
>> :
>> 
>> Tried all these, result the same.
>> 
>> In show “Notarization requests” for each :-
>> 
>> Status = invalid 2
>> Status Code = Pac
>> Status Message = age invalid
>> 
>> Regards Camm
>> 
>>>> On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode 
>>>>  wrote:
>>> 
>> ___
>> 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
___
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: Notarize Helper Stack in LC lesson updated

2022-01-30 Thread General 2018 via use-livecode
Tried those with each of the previous suggests still the same error.

Maybe I have missed something in the setup ? Will check everything again.

Regards Camm

> On 29 Jan 2022, at 22:41, matthias rebbe via use-livecode 
>  wrote:
> 
> Hm, interesting. Seems to be a problem with a wrong or missing timestamp. So 
> maybe adding --timestamp parameter will fix this.
> 
> Could you please change the following lines in the stack script of the 
> NotarizeHelper stack and try again after that?
> 
> 
> line 904
> put "codesign --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime  --entitlements 
> ##entitlementsplist## ##myapp##" into tShell
> with this line
> put "codesign --timestamp --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime  --entitlements 
> ##entitlementsplist## ##myapp##" into tShell
> 
> 
> 
> line 908
> put "codesign --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myapp##" into tShell
> with
> put "codesign --timestamp --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myapp##" into tShell
> 
> line 953
> put "codesign --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myDMG##" into tShell
> with
> put "codesign --timestamp --deep --force --verify --verbose --sign 
> ##developerIDApplication## --options runtime ##myDMG##" into tShell
> 
> 
>> Am 29.01.2022 um 22:17 schrieb General 2018 via use-livecode 
>> :
>> 
>> Tried all these, result the same.
>> 
>> In show “Notarization requests” for each :-
>> 
>> Status = invalid 2
>> Status Code = Pac
>> Status Message = age invalid
>> 
>> Regards Camm
>> 
>>>> On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode 
>>>>  wrote:
>>> 
>> ___
>> 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
___
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: Notarize Helper Stack in LC lesson updated

2022-01-29 Thread General 2018 via use-livecode
Tried all these, result the same.

In show “Notarization requests” for each :-

Status = invalid 2
Status Code = Pac
Status Message = age invalid

Regards Camm

> On 29 Jan 2022, at 20:37, matthias rebbe via use-livecode 
>  wrote:
> 
___
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: Notarize Helper Stack in LC lesson updated

2022-01-29 Thread General 2018 via use-livecode
No added files.

Mojave 10.14.6

LC 9.6.6

Regards
Camm

> On 29 Jan 2022, at 20:20, matthias rebbe via use-livecode 
>  wrote:
> 

___
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: Notarize Helper Stack in LC lesson updated

2022-01-29 Thread General 2018 via use-livecode
Hi ,

Just seen this - fantastic help.

Just getting “signature of the binary is invalid” and “signature does not 
include secure time stamp” as reply following notarization attempt. Status Code 
2 Package Invalid.

Regards
Camm

> On 27 Jan 2022, at 22:54, matthias rebbe via use-livecode 
>  wrote:
> 
> For those who are interested, i've uploaded a new version of the Notarize 
> Helper stack to the Livecode lesson 
> https://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore
> 
> The direct download link is 
> https://media.screensteps.com/attachment_assets/assets/005/023/860/original/mrSignNotarizeHelperV3.livecode
> 
> 
> Regards,
> Matthias
> ___
> 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: IDE behaviour MacOS

2022-01-05 Thread General 2018 via use-livecode
Solved , thanks.

The stack was previously saved under LC 9.6.3 - run on 9.6.6 and problem.

Opened it and saved from 9.6.6 - Solved.

Regards Camm

> On 5 Jan 2022, at 17:04, Peter Bogdanoff via use-livecode 
>  wrote:
> 

___
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: IDE behaviour MacOS

2022-01-05 Thread General 2018 via use-livecode
The slide/switch buttons appear as a hatched box graphic and the answer dialogs 
sit behind everything.
This only happens if I load my stack is by clicking on it.

If Livecode is loaded first and then the stack is opened all is well. 

MacOS
Click on stack file to open - problem.
Open stack within Livecode - ok.
Built Stand-alone - ok.

Windows
No problems.

Regards Camm

> On 5 Jan 2022, at 16:25, Jim At Consensus via use-livecode 
>  wrote:
> 
> Strange behavior. 
> 
> When you say disappear, are they missing from Project Browser? 
> This shouldn’t be happening  but… I have “lost” things when a graphic 
> “changed” levels and ended up in front of other elements. Also wondering if 
> something is getting messed up with top level. Are you setting it anywhere
> 
> Sent from Jim's iPhone XR
> Please excuse brevity, typos and errors
> 
>> On Jan 5, 2022, at 7:57 AM, General 2018 via use-livecode 
>>  wrote:
>> Hi ,
>> 
>> Slide buttons go missing from card in my stack and answer dialogs get hidden 
>> behind my stack. Only in IDE and only if stack is launched by clicking on it.
>> 
>> Mojave.
>> 
>> Regards Camm
>> 
>>>> On 5 Jan 2022, at 14:55, Craig Newman via use-livecode 
>>>>  wrote:
>>> 
>>> Hi.
>>> 
>>> Do you mean sliders and scrollbars are missing from the tools palette?  And 
>>> an Answer dialog appears BEHIND a stack
>>> 
>>> Cannot imagine any of this. I am on a Mac. What version OS?
>>> 
>>> Craig
>>> 
>>>> On Jan 4, 2022, at 12:35 PM, General 2018 via use-livecode 
>>>>  wrote:
>>>> Hi,
>>>> On MacOS, If I click on a stack - Livecode loads but in IDE some stack 
>>>> slide buttons go missing and answer dialogs go hidden behind main stack.
>>>> All else seems to work.
>>>> If I open Livecode and then open the stack all is good.
>>>> On Windows no issues either way.
>>>> Regards Camm
>>>> ___
>>>> 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
>> ___
>> 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
___
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: IDE behaviour MacOS

2022-01-05 Thread General 2018 via use-livecode
Hi ,

Slide buttons go missing from card in my stack and answer dialogs get hidden 
behind my stack. Only in IDE and only if stack is launched by clicking on it.

Mojave.

Regards Camm

> On 5 Jan 2022, at 14:55, Craig Newman via use-livecode 
>  wrote:
> 
> Hi.
> 
> Do you mean sliders and scrollbars are missing from the tools palette?  And 
> an Answer dialog appears BEHIND a stack
> 
> Cannot imagine any of this. I am on a Mac. What version OS?
> 
> Craig
> 
>> On Jan 4, 2022, at 12:35 PM, General 2018 via use-livecode 
>>  wrote:
>> 
>> Hi,
>> 
>> On MacOS, If I click on a stack - Livecode loads but in IDE some stack slide 
>> buttons go missing and answer dialogs go hidden behind main stack.
>> All else seems to work.
>> 
>> If I open Livecode and then open the stack all is good.
>> 
>> On Windows no issues either way.
>> 
>> 
>> Regards Camm
>> ___
>> 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
___
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


IDE behaviour MacOS

2022-01-04 Thread General 2018 via use-livecode
Hi,

On MacOS, If I click on a stack - Livecode loads but in IDE some stack slide 
buttons go missing and answer dialogs go hidden behind main stack.
All else seems to work.

If I open Livecode and then open the stack all is good.

On Windows no issues either way.


Regards Camm
___
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: New user

2021-12-22 Thread General 2018 via use-livecode
Android Bluetooth / USB would be the ideal as seems to be the most used 
interface protocol. Livecode has Bluetooth for Windows via VCP and on IOS via 
MergeBLE.

Just Android needed to be cross platform in real world interfacing.

Regards Camm

> On 22 Dec 2021, at 10:52, Pi Digital via use-livecode 
>  wrote:
> 
> For Android and iOS, use WiFi and sockets. This is just as quick and easy. 
> 
> Sean Cole
> Pi Digital Productions Ltd
> 
> eMail Ts & Cs
> 
> 
>> On 22 Dec 2021, at 10:24, General 2018 via use-livecode 
>>  wrote:
>> 
>> Just need this capability on Android - please Livecode
>> 
>> Regards Camm
>> 
>>>> On 22 Dec 2021, at 01:37, Sean Cole via use-livecode 
>>>>  wrote:
>>> 
>>> Hi Alex
>>> Welcome!
>>> I've done exactly and very similar to what you are describing about 6yrs
>>> ago from Mac, PC, Linux, iOS via USB, WiFi and GPRS serial adapters. For
>>> lighting up miniatures of housing estates and apartment blocks. And then
>>> for some film miniatures for toy commercials and so on.
>>> 
>>> Once you've installed the driver for your adapter on Win10, go to the
>>> Device Manager, Ports and find out what COM port it's linked to (eg, COM2).
>>> Now in LiveCode, you don't need to know the driver name to write to. Just
>>> use the command:
>>>  open driver "COM2:" for write
>>> This sets the plane for communication. Next, you need to set up the
>>> settings, eg:
>>>  set the serialControlString to "BAUD=9600 PARITY=N DATA=8 STOP=1"
>>> These are actually the default settings, so do nothing if these are the
>>> settings you want.
>>> Now you just need to know the commands to send.
>>> https://numato.com/docs/16-channel-usb-relay-module/#the-command-set-20
>>>  write "readall" & return to driver "COM2:"
>>>  read from driver "COM2:" for 4 -- ie, 4 characters
>>> The read command immediately after the write allows it to accept the
>>> response from the GPIO, in this example, for 4 characters in length (to
>>> receive the 4 hex characters like 16AF)
>>> 
>>> And that's it pretty much. It's super easy and fun. With Wifi modules you
>>> can use any device to communicate with them. We used iPad mini's which made
>>> it super flexible.
>>> 
>>> Let us all know if you run into any issues and need help.
>>> 
>>> All the best
>>> 
>>> Sean Cole
>>> *Pi Digital Productions Ltd*
>>> 
>>>> On Tue, 21 Dec 2021 at 04:33, Alex Hughson via use-livecode <
>>>> use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> Hello all. I am a beginner user of LiveCode. I’ve managed to work my way
>>>> through a project which I think I can complete. However the project has to
>>>> be able to communicate with an I/O board (Numato 16 channel USB GPIO Module
>>>> for example) from a Windows Standalone application. I have not been able to
>>>> find any guidance or samples for how to do this. This has led me to wonder
>>>> if it is even possible to creat some kind of serial communication using LC
>>>> or whether I should start over with a different platform. I am doing the LC
>>>> work using a Mac. Any help or advice would be much appreciated.
>>>> 
>>>> ___
>>>> 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
>> ___
>> 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
___
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: New user

2021-12-22 Thread General 2018 via use-livecode
Just need this capability on Android - please Livecode

Regards Camm

> On 22 Dec 2021, at 01:37, Sean Cole via use-livecode 
>  wrote:
> 
> Hi Alex
> Welcome!
> I've done exactly and very similar to what you are describing about 6yrs
> ago from Mac, PC, Linux, iOS via USB, WiFi and GPRS serial adapters. For
> lighting up miniatures of housing estates and apartment blocks. And then
> for some film miniatures for toy commercials and so on.
> 
> Once you've installed the driver for your adapter on Win10, go to the
> Device Manager, Ports and find out what COM port it's linked to (eg, COM2).
> Now in LiveCode, you don't need to know the driver name to write to. Just
> use the command:
>open driver "COM2:" for write
> This sets the plane for communication. Next, you need to set up the
> settings, eg:
>set the serialControlString to "BAUD=9600 PARITY=N DATA=8 STOP=1"
> These are actually the default settings, so do nothing if these are the
> settings you want.
> Now you just need to know the commands to send.
> https://numato.com/docs/16-channel-usb-relay-module/#the-command-set-20
>write "readall" & return to driver "COM2:"
>read from driver "COM2:" for 4 -- ie, 4 characters
> The read command immediately after the write allows it to accept the
> response from the GPIO, in this example, for 4 characters in length (to
> receive the 4 hex characters like 16AF)
> 
> And that's it pretty much. It's super easy and fun. With Wifi modules you
> can use any device to communicate with them. We used iPad mini's which made
> it super flexible.
> 
> Let us all know if you run into any issues and need help.
> 
> All the best
> 
> Sean Cole
> *Pi Digital Productions Ltd*
> 
>> On Tue, 21 Dec 2021 at 04:33, Alex Hughson via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>> Hello all. I am a beginner user of LiveCode. I’ve managed to work my way
>> through a project which I think I can complete. However the project has to
>> be able to communicate with an I/O board (Numato 16 channel USB GPIO Module
>> for example) from a Windows Standalone application. I have not been able to
>> find any guidance or samples for how to do this. This has led me to wonder
>> if it is even possible to creat some kind of serial communication using LC
>> or whether I should start over with a different platform. I am doing the LC
>> work using a Mac. Any help or advice would be much appreciated.
>> 
>> ___
>> 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
___
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: MergExt BLE

2021-02-01 Thread General 2018 via use-livecode
Thanks Monte , I will go that route.

Regards Camm

> On 1 Feb 2021, at 01:11, Monte Goulding via use-livecode 
>  wrote:
> 
> Hi Camm
> 
> The mergExt externals are supported by LiveCode so the best route for support 
> is supp...@livecode.com <mailto:supp...@livecode.com>.
> 
> Cheers
> 
> Monte
> 
>> On 31 Jan 2021, at 1:16 am, General 2018 via use-livecode 
>>  wrote:
>> 
>> Hi,
>> 
>> Is Monte able to support MergeBLE still or is this now solely with Livecode ?
>> 
>> Anyone help please .
>> 
>> Regards Camm
> 
> ___
> 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: MergExt BLE

2021-01-30 Thread General 2018 via use-livecode
Hi,

Is Monte able to support MergeBLE still or is this now solely with Livecode ?

Anyone help please .

Regards Camm

> On 22 Jan 2021, at 14:43, General 2018  wrote:
> 
> Hi ,
> 
> I think the issue is the need for “Thread Safe” and / or “Concurrent 
> Buffering” for write/read function with MergExt BLE.
> 
> Can anyone give guidance on application of the above using Livecode ?
> 
> Regards Camm
> 
>> On 14 Jan 2021, at 15:09, General 2018 via use-livecode 
>>  wrote:
>> 
>> Hi ,
>> 
>> Have an application for IOS and started to use MergExt BLE. 
>> 
>> This is working great with livecode on finding devices , connecting and 
>> writing.
>> 
>> I have an issue with reading , it works but missing data randomly on read.
>> 
>> The BLE device is using Notify.
>> 
>> In “didupatevalueforcharactistic“ values are return after writing a request. 
>> But sometimes half the response or other random results.
>> 
>> The application needs to send a few commands each will reply with unique 
>> data.
>> 
>> So :-
>> Write 123
>> Read result and action 
>> Write 456
>> Read result and action and so on...
>> 
>> I am sure this is no fault of MergBLE it just cannot find livecode doc on 
>> how to structure the data flow using MergBLE commands and Messages.
>> 
>> Any help would be appreciated.
>> 
>> Regards Camm
>> ___
>> 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: MergExt BLE

2021-01-22 Thread General 2018 via use-livecode
Hi ,

I think the issue is the need for “Thread Safe” and / or “Concurrent Buffering” 
for write/read function with MergExt BLE.

Can anyone give guidance on application of the above using Livecode ?

Regards Camm

> On 14 Jan 2021, at 15:09, General 2018 via use-livecode 
>  wrote:
> 
> Hi ,
> 
> Have an application for IOS and started to use MergExt BLE. 
> 
> This is working great with livecode on finding devices , connecting and 
> writing.
> 
> I have an issue with reading , it works but missing data randomly on read.
> 
> The BLE device is using Notify.
> 
> In “didupatevalueforcharactistic“ values are return after writing a request. 
> But sometimes half the response or other random results.
> 
> The application needs to send a few commands each will reply with unique data.
> 
> So :-
> Write 123
> Read result and action 
> Write 456
> Read result and action and so on...
> 
> I am sure this is no fault of MergBLE it just cannot find livecode doc on how 
> to structure the data flow using MergBLE commands and Messages.
> 
> Any help would be appreciated.
> 
> Regards Camm
> ___
> 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


MergExt BLE

2021-01-14 Thread General 2018 via use-livecode
Hi ,

Have an application for IOS and started to use MergExt BLE. 

This is working great with livecode on finding devices , connecting and writing.

I have an issue with reading , it works but missing data randomly on read.

The BLE device is using Notify.

In “didupatevalueforcharactistic“ values are return after writing a request. 
But sometimes half the response or other random results.

The application needs to send a few commands each will reply with unique data.

So :-
Write 123
Read result and action 
Write 456
Read result and action and so on...

I am sure this is no fault of MergBLE it just cannot find livecode doc on how 
to structure the data flow using MergBLE commands and Messages.

Any help would be appreciated.

Regards Camm
___
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: Code Signing and Kernel Mode drivers

2020-11-09 Thread General 2018 via use-livecode
Great thanks !

Regards Cam

> On 8 Nov 2020, at 18:06, Paul Dupuis via use-livecode 
>  wrote:
> 
> The basic windows code signing cert works fine. You do not need the more 
> expensive "EV" certificate.
> 
>> On 11/8/2020 12:58 PM, General 2018 via use-livecode wrote:
>> Hi ,
>> 
>> Are the standard Livecode .dll that are included with the standalone Kernel 
>> mode drivers ??
>> 
>> The reason for asking is that codesigning for Windows 10 needs a more 
>> expensive certificate if kernel mode drivers signing is required.
>> 
>> Regards
>> Cam
>> ___
>> 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
___
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


Code Signing and Kernel Mode drivers

2020-11-08 Thread General 2018 via use-livecode
Hi ,

Are the standard Livecode .dll that are included with the standalone Kernel 
mode drivers ??

The reason for asking is that codesigning for Windows 10 needs a more expensive 
certificate if kernel mode drivers signing is required.

Regards
Cam
___
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: Thermal printer bluetooth

2019-11-05 Thread General 2018 via use-livecode
Hi ,

Could you post a simple example .
Write “Hello” to a device using mergBLE ?

Regards Camm

> On 5 Nov 2019, at 12:19, Ben Rubinstein via use-livecode 
>  wrote:
> 
> Not sure of the current status but a couple of years ago I had excellent 
> results using the mergBLE extensions - I was able to do both high- and low- 
> level bluetooth things on Mac and on iOS. http://mergext.com/home/mergble/
> 
> I can't recall - when Monte joined LiveCode, did the mergExt package get 
> rolled in somehow?
> 
> Ben
> 
>> On 05/11/2019 11:46, General 2018 via use-livecode wrote:
>> Hi ,
>> Something we need on LC Mac , LC Android and LC IOS also.
>> Bluetooth and USB works fine on LC Windows using Virtual Com port.
>> Serial over USB.
>> Serial over Bluetooth.
>> Unfortunately no current cross platform solution with LC which would open up 
>> solution for all those apps that communicate with external hardware if put 
>> right.
>> Regards Camm
>>> On 5 Nov 2019, at 11:17, Riko Abdul via use-livecode 
>>>  wrote:
>>> 
>>> Why does LC not support Bluetooth. I want to use a thermal printer for my
>>> application. I use LC for Android but I found a problem using Bluetooth for
>>> Android. whether LC cannot be used for printers with Bluetooth?
>>> 
>>> Thanks
> 
> ___
> 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: Thermal printer bluetooth

2019-11-05 Thread General 2018 via use-livecode
Hi ,

Something we need on LC Mac , LC Android and LC IOS also. 

Bluetooth and USB works fine on LC Windows using Virtual Com port.
Serial over USB.
Serial over Bluetooth.

Unfortunately no current cross platform solution with LC which would open up 
solution for all those apps that communicate with external hardware if put 
right.

Regards Camm

> On 5 Nov 2019, at 11:17, Riko Abdul via use-livecode 
>  wrote:
> 
> Why does LC not support Bluetooth. I want to use a thermal printer for my
> application. I use LC for Android but I found a problem using Bluetooth for
> Android. whether LC cannot be used for printers with Bluetooth?
> 
> Thanks
> ___
> 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


Button scripts

2019-10-05 Thread General 2018 via use-livecode
Hi ,

Have many buttons that do different operations , each one has the following 
script :-

Is the script required for each button and is the use of flush correct ?

on mouseUp
set the bordercolor of me to orange
set showBorder of me to true
--- do something
get flushEvents("mouseUp")
end mouseUp



on mouseleave
set showBorder of me to false
get flushEvents("mouseleave")
end mouseleave


Regards
Camm
___
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


PDF Colour

2019-07-23 Thread General 2018 via use-livecode
Hi ,

I have flds with different colour texts on various lines , if I look at the Fld 
properties it’s contents has the correct / same text colours.

The contents are then printed to pdf , but end up black and white.  Is it 
possible to save pdf with the colours ?


Regards Cam

Regards EasyObd
___
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: Draw a line that follows an object

2019-06-30 Thread General 2018 via use-livecode
Great Guys , works a dream .

Had to change back to line from polygon - I missed that.

Thanks again

Camm

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
dunbarxx via use-livecode
Sent: 28 June 2019 21:31
To: use-revolut...@lists.runrev.com
Cc: dunbarxx
Subject: Re: Draw a line that follows an object

Bad formatting. Which is why I so like the forums. Anywa:
local pointsList

on mouseDown
   show btn 1 at "200,200"
   set the points of grc 1 to "0,0" & comma & the loc of btn 1
   put the points of grc 1 & return into pointsList
   trackButton
end mouseDown

on trackButton
  if the optionKey is down then exit to top -- exit here
  set the loc of btn 1 to the mouseLoc
 
  put the loc of btn 1 & return after pointsList
  set the points of grc 1 to pointsList
  send "trackButton" to me in 1
end trackButton



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
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: Draw a line that follows an object

2019-06-28 Thread General 2018 via use-livecode
Hi ,

Thanks , so nearly - I have a line that follows the object from the top left 
corner.

What I need is just like drawing with a pen , the object being the tip. Where 
the object moves a line is drawn and remains like ink.


Regards
Camm

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
dunbarxx via use-livecode
Sent: 26 June 2019 16:51
To: use-revolut...@lists.runrev.com
Cc: dunbarxx
Subject: Re: Draw a line that follows an object

Hi.

Not sure what you really want, but maybe try this. On a new card create a
button and a line graphic. Put this into the button script:

on mouseDown
  trackButton
end mouseDown

on trackButton
   if the optionKey is down then exit to top -- exit here
   set the loc of btn 1 to the mouseLoc
   set the points of grc 1 to "10,10" & return & item 1 of the loc of btn 1
& "," & item 2 of the loc of btn 1
   send "trackButton" to me in 1
end trackButton

Craig



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
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


Draw a line that follows an object

2019-06-26 Thread General 2018 via use-livecode
Hi ,

What is the best way to draw a line that follows the location of an object , 
like using a pencil and then erase the scribble ?

Regards Camm
___
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: Open Printing to PDF

2019-04-23 Thread General 2018 via use-livecode
Very nice !

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Bob Sneidar via use-livecode
Sent: 23 April 2019 19:24
To: How to use LiveCode
Cc: Bob Sneidar
Subject: Re: Open Printing to PDF

This may help to clean up all kinds of badness in text used for a number of 
things: 

function cleanASCII pString, pModeList, pCustomList
   /*
   pModeList is a comma delimited list that may contain the following values:
   "lowercase,uppercase,numbers,tabs,newlines,returns,spaces,symbols,custom"
   If custom is used, then a third paramaeter containing allowed characters 
must be supplied. 
   sample: put cleanASCII("This is a test!<>?", "uppercase,lowercase", "?"
   returns: "This is a test?"
   */
   if pModeList is empty then
  put " 0-9a-zA-Z" into tAllowedChars
   end if
   
   repeat for each item pMode in pModeList
  put word 1 of pMode into pMode
  
  switch
break
 case "tabs" is in pMode
put "\t" after tAllowedChars
break
 case "newlines" is in pMode
put "\n" before tAllowedChars
break
 case "returns" is in pMode
put "\r" before tAllowedChars -- currently not working
break
 case "spaces" is in pMode
put " " after tAllowedChars
break
 case "numbers" is in pMode
put "0-9" after tAllowedChars
break
 case "lowercase" is in pMode
put "a-z" after tAllowedChars
break
 case "uppercase" is in pMode
put "A-Z" after tAllowedChars
break
 case "symbols" is in pMode
put "!#$%&'()*+,./:;<=>?@[\\_`{|}~^-" after tAllowedChars
break
 case pMode is "custom"
put pCustomList after tAllowedChars
break
  end switch
   end repeat
   
   put "[" & tAllowedChars & "]" into tMatchText
   
   repeat for each character  theChar in pString
  if matchtext(theChar, tMatchText) is true then
 put theChar after cleanString
  end if
   end repeat
   
   return cleanString
end cleanASCII

> On Apr 23, 2019, at 11:00 , General 2018 via use-livecode 
>  wrote:
> 
> Not a bug - my fault !!
> 
> The part of the heading text for the pdf is used for the saved filename which 
> cannot be  ">" ! of course ...
> 
> The issue was the file save naming not open printing to pdf command , your 
> replies made me look for odd characters.
> 
> Regards
> Cam


___
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: Open Printing to PDF

2019-04-23 Thread General 2018 via use-livecode
Not a bug - my fault !!

The part of the heading text for the pdf is used for the saved filename which 
cannot be  ">" ! of course ...

The issue was the file save naming not open printing to pdf command , your 
replies made me look for odd characters.

Regards
Cam

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
General 2018 via use-livecode
Sent: 23 April 2019 18:50
To: How to use LiveCode
Cc: General 2018
Subject: Open Printing to PDF

Scott , Craig 

It would not save the pdf and the text was different for each stack.

The failing stack had ">" within the text , once removed the pdf saved !! 
cheers guys .

Is this a bug ?

Regards
Cam

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
dunbarxx via use-livecode
Sent: 23 April 2019 13:56
To: use-revolut...@lists.runrev.com
Cc: dunbarxx
Subject: Re: Open Printing to PDF

Hi.

Are you saying the "open printing to pdf" command itself does not work, or
that you get blank output? In other words, in the stack that does NOT work,
what happens if you:

  open printing to pdf "yourFilePathHere/xxx.pdf"
 revPrintText "Hello world" 
  close printing

This will eliminate any of the issues Scott mentioned, since you are using
simple text. But does a pdf appear on the desktop, and does it contain
"Hello World"?

Craig Newman



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
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

___
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


Open Printing to PDF

2019-04-23 Thread General 2018 via use-livecode
Scott , Craig 

It would not save the pdf and the text was different for each stack.

The failing stack had ">" within the text , once removed the pdf saved !! 
cheers guys .

Is this a bug ?

Regards
Cam

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
dunbarxx via use-livecode
Sent: 23 April 2019 13:56
To: use-revolut...@lists.runrev.com
Cc: dunbarxx
Subject: Re: Open Printing to PDF

Hi.

Are you saying the "open printing to pdf" command itself does not work, or
that you get blank output? In other words, in the stack that does NOT work,
what happens if you:

  open printing to pdf "yourFilePathHere/xxx.pdf"
 revPrintText "Hello world" 
  close printing

This will eliminate any of the issues Scott mentioned, since you are using
simple text. But does a pdf appear on the desktop, and does it contain
"Hello World"?

Craig Newman



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
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


Open Printing to PDF

2019-04-22 Thread General 2018 via use-livecode
Hi ,

I have 3 separate stacks each containing the same code for printing to pdf.

One of those stacks will not open printing to pdf in dev or runtime. The other 
2 work fine -  Head scratching ??

All items are in the same path / folder.

Regards
Camm



___
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: Is this a bug ?

2019-03-03 Thread General 2018 via use-livecode
Hi ,

Reported as Bug 21872.

Regards
Steve

> On 3 Mar 2019, at 15:34, General 2018 via use-livecode 
>  wrote:
> 
> Hi ,
> 
> Windows 10 tablet on screen keyboard does not open when attempting to enter 
> field text ?
> 
> LC 9.0.2
> 
> Regards
> Camm
> ___
> 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


Is this a bug ?

2019-03-03 Thread General 2018 via use-livecode
Hi ,

Windows 10 tablet on screen keyboard does not open when attempting to enter 
field text ?

LC 9.0.2

Regards
Camm
___
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: Live Code crashes on startup

2018-11-29 Thread General 2018 via use-livecode
Hi ,

This also happened to us yesterday.
Fixed by deleting preference files.

Regards Camm

> On 29 Nov 2018, at 08:21, panagiotis merakos via use-livecode 
>  wrote:
> 
> Hello Tore,
> 
> On Windows the preferences are stored in:
> 
> C:\Users\your_username\AppData\Roaming\RunRev\*
> 
> Here you can find one or two files:
> 
> livecode7.rev --> Preferences for LiveCode versions 7, 8 and 9
> livecode.rev --> Preferences for LiveCode versions < 7
> 
> I suggest:
> 
> 1. Quit LiveCode
> 2. Delete/rename both of these files. These files will be created/updated
> every time you start/quit LiveCode.
> 3. Launch LiveCode
> 
> Hopefully the problem should be fixed now.
> 
> Best,
> Panos
> --
> 
> On Thu, Nov 29, 2018 at 10:02 AM Tore Nilsen via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> One of my students has a problem with LiveCode crashing on startup. He
>> uses a machine running Windows, and I suspect there might be a corrupt
>> preference file involved, as LiveCode dies right after it has loaded the
>> preferences. Since I have no experience in using LiveCode on Windows, I
>> have not been able to locate the preference file. Can anyone point me in
>> the right direction?
>> 
>> Best regards
>> Tore Nilsen
>> 
>> 
>> ___
>> 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

___
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


Window Tablet Rotations

2018-11-03 Thread General 2018 via use-livecode
Hi ,

Is there a way to fix rotation to landscape on Windows Tablet ? 

Regards Camm


Regards EasyObd

___
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


Open Driver on multi platform - show stopper

2018-10-09 Thread General 2018 via use-livecode
Hi ,

Not wishing to write externals I need Livecode to deploy on different platforms 
with ease , for the most part it does this very well.  But there is a serious 
weakness and have projects screaming for a solution for Android and MacOS  , 
This being serial communication (VCP) via USB and Bluetooth support using open 
driver etc.

USB / BT / Serial communication using LiveCode works perfectly on Windows but 
fails on MacOS and not available for Android.

Hardware with USB / Bluetooth serial communication is commonly available for 
use on Windows , MacOS and Android but I cannot use Livecode for all 3.
This is a show stopper until resolved.

Fully understand that this is not an option for IOS as it requires apple 
certified hardware.


Best Regards
Camm


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
General 2018 via use-livecode
Sent: 23 September 2018 22:41
To: use-livecode@lists.runrev.com
Cc: General 2018
Subject: Open Driver on MacOS

Hi ,

Livecode 9.0.1
MacOS High Sierra

Open driver hangs on MacOS , tried Sarah's SerialTest stack which hangs also.
Item 3 of the drivernames is correct but when open driver or file is attempted 
it hangs. Bug ?

Regards Camm
___
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


Open Driver on MacOS

2018-09-23 Thread General 2018 via use-livecode
Hi ,

Livecode 9.0.1
MacOS High Sierra

Open driver hangs on MacOS , tried Sarah's SerialTest stack which hangs also.
Item 3 of the drivernames is correct but when open driver or file is attempted 
it hangs. Bug ?

Regards Camm
___
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: Future support for Serial Coms

2018-07-05 Thread General 2018 via use-livecode
Just to add , 

LC works with Bluetooth on Windows using the Bluetooth SPP (Serial Port 
Profile). 
Bluetooth was originally designed to replace wired serial coms.
So on LC Windows just treats it as a serial comport - wired or not !

Regards
Camm

> On 5 Jul 2018, at 16:00, General 2018 via use-livecode 
>  wrote:
> 
> Douglas ,
> 
> Serial over Bluetooth on all Windows with LC - Yes , but as you say it is 
> seen as a Com port.
> 
> I have a Bluetooth device that needs serial commands - Windows sees this as a 
> Bluetooth device (in the loaded driver VCP should be ticked) I then pair it 
> and use LC with the standard com port commands.
> 
> I second all your other points and we can only hope that LC gets this for 
> Android.
> 
> 
> Regards Camm
> 
>> On 5 Jul 2018, at 15:36, Douglas Ruisaard via use-livecode 
>>  wrote:
>> 
>> Cam .. you mention that you have Windows working with LC "over USB and 
>> *Bluetooth*" ...???  Really?  Can you describe more details about using 
>> Bluetooth / Windows / LC?  As far as I know, the ONLY implementation for 
>> Bluetooth from LC is Monte Goulding's "mergBLE" which exclusively runs on 
>> iOS.  If, on the other hand, you are actually talking about using serial / 
>> USB (likely via a USB-to-serial module/adaptor like an FT232) on Windows or 
>> Mac, then LC sees these devices as simple "COM" ports and works perfectly 
>> well.  But Bluetooth... NO.  So, I'm VERY interested if you have a Bluetooth 
>> - LC working combination on Windows!
>> 
>> Serial/USB functionality on iOS is so complicated, it's a joke!  After 
>> submitting some sort of detailed "review" of your needs to Apple, they might 
>> "sell" you a customized chip which you must integrate into your receiving 
>> device if your implementation meets their stringent criteria.  No ... 
>> I'm NOT kidding!  And then you're still on your own to find a way to 
>> integrate the necessary Xcode into LC... good luck with THAT!!
>> 
>> But, hey, I'm not bitter!
>> 
>> LC development *might* consider developing a Bluetooth library for Android 
>> if someone (like the LC community, for example) pays them to do so.  I have 
>> no problem with that other than the price tag for a one-man-show.  
>> According to Iain Morrison from LC:
>> 
>> "... I am truly sorry to inform you that we will not be able to help on this 
>> occasion for this work. Our team are completely tied up at the moment on 
>> multiple projects and for the foreseeable future I don't think they will be 
>> working on any projects of value less than $1,000 per day. Perhaps you could 
>> get in touch with a few of the LC developers that you mentioned to see if 
>> they would be interested in crowd funding the work, if you can let me know 
>> and I will get one of the devs to have a look at a specification and price. 
>> As it stands I would probably put a guide price on it of $5k"
>> 
>> I don't have the wherewithal to implement a KickStarter (or some other 
>> crowd-funding methodology) campaign... but I'd *sure* would be interested 
>> and contribute to one for this purpose.  I see the lack of Bluetooth support 
>> as being a huge gap in LC's functionality.
>> 
>> I have offered (and do so again) for anyone from THIS community with 
>> expertise in Android and LC external code integration to consider a project 
>> involving either USB/Serial and/or BlueTooth implementation on Android.  I 
>> have a full Java library from Adafruit for Android for a specific BLE module 
>> which needs integration into LC.  I am, sorry-to-say, completely Java 
>> ignorant so I can't even get to first base with this, myself.
>> 
>> I'd invite the rest of this community to consider the possibility of funding 
>> the development of a Bluetooth library for Android and voice their opinions 
>> on the matter.  I'd also like to hear if anyone would be willing to initiate 
>> a crowd-funding campaign for such a venture and what the level of interest 
>> is for this functionality. At approx $5,000 it would only take 50 of us 
>> contributing $100 to reach such a goal.  Sounds reasonable.
>> 
>> Douglas Ruisaard
>> Trilogy Software
>> (250) 573-3935
>> 
>>> --
>>> 
>>> There is not currently a library available that does what you want.  With
>>> LCB, you could package your own.  There are a couple of packages with code
>>> that interfaces with USB deices, but I don't know enough about Android to
>>> build them in a way tha

Re: Future support for Serial Coms

2018-07-05 Thread General 2018 via use-livecode
Douglas ,

Serial over Bluetooth on all Windows with LC - Yes , but as you say it is seen 
as a Com port.

I have a Bluetooth device that needs serial commands - Windows sees this as a 
Bluetooth device (in the loaded driver VCP should be ticked) I then pair it and 
use LC with the standard com port commands.

I second all your other points and we can only hope that LC gets this for 
Android.


Regards Camm

> On 5 Jul 2018, at 15:36, Douglas Ruisaard via use-livecode 
>  wrote:
> 
> Cam .. you mention that you have Windows working with LC "over USB and 
> *Bluetooth*" ...???  Really?  Can you describe more details about using 
> Bluetooth / Windows / LC?  As far as I know, the ONLY implementation for 
> Bluetooth from LC is Monte Goulding's "mergBLE" which exclusively runs on 
> iOS.  If, on the other hand, you are actually talking about using serial / 
> USB (likely via a USB-to-serial module/adaptor like an FT232) on Windows or 
> Mac, then LC sees these devices as simple "COM" ports and works perfectly 
> well.  But Bluetooth... NO.  So, I'm VERY interested if you have a Bluetooth 
> - LC working combination on Windows!
> 
> Serial/USB functionality on iOS is so complicated, it's a joke!  After 
> submitting some sort of detailed "review" of your needs to Apple, they might 
> "sell" you a customized chip which you must integrate into your receiving 
> device if your implementation meets their stringent criteria.  No ... I'm 
> NOT kidding!  And then you're still on your own to find a way to integrate 
> the necessary Xcode into LC... good luck with THAT!!
> 
> But, hey, I'm not bitter!
> 
> LC development *might* consider developing a Bluetooth library for Android if 
> someone (like the LC community, for example) pays them to do so.  I have no 
> problem with that other than the price tag for a one-man-show.  According 
> to Iain Morrison from LC:
> 
> "... I am truly sorry to inform you that we will not be able to help on this 
> occasion for this work. Our team are completely tied up at the moment on 
> multiple projects and for the foreseeable future I don't think they will be 
> working on any projects of value less than $1,000 per day. Perhaps you could 
> get in touch with a few of the LC developers that you mentioned to see if 
> they would be interested in crowd funding the work, if you can let me know 
> and I will get one of the devs to have a look at a specification and price. 
> As it stands I would probably put a guide price on it of $5k"
> 
> I don't have the wherewithal to implement a KickStarter (or some other 
> crowd-funding methodology) campaign... but I'd *sure* would be interested and 
> contribute to one for this purpose.  I see the lack of Bluetooth support as 
> being a huge gap in LC's functionality.
> 
> I have offered (and do so again) for anyone from THIS community with 
> expertise in Android and LC external code integration to consider a project 
> involving either USB/Serial and/or BlueTooth implementation on Android.  I 
> have a full Java library from Adafruit for Android for a specific BLE module 
> which needs integration into LC.  I am, sorry-to-say, completely Java 
> ignorant so I can't even get to first base with this, myself.
> 
> I'd invite the rest of this community to consider the possibility of funding 
> the development of a Bluetooth library for Android and voice their opinions 
> on the matter.  I'd also like to hear if anyone would be willing to initiate 
> a crowd-funding campaign for such a venture and what the level of interest is 
> for this functionality. At approx $5,000 it would only take 50 of us 
> contributing $100 to reach such a goal.  Sounds reasonable.
> 
> Douglas Ruisaard
> Trilogy Software
> (250) 573-3935
> 
>> --
>> 
>> There is not currently a library available that does what you want.  With
>> LCB, you could package your own.  There are a couple of packages with code
>> that interfaces with USB deices, but I don't know enough about Android to
>> build them in a way that works with LCB.
>> 
>> Here are a couple:
>> https://github.com/felHR85/UsbSerial
>> https://github.com/mik3y/usb-serial-for-android
>> 
>> Here is an example of using the first one:
>> https://www.allaboutcircuits.com/projects/communicate-with-your-arduino-through-android/
>> 
>> 
>> On Wed, Jul 4, 2018 at 7:25 AM, General 2018 via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Hi ,
>>> 
>>> I have seen questions raised over platform support for Serial Com ports
>>> and canno

Future support for Serial Coms

2018-07-04 Thread General 2018 via use-livecode
Hi ,

I have seen questions raised over platform support for Serial Com ports and 
cannot seem to find a conclusive answer for Android  and IOS.

On Windows I use serial data over USB and Bluetooth , this all works fine with 
LC.

I want to migrate to Android - so with LC is serial over USB and Bluetooth 
possible ?
Many Android apps currently us this but need LC too.

The only option for IOS is WIFI connection.

Regards 
Camm
___
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: Top Bottom Left Right

2018-06-24 Thread General 2018 via use-livecode
Klaus ,

At least I was not going mad ! , thanks.

Regards
Camm

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Klaus major-k via use-livecode
Sent: 24 June 2018 20:58
To: How to use LiveCode
Cc: Klaus major-k
Subject: Re: Top Bottom Left Right

Hi Cam,

> Am 24.06.2018 um 21:49 schrieb General 2018 via use-livecode 
> :
> 
> Hi ,
> 
> If I use property inspector and tick "Resize Rect when setting property" and 
> change top,bottom,left or right property the rect changes shape in its fixed 
> location as expected.
> 
> In runtime the rect does not resize but moves location by setting property 
> top,bottom,left or right ?
> 
> Have I missed something ?? or this a bug ??

nope, this is only a feature of the IDE! 8-)

If you need this functionality in your runtime you need to roll your own.
But it's just:
...
lock screen
put the loc of btn "xyz" int tOldLoc
## do your thing with width and height of this button
## which will affect also the LOC unfortunately!
set the loc of btn "xyz" to tOldLoc
unlock screen
...

> Regards
> Camm

Best

Klaus

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

___
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


Top Bottom Left Right

2018-06-24 Thread General 2018 via use-livecode
Hi ,

If I use property inspector and tick "Resize Rect when setting property" and 
change top,bottom,left or right property the rect changes shape in its fixed 
location as expected.

In runtime the rect does not resize but moves location by setting property 
top,bottom,left or right ?

Have I missed something ?? or this a bug ??

Regards
Camm
___
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