Re: Mac App Store step by step instructions just updated.

2019-02-20 Thread Matthias Rebbe via use-livecode
Kee,

thanks for this great step by step doc. 
But i am wondering how  you´ve solved the copy protection? I mean, how will you 
take care that the app is not shared and used by an other user with an other 
Apple ID? 
Do you use any 3rd party tools for it in your app?

Matthias


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 21.02.2019 um 06:55 schrieb kee nethery via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> Signing and Uploading apps to the Mac App Store
> http://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps-to-the-mac-app-store
>  
> 
> 
> Have gone through the app revision process and my app was reviewed and 
> published so as of yesterday, the step by step instructions are correct. 
> 
> Kee Nethery
> ___
> 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

Mac App Store step by step instructions just updated.

2019-02-20 Thread kee nethery via use-livecode
Signing and Uploading apps to the Mac App Store
http://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps-to-the-mac-app-store

Have gone through the app revision process and my app was reviewed and 
published so as of yesterday, the step by step instructions are correct. 

Kee Nethery
___
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: LC902 and LC901 message box error was LC902 and LC901 Hang with Answer (was Crash

2019-02-20 Thread Ralph DiMola via use-livecode
I have not. It's a big stack with billions(well a 100 anyway) of support
files. I will open a report as soon as I can package it up.

A new twist. A ctrl S will work normally until I open the message box. The
inspector will also open OK. Open up the message box and close it. Now a
ctrl S will cause the message box to open(last command is displayed but not
executed) then the stack will be saved normally. Also the inspector will no
longer open. Close the message box and do a Ctrl S and again the message box
opens up. Strange indeed.

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 Richard Gaskin via use-livecode
Sent: Wednesday, February 20, 2019 8:31 PM
To: use-livecode@lists.runrev.com
Cc: Richard Gaskin
Subject: Re: LC902 and LC901 message box error was LC902 and LC901 Hang with
Answer (was Crash

Excellent sleuthing, Ralph.

Has this valuable info made its way into a bug report?

-- 
  Richard Gaskin
  Fourth World Systems


Ralph DiMola wrote:
> Maybe this will help with some of the v9 problems. This is happening on my
> Win 10 VM.
> 
> I have a stack that makes the IDE go crazy if you open up the message box.
A
> slew of "can't find object" errors from a try/catch in my stack.
Yesterday
> it was OK the day before yesterday IDE went crazy. No major if any
changes.
> 
> I have some hints. After all settles down either of these 2 are left in
the
> message box.
> 1) send "ideInitialiseMessageBox" to stack "Message Box"
> 2) put the formattedHeight of field 1
> 
> The send(#1) has no result but when #2 is there it is actually executed
with
> the formattedheight of some field in the lower message box results area.
> 
> This is the executioncontexts of the try/catch in my code. Why I am
getting
> a resizestack message sent to my stack(last 2 lines) from the IDE when
> opening the message box is beyond me. If the IDE was always sending
> "resizestack"s to the developers stack then why is it a problem now?
Default
> stack behavior change? Behaviors getting lost/corrupted?
> 
> Default Stack==>stack "Message Box"
> Stack name==>stack "Message Box"
> Card name==> card "Single Line"
> 
> Executioncontexts:
> 
> stack "C:/Program Files (x86)/RunRev/LiveCode Business
> 9.0.2/Toolset/palettes/menubar/revmenubar.livecodescript",mouseUp,1027
> stack "C:/Program Files (x86)/RunRev/LiveCode Business
>
9.0.2/Toolset/palettes/menubar/revmenubar.livecodescript",revMenubarMenuButt
> onClicked,1133
> stack "C:/Program Files (x86)/RunRev/LiveCode Business
>
9.0.2/Toolset/libraries/revidelibrary.8.livecodescript",revIDETogglePalette,
> 8860
> stack "C:/Program Files (x86)/RunRev/LiveCode Business
>
9.0.2/Toolset/libraries/revidelibrary.8.livecodescript",revIDEOpenPalette,46
> 22
> stack "C:/Program Files (x86)/RunRev/LiveCode Business
> 9.0.2/Toolset/palettes/message
> box/revmessagebox.8.rev",preOpenStack,566,stack "C:/Program Files
> (x86)/RunRev/LiveCode Business
> 9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
> stack "C:/Program Files (x86)/RunRev/LiveCode Business
> 9.0.2/Toolset/palettes/message
> box/revmessagebox.8.rev",generateFrame,370,stack "C:/Program Files
> (x86)/RunRev/LiveCode Business
> 9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
> stack "C:/Program Files (x86)/RunRev/LiveCode Business
> 9.0.2/Toolset/palettes/message
> box/revmessagebox.8.rev",layoutFrame,510,stack "C:/Program Files
> (x86)/RunRev/LiveCode Business
> 9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
> stack "N:/Apps/Ver1/MyApp.livecode",resizestack,70
> stack "N:/Apps/Ver1/MyAppPlace.livecode",PlaceOnCards,920
> 
> The translated error...
> 
> Chunk: no such object
> occurred on line: 546
> 1
> 
> Chunk: can't find object
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdimola at evergreeninfo.net
> 

___
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: LC902 and LC901 message box error was LC902 and LC901 Hang with Answer (was Crash

2019-02-20 Thread Richard Gaskin via use-livecode

Excellent sleuthing, Ralph.

Has this valuable info made its way into a bug report?

--
 Richard Gaskin
 Fourth World Systems


Ralph DiMola wrote:

Maybe this will help with some of the v9 problems. This is happening on my
Win 10 VM.

I have a stack that makes the IDE go crazy if you open up the message box. A
slew of "can't find object" errors from a try/catch in my stack.  Yesterday
it was OK the day before yesterday IDE went crazy. No major if any changes.

I have some hints. After all settles down either of these 2 are left in the
message box.
1) send "ideInitialiseMessageBox" to stack "Message Box"
2) put the formattedHeight of field 1

The send(#1) has no result but when #2 is there it is actually executed with
the formattedheight of some field in the lower message box results area.

This is the executioncontexts of the try/catch in my code. Why I am getting
a resizestack message sent to my stack(last 2 lines) from the IDE when
opening the message box is beyond me. If the IDE was always sending
"resizestack"s to the developers stack then why is it a problem now? Default
stack behavior change? Behaviors getting lost/corrupted?

Default Stack==>stack "Message Box"
Stack name==>stack "Message Box"
Card name==> card "Single Line"

Executioncontexts:

stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/menubar/revmenubar.livecodescript",mouseUp,1027
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/menubar/revmenubar.livecodescript",revMenubarMenuButt
onClicked,1133
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/libraries/revidelibrary.8.livecodescript",revIDETogglePalette,
8860
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/libraries/revidelibrary.8.livecodescript",revIDEOpenPalette,46
22
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/message
box/revmessagebox.8.rev",preOpenStack,566,stack "C:/Program Files
(x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/message
box/revmessagebox.8.rev",generateFrame,370,stack "C:/Program Files
(x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/message
box/revmessagebox.8.rev",layoutFrame,510,stack "C:/Program Files
(x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
stack "N:/Apps/Ver1/MyApp.livecode",resizestack,70
stack "N:/Apps/Ver1/MyAppPlace.livecode",PlaceOnCards,920

The translated error...

Chunk: no such object
occurred on line: 546
1

Chunk: can't find object

Ralph DiMola
IT Director
Evergreen Information Services
rdimola at evergreeninfo.net



___
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


LC902 and LC901 message box error was LC902 and LC901 Hang with Answer (was Crash

2019-02-20 Thread Ralph DiMola via use-livecode
Maybe this will help with some of the v9 problems. This is happening on my
Win 10 VM.

I have a stack that makes the IDE go crazy if you open up the message box. A
slew of "can't find object" errors from a try/catch in my stack.  Yesterday
it was OK the day before yesterday IDE went crazy. No major if any changes.

I have some hints. After all settles down either of these 2 are left in the
message box.
1) send "ideInitialiseMessageBox" to stack "Message Box"
2) put the formattedHeight of field 1

The send(#1) has no result but when #2 is there it is actually executed with
the formattedheight of some field in the lower message box results area.

This is the executioncontexts of the try/catch in my code. Why I am getting
a resizestack message sent to my stack(last 2 lines) from the IDE when
opening the message box is beyond me. If the IDE was always sending
"resizestack"s to the developers stack then why is it a problem now? Default
stack behavior change? Behaviors getting lost/corrupted?

Default Stack==>stack "Message Box"
Stack name==>stack "Message Box"
Card name==> card "Single Line"

Executioncontexts:

stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/menubar/revmenubar.livecodescript",mouseUp,1027
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/menubar/revmenubar.livecodescript",revMenubarMenuButt
onClicked,1133
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/libraries/revidelibrary.8.livecodescript",revIDETogglePalette,
8860
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/libraries/revidelibrary.8.livecodescript",revIDEOpenPalette,46
22
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/message
box/revmessagebox.8.rev",preOpenStack,566,stack "C:/Program Files
(x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/message
box/revmessagebox.8.rev",generateFrame,370,stack "C:/Program Files
(x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/message
box/revmessagebox.8.rev",layoutFrame,510,stack "C:/Program Files
(x86)/RunRev/LiveCode Business
9.0.2/Toolset/palettes/behaviors/revpalettebehavior.livecodescript"
stack "N:/Apps/Ver1/MyApp.livecode",resizestack,70
stack "N:/Apps/Ver1/MyAppPlace.livecode",PlaceOnCards,920

The translated error...

Chunk: no such object
occurred on line: 546
1

Chunk: can't find object

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



___
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: LC902 and LC901 Hang with Answer (was Crash)

2019-02-20 Thread J. Landman Gay via use-livecode

On 2/20/19 3:13 PM, JJS via use-livecode wrote:
Is someone of the dev team looking in to these random strange 
behaviours, which in some cases do not have fixed recipe?


I don't know how they could without a recipe. Where would they look first?

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Brian Milby via use-livecode
That only covers perpetual licenses.  The current license model is different, 
but now we also have the community version option.

Thanks,
Brian
On Feb 20, 2019, 3:31 PM -0500, Glen Bojsza via use-livecode 
, wrote:
> Your license is good up to the last stable version that was released prior
> to expiration.
>
>
>
> On Wed, Feb 20, 2019 at 2:35 PM Richmond via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > On Macintosh it is there: 7.1.4, 8.1.14, 9.0.2.
> >
> > Why are you mucking around with Indy Version 8.0.0 DP4?
> >
> > If your licence is still valid you can upgrade to the "latest and
> > greatest."
> >
> > If your licence has expired then your 8.0.0 DP4 should not be working,
> > at which point you can either download a more current Community version
> > or pay
> > for a new licence.
> >
> > Richmond.
> >
> > On 20.02.19 21:21, J. Landman Gay via use-livecode wrote:
> > > I see it in both 8.1.10 and 9.0.2, second item from the top.
> > >
> > > On 2/20/19 9:54 AM, Glen Bojsza via use-livecode wrote:
> > > > I found the problem...in my Indy Version 8.0.0 DP4 there is no image
> > > > library under the development menu??
> > > >
> > > > In LC 6.7.6 there is.
> > > >
> > > > So why isn't there one in LC 8.0.0?
> > >
> > >
> > >
> >
> >
> > ___
> > 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: LC902 and LC901 Hang with Answer (was Crash)

2019-02-20 Thread JJS via use-livecode
Is someone of the dev team looking in to these random strange 
behaviours, which in some cases do not have fixed recipe?


Op 20-2-2019 om 18:50 schreef hh via use-livecode:

Each and every MacOS 10.x.0 and 10.x.1.
Even Windows 10 is closer to "stable" than these "first" versions.


Bob S. wrote:
Really? Which ones?

hh wrote:
* People are updating their OS without denoting it (for example
some MacOS versions are highly unstable). This affects especially
cross platform apps as 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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Glen Bojsza via use-livecode
Your license is good up to the last stable version that was released prior
to expiration.



On Wed, Feb 20, 2019 at 2:35 PM Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Macintosh it is there: 7.1.4, 8.1.14, 9.0.2.
>
> Why are you mucking around with Indy Version 8.0.0 DP4?
>
> If your licence is still valid you can upgrade to the "latest and
> greatest."
>
> If your licence has expired then your 8.0.0 DP4 should not be working,
> at which point you can either download a more current Community version
> or pay
> for a new licence.
>
> Richmond.
>
> On 20.02.19 21:21, J. Landman Gay via use-livecode wrote:
> > I see it in both 8.1.10 and 9.0.2, second item from the top.
> >
> > On 2/20/19 9:54 AM, Glen Bojsza via use-livecode wrote:
> >> I found the problem...in my Indy Version 8.0.0 DP4 there is no image
> >> library under the development menu??
> >>
> >> In LC 6.7.6 there is.
> >>
> >> So why isn't there one in LC 8.0.0?
> >
> >
> >
>
>
> ___
> 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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Richmond via use-livecode

On Macintosh it is there: 7.1.4, 8.1.14, 9.0.2.

Why are you mucking around with Indy Version 8.0.0 DP4?

If your licence is still valid you can upgrade to the "latest and greatest."

If your licence has expired then your 8.0.0 DP4 should not be working,
at which point you can either download a more current Community version 
or pay

for a new licence.

Richmond.

On 20.02.19 21:21, J. Landman Gay via use-livecode wrote:

I see it in both 8.1.10 and 9.0.2, second item from the top.

On 2/20/19 9:54 AM, Glen Bojsza via use-livecode wrote:

I found the problem...in my Indy Version 8.0.0 DP4 there is no image
library under the development menu??

In LC 6.7.6 there is.

So why isn't there one in LC 8.0.0?







___
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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread J. Landman Gay via use-livecode

I see it in both 8.1.10 and 9.0.2, second item from the top.

On 2/20/19 9:54 AM, Glen Bojsza via use-livecode wrote:

I found the problem...in my Indy Version 8.0.0 DP4 there is no image
library under the development menu??

In LC 6.7.6 there is.

So why isn't there one in LC 8.0.0?




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: Livecode with Window 7

2019-02-20 Thread Richard Gaskin via use-livecode

Sannyasin Brahmanathaswami wrote:

> One of our volunteers uses Window 7, (2009 his last update).

Best to proceed as though the machine is compromised. It may not be, but 
eight years without updates is dangerously long so better to err on the 
side of prudence: Deliver no software that provides uploads to your 
systems unless you have high confidence all inputs are thoroughly sanitized.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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: Data grid : show an button in a column only if there is an email in other column

2019-02-20 Thread Ludovic via use-livecode
I was not far away !

Thank you.

> Le 20 févr. 2019 à 17:58, zryip theSlug via use-livecode 
>  a écrit :
> 
> Ludovic,
> 
> Try:
> 
> on FillInData pData
> 
>if pData["email"] <> "" then show btn  "sendmail" of me
> 
>else hide btn  "sendmail" of me
> 
> end FillInData
> 
> On Wed, Feb 20, 2019 at 5:54 PM Ludovic THEBAULT via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> Hello,
>> 
>> I have an address table (data grid) including an "email" column. An other
>> column contains a button to send an email.  I want to hide this button if
>> the line does not contain an email.
>> I put this script in the behavior of the button column :
>> 
>> on FillInData pData
>> 
>>if pData["email"] <> "" then show btn  "sendmail"
>> 
>>else hide btn  "sendmail"
>> 
>> end FillInData
>> 
>> 
>> But it seem to work only for the first line of the table.
>> 
>> Any ideas ?
>> 
>> Thanks in advance !
>> 
>> Ludovic
>> ___
>> 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
>> 
> 
> 
> -- 
> Zryip TheSlug
> http://www.aslugontheroad.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: LC902 and LC901 Hang with Answer (was Crash)

2019-02-20 Thread hh via use-livecode
Each and every MacOS 10.x.0 and 10.x.1.
Even Windows 10 is closer to "stable" than these "first" versions.

> Bob S. wrote:
> Really? Which ones?
> > hh wrote:
> > * People are updating their OS without denoting it (for example
> > some MacOS versions are highly unstable). This affects especially
> > cross platform apps as 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: Livecode with Window 7

2019-02-20 Thread Richmond via use-livecode
I keep a machine around with Windows 7 on it (disconnected from monitor, 
keyboard, mouse
and internet); and drag it out about once a month to test Windows 
standalone builds. It was worth
the price of a Windows OEM licence just for that as it has caught me 
once or twice in quite surprising ways.


Richmond.

On 20.02.19 19:09, J. Landman Gay via use-livecode wrote:
I don't have an answer for the general problem, but the "as sheet" 
option is OSX only. Windows doesn't support that.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On February 19, 2019 9:05:40 PM Sannyasin Brahmanathaswami via 
use-livecode  wrote:


One of our volunteers uses Window 7, (2009 his last update). He says 
it the best windows version there ever was.


I tried to make a standalone for Windows that would work for him.

But the ask and answer dialog do not appear on screen, I tried them 
"as sheet" but they still are missing. Clicking "enter" should, in 
theory, trigger the "OK" even if they are off screen. But that is 
also no working


I have "Search for required inclusions..." in the SA setting. 
Livecode is picking the other things required (internet lib and XML 
etc) . What about  the Answer and Answer?  But "as sheet" should 
appear in the stack window area...that  is also not working...


BR

___
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: Livecode with Window 7

2019-02-20 Thread J. Landman Gay via use-livecode
I don't have an answer for the general problem, but the "as sheet" option 
is OSX only. Windows doesn't support that.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On February 19, 2019 9:05:40 PM Sannyasin Brahmanathaswami via use-livecode 
 wrote:


One of our volunteers uses Window 7, (2009 his last update). He says it the 
best windows version there ever was.


I tried to make a standalone for Windows that would work for him.

But the ask and answer dialog do not appear on screen, I tried them "as 
sheet" but they still are missing. Clicking "enter" should, in theory, 
trigger the "OK" even if they are off screen. But that is also no working


I have "Search for required inclusions..." in the SA setting. Livecode is 
picking the other things required (internet lib and XML etc) . What about  
the Answer and Answer?  But "as sheet" should appear in the stack window 
area...that  is also not working...


BR

___
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: Data grid : show an button in a column only if there is an email in other column

2019-02-20 Thread zryip theSlug via use-livecode
Ludovic,

Try:

on FillInData pData

if pData["email"] <> "" then show btn  "sendmail" of me

else hide btn  "sendmail" of me

end FillInData

On Wed, Feb 20, 2019 at 5:54 PM Ludovic THEBAULT via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hello,
>
> I have an address table (data grid) including an "email" column. An other
> column contains a button to send an email.  I want to hide this button if
> the line does not contain an email.
> I put this script in the behavior of the button column :
>
> on FillInData pData
>
> if pData["email"] <> "" then show btn  "sendmail"
>
> else hide btn  "sendmail"
>
> end FillInData
>
>
> But it seem to work only for the first line of the table.
>
> Any ideas ?
>
> Thanks in advance !
>
> Ludovic
> ___
> 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
>


-- 
Zryip TheSlug
http://www.aslugontheroad.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


Data grid : show an button in a column only if there is an email in other column

2019-02-20 Thread Ludovic THEBAULT via use-livecode
Hello,

I have an address table (data grid) including an "email" column. An other 
column contains a button to send an email.  I want to hide this button if the 
line does not contain an email.
I put this script in the behavior of the button column :

on FillInData pData

if pData["email"] <> "" then show btn  "sendmail"

else hide btn  "sendmail"

end FillInData


But it seem to work only for the first line of the table.

Any ideas ?

Thanks in advance !

Ludovic
___
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: LC902 and LC901 Hang with Answer (was Crash)

2019-02-20 Thread Bob Sneidar via use-livecode
Really? Which ones?

Bob S


> On Feb 20, 2019, at 08:23 , hh via use-livecode 
>  wrote:
> 
> * People are updating their OS without denoting it (for example
> some MacOS versions are highly unstable). This affects especially
> cross platform apps as 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: LC902 and LC901 Hang with Answer (was Crash)

2019-02-20 Thread hh via use-livecode
All LC 9 versions have some serious problems, especially memory
problems with widgets.

But we should have also the following possible reasons for
"malfunctions" of LiveCode in mind.

* People are updating their OS without denoting it (for example
some MacOS versions are highly unstable). This affects especially
cross platform apps as LiveCode.

* People are not or too late updating their hardware: A mouse
or a keyboard become randomly working when close to their collapse.

* People are loosing some of their mobility, intelligence or
ability to concentrate when getting older.

To avoid any misunderstanding: "People" means inclusive myself.

___
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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread hh via use-livecode
> GlenB. wrote:
> I found the problem...in my Indy Version 8.0.0 DP4 there is
> no image library under the development menu?? In LC 6.7.6
> there is. So why isn't there one in LC 8.0.0? 

Lost in space? Only the sky is the limit for 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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Glen Bojsza via use-livecode
I found the problem...in my Indy Version 8.0.0 DP4 there is no image
library under the development menu??

In LC 6.7.6 there is.

So why isn't there one in LC 8.0.0?


On Wed, Feb 20, 2019 at 10:35 AM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> What you see when choosing an icon is the Image Library, which is also in
> the Development menu. It doesn't show all controls, only images, but it
> does have an option to show all the images in the current stack.
>
> You can't use the Image Library to delete an image from the stack though.
> For that you just select the image on the card and hit the delete key on
> the keyboard. If the image isn't visible you can select it in either the
> app browser or the project browser.
>
>
>
___
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: scrCopy BlendMode

2019-02-20 Thread hh via use-livecode
1. If you quote the modes then it works.
set the ink of img "DSC03103.jpeg" to "srcCopy"

2. The bitmap modes are no longer supported in LC 9.
This is reported in several of the release notes. Probably they
are still listed to allow legacy stacks (LC 6/7/8/9).

3. For example:
https://en.wikipedia.org/wiki/Blend_modes

> Beat K. wrote
> 1. The 'normal' blendMode is scrCopy (the mode all objects get when they
> are created). I can change that blendmode and later put it back to scrCopy
> in the Inspector. But setting the ink to scrCopy by script does not work.
> 
> 2. What happened to the blendModes that do not work either, like :
> BlendScr, BlendScrOver, NotSreenAnd and 15 others? Why are they available
> in the choices, but do not seem to work (execution error).
> 
> 3. Where can I find detailed info about the different blend modes. I'm
> looking for the math on what they all do.

___
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


scrCopy BlendMode

2019-02-20 Thread Beat Cornaz via use-livecode
A couple of questions about BlendModes in LC.

1. The 'normal' blendMode is scrCopy (the mode all objects get when they
are created). I can change that blendmode and later put it back to scrCopy
in the Inspector. But setting the ink to scrCopy by script does not work.
I type in the messagebox :

*set the ink of img "DSC03103.jpeg" to scrCopy*

I get the following error :

*Message execution error:*

*Error description: Property: invalid enumeration value*

*Hint: *

Can anyone tell me how to set the blendMode of an image to scrCopy by
script?


2. What happened to the blendModes that do not work either, like :
BlendScr, BlendScrOver, NotSreenAnd and 15 others? Why are they available
in the choices, but do not seem to work (execution error).


3. Where can I find detailed info about the different blend modes. I'm
looking for the math on what they all do.

Kind regards,

Beat
___
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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread J. Landman Gay via use-livecode
What you see when choosing an icon is the Image Library, which is also in 
the Development menu. It doesn't show all controls, only images, but it 
does have an option to show all the images in the current stack.


You can't use the Image Library to delete an image from the stack though. 
For that you just select the image on the card and hit the delete key on 
the keyboard. If the image isn't visible you can select it in either the 
app browser or the project browser.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On February 20, 2019 3:20:51 AM Glen Bojsza via use-livecode 
 wrote:



No, it would show all the controls a stack has which includes the imported
ones.

When you scrolled through the images it contained the really old Metacard
images.

You can see this when you want to add an image to a button but that is when
you are in the button’s property manager selecting an image.

I was sure there was a view option which allowed you to edit which images
get stored with a stack.

Perhaps asking the question how do you remove an imported image?

On Tue, Feb 19, 2019 at 10:52 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:


Are you thinking of the old application browser? It's now in the Plugins
menu, named revApplicationOverview.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On February 19, 2019 6:36:05 PM Glen Bojsza via use-livecode
 wrote:


Hello,


I have an old rev stack that I had saved images as controls and could
reference them by their ID number and remember that you could bring up

all

controls used by rev to see what controls you had saved.


I can't seem to find that anywhere in LC 8?


Glen
___
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: LC902 and LC901 Hang with Answer (was Crash)

2019-02-20 Thread Sphere via use-livecode
And i double check if i did not turn off messages, sometimes i need to 
double click it to get a good reaction. But that's separate from these 
issues.


J. Landman Gay via use-livecode schreef op 2019-02-19 22:30:

On 2/19/19 3:00 PM, JJS via use-livecode wrote:
But just yet i also had a weird issue that it would not post or 
receive, restarted LC and worked again


it's making me nuts


Me too. Sometimes I go back to an earlier version of LC for a while if
I don't need new features. There's no recipe for the problem either,
it's always something random.


___
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: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Glen Bojsza via use-livecode
No, it would show all the controls a stack has which includes the imported
ones.

When you scrolled through the images it contained the really old Metacard
images.

You can see this when you want to add an image to a button but that is when
you are in the button’s property manager selecting an image.

I was sure there was a view option which allowed you to edit which images
get stored with a stack.

Perhaps asking the question how do you remove an imported image?

On Tue, Feb 19, 2019 at 10:52 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Are you thinking of the old application browser? It's now in the Plugins
> menu, named revApplicationOverview.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On February 19, 2019 6:36:05 PM Glen Bojsza via use-livecode
>  wrote:
>
> > Hello,
> >
> > I have an old rev stack that I had saved images as controls and could
> > reference them by their ID number and remember that you could bring up
> all
> > controls used by rev to see what controls you had saved.
> >
> > I can't seem to find that anywhere in LC 8?
> >
> > Glen
> > ___
> > 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