Re: The Detailed and Long files

2017-12-09 Thread Klaus major-k via use-livecode
Hi Swami, > Am 10.12.2017 um 02:25 schrieb Sannyasin Brahmanathaswami via use-livecode > : > > it was a huge step to do away with the defaultfolder requirement to get a > file list > put files(somePath) is wonderful > but, "u" …we are still forced to change

The Detailed and Long files

2017-12-09 Thread Sannyasin Brahmanathaswami via use-livecode
it was a huge step to do away with the defaultfolder requirement to get a file list put files(somePath) is wonderful but, "u" …we are still forced to change the defaultFolder to get the detailed|long files Is it too much to ask for these file info functions to also work "out of the box"

Re: Script Editor problem

2017-12-09 Thread Sannyasin Brahmanathaswami via use-livecode
Mike Kerner wrote: *set* the rect of stack "revNewScriptEditor 1" to the 50,50,900,900 Ditto Mike's solution: this happens so regularly that I just have to up arrow through my cmds in the msg box to find the above. Bit of a nuisance though. BR

Re: Script Editor problem

2017-12-09 Thread dunbarx via use-livecode
Ah. So the name of the bebugger stack has changed yet again. Third time in my lifetime.. I wonder why the old stack "revdebuggerLibrary" still lives, though maybe it has evolved into the library paradigm that v.8+ has embraced. Anyway that is the solution. And a reminder that all of LC is just

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread Paul Hibbert via use-livecode
Monte is on the LC team now, so you can post a bug report here: http://quality.livecode.com Your login should be the same as the LC Store/site. Paul > On 9 Dec 2017, at 10:37, William de Smet via use-livecode > wrote: > > Hi

Re: can´t save Standalone

2017-12-09 Thread Richard Gaskin via use-livecode
Hillen Richard wrote: > Using this proved datastack-method in the development environment, > it´s ok; > But after making a new standalone with "substacks moved in separate > stackfiles" if I press the Save-button in stack Data I get "can´t open > stack backup file". With most commands which may

Re: Script Editor problem

2017-12-09 Thread Mike Kerner via use-livecode
*set* the rect of stack "revNewScriptEditor 1" to the 50,50,900,900 On Sat, Dec 9, 2017 at 2:13 PM, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: > Actually tested, and though I can access the "revDebuggerLibrary" stack, I > cannot do much with it. I can get its properties,

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-09 Thread Richard Gaskin via use-livecode
Brian Milby wrote: > Human readable conversion would be easier if multi-line strings were > supported (without the manual splitting currently needed). This would > allow a single put statement between LC blocks of code and no need to > fuss about quote characters. Like bash's heredoc:

Re: Script Editor problem

2017-12-09 Thread dunbarx via use-livecode
Actually tested, and though I can access the "revDebuggerLibrary" stack, I cannot do much with it. I can get its properties, but cannot change them, and if I do something like, as you might need: get the loc of stack "revDebuggerLibrary" set the loc of stack "revDebuggerLibrary" to item 1 of it &

Re: Script Editor problem

2017-12-09 Thread dunbarx via use-livecode
Its just a stack, called something like "revDebuggerLibrary" or someSuch. >From msg, can you change its rect? Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread William de Smet via use-livecode
Hi Jacqueline and Paul, I had the same thing with MergPop with iOS 7 and then MergPop needed an update which Monte released the next day. Thanks for checking Paul. Where do I file a bug report? greetings, William 2017-12-09 18:44 GMT+01:00 J. Landman Gay via use-livecode <

Script Editor problem

2017-12-09 Thread Richmond Mathewson via use-livecode
My script editor (LC 8.1.8) has expanded to such an extent that both the top grab bar and the bottom resize corner rae outwith the borders of my monitor so there seems to be no way that I can shrink the thing down to a manageable and moveable size . . . Richmond.

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread Paul Hibbert via use-livecode
Hi William, I took another look and can confirm what you are seeing, at first I tried with “Save to Files” and that works OK, I didn’t see the “Save Image” button initially as it was off screen, however, when I did try the “Save Image” button, the app just silently quit just as you see. I

Re: can´t save Standalone

2017-12-09 Thread Mike Bonner via use-livecode
Since you already have checked the box to move substacks to separate files, chances are that it is either a ) Saving the file as a name that is different than the one you are using in your "open stack ..." command, or b ) its looking in the wrong place. when you build the standalone, you can look

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread J. Landman Gay via use-livecode
If only one selection causes the crash, the problem is more likely to be the handler it calls than the external itself. I'd look at the actions that occur during the "save image" handler. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

can´t save Standalone

2017-12-09 Thread Hillen Richard via use-livecode
Hello, There is - in splash screen method - a very simple stack Main with a substack Data, used since 2007. Stack Main opens stack Data. In stack Data there is a button "Save" with script "save this stack if the result is not empty then answer the result" Using this proved datastack-method in

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-09 Thread Brian Milby via use-livecode
Human readable conversion would be easier if multi-line strings were supported (without the manual splitting currently needed). This would allow a single put statement between LC blocks of code and no need to fuss about quote characters. Then you would only need to worry about handler

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-09 Thread Mark Waddingham via use-livecode
On 2017-12-09 13:40, Alex Tweedly via use-livecode wrote: Would it not be easier to transform the text blocks in to a (series of) "put" statement(s) ? Being "put"ted  is exactly what is going to happen to the text in the non-code blocks, so why not just do that. Are you sure they would be

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-09 Thread Alex Tweedly via use-livecode
On 08/12/2017 17:28, Mark Waddingham via use-livecode wrote: On 2017-12-07 19:52, Richard Gaskin via use-livecode wrote: Would it be possible/practical to extend the merge function to at least allow things like control structures with non-LC stuff in between them? A LC Server script is an

mergBLE?

2017-12-09 Thread Mats Åström via use-livecode
Hi all, for a client I would like to build an OSX app that would use the phone number of an incoming call on an iPhone to present the documents associated with the client calling. I then need to connect to the iPhone (maybe using mergBLE) and obtain the phone number of an incoming call. Is

Re: Goofy font change question

2017-12-09 Thread Richmond Mathewson via use-livecode
Sorry: usual nonsense of trying to over-complicate matters; this works superbly; on menuPick PHONT set the textFont of fld "fff" to PHONT end menuPick on mouseDown get the fontNames sort lines of it put it into btn "OM" set the label of me to "FONTS" end mouseDown Oh, and if

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-09 Thread William de Smet via use-livecode
Hi Paul, Like I said MergPop works fine in my app except the fact that the app quits after choosing 'Save Image' from the popover sheet. Can you confirm this? It's a brand new iPad (2 days old) with no other apps installed. Greetings, William > Op 9 dec. 2017 om 03:26 heeft Paul Hibbert

Re: Goofy font change question

2017-12-09 Thread Mark Waddingham via use-livecode
On 2017-12-09 09:33, Richmond Mathewson via use-livecode wrote: Can anyone tell me why this is not working? on menuPick PHONT switch PHONT set the unicodeText of fld "fff" to PHONT end switch end menuPick on mouseDown get the fontNames sort lines of it put it into btn "OM"

Goofy font change question

2017-12-09 Thread Richmond Mathewson via use-livecode
Can anyone tell me why this is not working? on menuPick PHONT switch PHONT set the unicodeText of fld "fff" to PHONT end switch end menuPick on mouseDown get the fontNames sort lines of it put it into btn "OM" set the label of me to "FONTS" end mouseDown Richmond.