Re: Setting behaviors in 9.0.2

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

J. Landman Gay wrote:

> I just found my unsettable behaviors. The IDE set them as custom
> properties named "behavior" with the value being the long id of the
> behavior button.

Was that in a custom property set, or the default set.

If the latter, disturbing.

--
 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: Setting behaviors in 9.0.2

2019-02-03 Thread J. Landman Gay via use-livecode
I just found my unsettable behaviors. The IDE set them as custom 
properties named "behavior" with the value being the long id of the 
behavior button.


Back in 9.0.1 things are working better, at least for now. I deleted the 
superfluous "behavior" custom props and the actual behaviors still work.


--
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: Decrypt error message?

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

On 2/3/19 8:33 PM, Tom Glod via use-livecode wrote:

Hi folks, I have just discovered a bug in Livecode where the SSL Library
does not return a normal error message"  like SSL: bad decrypt

instead

it returns unreadable binary garbage.. when in fact, the key and salt
were wrong and the error message should have been "bad decrypt"

I don't know how to trigger it. but i know for a fact that the key and salt
were wrong.

i build a quick workaround for when this occurs.

but its weird and a little worrisome... has anyone else had inconsistent
error messages with the ssl library?


Have you tried restarting LC? Based on my experiences yesterday, it 
can't hurt.


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


Decrypt error message?

2019-02-03 Thread Tom Glod via use-livecode
Hi folks, I have just discovered a bug in Livecode where the SSL Library
does not return a normal error message"  like SSL: bad decrypt

instead

it returns unreadable binary garbage.. when in fact, the key and salt
were wrong and the error message should have been "bad decrypt"

I don't know how to trigger it. but i know for a fact that the key and salt
were wrong.

i build a quick workaround for when this occurs.

but its weird and a little worrisome... has anyone else had inconsistent
error messages with the ssl library?
___
use-livecode mailing list
use-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: Setting behaviors in 9.0.2

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

J. Landman Gay wrote:

> Is anyone else unable to set a behavior on an object in LC 9.0.2?
> Neither script, nor message box, nor property inspector will do it for
> me with the possible exception of a button on the same card. I'm not
> using script-only stacks, just buttons which are sometimes in another
> stack in use.
>
> This is such a basic requirement that I'm wondering if it's just me.

The IDE makes extensive use of dynamically-assigned behaviors, so about 
the only thing that could be said with confidence on this is that if the 
IDE is running the engine's mechanism for behavior assignment appears to 
be working.


Beyond that, I got nothin' for ya' at the moment.  HH's suggestion about 
memory may be worth exploring with a reboot, but I'm grasping at straws 
at this point.


--
 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: Setting behaviors in 9.0.2

2019-02-03 Thread J. Landman Gay via use-livecode
I don't see any consistency either, so there's no recipe. I may go back to 
LC 9.0.1 for a while, I have too much to do.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On February 3, 2019 10:52:39 AM Sannyasin Brahmanathaswami via use-livecode 
 wrote:


This happens to me "regularly" but I have no recipe. Once a  every few days 
or so.  You mentioned it to me months ago, something about IDE "losing 
messages"


Sometimes, "something" (some action in the IDE) cause the IDE to lose 
"parts" of the message hierarchy. Other things work. It can be anything, 
some thing in Project Inspector. Open gradients, then you can dismiss it...etc.


Save often! Commit git hub changes frequently. Fortunately I never have a 
corrupt stack.


I quit the IDE every day, sometimes 3 times a day now.

BR


?On 2/2/19, 12:00 PM, "use-livecode on behalf of J. Landman Gay via 
use-livecode" use-livecode@lists.runrev.com> wrote:


   Thanks. Something apparently went awry, seems okay now. The script editor
   was also behaving strangely and is now better. Odd. I'm glad I asked here
   before making a bug report.

___
use-livecode mailing list
use-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: Setting behaviors in 9.0.2

2019-02-03 Thread Sannyasin Brahmanathaswami via use-livecode
This happens to me "regularly" but I have no recipe. Once a  every few days or 
so.  You mentioned it to me months ago, something about IDE "losing messages"

Sometimes, "something" (some action in the IDE) cause the IDE to lose "parts" 
of the message hierarchy. Other things work. It can be anything, some thing in 
Project Inspector. Open gradients, then you can dismiss it...etc. 

Save often! Commit git hub changes frequently. Fortunately I never have a 
corrupt stack. 

I quit the IDE every day, sometimes 3 times a day now. 

BR
 

On 2/2/19, 12:00 PM, "use-livecode on behalf of J. Landman Gay via 
use-livecode"  wrote:

Thanks. Something apparently went awry, seems okay now. The script editor 
was also behaving strangely and is now better. Odd. I'm glad I asked here 
before making a bug report.

___
use-livecode mailing list
use-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: Images and Players in "background" groups

2019-02-03 Thread Tim Selander via use-livecode

Hi Peter,

Thanks for the info.
It took a little playing around, but I now have each card loading 
up properly with it's association image or video file.


Thanks!

Tim Selander
Tokyo

On 2019.02.03 16:42, Peter Bogdanoff via use-livecode wrote:

Hi Tim,

That would be correct. To have a different image on every card, you could:

1. Have an image control that’s not part of the group on every card
or
2. Some other method of dynamically loading the image data into an image that 
is part of the group, such as on openCard:

put URL tURL into image “My Image" of this card

where tURL is a path to a local or remote file.

Player controls would use similar methods as above.

Peter Bogdanoff



On Feb 2, 2019, at 10:55 PM, Tim Selander via use-livecode 
 wrote:

For the first time ever, probably, I have a little project that needs the HC "stack 
of cards" structure.

Have a few buttons and fields in a group, acting a a background and it all 
works as expected.

However, I also have an image and a play in the group/background. Oddly, when I set one 
card's image via "set the filename of image to URL" it puts that image or 
video on ALL the cards.

So the bg flds can all have different values per card, but the images and 
players cannot!

Is this right?? I have searched the dictionary and google to no avail

Tim Selander
Tokyo

___
use-livecode mailing list
use-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