Re: I wish all a Happy & Prosperous New year

2022-01-01 Thread William Prothero via use-livecode
Folks: Happy New Year to you all too..🌈🎉 A special thanks to Curry K for the fabulous word import, Wordlib, product. I just tried it and I love it. Bill Prothero Sent from my iPad > On Dec 31, 2021, at 10:11 PM, Curry Kenworthy via use-livecode > wrote: > >  > Dittos! Welcome to 2022, every

Re: I wish all a Happy & Prosperous New year

2021-12-31 Thread Curry Kenworthy via use-livecode
Dittos! Welcome to 2022, everyone. Likewise, Merry 7th/8th Day of Christmas. Jim: > A very Happy, Prosperous and Safe 2022 to all! Clarence: > Back at you Jim. Best wishes, Curry Kenworthy WordLib: Import MS Word and OpenOffice documents in LiveCode! http://livecodeaddons.com/wordlib.html

I wish all a Happy & Prosperous New year

2021-12-31 Thread chipsm themartinz.com via use-livecode
Back at you Jim. Sincerely, Clarence Martin Email: chi...@themartinz.com Cell: (626)696-5561 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscr

Re: I wish ...

2015-06-15 Thread Paul Dupuis
On 6/15/2015 8:23 AM, Mark Waddingham wrote: > On 2015-06-11 18:00, Paul Dupuis wrote: >> ... that LiveCode had a way you could set any and all the coordinates >> (loc, rect, top, bottom, left, right, topLeft, topRight, bottomLeft, >> bottomRight) of an object inside a group RELATIVE to the group (

Re: I wish ...

2015-06-15 Thread Mark Waddingham
On 2015-06-11 18:00, Paul Dupuis wrote: ... that LiveCode had a way you could set any and all the coordinates (loc, rect, top, bottom, left, right, topLeft, topRight, bottomLeft, bottomRight) of an object inside a group RELATIVE to the group (AND independent of the group's scroll) - like the rela

Re: I wish ...

2015-06-13 Thread Paul Dupuis
On 6/13/2015 1:13 PM, Richard Gaskin wrote: > In recent versions of LC resizeControl is sent to a group not only > when interactively resized by the user, but also in response to any > change to the size of a group from any script. > > This has been a godsend for simplifying many layouts, and makin

Re: I wish ...

2015-06-13 Thread Richard Gaskin
Paul Dupuis > Wouldn't it be more convenient to be able to do something like > > set the relative top of btn X to 40 > -- and have LiveCode see the keyword "relative" and position it > at 40 pix down from the top of it's owner? Or even more succinct: set the relTop of btn x to 40 Doable in a

Re: I wish ...

2015-06-12 Thread Paul Dupuis
On 6/12/2015 6:55 PM, Bob Sneidar wrote: > I think you are missing the point Scott. He doesn’t want to do the math. :-) > > Bob S > Exactly. Yes, I can write a behavior script to provide properties that are relative coordinates with setprop and getProp handlers and assign the behavior to every obj

Re: I wish ...

2015-06-12 Thread Bob Sneidar
I think you are missing the point Scott. He doesn’t want to do the math. :-) Bob S > On Jun 11, 2015, at 17:08 , Scott Rossi wrote: > > If I understand what you're proposing, it should be fairly straightforward to > create custom properties that you can set for the objects within the group >

Re: I wish ...

2015-06-11 Thread dunbarx
rew in Scotland will see this as either exciting or necessary. But why not roll your own? It would be fun, and then you could share it with the world. Craig Newman -Original Message- From: Scott Rossi To: How to use LiveCode Sent: Thu, Jun 11, 2015 8:09 pm Subject: Re: I wish .

Re: I wish ...

2015-06-11 Thread Scott Rossi
If I understand what you're proposing, it should be fairly straightforward to create custom properties that you can set for the objects within the group (or perhaps as a behavior of the group) such as "relativeTop," and have that setProp handler calculate whatever offsets you want. Regards, Sc

Re: I wish ...

2015-06-11 Thread Paul Dupuis
Folks, Thanks for the tips, but I know how to position objects exactly where I want in a scrolling group My "venting" was that IF you are thinking about the layout in terms of offsets from the top left of the group, you are forever adding the top or left to your object positions If my group is a

Re: I wish ...

2015-06-11 Thread Mike Bonner
If you want to get the size of the group including stuff outside the visible area, look at the formattedheight the formattedwidth or go directly to the formattedrect and use that. On Thu, Jun 11, 2015 at 3:15 PM, Bob Sneidar wrote: > Seems like you could write a handler that could do it. The own

Re: I wish ...

2015-06-11 Thread Bob Sneidar
Seems like you could write a handler that could do it. The owner is what you want to look at in the dictionary. The owner of an object is the group it is in. Bob S > On Jun 11, 2015, at 09:00 , Paul Dupuis wrote: > > ... that LiveCode had a way you could set any and all the coordinates > (l

I wish ...

2015-06-11 Thread Paul Dupuis
... that LiveCode had a way you could set any and all the coordinates (loc, rect, top, bottom, left, right, topLeft, topRight, bottomLeft, bottomRight) of an object inside a group RELATIVE to the group (AND independent of the group's scroll) - like the relativePoints property of a polygon graphic!