Building a Windows standalone without tsNet?

2020-08-12 Thread Paul Dupuis via use-livecode
I have a very simple stack that I want to build a Windows standalone for (.exe). I do not use any internet/networking related commands or functions in my scripts The standalone builder for LC9.6.0 insists on including the "Externals" folder with tsNet dll in it. Can some one remind me how I

RE: Building a Windows standalone without tsNet?

2020-08-12 Thread Ralph DiMola via use-livecode
Paul, Disable: dispatch "revunloadlibrary" to stack tsnetliburl Enable: dispatch "revloadlibrary" to stack tsnetliburl Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: use-livecode Digest, Vol 203, Issue 11

2020-08-12 Thread thepete10 via use-livecode
stop your malicious emails to this email address On Wednesday, August 12, 2020, 12:00:21 PM EDT, wrote: Send use-livecode mailing list submissions to     use-livecode@lists.runrev.com To subscribe or unsubscribe via the World Wide Web, visit    

Re: Building a Windows standalone without tsNet?

2020-08-12 Thread Paul Dupuis via use-livecode
On 8/12/2020 11:59 AM, Ralph DiMola via use-livecode wrote: Paul, Disable: dispatch "revunloadlibrary" to stack tsnetliburl If I execute this in the message box in the IDE does that then prevent the Standalone builder from including it? Or do I need to execute this in the startup of the

Re: Layers in PBrowser

2020-08-12 Thread Brian Milby via use-livecode
The reason I asked about version and OS is because I watched the video and attempted to replicate the behavior that was shown. I could not do so. I’ve now also tried on my Mac (9.6.0) and am unable to have it do what your video shows. I was always able to drag the control out of the

Re: Layers in PBrowser

2020-08-12 Thread scott--- via use-livecode
When I need to move something between nested groups I often (after making a backup) cut what I want to move and then edit the group I want to move it to so that I can paste into it. I’m not suggesting this as something others should adopt, just pointing out that there seems to be a number of

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
Yep, Just more workarounds for something that should have been fixed and sorted 5 or 6 years ago when it was first brought to light and continually since. Stressed and tired. 4am nearly having worked solid 16hrs today. Up again in 4hrs to carry on. Sean On Thu, 13 Aug 2020 at 03:01, scott--- via

Re: Layers in PBrowser

2020-08-12 Thread Brian Milby via use-livecode
Which version of LC? I just did a brief test and it worked mostly as expected on 9.6/Win10. Only thing that I couldn’t do was move a button between 2 groups (it would drop into one). I had to move it above the group and then move the group. Sent from my iPhone > On Aug 12, 2020, at 2:45

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
This is the results in AppOverview. https://www.dropbox.com/s/mxr0xkp2ucv5082/AppOverFail.mov?dl=0 In this instance, it's got itself locked in but I cannot see what is preventing it from moving. Sean On Wed, 12 Aug 2020 at 21:58, Sean Cole (Pi) wrote: > Hi > > Tried that too. Unfortunately,

Re: Layers in PBrowser

2020-08-12 Thread Pi Digital via use-livecode
Brian I have no clue of what you are talking about here. Bewildered! Why do I have the same discussion with you people. It should be simple. It is not. This is not the way it should work just because it is the way it does work. It is impossible to put things where you want them in any simple

Re: Layers in PBrowser

2020-08-12 Thread J. Landman Gay via use-livecode
As mentioned, you need to refresh the page view. Right-click the card content pane and choose Refresh. My other comment is probably wrong. You should be able to set the target group to the same layer as another group, and the target will assume the other group's layer, and the other group

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
@Matthias Rebbe Were are just replacing issues with new issues. Just looked at the github for 'Navigator' only to see a heap of unresolved issues there too! https://github.com/gcanyon/navigator/issues This seriously sucks! Sean Cole *Pi Digital* On Wed, 12 Aug 2020 at 18:45, matthias rebbe

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
Hi Tried that too. Unfortunately, if it has groups surrounding it and it itself is in a group it still effs the eff up! It either puts it into a group I didn't want it in or it chucks it out of one I do want it in. And, just because you don't use it doesn't mean no one else should!

More Standalone Building Weirdness...

2020-08-12 Thread Paul Dupuis via use-livecode
I have a stack that when I build into a Windows Standalone (only Windows) in LC 9.6.0 under Windows, the dialog that says "Attaching Engine..." never finishes. The Standalone gets built and runs properly, but the "Attaching engine..." dialog in the building process never finishes (waiting

Re: Layers in PBrowser

2020-08-12 Thread J. Landman Gay via use-livecode
That's just how it works. You need to move it out of the enclosing group (try setting it to layer 1,) then move it to its new position. Brian mentioned that. Alternately, look at relayer and relayerGroupedControls in the dictionary. On 8/12/20 3:58 PM, Sean Cole (Pi) via use-livecode wrote:

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
On Wed, 12 Aug 2020 at 22:16, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > That's just how it works. > 1. Except it doesn't work - even with refresh : https://www.dropbox.com/s/cfv95iuatd4d4y5/AppOverFail2.mov?dl=0 2. How it works is wrong! Because it is

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
Watch the video, Brian! I'm on a Mac. I'm sure everything is fine and dandy on windoze and that it has zero bugs! Sean Cole *Pi Digital* On Wed, 12 Aug 2020 at 19:48, Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Which version of LC? I just did a brief test and it

Re: Building a Windows standalone without tsNet?

2020-08-12 Thread J. Landman Gay via use-livecode
Did you try just removing the external and library from the standalone inclusions? In standalone settings, General pane, choose "Select inclusions for the standalone application". In the Inclusions pane, uncheck TSNet and Internet Library. On 8/12/20 12:21 PM, matthias rebbe via

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
Thanks, But why does Project Browser STILL NOT WORK? NO MORE WORKAROUNDS! THIS IS CRAP!@ Sean Cole *Pi Digital * On Wed, 12 Aug 2020 at 18:45, matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Sean, > > my answer will not solve your problems with the Project Browser...

Re: Layers in PBrowser

2020-08-12 Thread J. Landman Gay via use-livecode
Double-click the control with the edit tool. Go to the Position pane. Type in the layer number. I don't use the Project Browser much. I have no issues with the Application Browser, except that it needs a manual refresh occasionally. Changing layers requires that. To manually refresh the card

Re: Layers in PBrowser

2020-08-12 Thread Dr. Hawkins via use-livecode
sean sputtered, >But why does Project Browser STILL NOT WORK? The project browser is a form of penance for your sins. I find facing it somewhere between grabbing a boiling pan and puncturing an eardrum with an ice pick . . . I still don’t use it, and stick with the old stack browser . . .

RE: Building a Windows standalone without tsNet?

2020-08-12 Thread Ralph DiMola via use-livecode
Paul, Sorry, I don't know. It does disable tsNet but I don't know if the standalone builder respects it when automatically adding required inclusions. What you may have to do is use the manual inclusions pane of the standalone options and don't include tsNet. Then you might/might not have to do

Re: Building a Windows standalone without tsNet?

2020-08-12 Thread matthias rebbe via use-livecode
As Ralph wrote, execute this in message box > dispatch "revunloadlibrary" to stack tsnetliburl and then build your standalone. - Matthias Rebbe Life Is Too Short For Boring Code > Am 12.08.2020 um 17:59 schrieb Ralph DiMola via use-livecode > : > > Paul, > > Disable: > dispatch

Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
Hi all, Why is this still an issue? I find it so hard putting layers in the right order. It just gets me down when I have fast turnaround jobs that are held up because of STUPID frikin issues like this. Over and over again https://www.dropbox.com/s/qakyg8bu8bdamhn/LayerControl.mov?dl=0 LC

Re: Layers in PBrowser

2020-08-12 Thread Sean Cole (Pi) via use-livecode
And when you are in a group editing mode, the layers in the Project Browser are messed up beyond use. HOW?? Why has this STILL not been fixed since v6 I'm just tired of asking. I'm stressed! Up against a deadline (Again). No budget to pay the ridiculous fees LC ask. And absolutely no way

Re: Layers in PBrowser

2020-08-12 Thread matthias rebbe via use-livecode
Sean, my answer will not solve your problems with the Project Browser... but did you already try Geoff Canyons Navigator https://gcanyon.wixsite.com/navigator

Re: Building a Windows standalone without tsNet?

2020-08-12 Thread Paul Dupuis via use-livecode
Thank you Matthias and Ralph. In general, I am more of a Windows person than a macOS person, but one thing I really wish Windows would adopt is .exe folder, like macOS .app folders so that things like the Externals folder and anything else the app needed could app "appear" to be inside the