Re: iOS 12 and SDK

2018-09-18 Thread Ludovic THEBAULT via use-livecode

> Le 19 sept. 2018 à 06:55, Monte Goulding via use-livecode 
>  a écrit :
> 
> 
> 
>> On 19 Sep 2018, at 2:50 pm, Ludovic THEBAULT via use-livecode 
>>  wrote:
>> 
>> My app (built with Livecode 8) also crash on IOS 12.
>> So, i built it with LC 9.01 and work on my device on iOS 12.
>> 
>> I submitted it, but Application Loader rejected it :
>> ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS '10.2' 
>> SDK. All iOS apps submitted to the App Store must be built with the iOS 
>> '11.0' SDK or later, included in Xcode [9.0] or later. Please update Xcode 
>> and rebuild your app. »
>> 
>> But i have only Xcode 8.2.1 and SDX 10, i am under MacOS X 10.11 and cannot 
>> upgrade.
>> 
>> Any solution other than bought a new mac ?
> 
> Unfortunately not. Apple require apps submitted to the App Store to be built 
> against 11+ now which means the minimum Xcode version you can use is Xcode 
> 9.2 under macOS 10.12.6.
> 

Ok, thanks Apple :)

I’ll try to upgrade my OS to macOS 10.12, i read somewhere it could be 
possible. 




___
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: iOS 12 and SDK

2018-09-18 Thread Monte Goulding via use-livecode


> On 19 Sep 2018, at 2:50 pm, Ludovic THEBAULT via use-livecode 
>  wrote:
> 
> My app (built with Livecode 8) also crash on IOS 12.
> So, i built it with LC 9.01 and work on my device on iOS 12.
> 
> I submitted it, but Application Loader rejected it :
> ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS '10.2' 
> SDK. All iOS apps submitted to the App Store must be built with the iOS 
> '11.0' SDK or later, included in Xcode [9.0] or later. Please update Xcode 
> and rebuild your app. »
> 
> But i have only Xcode 8.2.1 and SDX 10, i am under MacOS X 10.11 and cannot 
> upgrade.
> 
> Any solution other than bought a new mac ?

Unfortunately not. Apple require apps submitted to the App Store to be built 
against 11+ now which means the minimum Xcode version you can use is Xcode 9.2 
under macOS 10.12.6.

Cheers

Monte
___
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

iOS 12 and SDK

2018-09-18 Thread Ludovic THEBAULT via use-livecode
Hello,

My app (built with Livecode 8) also crash on IOS 12.
So, i built it with LC 9.01 and work on my device on iOS 12.

I submitted it, but Application Loader rejected it :
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS '10.2' 
SDK. All iOS apps submitted to the App Store must be built with the iOS '11.0' 
SDK or later, included in Xcode [9.0] or later. Please update Xcode and rebuild 
your app. »

But i have only Xcode 8.2.1 and SDX 10, i am under MacOS X 10.11 and cannot 
upgrade.

Any solution other than bought a new mac ?

Thanks.

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: editGroup message?

2018-09-18 Thread Tom Glod via use-livecode
nice workaround.

On Wed, Sep 19, 2018 at 12:11 AM Brian Milby via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Now that I think about it a little more, I could figure it out as long as
> there is a control in the group...
>
> local tID, tGroup
> put the id of control 1 into tID
> stop editing
> put the long id of the owner of control id tID into tGroup
>
> later on, should be able to...
>
> start editing tGroup
>
> At least it works in the message box.
>
> Brian
>
> On Tue, Sep 18, 2018 at 10:26 PM Tom Glod via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > hmmm i'm sure there is some way to find out  the engine has to
> know
> > which group is being edited...just have to find the engine property
> > could be an undocumented one.  Isn't there a stack that lists engine
> > properties?  haven't seen it in years but I think I recall something like
> > that.
> >
> > maybe someone will know offhand.
> >
> > On Tue, Sep 18, 2018 at 11:16 PM Brian Milby via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > I ran into this with ScriptTracker. I just disable the mode there. I
> > > looked at how to preserve and restore the setting, but didn’t find it
> at
> > > the time. I could tell if the mode was enabled, but not which
> background
> > > was being edited to restore afterwards.
> > >
> > > Thanks,
> > > Brian
> > > On Sep 18, 2018, 9:30 PM -0500, Tom Glod via use-livecode <
> > > use-livecode@lists.runrev.com>, wrote:
> > > > I don't think there is a msg but
> > > >
> > > > the editbg of stack "Mystack" = true when in editing mode.
> > > >
> > > > On Tue, Sep 18, 2018 at 7:18 PM doc hawk via use-livecode <
> > > > use-livecode@lists.runrev.com> wrote:
> > > >
> > > > > When choosing "edit group" from the toolbar (or otherwise), is
> there
> > an
> > > > > "editGroup" or similar message sent that I can intercept?
> > > > >
> > > > > In particular, I want to set a flag that my auto-save routines can
> > > catch,
> > > > > as saving while in edit group knocks that mod out, sometimes with
> > > oddball
> > > > > effects.
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Dr. Richard E. Hawkins, Esq.
> > > > > (702) 508-8462
> > > > > ___
> > > > > 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: editGroup message?

2018-09-18 Thread Brian Milby via use-livecode
Now that I think about it a little more, I could figure it out as long as
there is a control in the group...

local tID, tGroup
put the id of control 1 into tID
stop editing
put the long id of the owner of control id tID into tGroup

later on, should be able to...

start editing tGroup

At least it works in the message box.

Brian

On Tue, Sep 18, 2018 at 10:26 PM Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:

> hmmm i'm sure there is some way to find out  the engine has to know
> which group is being edited...just have to find the engine property
> could be an undocumented one.  Isn't there a stack that lists engine
> properties?  haven't seen it in years but I think I recall something like
> that.
>
> maybe someone will know offhand.
>
> On Tue, Sep 18, 2018 at 11:16 PM Brian Milby via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > I ran into this with ScriptTracker. I just disable the mode there. I
> > looked at how to preserve and restore the setting, but didn’t find it at
> > the time. I could tell if the mode was enabled, but not which background
> > was being edited to restore afterwards.
> >
> > Thanks,
> > Brian
> > On Sep 18, 2018, 9:30 PM -0500, Tom Glod via use-livecode <
> > use-livecode@lists.runrev.com>, wrote:
> > > I don't think there is a msg but
> > >
> > > the editbg of stack "Mystack" = true when in editing mode.
> > >
> > > On Tue, Sep 18, 2018 at 7:18 PM doc hawk via use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > > > When choosing "edit group" from the toolbar (or otherwise), is there
> an
> > > > "editGroup" or similar message sent that I can intercept?
> > > >
> > > > In particular, I want to set a flag that my auto-save routines can
> > catch,
> > > > as saving while in edit group knocks that mod out, sometimes with
> > oddball
> > > > effects.
> > > >
> > > >
> > > >
> > > > --
> > > > Dr. Richard E. Hawkins, Esq.
> > > > (702) 508-8462
> > > > ___
> > > > 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: editGroup message?

2018-09-18 Thread Tom Glod via use-livecode
hmmm i'm sure there is some way to find out  the engine has to know
which group is being edited...just have to find the engine property
could be an undocumented one.  Isn't there a stack that lists engine
properties?  haven't seen it in years but I think I recall something like
that.

maybe someone will know offhand.

On Tue, Sep 18, 2018 at 11:16 PM Brian Milby via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I ran into this with ScriptTracker. I just disable the mode there. I
> looked at how to preserve and restore the setting, but didn’t find it at
> the time. I could tell if the mode was enabled, but not which background
> was being edited to restore afterwards.
>
> Thanks,
> Brian
> On Sep 18, 2018, 9:30 PM -0500, Tom Glod via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> > I don't think there is a msg but
> >
> > the editbg of stack "Mystack" = true when in editing mode.
> >
> > On Tue, Sep 18, 2018 at 7:18 PM doc hawk via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > When choosing "edit group" from the toolbar (or otherwise), is there an
> > > "editGroup" or similar message sent that I can intercept?
> > >
> > > In particular, I want to set a flag that my auto-save routines can
> catch,
> > > as saving while in edit group knocks that mod out, sometimes with
> oddball
> > > effects.
> > >
> > >
> > >
> > > --
> > > Dr. Richard E. Hawkins, Esq.
> > > (702) 508-8462
> > > ___
> > > 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: editGroup message?

2018-09-18 Thread Brian Milby via use-livecode
I ran into this with ScriptTracker. I just disable the mode there. I looked at 
how to preserve and restore the setting, but didn’t find it at the time. I 
could tell if the mode was enabled, but not which background was being edited 
to restore afterwards.

Thanks,
Brian
On Sep 18, 2018, 9:30 PM -0500, Tom Glod via use-livecode 
, wrote:
> I don't think there is a msg but
>
> the editbg of stack "Mystack" = true when in editing mode.
>
> On Tue, Sep 18, 2018 at 7:18 PM doc hawk via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > When choosing "edit group" from the toolbar (or otherwise), is there an
> > "editGroup" or similar message sent that I can intercept?
> >
> > In particular, I want to set a flag that my auto-save routines can catch,
> > as saving while in edit group knocks that mod out, sometimes with oddball
> > effects.
> >
> >
> >
> > --
> > Dr. Richard E. Hawkins, Esq.
> > (702) 508-8462
> > ___
> > 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: editGroup message?

2018-09-18 Thread Tom Glod via use-livecode
I don't think there is a msg but

the editbg of stack "Mystack" = true when in editing mode.

On Tue, Sep 18, 2018 at 7:18 PM doc hawk via use-livecode <
use-livecode@lists.runrev.com> wrote:

> When choosing "edit group" from the toolbar (or otherwise), is there an
> "editGroup" or similar message sent that I can intercept?
>
> In particular, I want to set a flag that my auto-save routines can catch,
> as saving while in edit group knocks that mod out, sometimes with oddball
> effects.
>
>
>
> --
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> ___
> 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: Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
Well Alex won with "extents"

in fact while he wrote that, I was in the User look at extents.'



Jacque does that some thing..

  put the number of lines in keys

USE CASE

Jacque and created a puzzle together, it take quotes of various lengths, 
creates image tiles of the words. Each tile has a customprop "uHomeLoc" 
that has the location where it wants to be placed. It uHome is set to false.
 The user drags the tile. 
Close to home it snaps into place and its "uHome" is set true. It cannot move 
anter that.  

That problem is a sentence having say "and" three times.
 
Each "and" can only "go home" in one location. 
This is frustrating to users.

Say we need to tell this tile  "and" that "any one of these location will serve 
as home" 
 
I may end up switch to jacque model, which is to make "tile" be little fields,
 one of each word. 

But I use can the code for  "images as tile"  for to another game, 
which is putting picture together.

BR 


On 9/18/18 3:49 PM, Richard Gaskin via use-livecode wrote:
> When solving a problem with a given data structure makes your head hurt, 
> that may be an indication that your head's fine and the problem is with 
> the data structure. :)
>
> Can you tell us a bit more about your goal with this?
>
> In your example output, if we look at this line:
>
> WordLocationA["Cut"][1][100,320]
>
> What do these numbers signify?
>
> And what will you be doing with this index once you have it?


-- 
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: Creating Array - Auto Numeric

2018-09-18 Thread Richard Gaskin via use-livecode
When solving a problem with a given data structure makes your head hurt, 
that may be an indication that your head's fine and the problem is with 
the data structure. :)


Can you tell us a bit more about your goal with this?

In your example output, if we look at this line:

   WordLocationA["Cut"][1][100,320]

What do these numbers signify?

And what will you be doing with this index once you have it?

--
 Richard Gaskin
 Fourth World Systems


Sannyasin Brahmanathaswami wrote:

> My head always breaks on complex array functions. I can't head around
> this algorithm
>
> Given a "quote"  in a field
>
> "Cut the apple. Cut the banana"
>
> We get to location for each word (that is easy)
>
> I want to analyse the quote by going through each word.
>
> *--*
>
> *repeat* withx = 1tothenumberofwordsoffld"_quote"
>
> # get the location of the word, put it into variable tWordLocation
>
> put tWordLocation to the WordLocationA[x][??][tWordLocation]
>
> end repeat
>
> ---
>
> that we end with
>
> WordLocationA["Cut"][1][100,320]
> WordLocationA["Cut"][2][300,320]
> WordLocationA["the"][1][200,320]
> WordLocationA["the"][2][400,320]
> WordLocationA["apple"][2][500,320]
> WordLocationA["banana"][2][500,320]
>
> the "part" where incrementing the numeric key inside the repeat loop,
> "inside" the key,  I can't get.



___
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: Creating Array - Auto Numeric

2018-09-18 Thread Alex Tweedly via use-livecode

or,


   repeat for each trueword X in tQuote
  put (item 2 of the extents of tWordLocationA[X]) + 1 into t1
  put tWordLocation into tWordLocationA[X][t1]
   end repeat

Alex


On 18/09/2018 23:57, J. Landman Gay via use-livecode wrote:

On 9/18/18 5:01 PM, Sannyasin Brahmanathaswami via use-livecode wrote:

# how to get "x" to increment? but only by each key in the array?


Okay, try this:

  put fld 1 into tQuote
  repeat with x = 1 to the number of truewords in tQuote
    put the number of lines in keys(tWordLocationA[trueword x of 
tQuote])+1 into tNum
    put tWordLocation into tWordLocationA[trueword x of 
tQuote][tNum][tWordLocation]

  end repeat




___
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

editGroup message?

2018-09-18 Thread doc hawk via use-livecode
When choosing "edit group" from the toolbar (or otherwise), is there an
"editGroup" or similar message sent that I can intercept?

In particular, I want to set a flag that my auto-save routines can catch,
as saving while in edit group knocks that mod out, sometimes with oddball
effects.



-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
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: Creating Array - Auto Numeric

2018-09-18 Thread J. Landman Gay via use-livecode

On 9/18/18 5:01 PM, Sannyasin Brahmanathaswami via use-livecode wrote:

# how to get "x" to increment? but only by each key in the array?


Okay, try this:

  put fld 1 into tQuote
  repeat with x = 1 to the number of truewords in tQuote
put the number of lines in keys(tWordLocationA[trueword x of 
tQuote])+1 into tNum
put tWordLocation into tWordLocationA[trueword x of 
tQuote][tNum][tWordLocation]

  end repeat

--
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: App Dead on iOS 12

2018-09-18 Thread Monte Goulding via use-livecode
We have not been able to replicate the crash so it’s pretty important that we 
get a report with a recipe ASAP.

Cheers

Monte
___
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: Navigator 6.3 alpha 1 is out -- major awesomeness!

2018-09-18 Thread hh via use-livecode
This is great work. Thanks.

Admittedly, one has always to get accustomed gradually to the
new features of Navigator. This time I needed one hour alone
for getting informed about these.



___
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: Creating Array - Auto Numeric

2018-09-18 Thread Tore Nilsen via use-livecode


We are not talking about different things, but the same thing from different 
angles. I misinterpreted what you wanted to do from your example. What you do 
manually is creating an associative array with a numeric array as the values 
for each key in the associative array, which should work well. I should learn 
to read before I write, just as I should learn to listen for the questions 
before I give the answers. My students have told me as much, more than once! :-)


Best Regards 
Tore







> 19. sep. 2018 kl. 00:01 skrev Sannyasin Brahmanathaswami via use-livecode 
> :
> 
> Tore, must be talking about different things.
> 
> fld "tQuote" =
> 
> Cut the apple. Cut the banana.
> 
> 
> I CAN manually create what we need
> 
> *on*mouseup
> 
> *put*"100,320"intoWordLocationsA["Cut"][1]
> 
> *put*"300,320"intoWordLocationsA["Cut"][2]
> 
> *put*"200,320"intoWordLocationsA["the"][1]
> 
> *put*"400,320"intoWordLocationsA["the"][2]
> 
> *put*"500,320"intoWordLocationsA["apple"][1]
> 
> *put*"700,320"intoWordLocationsA["banana"][1]
> 
> *put*thekeysofWordLocationsA
> 
> *end*mouseup
> 
> 
> Craig has almost got it
> 
> 
> *on*mouseUp
> 
> *repeat* withy = 1tothenumberofwordsoffld"tQuote"
> 
> *put*wordy offld"tQuote"intotWord
> 
> *select*wordy offldtQuote
> 
> *put*theselectedLocintowordLocationA[tWord][x]
> 
> *end* *repeat*
> 
> *end*mouseUp
> 
> # how to get "x" to increment? but only by each key in the array?
> 
> *on*mouseup
> 
> *repeat* withy = 1tothenumberofwordsoffld"tQuote"
> 
> *select*wordy offld"tQuote"
> 
> *put*wordy offld"tQuote"&"|"& theselectedLoc& crafterwordLocationsA
> 
> *end* *repeat*
> 
> *delete*char-1 ofwordLocationsA
> 
> *split*wordLocationsA bycrand"|"
> 
> *put*thekeysofwordLocationsA intofld"result"
> 
> *end*mouseUp
> 
> #only on location is saved (of course)
> 
> 
> 
> 
> 
> 
> 
> On 9/18/18 7:15 AM, Tore Nilsen via use-livecode wrote:
>> You can not put the incrementing numeric key inside an associative array the 
>> way you want. The key of any array must be unique, and you can not have 
>> several instances of a key in an array. Think of the keys of the array it as 
>> the primary keys of a database table. It serves as a unique identifier.
>> 
>> Best regards
>> Tore Nilsen
>> 
>> 
>> 
>> 
>> 
>>> 18. sep. 2018 kl. 17:41 skrev Sannyasin Brahmanathaswami via use-livecode 
>>> :
>>> 
>>> My head always breaks on complex array functions. I can't head around
>>> this algorithm
>>> 
>>> Given a "quote"  in a field
>>> 
>>> "Cut the apple. Cut the banana"
>>> 
>>> We get to location for each word (that is easy) 
>>> 
>>> I want to analyse the quote by going through each word.
>>> 
>>> *--*
>>> 
>>> *repeat* withx = 1tothenumberofwordsoffld"_quote"
>>> 
>>>   # get the location of the word, put it into variable tWordLocation
>>> 
>>>   put tWordLocation to the WordLocationA[x][??][tWordLocation]
>>> 
>>> end repeat
>>> 
>>> ---
>>> 
>>> that we end with
>>> 
>>> WordLocationA["Cut"][1][100,320]
>>> WordLocationA["Cut"][2][300,320]
>>> WordLocationA["the"][1][200,320]
>>> WordLocationA["the"][2][400,320]
>>> WordLocationA["apple"][2][500,320]
>>> WordLocationA["banana"][2][500,320]
>>> 
>>> the "part" where incrementing the numeric key inside the repeat loop,
>>> "inside" the key,  I can't get.
>>> 
>>> 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: Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
Tore, must be talking about different things.

fld "tQuote" =

Cut the apple. Cut the banana.


I CAN manually create what we need

*on*mouseup

*put*"100,320"intoWordLocationsA["Cut"][1]

*put*"300,320"intoWordLocationsA["Cut"][2]

*put*"200,320"intoWordLocationsA["the"][1]

*put*"400,320"intoWordLocationsA["the"][2]

*put*"500,320"intoWordLocationsA["apple"][1]

*put*"700,320"intoWordLocationsA["banana"][1]

*put*thekeysofWordLocationsA

*end*mouseup


Craig has almost got it


*on*mouseUp

*repeat* withy = 1tothenumberofwordsoffld"tQuote"

*put*wordy offld"tQuote"intotWord

*select*wordy offldtQuote

*put*theselectedLocintowordLocationA[tWord][x]

*end* *repeat*

*end*mouseUp

# how to get "x" to increment? but only by each key in the array?

*on*mouseup

*repeat* withy = 1tothenumberofwordsoffld"tQuote"

*select*wordy offld"tQuote"

*put*wordy offld"tQuote"&"|"& theselectedLoc& crafterwordLocationsA

*end* *repeat*

*delete*char-1 ofwordLocationsA

*split*wordLocationsA bycrand"|"

*put*thekeysofwordLocationsA intofld"result"

*end*mouseUp

#only on location is saved (of course)







On 9/18/18 7:15 AM, Tore Nilsen via use-livecode wrote:
> You can not put the incrementing numeric key inside an associative array the 
> way you want. The key of any array must be unique, and you can not have 
> several instances of a key in an array. Think of the keys of the array it as 
> the primary keys of a database table. It serves as a unique identifier.
>
> Best regards
> Tore Nilsen
>
>
>
>
>
>> 18. sep. 2018 kl. 17:41 skrev Sannyasin Brahmanathaswami via use-livecode 
>> :
>>
>> My head always breaks on complex array functions. I can't head around
>> this algorithm
>>
>> Given a "quote"  in a field
>>
>> "Cut the apple. Cut the banana"
>>
>> We get to location for each word (that is easy) 
>>
>> I want to analyse the quote by going through each word.
>>
>> *--*
>>
>> *repeat* withx = 1tothenumberofwordsoffld"_quote"
>>
>># get the location of the word, put it into variable tWordLocation
>>
>>put tWordLocation to the WordLocationA[x][??][tWordLocation]
>>
>> end repeat
>>
>> ---
>>
>> that we end with
>>
>> WordLocationA["Cut"][1][100,320]
>> WordLocationA["Cut"][2][300,320]
>> WordLocationA["the"][1][200,320]
>> WordLocationA["the"][2][400,320]
>> WordLocationA["apple"][2][500,320]
>> WordLocationA["banana"][2][500,320]
>>
>> the "part" where incrementing the numeric key inside the repeat loop,
>> "inside" the key,  I can't get.
>>
>> 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


Re: Creating Array - Auto Numeric

2018-09-18 Thread J. Landman Gay via use-livecode

On 9/18/18 10:41 AM, Sannyasin Brahmanathaswami via use-livecode wrote:

I want to analyse the quote by going through each word.

*--*

*repeat*  withx = 1tothenumberofwordsoffld"_quote"

 # get the location of the word, put it into variable tWordLocation

 put tWordLocation to the WordLocationA[x][??][tWordLocation]

end repeat

---

that we end with

WordLocationA["Cut"][1][100,320]
WordLocationA["Cut"][2][300,320]
WordLocationA["the"][1][200,320]
WordLocationA["the"][2][400,320]
WordLocationA["apple"][2][500,320]
WordLocationA["banana"][2][500,320]


I think this will get you close:

  put fld 1 into tQuote
  repeat with x = 1 to the number of truewords in tQuote
put tWordLocation into tWordLocationA[trueword x of 
tQuote][x][tWordLocation]

  end repeat

You could count word instances incrementally with more scripting, but 
this short way gives you something similar. It stores the word position 
to get this:


tWordLocationA["Cut"][1][100,320]
tWordLocationA["Cut"][4][300,320]
tWordLocationA["the"][2][200,320]
tWordLocationA["the"][5][400,320]
tWordLocationA["apple"][3][500,320]
tWordLocationA["banana"][6][500,320]

If you do want an incremental word count, check the number of elements 
in each array key and add 1 to it instead of using "x" as the counter 
when filling the array.


--
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: Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/18/18 7:15 AM, Tore Nilsen via use-livecode wrote:
> You can not put the incrementing numeric key inside an associative array the 
> way you want. The key of any array must be unique, and you can not have 
> several instances of a key in an array. Think of the keys of the array it as 
> the primary keys of a database table. It serves as a unique identifier.
>
> 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


Re: Navigator 6.3 alpha 1 is out -- major awesomeness!

2018-09-18 Thread Tom Glod via use-livecode
hey geoff..i came on here to find the latest version of the navigator since
i had just upgraded to the 901 stable.  great timing.

I'm working on undoing old habits and making new ones around your navigator
tool.

excited to do less clicking, cheers

On Tue, Sep 18, 2018 at 4:26 PM Geoff Canyon via use-livecode <
use-livecode@lists.runrev.com> wrote:

> As usual, you can get Navigator here
> . Or grab it
> from GitHub .
>
> I'm stunned at the impact this update to Navigator has had for me. I'm
> excited to post this update. While I was building the Size/Location Editor
> I had to repeatedly edit the rects and locations of the various bits, and
> edit the tooltips, and the colors, etc. etc. Each time I would open the
> editor, which is a modal within Navigator. So: Open the editor; make a
> change, close the editor; change the selection; open the editor; make a
> change...
>
> I thought of making the editor slide out and leave the Navigator list
> accessible, but the geometry of that is tough -- what if Navigator is
> already at the right side of the display? Finally, I settled on separate
> palettes, and it turned out to be easier than I thought, and the end result
> is (to me) amazing. My workflow is much faster and smoother than before.
> The original behavior is still available, but palettes are it for me going
> forward; it's just too easy. So here's the description, followed by other
> updates included:
>
> gc
>
>
> The Color Editor, the Size/Location Editor, the Property Editor, the Custom
> Property Editor, and the Command Panel all now display a description of the
> controls that will be affected, in the form of the name and ID of the
> primary control (the one from which color values etc. are displayed)
> followed by the number of additional controls selected for modification.
>
> The Color Editor, the Size/Location Editor, the Property Editor, and the
> Command Panel, but *not* the Custom Property Editor, all now have a
> "Palette" button that opens them in separate palette windows. These windows
> can be minimized like standard Navigator windows, and the Property Editor
> and Command Panel can be resized as needed.
>
> These new palettes will automatically update to reflect whatever the latest
> selection is in any open Navigator window. So you can select three
> controls, adjust their size in the Size/Location Editor, then select two
> different controls in a different Navigator window and the Size/Location
> Editor will immediately update to reflect that selection, and those two
> controls can be resized.
>
> It's also possible to change the primary control just by clicking a new
> control among the highlighted controls, which won't change the highlights,
> just the primary control.
>
> The Preference dialog has a setting for "Editors as Palettes" that will
> cause the editors to always open as palettes. Whatever the setting, you can
> get the opposite by holding down the option/alt key while opening the
> editors.
>
> This feature is new, and *very* powerful/dangerous. If you don't keep track
> of what controls Navigator wants to modify, you can do some serious damage
> really quickly. In my testing, the selection hasn't ever been wrong, but
> it's fairly easy not to realize that the selection has changed, even though
> all four palettes list what is being edited at the top of the palettes. BE
> CAREFUL WITH THIS FEATURE. But boy oh boy it's a lot of fun!
>
> You can also have the palette open and then select the commands again and
> have the editor open in Navigator the way it has historically while the
> palette is still open. This is fine, albeit a little confusing.
>
> The Stacks menu now has options for Show IDE Stacks and Show Script-Only
> Stacks. These affect what the menu displays, and also what the Stack List
> displays.
>
> The Cards menu now has options for Card List and Background List. These
> control what the menu displays and what shows in Navigator. So selecting
> Background List will cause Navigator to display a list of the backgrounds,
> and also the next time the menu is opened it will display a list of
> backgrounds.
>
> Fixed a bug where the HTMLText caused the Property Editor to add a spurious
> line to its edit list.
>
> Added a list of properties to display for Widgets (which previously
> displayed no properties). The list of properties is updatable in the
> Preferences.
>
> To-dos include:
>  -- a button in the palettes to switch back from the palette to the
> built-in editor
>  -- making custom properties work in palette form -- should this be a
> separate (fifth) palette, or just an option in the properties palette?
>  -- adding a Reset button to the properties/custom properties palette.
> There is no way to add a Reset button to the Command Panel.
>  -- better documentation for the Command Panel.
>  -- cleaning up the palettes -- each is just a stripped-down copy 

Navigator 6.3 alpha 1 is out -- major awesomeness!

2018-09-18 Thread Geoff Canyon via use-livecode
As usual, you can get Navigator here
. Or grab it
from GitHub .

I'm stunned at the impact this update to Navigator has had for me. I'm
excited to post this update. While I was building the Size/Location Editor
I had to repeatedly edit the rects and locations of the various bits, and
edit the tooltips, and the colors, etc. etc. Each time I would open the
editor, which is a modal within Navigator. So: Open the editor; make a
change, close the editor; change the selection; open the editor; make a
change...

I thought of making the editor slide out and leave the Navigator list
accessible, but the geometry of that is tough -- what if Navigator is
already at the right side of the display? Finally, I settled on separate
palettes, and it turned out to be easier than I thought, and the end result
is (to me) amazing. My workflow is much faster and smoother than before.
The original behavior is still available, but palettes are it for me going
forward; it's just too easy. So here's the description, followed by other
updates included:

gc


The Color Editor, the Size/Location Editor, the Property Editor, the Custom
Property Editor, and the Command Panel all now display a description of the
controls that will be affected, in the form of the name and ID of the
primary control (the one from which color values etc. are displayed)
followed by the number of additional controls selected for modification.

The Color Editor, the Size/Location Editor, the Property Editor, and the
Command Panel, but *not* the Custom Property Editor, all now have a
"Palette" button that opens them in separate palette windows. These windows
can be minimized like standard Navigator windows, and the Property Editor
and Command Panel can be resized as needed.

These new palettes will automatically update to reflect whatever the latest
selection is in any open Navigator window. So you can select three
controls, adjust their size in the Size/Location Editor, then select two
different controls in a different Navigator window and the Size/Location
Editor will immediately update to reflect that selection, and those two
controls can be resized.

It's also possible to change the primary control just by clicking a new
control among the highlighted controls, which won't change the highlights,
just the primary control.

The Preference dialog has a setting for "Editors as Palettes" that will
cause the editors to always open as palettes. Whatever the setting, you can
get the opposite by holding down the option/alt key while opening the
editors.

This feature is new, and *very* powerful/dangerous. If you don't keep track
of what controls Navigator wants to modify, you can do some serious damage
really quickly. In my testing, the selection hasn't ever been wrong, but
it's fairly easy not to realize that the selection has changed, even though
all four palettes list what is being edited at the top of the palettes. BE
CAREFUL WITH THIS FEATURE. But boy oh boy it's a lot of fun!

You can also have the palette open and then select the commands again and
have the editor open in Navigator the way it has historically while the
palette is still open. This is fine, albeit a little confusing.

The Stacks menu now has options for Show IDE Stacks and Show Script-Only
Stacks. These affect what the menu displays, and also what the Stack List
displays.

The Cards menu now has options for Card List and Background List. These
control what the menu displays and what shows in Navigator. So selecting
Background List will cause Navigator to display a list of the backgrounds,
and also the next time the menu is opened it will display a list of
backgrounds.

Fixed a bug where the HTMLText caused the Property Editor to add a spurious
line to its edit list.

Added a list of properties to display for Widgets (which previously
displayed no properties). The list of properties is updatable in the
Preferences.

To-dos include:
 -- a button in the palettes to switch back from the palette to the
built-in editor
 -- making custom properties work in palette form -- should this be a
separate (fifth) palette, or just an option in the properties palette?
 -- adding a Reset button to the properties/custom properties palette.
There is no way to add a Reset button to the Command Panel.
 -- better documentation for the Command Panel.
 -- cleaning up the palettes -- each is just a stripped-down copy of
Navigator, and some have not had as many unnecessary controls removed as
others.
 -- better organization options for the palettes.
 -- option to lock a palette to a selection? Not sure.
 -- Saving Commands is broken. Need to rework that entirely.
___
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: App Dead on iOS 12

2018-09-18 Thread hlowe via use-livecode
I am preparing to update an iOS app in the App Store using:

LC 9.0.1 (stable)
Mac OS 10.13.6
Xcode 9.4.1

Updated an iPad Mini 2 to iOS 12.0 today and both the app currently in the
iOS store (LC 8.1.10) and the update that I am working on (see details
above) run as expected under iOS 12.0. The app icon is visibile.

The app uses "set the AcceleratedRendering of this stack to true" in both
versions.

As an aside, this exercise provided an opportunity to compare the scrolling
performance of datagrid version 1 (DG1) and datagrid version 2 (DG2) under
iOS 12.0. DG2 scrolling is SO much slower and very visually "jerky" in
comparison to DG1. 

Henry

Ascriva Health Informatics
https://www.ascriva.com



--
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


Re: Test

2018-09-18 Thread François Chaplais via use-livecode
gotcha :)
> Le 18 sept. 2018 à 21:18, Clarence Martin via use-livecode 
>  a écrit :
> 
> This is a test because I can’t seem to send anything to the list.
> 
> Sent from Mail for Windows 10
> 
> ___
> 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: Forums misbehaving

2018-09-18 Thread Clarence Martin via use-livecode
Ah! Success. 

Sincerely,

Clarence Martin
Email: chi...@themartinz.com
Cell: 626 696-5561

-Original Message-
From: use-livecode  On Behalf Of J.
Landman Gay via use-livecode
Sent: Tuesday, September 18, 2018 12:09 PM
To: How to use LiveCode 
Cc: J. Landman Gay 
Subject: Re: Forums misbehaving

It often has something to do with cookies not being saved.

On 9/18/18 1:48 PM, Richmond via use-livecode wrote:
> I had this on a 32-bit Xubuntu 18.04 install with Firefox.
> 
> Richmond.
> 
> On 18.09.2018 19:46, dunbarxx via use-livecode wrote:
>> Never seen this. Richmond, are you on a computer or a portable device?
>>
>> Craig


-- 
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


___
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


Test

2018-09-18 Thread Clarence Martin via use-livecode
This is a test because I can’t seem to send anything to the list.

Sent from Mail for Windows 10

___
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: Forums misbehaving

2018-09-18 Thread J. Landman Gay via use-livecode

It often has something to do with cookies not being saved.

On 9/18/18 1:48 PM, Richmond via use-livecode wrote:

I had this on a 32-bit Xubuntu 18.04 install with Firefox.

Richmond.

On 18.09.2018 19:46, dunbarxx via use-livecode wrote:

Never seen this. Richmond, are you on a computer or a portable device?

Craig



--
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: Forums misbehaving

2018-09-18 Thread Richmond via use-livecode

I had this on a 32-bit Xubuntu 18.04 install with Firefox.

Richmond.

On 18.09.2018 19:46, dunbarxx via use-livecode wrote:

Never seen this. Richmond, are you on a computer or a portable device?

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


Re: App Dead on iOS 12

2018-09-18 Thread Ron Metzker via use-livecode
Hi Terri,

Normally Xcode asks you if you want to install additional tools when it is 
first launched. Since you are using an older version maybe you didn’t install 
then


. You can go to Xcode Help then to Customize Xcode, then to Manage Simulators 
and toolchains. Under that look at verify, reveal and delete toolchains. It 
will give you instructions from there on how to see what is installed and allow 
you to update them.

Hope this helps.

Best Regards
Ron

> On Sep 17, 2018, at 5:51 PM, Terry Judd via use-livecode 
>  wrote:
> 
> Umm - spoke to soon. How do I do that? I assumed that there would be 
> something in the downloads pane of Xcode that I could install.
> 
> Terry...
> 
> On 18/09/2018 10:43 am, "use-livecode on behalf of Terry Judd via 
> use-livecode"  use-livecode@lists.runrev.com> wrote:
> 
>Thanks Monte. I'll try installing the additional component to my old 
> version of XCode in the meantime.
> 
>Regards,
> 
>Terry...
> 
>On 18/09/2018 10:22 am, "use-livecode on behalf of Monte Goulding via 
> use-livecode"  use-livecode@lists.runrev.com> wrote:
> 
> 
> 
>> On 18 Sep 2018, at 10:18 am, Monte Goulding via use-livecode 
>>  wrote:
>> 
>> 
>> 
>>> On 18 Sep 2018, at 10:15 am, Colin Holgate via use-livecode 
>>>  wrote:
>>> 
>>> Is what you said true for older LiveCode, or just 9.0.1?
>> 
>> Should be true back to late 2011.
> 
> 
>FWIW I just opened this report so we can remove the need to have Xcode 
> additional components installed 
> https://quality.livecode.com/show_bug.cgi?id=21588 
> 
> 
>Cheers
> 
>Monte
>___
>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: Forums misbehaving

2018-09-18 Thread hh via use-livecode
I have it ALWAYS with Safari 11 (MacOS 10.12.6), it's seldom
only when using Firefox.

Also with Safari I need at about 10 times to "logout" before
it works, again that's seldom only when using Firefox.

___
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: Creating Array - Auto Numeric

2018-09-18 Thread Tore Nilsen via use-livecode
You can not put the incrementing numeric key inside an associative array the 
way you want. The key of any array must be unique, and you can not have several 
instances of a key in an array. Think of the keys of the array it as the 
primary keys of a database table. It serves as a unique identifier.

Best regards
Tore Nilsen





> 18. sep. 2018 kl. 17:41 skrev Sannyasin Brahmanathaswami via use-livecode 
> :
> 
> My head always breaks on complex array functions. I can't head around
> this algorithm
> 
> Given a "quote"  in a field
> 
> "Cut the apple. Cut the banana"
> 
> We get to location for each word (that is easy) 
> 
> I want to analyse the quote by going through each word.
> 
> *--*
> 
> *repeat* withx = 1tothenumberofwordsoffld"_quote"
> 
># get the location of the word, put it into variable tWordLocation
> 
>put tWordLocation to the WordLocationA[x][??][tWordLocation]
> 
> end repeat
> 
> ---
> 
> that we end with
> 
> WordLocationA["Cut"][1][100,320]
> WordLocationA["Cut"][2][300,320]
> WordLocationA["the"][1][200,320]
> WordLocationA["the"][2][400,320]
> WordLocationA["apple"][2][500,320]
> WordLocationA["banana"][2][500,320]
> 
> the "part" where incrementing the numeric key inside the repeat loop,
> "inside" the key,  I can't get.
> 
> 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: Creating Array - Auto Numeric

2018-09-18 Thread Klaus major-k via use-livecode
Hi Craig,

> Am 18.09.2018 um 18:47 schrieb dunbarxx via use-livecode 
> :
> 
> Also, be careful. The string:
> "Cut the apple. Cut the banana" 
> contains only one word.

true, but also contains 6 TRUEWORDS! :-)

> Craig

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


Re: Creating Array - Auto Numeric

2018-09-18 Thread dunbarxx via use-livecode
Also, be careful. The string:

"Cut the apple. Cut the banana" 

contains only one word.

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


Re: Forums misbehaving

2018-09-18 Thread dunbarxx via use-livecode
Never seen this. Richmond, are you on a computer or a portable device?

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


Re: Creating Array - Auto Numeric

2018-09-18 Thread dunbarxx via use-livecode
Hi.

Is this what you want?

on mouseUp
   repeat with y = 1 to the number of words of fld 1
  select word y of fld 1
  put the selectedLoc into wordLocationA[y][word y of fld 1]
   end repeat
end mouseUp

I suspect not. Is it that you want the output to be:

WordLocationA["Cut"][100,320]
WordLocationA["the"][1][200,320]
WordLocationA["apple"][500,320] 
WordLocationA["Cut"][300,320] 
WordLocationA["the"][400,320] 
WordLocationA["banana"][500,320]

If so, why use an array? Just:

on mouseUp
   repeat with y = 1 to the number of words of fld 1
  select word y of fld 1
  put word y of fld 1 &","& the selectedLoc & return after locList
   end repeat
end mouseUp

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


Creating Array - Auto Numeric

2018-09-18 Thread Sannyasin Brahmanathaswami via use-livecode
My head always breaks on complex array functions. I can't head around
this algorithm

Given a "quote"  in a field

"Cut the apple. Cut the banana"

We get to location for each word (that is easy) 

I want to analyse the quote by going through each word.

*--*

*repeat* withx = 1tothenumberofwordsoffld"_quote"

# get the location of the word, put it into variable tWordLocation

put tWordLocation to the WordLocationA[x][??][tWordLocation]

end repeat

---

that we end with

WordLocationA["Cut"][1][100,320]
WordLocationA["Cut"][2][300,320]
WordLocationA["the"][1][200,320]
WordLocationA["the"][2][400,320]
WordLocationA["apple"][2][500,320]
WordLocationA["banana"][2][500,320]

the "part" where incrementing the numeric key inside the repeat loop,
"inside" the key,  I can't get.

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


Re: Forums misbehaving

2018-09-18 Thread Brian Milby via use-livecode
I get that on my iPad quite a bit. I’ve gotten into the habit of copying the 
post before clicking submit. I thought it was just my device.

Thanks,
Brian
On Sep 18, 2018, 5:39 AM -0500, Richmond via use-livecode 
, wrote:
> I tried to post a reply to one thread 4 times: each time, after I hit
> "Submit"
>
> I was returned to the Login screen.
>
>
> Richmond
>
>
> ___
> 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: App Dead on iOS 12

2018-09-18 Thread Andrew Bell via use-livecode
I originally reported the iOS 12 bug (that doesn't show up in QC when  
you search for "iOS 12" but can be found @  
https://quality.livecode.com/show_bug.cgi?id=21396) back in July,  
which was fixed in 9.0.1rc2. I no longer see that black screen or  
crash on iOS 12 (betas or release) when building with 9.0.1rc2/rc3/gm  
and am NOT setting acceleratedRendering to TRUE.


There were still several other hoops that I needed to jump through to  
get my updated app approved. Apple made changes, which forced LiveCode  
to make changes, which forced me to make changes.


- New version of macOS (10.11.x --> 10.12.x)
- New version of Xcode. (8.2 --> 9.2)
- New procedure for preparing file for upload using Application Loader  
3.0 (always used this version of Application Loader, but never had to  
do this before:  
http://lessons.livecode.com/m/4069/l/33064-how-do-i-submit-an-ios-app-to-the-app-store  
)
- Add app icon via Standalone Builder (LiveCode > File > Standalone  
Application Settings > iOS > Icons > AppStore). Previously I could  
submit the icon via iTunesConnect (which is now AppStoreConnect).


All this was on top of creating a custom plist because I use Location  
Services (previously I was modifying the plist template in the  
LiveCode application package itself, but have to remember to modify  
that before building each different app, so now I'm using this method:  
http://lessons.livecode.com/m/4069/l/881992-creating-a-custom-plist)


My app was submitted, rejected (for mentioning iOS 12 compatibility in  
my release notes because it wasn't "official" yet), submitted again,  
accepted, and now published (though my screenshots aren't up-to-date  
yet).

https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1134962219mt=8

--Andrew Bell



From: Terry Judd 
To: How to use LiveCode 
Subject: Re: App Dead on iOS 12
Message-ID: <35b1bf39-38a6-4df2-a6f9-dc4c73680...@unimelb.edu.au>
Content-Type: text/plain; charset=UTF-8

Hi Monte - I've just fired up my other MacBook that is running LC  
9.0.1 in combo with Xcode 9.4.1 under OSX 10.13.5 and I see the same  
thing as Dan. App starts up, shows the splash screen and then  
immediately quits. Also, still no app icon - and I'm pretty sure I  
installed those extras along with Xcode as I did it fairly recently.


Regards,

Terry...




___
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: App Dead on iOS 12

2018-09-18 Thread Terry Judd via use-livecode
Well - I can't send the stack I am having problems with unfortunately but I did 
just create a new stack with only a single card containing a single text field 
- assigned it the same app id and profile that I use on the 'real' one, and 
'tested' it onto my iPad. It immediately crashed when launched on the iPad 
(splash image displayed very briefly).

On a brighter note - I did manage to get the app icon to display if I made it 
144x144 instead to 152x152.

Terry...

LC version 9.0.1, build 15103, Xcode 9.4.1, OSX 10.13.5

On 18/09/2018 8:08 pm, "use-livecode on behalf of Monte Goulding via 
use-livecode"  wrote:

If you could also give us the result of `put the version && the 
buildNumber` that would be helpful.

> On 18 Sep 2018, at 8:01 pm, panagiotis merakos via use-livecode 
 wrote:
> 
> @Dan and @Terry (and everyone that still sees a crash on iOS 12)
> 
> Could you please send a sample stack that crashes on iOS 12 for you to
> panos.mera...@livecode.com?
> 
> Moreover, could you also mention:
> 
> 1. The MacOS version
> 2. The iOS 12 device you used
> 
> I had tested with 9.0.1 RC-2 (which is almost identical to 9.0.1 STABLE 
but
> without a fix related to OSX clipboard) on an iPhone7 running the latest
> iOS 12 beta and there was no crash.
> 
> Kind regards,
> Panos
> --
> 
> On Tue, Sep 18, 2018 at 10:11 AM panagiotis merakos 
> wrote:
> 
>> Hello Terry,
>> 
>> RE the icons, make sure you are using the correct version of command line
>> tools:
>> 
>> 1. Open Xcode 9.4.1
>> 2. Go to Xcode's menubar : Xcode -> Preferences -> Locations -> Command
>> Line Tools and choose "9.4.1"
>> 
>> Hope this helps.
>> 
>> Best,
>> Panos
>> --
>> 
>> On Tue, Sep 18, 2018 at 9:13 AM Terry Judd via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Hi Monte - I've just fired up my other MacBook that is running LC 9.0.1
>>> in combo with Xcode 9.4.1 under OSX 10.13.5 and I see the same thing as
>>> Dan. App starts up, shows the splash screen and then immediately quits.
>>> Also, still no app icon - and I'm pretty sure I installed those extras
>>> along with Xcode as I did it fairly recently.
>>> 
>>> Regards,
>>> 
>>> Terry...
>>> 
>>> On 18/09/2018 9:37 am, "use-livecode on behalf of Monte Goulding via
>>> use-livecode" >> use-livecode@lists.runrev.com> wrote:
>>> 
>>>Hi Dan
>>> 
>>>Are you using the 9.0.1 stable or are you using one of the RCs? It
>>> sounds like you are hitting a bug that we fixed for RC 2.
>>> 
>>>Cheers
>>> 
>>>Monte
>>> 
 On 18 Sep 2018, at 9:02 am, Dan Friedman via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
 
 Terry,
 
 So, here's what I've discovered in the last 40 minutes…
 
 If you add, "set the acceleratedRendering of stack myStack to
>>> true", then things start working again.  However, I did find that if I 
had
>>> more than one stack open, and the second stack did not have
>>> acceleratedRendering enabled, then the app crashed.
 
 Most everything seems to be working ok once the app is open.
>>> Visual Effects are working fine, but I’m having some issues with moving
>>> controls (on mouseMove) and the like…  S—l—u—g—i—s—h !!
 
 
 Thank you!
 
 Dan Friedman
 CEO, ClearVision Technologies, LLC
 Voice: 909/484-2052
 http://www.clearvisiontech.com
 
 
 On 9/17/18, 3:51 PM, "use-livecode on behalf of Terry Judd via
>>> use-livecode" >> use-livecode@lists.runrev.com> wrote:
 
   Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were
>>> already installed on it now just show a black screen (with the outlines 
of
>>> a couple of native fields) after the splash screen. I kinda assumed they
>>> would just still work.
 
   Terry...
 
   On 18/09/2018 7:56 am, "use-livecode on behalf of Dan Friedman
>>> via use-livecode" >> use-livecode@lists.runrev.com> wrote:
 
   I see that all my apps are launching and immediately
>>> crashing on iOS 12.  I rebuilt the app using 9.0.1 and I get the same
>>> result.  Since this list isn't blowing up with people complaining about
>>> this, I have must have missed the meeting about the secret button to 
click
>>> to get things working.   Anyone have any words of wisdom?
 
   HELP!
 
   -Dan
 
   ___
   use-livecode mailing list
   use-livecode@lists.runrev.com
   Please visit this url to subscribe, unsubscribe and manage
>>> your 

Forums misbehaving

2018-09-18 Thread Richmond via use-livecode
I tried to post a reply to one thread 4 times: each time, after I hit 
"Submit"


I was returned to the Login screen.


Richmond


___
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: App Dead on iOS 12

2018-09-18 Thread Monte Goulding via use-livecode
If you could also give us the result of `put the version && the buildNumber` 
that would be helpful.

> On 18 Sep 2018, at 8:01 pm, panagiotis merakos via use-livecode 
>  wrote:
> 
> @Dan and @Terry (and everyone that still sees a crash on iOS 12)
> 
> Could you please send a sample stack that crashes on iOS 12 for you to
> panos.mera...@livecode.com?
> 
> Moreover, could you also mention:
> 
> 1. The MacOS version
> 2. The iOS 12 device you used
> 
> I had tested with 9.0.1 RC-2 (which is almost identical to 9.0.1 STABLE but
> without a fix related to OSX clipboard) on an iPhone7 running the latest
> iOS 12 beta and there was no crash.
> 
> Kind regards,
> Panos
> --
> 
> On Tue, Sep 18, 2018 at 10:11 AM panagiotis merakos 
> wrote:
> 
>> Hello Terry,
>> 
>> RE the icons, make sure you are using the correct version of command line
>> tools:
>> 
>> 1. Open Xcode 9.4.1
>> 2. Go to Xcode's menubar : Xcode -> Preferences -> Locations -> Command
>> Line Tools and choose "9.4.1"
>> 
>> Hope this helps.
>> 
>> Best,
>> Panos
>> --
>> 
>> On Tue, Sep 18, 2018 at 9:13 AM Terry Judd via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> Hi Monte - I've just fired up my other MacBook that is running LC 9.0.1
>>> in combo with Xcode 9.4.1 under OSX 10.13.5 and I see the same thing as
>>> Dan. App starts up, shows the splash screen and then immediately quits.
>>> Also, still no app icon - and I'm pretty sure I installed those extras
>>> along with Xcode as I did it fairly recently.
>>> 
>>> Regards,
>>> 
>>> Terry...
>>> 
>>> On 18/09/2018 9:37 am, "use-livecode on behalf of Monte Goulding via
>>> use-livecode" >> use-livecode@lists.runrev.com> wrote:
>>> 
>>>Hi Dan
>>> 
>>>Are you using the 9.0.1 stable or are you using one of the RCs? It
>>> sounds like you are hitting a bug that we fixed for RC 2.
>>> 
>>>Cheers
>>> 
>>>Monte
>>> 
 On 18 Sep 2018, at 9:02 am, Dan Friedman via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
 
 Terry,
 
 So, here's what I've discovered in the last 40 minutes…
 
 If you add, "set the acceleratedRendering of stack myStack to
>>> true", then things start working again.  However, I did find that if I had
>>> more than one stack open, and the second stack did not have
>>> acceleratedRendering enabled, then the app crashed.
 
 Most everything seems to be working ok once the app is open.
>>> Visual Effects are working fine, but I’m having some issues with moving
>>> controls (on mouseMove) and the like…  S—l—u—g—i—s—h !!
 
 
 Thank you!
 
 Dan Friedman
 CEO, ClearVision Technologies, LLC
 Voice: 909/484-2052
 http://www.clearvisiontech.com
 
 
 On 9/17/18, 3:51 PM, "use-livecode on behalf of Terry Judd via
>>> use-livecode" >> use-livecode@lists.runrev.com> wrote:
 
   Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were
>>> already installed on it now just show a black screen (with the outlines of
>>> a couple of native fields) after the splash screen. I kinda assumed they
>>> would just still work.
 
   Terry...
 
   On 18/09/2018 7:56 am, "use-livecode on behalf of Dan Friedman
>>> via use-livecode" >> use-livecode@lists.runrev.com> wrote:
 
   I see that all my apps are launching and immediately
>>> crashing on iOS 12.  I rebuilt the app using 9.0.1 and I get the same
>>> result.  Since this list isn't blowing up with people complaining about
>>> this, I have must have missed the meeting about the secret button to click
>>> to get things working.   Anyone have any words of wisdom?
 
   HELP!
 
   -Dan
 
   ___
   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
>>> 

Re: App Dead on iOS 12

2018-09-18 Thread panagiotis merakos via use-livecode
@Dan and @Terry (and everyone that still sees a crash on iOS 12)

Could you please send a sample stack that crashes on iOS 12 for you to
panos.mera...@livecode.com?

Moreover, could you also mention:

1. The MacOS version
2. The iOS 12 device you used

I had tested with 9.0.1 RC-2 (which is almost identical to 9.0.1 STABLE but
without a fix related to OSX clipboard) on an iPhone7 running the latest
iOS 12 beta and there was no crash.

Kind regards,
Panos
--

On Tue, Sep 18, 2018 at 10:11 AM panagiotis merakos 
wrote:

> Hello Terry,
>
> RE the icons, make sure you are using the correct version of command line
> tools:
>
> 1. Open Xcode 9.4.1
> 2. Go to Xcode's menubar : Xcode -> Preferences -> Locations -> Command
> Line Tools and choose "9.4.1"
>
> Hope this helps.
>
> Best,
> Panos
> --
>
> On Tue, Sep 18, 2018 at 9:13 AM Terry Judd via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Hi Monte - I've just fired up my other MacBook that is running LC 9.0.1
>> in combo with Xcode 9.4.1 under OSX 10.13.5 and I see the same thing as
>> Dan. App starts up, shows the splash screen and then immediately quits.
>> Also, still no app icon - and I'm pretty sure I installed those extras
>> along with Xcode as I did it fairly recently.
>>
>> Regards,
>>
>> Terry...
>>
>> On 18/09/2018 9:37 am, "use-livecode on behalf of Monte Goulding via
>> use-livecode" > use-livecode@lists.runrev.com> wrote:
>>
>> Hi Dan
>>
>> Are you using the 9.0.1 stable or are you using one of the RCs? It
>> sounds like you are hitting a bug that we fixed for RC 2.
>>
>> Cheers
>>
>> Monte
>>
>> > On 18 Sep 2018, at 9:02 am, Dan Friedman via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> >
>> > Terry,
>> >
>> > So, here's what I've discovered in the last 40 minutes…
>> >
>> > If you add, "set the acceleratedRendering of stack myStack to
>> true", then things start working again.  However, I did find that if I had
>> more than one stack open, and the second stack did not have
>> acceleratedRendering enabled, then the app crashed.
>> >
>> > Most everything seems to be working ok once the app is open.
>>  Visual Effects are working fine, but I’m having some issues with moving
>> controls (on mouseMove) and the like…  S—l—u—g—i—s—h !!
>> >
>> >
>> > Thank you!
>> >
>> > Dan Friedman
>> > CEO, ClearVision Technologies, LLC
>> > Voice: 909/484-2052
>> > http://www.clearvisiontech.com
>> >
>> >
>> > On 9/17/18, 3:51 PM, "use-livecode on behalf of Terry Judd via
>> use-livecode" > use-livecode@lists.runrev.com> wrote:
>> >
>> >Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were
>> already installed on it now just show a black screen (with the outlines of
>> a couple of native fields) after the splash screen. I kinda assumed they
>> would just still work.
>> >
>> >Terry...
>> >
>> >On 18/09/2018 7:56 am, "use-livecode on behalf of Dan Friedman
>> via use-livecode" > use-livecode@lists.runrev.com> wrote:
>> >
>> >I see that all my apps are launching and immediately
>> crashing on iOS 12.  I rebuilt the app using 9.0.1 and I get the same
>> result.  Since this list isn't blowing up with people complaining about
>> this, I have must have missed the meeting about the secret button to click
>> to get things working.   Anyone have any words of wisdom?
>> >
>> >HELP!
>> >
>> >-Dan
>> >
>> >___
>> >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:
>> 

Re: App Dead on iOS 12

2018-09-18 Thread panagiotis merakos via use-livecode
Hello Terry,

RE the icons, make sure you are using the correct version of command line
tools:

1. Open Xcode 9.4.1
2. Go to Xcode's menubar : Xcode -> Preferences -> Locations -> Command
Line Tools and choose "9.4.1"

Hope this helps.

Best,
Panos
--

On Tue, Sep 18, 2018 at 9:13 AM Terry Judd via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Monte - I've just fired up my other MacBook that is running LC 9.0.1 in
> combo with Xcode 9.4.1 under OSX 10.13.5 and I see the same thing as Dan.
> App starts up, shows the splash screen and then immediately quits. Also,
> still no app icon - and I'm pretty sure I installed those extras along with
> Xcode as I did it fairly recently.
>
> Regards,
>
> Terry...
>
> On 18/09/2018 9:37 am, "use-livecode on behalf of Monte Goulding via
> use-livecode"  use-livecode@lists.runrev.com> wrote:
>
> Hi Dan
>
> Are you using the 9.0.1 stable or are you using one of the RCs? It
> sounds like you are hitting a bug that we fixed for RC 2.
>
> Cheers
>
> Monte
>
> > On 18 Sep 2018, at 9:02 am, Dan Friedman via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Terry,
> >
> > So, here's what I've discovered in the last 40 minutes…
> >
> > If you add, "set the acceleratedRendering of stack myStack to true",
> then things start working again.  However, I did find that if I had more
> than one stack open, and the second stack did not have acceleratedRendering
> enabled, then the app crashed.
> >
> > Most everything seems to be working ok once the app is open.
>  Visual Effects are working fine, but I’m having some issues with moving
> controls (on mouseMove) and the like…  S—l—u—g—i—s—h !!
> >
> >
> > Thank you!
> >
> > Dan Friedman
> > CEO, ClearVision Technologies, LLC
> > Voice: 909/484-2052
> > http://www.clearvisiontech.com
> >
> >
> > On 9/17/18, 3:51 PM, "use-livecode on behalf of Terry Judd via
> use-livecode"  use-livecode@lists.runrev.com> wrote:
> >
> >Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were
> already installed on it now just show a black screen (with the outlines of
> a couple of native fields) after the splash screen. I kinda assumed they
> would just still work.
> >
> >Terry...
> >
> >On 18/09/2018 7:56 am, "use-livecode on behalf of Dan Friedman
> via use-livecode"  use-livecode@lists.runrev.com> wrote:
> >
> >I see that all my apps are launching and immediately crashing
> on iOS 12.  I rebuilt the app using 9.0.1 and I get the same result.  Since
> this list isn't blowing up with people complaining about this, I have must
> have missed the meeting about the secret button to click to get things
> working.   Anyone have any words of wisdom?
> >
> >HELP!
> >
> >-Dan
> >
> >___
> >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: Gradient Property Palette Bug

2018-09-18 Thread Geoff Canyon via use-livecode
On Mon, Sep 17, 2018 at 6:58 PM Alejandro Tejada via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> By the way, Navigator 6.2 alpha 1 works great for
> editing gradients!


I was going to download and check, but then I saw this. Glad to hear it's
working!

gc
___
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: App Dead on iOS 12

2018-09-18 Thread Terry Judd via use-livecode
Hi Monte - I've just fired up my other MacBook that is running LC 9.0.1 in 
combo with Xcode 9.4.1 under OSX 10.13.5 and I see the same thing as Dan. App 
starts up, shows the splash screen and then immediately quits. Also, still no 
app icon - and I'm pretty sure I installed those extras along with Xcode as I 
did it fairly recently.

Regards,

Terry...

On 18/09/2018 9:37 am, "use-livecode on behalf of Monte Goulding via 
use-livecode"  wrote:

Hi Dan

Are you using the 9.0.1 stable or are you using one of the RCs? It sounds 
like you are hitting a bug that we fixed for RC 2.

Cheers

Monte

> On 18 Sep 2018, at 9:02 am, Dan Friedman via use-livecode 
 wrote:
> 
> Terry,
> 
> So, here's what I've discovered in the last 40 minutes…
> 
> If you add, "set the acceleratedRendering of stack myStack to true", then 
things start working again.  However, I did find that if I had more than one 
stack open, and the second stack did not have acceleratedRendering enabled, 
then the app crashed.
> 
> Most everything seems to be working ok once the app is open.   Visual 
Effects are working fine, but I’m having some issues with moving controls (on 
mouseMove) and the like…  S—l—u—g—i—s—h !!
> 
> 
> Thank you!
> 
> Dan Friedman
> CEO, ClearVision Technologies, LLC
> Voice: 909/484-2052
> http://www.clearvisiontech.com
> 
> 
> On 9/17/18, 3:51 PM, "use-livecode on behalf of Terry Judd via 
use-livecode"  wrote:
> 
>Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were 
already installed on it now just show a black screen (with the outlines of a 
couple of native fields) after the splash screen. I kinda assumed they would 
just still work.
> 
>Terry...
> 
>On 18/09/2018 7:56 am, "use-livecode on behalf of Dan Friedman via 
use-livecode"  wrote:
> 
>I see that all my apps are launching and immediately crashing on 
iOS 12.  I rebuilt the app using 9.0.1 and I get the same result.  Since this 
list isn't blowing up with people complaining about this, I have must have 
missed the meeting about the secret button to click to get things working.   
Anyone have any words of wisdom?
> 
>HELP!
> 
>-Dan
> 
>___
>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