Re: BN Guides

2022-08-30 Thread Geoff Canyon via use-livecode
15(?) years ago I wrote an app that bounced a bunch of balls across the screen. Each was a shaped-stack. It has no trouble being pretty smooth even with twenty or so stacks, as I recall. It would be more than enough for guides, especially with the 100x hardware we have today. Positioning a sta

Re: BN Guides

2022-08-30 Thread Richard Gaskin via use-livecode
I've fantasized about being able to paint directly to the window buffer without using an object, but having done that in C back in the day I enjoy the conveniences scripted objects bring. Your stack suggestion is intriguing, but how does it work in practice? I find the systemic overhead of dyn

Re: BN Guides

2022-08-30 Thread Geoff Canyon via use-livecode
He's also throwing controls into the stack to show guides for the alignment, and then disposing of those. So maybe in for a penny? If I were doing something like this I think I'd try: 1. A frontscript, as you say, or just setting up to receive IDE messages -- pretty sure there's an objectMoved ID

Re: BN Guides

2022-08-29 Thread Niggemann, Bernd via use-livecode
> Richard Gaskin via use-livecode Mon, 29 Aug 2022 13:53:13 -0700 > so I'm curious: why this approach and not a frontScript? I thought about why I used behaviors a little more. What intrigued me was the idea that via a behavior a control was made aware of its neighbours. Be it a group or a contro

Re: BN Guides

2022-08-29 Thread Niggemann, Bernd via use-livecode
> Richard Gaskin via use-livecode Mon, 29 Aug 2022 13:53:13 -0700 > > Geoff Canyon wrote: > > > Okay, so it looks like BN Guides works by assigning behaviors to > > controls and temporarily adding controls to your stack as you drag > > things. I think this is meant to be transient as you drag con

Re: BN Guides

2022-08-29 Thread Richard Gaskin via use-livecode
Geoff Canyon wrote: > Okay, so it looks like BN Guides works by assigning behaviors to > controls and temporarily adding controls to your stack as you drag > things. I think this is meant to be transient as you drag controls. Instinctively I'd be inclined to try a frontscript before something as

Re: BN Guides

2022-08-29 Thread Geoff Canyon via use-livecode
Okay, so it looks like BN Guides works by assigning behaviors to controls and temporarily adding controls to your stack as you drag things. I think this is meant to be transient as you drag controls. Navigator out of the box assumes that behaviors are what you're interested in when you double-click

Re: BN Guides

2022-08-28 Thread matthias rebbe via use-livecode
Geoff, you can find the most current version here https://forums.livecode.com/viewtopic.php?f=4&t=31920 Regards, Matthias > Am 28.08.2022 um 19:38 schrieb Geoff Canyon via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Whe

Re: BN Guides

2022-08-28 Thread Geoff Canyon via use-livecode
Where are the BN guides? I'd be curious to see how this is happening. As I recall, Navigator is designed to dive through whatever behaviors are set regardless of how deep the rabbit hole goes to find the actual behavior, but I haven't looked at that part of the code in years. gc On Thu, Aug 25, 2

Re: BN Guides

2022-08-26 Thread Bob Sneidar via use-livecode
Works great. Thanks. Bob S On Aug 26, 2022, at 13:25 , Niggemann, Bernd via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Hi Bob, There is an alternative for guide right now https://livecodeshare.runrev.com/stack/1002/DevGuides-Plugin-Installer and 10.0.0 DP4 has guides built-i

Re: BN Guides

2022-08-26 Thread Niggemann, Bernd via use-livecode
Hi Bob, There is an alternative for guide right now https://livecodeshare.runrev.com/stack/1002/DevGuides-Plugin-Installer and 10.0.0 DP4 has guides built-in. They look and work really well. I will not develop bnGuides further since starting LC 10 they will be part of the IDE. I liked the idea

Re: BN Guides

2022-08-25 Thread Alex Tweedly via use-livecode
Bob, Just email Heather- she can do everything ! Probably the support @ livecode.com address would be more correct than her directly. Alex Sent from my iPhone > On 25 Aug 2022, at 17:18, Bob Sneidar via use-livecode > wrote: > > I found the link to the Board Administrator. The board admin

Re: BN Guides

2022-08-25 Thread Bob Sneidar via use-livecode
I found the link to the Board Administrator. The board administrator link has been disabled. LOL! Bob S On Aug 25, 2022, at 09:15 , Bob Sneidar via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I am then advised to contact the administrator, but there is no link I can find on th

Re: BN Guides

2022-08-25 Thread Bob Sneidar via use-livecode
Unfortunately I am unable to login to the forums (again) as the saved password I have for it no longer works. Also, if I ask for the activation link to be resent, both emails I would have used along with the only user name I use for everything (slylabs13), results in Account Not Found. Submittin

Re: BN Guides

2022-08-25 Thread matthias rebbe via use-livecode
Forgot to place the link to the forum where he announced it. https://forums.livecode.com/viewtopic.php?f=4&t=31920 Matthias > Am 25.08.2022 um 17:33 schrieb matthias rebbe via use-livecode > : > > Bernd Niggemann wrote it. > >> Am 25.08.2022 um 17:25 schrieb Bob Sneidar via use-livecode >> :

Re: BN Guides

2022-08-25 Thread matthias rebbe via use-livecode
Bernd Niggemann wrote it. > Am 25.08.2022 um 17:25 schrieb Bob Sneidar via use-livecode > : > > Who wrote BN Guides? Very cool, but there is a conflict with Navigator. When > I double-click an object in Navigator to open it's script, I get t he > BNGuides script instead. > > Bob S > > > __