WordReport Help

2018-04-10 Thread Charles Szasz via use-livecode
I am having difficulty with a data tag in WordReport. I am using LC 6.1.3. How do you keep a data tag from inserting an extra line after the data tag? I have one data tag that keeps inserting an extra line before a non-data tag line. The data tag has a cr immediately after it. When a Word d

Getting Orientation Enforced on Phone

2018-04-10 Thread Sannyasin Brahmanathaswami via use-livecode
# using this method to change stack go cardOrStackObject # e.g go "gems" (or this string) go card 3 of "gems" wait 100 milliseconds with messages close stack oStackName wait 100 milliseconds with messages # don't try to go in same window method ( we used "set the fullscreenmode of this s

Re: Can't seem to build standalone in LC9.0.0

2018-04-10 Thread Richard Gaskin via use-livecode
Panos wrote: > In the error msg I saw a reference to "openstack". In LC 9 (started in > RC-1 I *think*) we no longer lock messages when building a standalone. > This was necessary to fix other problems and it is mentioned in the > 9.0.0 Release Notes under the section "Breaking Changes". I'm sur

Re: LCG Session Suggestions

2018-04-10 Thread Devin Asay via use-livecode
A couple of years ago, when I was doing lots of dictionary fixes, I created a checklist for myself of how to do it and what to look for. Maybe others will find it helpful: https://github.com/asayd/livecode/blob/asayd-docs_editing_checklist/docs/dictionary_editing_checklist.md Devin On Apr 10,

Re: LCG Session Suggestions

2018-04-10 Thread Ali Lloyd via use-livecode
Oops, no it should be develop-9.0 now. Another task to add to the major version GM release checklist! On Tue, Apr 10, 2018 at 8:36 PM Devin Asay via use-livecode < use-livecode@lists.runrev.com> wrote: > Ali, > > I notice that in that doc you are still directing people to use the > develop-8.2 br

Re: LCG Session Suggestions

2018-04-10 Thread Devin Asay via use-livecode
Ali, I notice that in that doc you are still directing people to use the develop-8.2 branch for submitting PRs for dictionary updates. Is that still the branch you want us to use? Devin On Apr 10, 2018, at 9:56 AM, Ali Lloyd via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I al

Re: 9.0 Crashes Constantluy

2018-04-10 Thread Sannyasin Brahmanathaswami via use-livecode
I confirmed it this morning, edit script, apply, save, close the stack, I been building Android, so much faster than iOS. Run standlone from the Test menu. then, magically, tragically, the debugger opens showing my old script there! quit LC, reboot, and you script is there… Even quitting LC

Re: 9.0 Crashes Constantluy

2018-04-10 Thread dunbarx via use-livecode
I have never seen this through 8.1.8. But all my stacks that I make standalones from are set to destroy themselves. Is that possibly the reason? Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

LiveCode 9.0 stable Upgrade?

2018-04-10 Thread Richmond Mathewson via use-livecode
Very, very queer indeed. I cracked open LiveCode 9.0 stable on Xubuntu 64-bit 18.04 and was offered the chance to upgrade to 9.0 - gm . . . . . . which I am currently doing . . . [as observed elsewhere: the in-IDE update process is glacially slow] . . . . . . cripes . . . Well; that's odd: no

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Graham Samuel via use-livecode
Hi Matthias I stopped trying to use InstaMaker some time ago, but I’m sorry to say I can’t remember why - maybe I was just worried that as things were not working, there were too many variables for me to cope with. The reason I’ve forgotten is that I have had a pause in my development work (the

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Graham Samuel via use-livecode
Hi Bob Yes, your interpretation is right. InnoSetup didn’t mind the line PrivilegesRequired line (no error flagged up) but the behaviour of the final step of the installation - launch the app - gave the same error as before. But modifying the Standalone Settings as you suggested did the trick.

Re: 9.0 Crashes Constantluy

2018-04-10 Thread Bob Sneidar via use-livecode
This is the same issue I have been talking about for over a year. The standalone builder opens the *copied* stacks in memory and doesn't close them, so the next time you build for another platform you run into duplicate stack issues. This started happening around v7 I think. The workaround at pr

Re: 9.0 Crashes Constantluy

2018-04-10 Thread William Prothero via use-livecode
BR: I have not tried to build standalones during the last few releases, but with the latest 9.0.0, I am. I notice that when I build my standalone, it loads all of the stacks in the “Stacks” list (in standalone settings. Also, I use a splash stack approach) and leaves them in memory. So, when I w

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Bob Sneidar via use-livecode
I think he is saying that PrivilegesRequired=admin DOESN'T work, as I suspected. There is no point to running a Windows app as an administrator unless it is capable of modifying system files or altering settings only an admin can modify. By settings the UAC level to Same as Invoker (which IMHO

Re: 9.0 Crashes Constantluy

2018-04-10 Thread Mark Wieder via use-livecode
On 04/10/2018 08:47 AM, Sannyasin Brahmanathaswami via use-livecode wrote: Anyone else having these problem? I was having some similar problems last night. Then I closed LC9, launched 8.1.9, closed that and relaunched 9 and the problems magically disappeared. When I was having trouble I noti

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Matthias Rebbe via use-livecode
> Am 10.04.2018 um 17:57 schrieb Graham Samuel via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Babysitting over, tried it, it works! > > Thanks a million. > > BTW Trevor’s suggestion of > >> PrivilegesRequired=admin > So if it´s working now with that setting and did not wo

ANN: PowerTools 2.0.12

2018-04-10 Thread Mark Wieder via use-livecode
Now that version 9.0 of LiveCode has been released, we're announcing the new build of PowerTools. Upgrades are always free for existing users, and it's still only $40 US for new users. Current registered users: You will need your username and registration code to download the file. If you need

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Graham Samuel via use-livecode
Babysitting over, tried it, it works! Thanks a million. BTW Trevor’s suggestion of > PrivilegesRequired=admin didn’t work, and didn’t even get the install process to ask the user to change the privileges, which surprised me, but then I know nothing. Thanks for all the patient readers that h

Re: LCG Session Suggestions

2018-04-10 Thread Ali Lloyd via use-livecode
I also recommend reading the docs contribution guide: https://github.com/livecode/livecode/blob/develop/docs/contributing_to_docs.md which applies more or less equally to small code changes. On Tue, Apr 10, 2018 at 4:07 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > My

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Matthias Rebbe via use-livecode
This is what i´ve found https://www.software.trevix.it/piccolo_installer/ Matthias > Am 10.04.2018 um 17:37 schrieb Bob Sneidar via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Links? > > Bob S > > >> On Apr 10, 2018, at 02

9.0 Crashes Constantluy

2018-04-10 Thread Sannyasin Brahmanathaswami via use-livecode
9.0 gm is the most unstable version in a long time Constantly crash on exit. I set break point, set to debug mode, run script… it does not break that break point… run it again, crash. Scripts are setting, applied "green button" close, saved. Re-opened "what happened to my changes?" Anyone else

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Bob Sneidar via use-livecode
Links? Bob S > On Apr 10, 2018, at 02:09 , trevix via use-livecode > wrote: > > You may want to try my stack "Piccolo Installer”, just updated to version > 1.1.6 > > "PiccoloInstaller" is a Livecode stack, to be used to create Mac or Windows > standalone installers. > Since it was created

Re: LCG Session Suggestions

2018-04-10 Thread Brian Milby via use-livecode
My session last month was on setting up to build from source including submitting a PR. Most of the info is in the screen shots on the slides so it is easy to skip through the slides. On Tue, Apr 10, 2018 at 10:31 AM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > I have finall

Re: LCG Session Suggestions

2018-04-10 Thread Tom Glod via use-livecode
I have finally decided what I will be adding to the September Sessions Multi-Core Processing in LC. No idea how thats gonna happen, but I need it for my own projects, so I'll have to find a solution. :D On Tue, Apr 10, 2018 at 10:29 AM, Tom Glod wrote: > I would watch that..I was looking f

Re: LCG Session Suggestions

2018-04-10 Thread Tom Glod via use-livecode
I would watch that..I was looking for that yesterday, while thinking about adding something to the httpd library. I would watch that one. On Tue, Apr 10, 2018 at 9:36 AM, Andrew Bell via use-livecode < use-livecode@lists.runrev.com> wrote: > Has there been a session where someone showed a bug fi

Re: LCG Session Suggestions

2018-04-10 Thread Andrew Bell via use-livecode
Has there been a session where someone showed a bug fix with pull request? I recently tried to try a simple contribution (updating a Dictionary entry) and found myself struggling (Git virgin). I know there are lots of Github tutorials (and Trevor did a tutorial with Git/Levure @ LC Global 1

Re: RevMail - Status in 9,0

2018-04-10 Thread Brian Milby via use-livecode
I was looking at the code last night for mobile mail. There are slight differences in how the two work besides just allowing attachments. There is some commented out code in the revMail version that still is in the mobileComposeMail version. Can’t remember if that was the iOS specific one or the ge

Re: RevMail - Status in 9,0

2018-04-10 Thread Ali Lloyd via use-livecode
Just looking at the code in MCKeywordsExecCommandOrFunction, it seems that there is no provision for passing to a 'global handler' (eg mobile-specific handlers or cameraControl handlers). On Tue, Apr 10, 2018 at 3:35 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > I did

[OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread trevix via use-livecode
You may want to try my stack "Piccolo Installer”, just updated to version 1.1.6 "PiccoloInstaller" is a Livecode stack, to be used to create Mac or Windows standalone installers. Since it was created on 2014, it needed an update to support latest OS and LC versions. Regards Trevix _