Re: Password Protected Stack

2018-10-13 Thread J. Landman Gay via use-livecode
Do you have any private libraries or substacks that might be password 
protected?

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On October 13, 2018 10:56:01 AM Randy Hengst via use-livecode 
 wrote:



Hi All,

I have a problem I’ve not seen before. I’m working on an update to an iOS 
app first made years ago and last updated in 2017.


When I save it as a standalone … things go well in that a standalone is 
made (and seems to work fine on my iPad), but at the end of the build 
process, I get a warning: Could not auto-detect inclusions or security 
categories because stack is password protected


The catch is, I’ve never intentionally set a password on any of my work 
with LC.

• I’ve checked all the settings and can’t find a place even set a password.
• As noted in the dictionary, I’ve used the message box and entered …. set 
the password of this stack to empty … but the problem still persists.


The other apps I’ve been updating over the past several weeks have worked 
just fine with my current set up:

LC 9.0.1Xcode 9.2Mac Sierra 10.12.6

I assume I’m missing something obvious, but it escapes me. Any thoughts?

be well,
randy
www.classroomFocusedSoftware.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: vbscript sendkeys()

2018-10-13 Thread Tom Glod via use-livecode
ya wow..i guess there are many ways of creating a wait.. i've actually
resolved this by using livecode's wait instead of vb it happens
automatically as part of a function now so i never have to think about
delay again.

thanks for the suggestion

On Sat, Oct 13, 2018 at 4:23 PM Ralph DiMola via use-livecode <
use-livecode@lists.runrev.com> wrote:

> You could "ping" a nonexistent IP with a repeat of 1 and a timeout of x
> seconds.
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
>
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> Of Tom Glod via use-livecode
> Sent: Saturday, October 13, 2018 1:06 AM
> To: How to use LiveCode
> Cc: Tom Glod
> Subject: Re: vbscript sendkeys()
>
> SOLVED. I split the vbscript in 2 parts focused the desire application
> then wait then send keys
>
> it now works every time. if i could delay the script using a"Wscript"
> less solution, that would be ideal.
>
> From the dictionary
>
> "Any which contains a reference to WScript will fail to run, because
> WScript
> objects do not exist in the LiveCode environment. "
>
> For anyone who finds this thread later.
>
> On Sat, Oct 13, 2018 at 12:35 AM Tom Glod  wrote:
>
> > It seems like the problem is indeed with sendkeys happening too
> > quickly..but i have also concluded that when I try the Wscript.Sleep
> > 500 command it is not compiling and my vbscript, and the sendkeys are
> > never sent. when i take the wait out...it works, but too quickly.
> >
> > so i just need to find a working syntax to halt the vbscript.  thanks
> > for the hint...i'll just try a bunch of things to try to narrow down.
> >
> >
> >
> > On Fri, Oct 12, 2018 at 9:52 PM Tom Glod  wrote:
> >
> >> Hi Brian, thanks.I have tried that, seems to work even less than
> >> without it.
> >>
> >> but you might be onto something here because sometimes "most" of
> >> the text gets written... mostly none.and other times all of them.
> >> will keep on testing to see if i can find the cause of this
> inconsistency.
> >>
> >> Ty
> >>
> >>
> >>
> >> On Fri, Oct 12, 2018 at 6:02 PM Brian Milby via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> Have you tried adding a delay? It could be that the sendkeys is
> >>> happening before the app is ready for input. (Have not tried from
> >>> LC, but I do something similar in a .vbs file.)
> >>>
> >>> Wsh.AppActivate "Notepad" : WScript.Sleep 500
> >>>
> >>> Thanks,
> >>> Brian
> >>> On Oct 12, 2018, 4:38 PM -0500, Tom Glod via use-livecode <
> >>> use-livecode@lists.runrev.com>, wrote:
> >>> > Hey folks, is anyone currently successfully using "do as vbscript"
> >>> > and sending keystrokes to other application windows?
> >>> >
> >>> > I have it set to work when i hit a hotkey
> >>> >
> >>> > this is my vb script:
> >>> >
> >>> > Dim Wsh
> >>> > Set Wsh = CreateObject("Wscript.Shell") Wsh.AppActivate "Notepad"
> >>> > Wsh.SendKeys "Test abc"
> >>> >
> >>> > it works to focus notepad every time
> >>> >
> >>> > but only once in a while do the sendkeys work, what am I doing wrong?
> >>> >
> >>> > Thanks,
> >>> >
> >>> > 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
> >>>
> >>
> ___
> 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: vbscript sendkeys()

2018-10-13 Thread Ralph DiMola via use-livecode
You could "ping" a nonexistent IP with a repeat of 1 and a timeout of x
seconds.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Tom Glod via use-livecode
Sent: Saturday, October 13, 2018 1:06 AM
To: How to use LiveCode
Cc: Tom Glod
Subject: Re: vbscript sendkeys()

SOLVED. I split the vbscript in 2 parts focused the desire application
then wait then send keys

it now works every time. if i could delay the script using a"Wscript"
less solution, that would be ideal.

>From the dictionary

"Any which contains a reference to WScript will fail to run, because WScript
objects do not exist in the LiveCode environment. "

For anyone who finds this thread later.

On Sat, Oct 13, 2018 at 12:35 AM Tom Glod  wrote:

> It seems like the problem is indeed with sendkeys happening too 
> quickly..but i have also concluded that when I try the Wscript.Sleep 
> 500 command it is not compiling and my vbscript, and the sendkeys are 
> never sent. when i take the wait out...it works, but too quickly.
>
> so i just need to find a working syntax to halt the vbscript.  thanks 
> for the hint...i'll just try a bunch of things to try to narrow down.
>
>
>
> On Fri, Oct 12, 2018 at 9:52 PM Tom Glod  wrote:
>
>> Hi Brian, thanks.I have tried that, seems to work even less than 
>> without it.
>>
>> but you might be onto something here because sometimes "most" of 
>> the text gets written... mostly none.and other times all of them.  
>> will keep on testing to see if i can find the cause of this
inconsistency.
>>
>> Ty
>>
>>
>>
>> On Fri, Oct 12, 2018 at 6:02 PM Brian Milby via use-livecode < 
>> use-livecode@lists.runrev.com> wrote:
>>
>>> Have you tried adding a delay? It could be that the sendkeys is 
>>> happening before the app is ready for input. (Have not tried from 
>>> LC, but I do something similar in a .vbs file.)
>>>
>>> Wsh.AppActivate "Notepad" : WScript.Sleep 500
>>>
>>> Thanks,
>>> Brian
>>> On Oct 12, 2018, 4:38 PM -0500, Tom Glod via use-livecode < 
>>> use-livecode@lists.runrev.com>, wrote:
>>> > Hey folks, is anyone currently successfully using "do as vbscript" 
>>> > and sending keystrokes to other application windows?
>>> >
>>> > I have it set to work when i hit a hotkey
>>> >
>>> > this is my vb script:
>>> >
>>> > Dim Wsh
>>> > Set Wsh = CreateObject("Wscript.Shell") Wsh.AppActivate "Notepad"
>>> > Wsh.SendKeys "Test abc"
>>> >
>>> > it works to focus notepad every time
>>> >
>>> > but only once in a while do the sendkeys work, what am I doing wrong?
>>> >
>>> > Thanks,
>>> >
>>> > 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
>>>
>>
___
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


Password Protected Stack

2018-10-13 Thread Randy Hengst via use-livecode
Hi All,

I have a problem I’ve not seen before. I’m working on an update to an iOS app 
first made years ago and last updated in 2017.

When I save it as a standalone … things go well in that a standalone is made 
(and seems to work fine on my iPad), but at the end of the build process, I get 
a warning: Could not auto-detect inclusions or security categories because 
stack is password protected

The catch is, I’ve never intentionally set a password on any of my work with 
LC. 
• I’ve checked all the settings and can’t find a place even set a password. 
• As noted in the dictionary, I’ve used the message box and entered …. set the 
password of this stack to empty … but the problem still persists.

The other apps I’ve been updating over the past several weeks have worked just 
fine with my current set up:
LC 9.0.1Xcode 9.2Mac Sierra 10.12.6

I assume I’m missing something obvious, but it escapes me. Any thoughts?

be well,
randy
www.classroomFocusedSoftware.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

Re: OT: Seven Ineffective Coding Habits of Many Programmers

2018-10-13 Thread Lagi Pittas via use-livecode
HI Andre,

Still waiting for your book - sent you at least 3 emails to be put on the
mail list. Also the course you were gonna do before I think about MVC in
livecode - is this all going to be rolled into this?

Regards Lagi

On Fri, 12 Oct 2018 at 16:29, Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> We used to call those, "Runtime Revolution Conferences". :-)
>
> Bob S
>
>
> > On Oct 12, 2018, at 03:51 , Andre Alves Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Talking about best practices, would anyone here be interested in a
> little online course about it?
> >
> > best
> > andre
>
>
> ___
> 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: OT: Seven Ineffective Coding Habits of Many Programmers

2018-10-13 Thread Sannyasin Brahmanathaswami via use-livecode
On 10/12/18 11:37 AM, Mark Wieder via use-livecode wrote:
> On 10/12/2018 11:12 AM, J. Landman Gay via use-livecode wrote:
>
>> That's not a term, it's a sentence.
> So... time served only?


-- 
Svasti Astu, Be Well!
Brahmanathaswami

Get the SivaSiva app, it's free:
https://www.himalayanacademy.com/apps/sivasiva

___
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: OT: Seven Ineffective Coding Habits of Many Programmers

2018-10-13 Thread Sannyasin Brahmanathaswami via use-livecode
LOL, can't resist:

"*mergBLEPeripheralDidUpdateNotificationStateForCharacteristic'*

(rap music in background)

"They sentenced us to 60 char long!
But the term will only be served
by those brave enough to go
to the Kingdom of Peripheral UUID's."

BR




On 10/12/18 11:37 AM, Mark Wieder via use-livecode wrote:
> On 10/12/2018 11:12 AM, J. Landman Gay via use-livecode wrote:
>
>> That's not a term, it's a sentence.
> So... time served only?
>
> -- Mark Wieder ahsoftw...@gmail.com


-- 
Svasti Astu, Be Well!
Brahmanathaswami

Get the SivaSiva app, it's free:
https://www.himalayanacademy.com/apps/sivasiva

___
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