Re: Where does LiveCode/Windows store specialFolderPath("Resources") data?

2018-10-03 Thread axwald via use-livecode
Tried in Win 10-64 pro (v1803), both with LC 9.0.1 and 6.7.10, both in IDE and StandAlone. SpecialFolderPath("resources") _is_always_ item 1 to -2 of the effective filename of this stack (assuming slash as itemdel). > I store a data file that is update by > the user in

mergLA for Mac

2018-10-03 Thread Andrew Bell via use-livecode
I created an admin backend app for a client so they can manage data for their frontend app. This backend, based off client request, is running on macOS/Windows/iOS. The desktop versions use a password for authenticating access but the iOS deployment uses Touch/Face ID for authentication

Thanks to Hermann Hoch...

2018-10-03 Thread Michael Kristensen via use-livecode
…for all the wonderful and wellcraftet stacks you share so generously with us! Michael ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Script Editor Unusable on Windows

2018-10-03 Thread Andre Garzia via use-livecode
Folks, I've been complaining about LC on Windows for ages to Brahmanathaswami and occasionally on this list as well. I have a feeling that most people on HQ must be using Macs because there is no way this is going unnoticed. I have disabled all I could in terms of auto suggestion and other live

Re: Thanks to Hermann Hoch...

2018-10-03 Thread Tom Glod via use-livecode
Though I haven't used them yet, I agree...its great for the community. Thanks Hermann On Wed, Oct 3, 2018 at 8:35 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Couldn’t agree more. Lots of useful stacks and widgets that push the > envelope of what is possible. > >

Re: Nested Datagrid Hack Broke App Building

2018-10-03 Thread Bob Sneidar via use-livecode
No it was the code I put in the openStack handler to exit openStack if building an app. Unfortunately, I initialize several libraries after that point. It will probably work if I put the code just after initializing the libs and before launching my modal login stack, which was the problem I was

Re: Stacks whose names start with "rev"

2018-10-03 Thread Bob Sneidar via use-livecode
It would be easy enough. Just maintain an array in each card's custom properties with a pseudoname and the long id as keys, and call a function to retrieve them when you reference them. But then, why name objects at all? Why not just refer to them by their long ids in the scripts? Also there is

Re: Stacks whose names start with "rev"

2018-10-03 Thread Geoff Canyon via use-livecode
FileMaker goes much deeper than this, and functionality like this would almost have to be part of the engine. Naming things is a way of making it easier to keep track of them for the developer. Who wants to write graphic id 5621 of group id 5619 of group id 5615 of group id 5605 of group id 1282

RE: Script Editor Unusable on Windows

2018-10-03 Thread Clarence Martin via use-livecode
You may want to look at The LCStackBrowser Plugin. It has the ability to save stacks automatically. I have used this for years now. There were some problems recently when the LiveCode version went from 7 to 8 but the author has fixed that. Sincerely, Clarence Martin Email: chi...@themartinz.com

Re: Script Editor Unusable on Windows

2018-10-03 Thread Bob Sneidar via use-livecode
Early on when LC was experiencing a CTD issue (this was around v6) I wrote code into my stacks that saved every time I closed a stack. I also save code incredibly frequently, sometimes every few line edits. I maintain local and offsite backups of what I do so I can revert, and I have a

Re: Stacks whose names start with "rev"

2018-10-03 Thread Bob Sneidar via use-livecode
Point taken. But Livecode is not a database tool. :-) Bob S > On Oct 3, 2018, at 10:45 , Geoff Canyon via use-livecode > wrote: > > Also, I don't think FileMaker "has" to do it -- there are many database > tools out there, and as far as I know, none of them do this.

Re: Stacks whose names start with "rev"

2018-10-03 Thread Kay C Lan via use-livecode
On Fri, Sep 28, 2018 at 8:48 AM J. Landman Gay via use-livecode wrote: > > The reason the stack name can't be changed is because the whole > multi-stack system uses the stack name for internal display in dozens of > places (glossaries, gradebooks, student notes, reading history, lookups, > etc.)

Re: Stacks whose names start with "rev"

2018-10-03 Thread Richard Gaskin via use-livecode
Kay C Lan wrote: > On Fri, Sep 28, 2018 at 8:48 AM J. Landman Gay wrote: >> >> The reason the stack name can't be changed is because the whole >> multi-stack system uses the stack name for internal display in dozens >> of places (glossaries, gradebooks, student notes, reading history, >>

Re: Stacks whose names start with "rev"

2018-10-03 Thread J. Landman Gay via use-livecode
Yeah, we plan to change the name for the next release in January. The author of each courseware title names its sections and he named this one "Revelation as Apocalypse". It's currently in use by this semester's students, but he's agreed to a different name for next semester. The main thing I

Navigator 6.5 alpha 2 is out

2018-10-03 Thread Geoff Canyon via use-livecode
As usual, you can get Navigator here . Or grab it from GitHub . This is a major update to how Navigator handles what container to target. It also changes how Navigator handles list display, and

Re: mergAV permission dialog

2018-10-03 Thread scott--- via use-livecode
Answering my own question… I now see a note at the bottom of mergAVCamCreate that says "If only capturing barcodes or photos set the microphone to empty before calling mergAVCamCreate to avoid app store rejection.” So apparently my problem has a solution. At least as soon as I figure out how

Re: mergAV permission dialog

2018-10-03 Thread Monte Goulding via use-livecode
Should be: mergAVCamSet “microphone”, empty You may also need to add a custom plist template with a more specific reason why you want video permission. See http://lessons.livecode.com/m/4069/l/881992-creating-a-custom-plist Cheers Monte > On 3 Oct 2018, at 4:32 pm, scott--- via use-livecode

Re: mergAV permission dialog

2018-10-03 Thread scott--- via use-livecode
Thank you, Monte! I was missing that. — Scott Morrow > On Oct 2, 2018, at 11:51 PM, Monte Goulding via use-livecode > wrote: > > Should be: > > mergAVCamSet “microphone”, empty > > You may also need to add a custom plist template with a more specific reason > why you want video

Re: Stacks whose names start with "rev"

2018-10-03 Thread J. Landman Gay via use-livecode
We only needed to make a minor tweak, nothing big, and it didn't take long when we avoided use of the IDE itself. But we shouldn't have to do that. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 3, 2018 4:51:20 PM Richard

Re: [ANN] animationEngine is free now

2018-10-03 Thread Kay C Lan via use-livecode
On Sat, Sep 29, 2018 at 7:27 AM John McKenzie via use-livecode wrote:> > You are right, if it is GPL it is so forever, but the original author > can also release/re-release it with another licence. THE GPL version > with all the terms that go with it still exists though. The original > author

Re: OT our shipping software is finally finished

2018-10-03 Thread Matthias Rebbe via use-livecode
No, there is no api. We are fetching the data directly from the MSSQL database. But fortunately the developer of our ERP provided very detailed informations about the database and the structure of its tables. So at least i knew what table stored what information. I then “just” had to find out

Re: OT our shipping software is finally finished

2018-10-03 Thread Matthias Rebbe via use-livecode
As this runs only on Windows and we are fetching the data from a MSSQL database we are using the odbc driver “SQL Server” which is included in Windows. Btw.: For connections from Mac to MSSQL server i have here Actualtech´s ODBC driver and also the Openlink SQL Server Lite driver. But i prefer

Re: [off] Do me a solid

2018-10-03 Thread Kay C Lan via use-livecode
On Sun, Sep 30, 2018 at 10:11 AM Mark Wieder via use-livecode wrote: > > > Is this the same Tim Berners-Lee who, in his capacity as Director of the > World Wide Web Consortium, a year ago overruled all objections and added > standardized DRM to the open web standards? Sided with trillions of >

Re: OT our shipping software is finally finished

2018-10-03 Thread Mark Wieder via use-livecode
On 10/03/2018 03:33 PM, Matthias Rebbe via use-livecode wrote: This is by far the most extensive app i´ve created with Livecode so far and i am really happy that it was finally approved by Trans-o-Flex. Congratulations. I know this has been a long rocky road. -- Mark Wieder

Re: OT our shipping software is finally finished

2018-10-03 Thread Bob Sneidar via use-livecode
I'd be curious how you did the back end integration with your ERP sysetm. Do they provide an API? Bob S > On Oct 3, 2018, at 15:33 , Matthias Rebbe via use-livecode > wrote: > > These are the main features: > By entering the invoice number the software fetches the corresponding > shipping

Re: Stacks whose names start with "rev"

2018-10-03 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > The main thing I needed to know is whether there was an easier way to > edit the stack than what we were doing. It seems there isn't. If "toplevel " doesn't work for you then it doesn't work for the folks at LC Ltd. I can understand if you don't have time to

Re: OT our shipping software is finally finished

2018-10-03 Thread Bob Sneidar via use-livecode
Ah. So do you use an ODBC connector? If so, which did you use? We have an ARP I would like to at least create read connectors for into my Forms Generator, but I would have to have some kind of ODBC connector, unless direct connections are permitted now. Bob S > On Oct 3, 2018, at 15:57 ,

Re: OT our shipping software is finally finished

2018-10-03 Thread Bob Sneidar via use-livecode
And congratulations by the way. :-) Bob S > On Oct 3, 2018, at 16:01 , Bob Sneidar via use-livecode > wrote: > > Ah. So do you use an ODBC connector? If so, which did you use? We have an ARP > I would like to at least create read connectors for into my Forms Generator, > but I would have

Leveraging LCB's Foreign Function Interface in Levure

2018-10-03 Thread Trevor DeVore via use-livecode
Hi all [sending again to the right list], I uploaded a screencast last night discussing how Levure is using LCB's Foreign Function Interface (FFI) that was introduced in LC9. https://www.youtube.com/watch?v=1TW5ArazTrc -- Trevor DeVore ScreenSteps www.screensteps.com

Re: OT our shipping software is finally finished

2018-10-03 Thread Tom Glod via use-livecode
Congratulations. Just wondering what the time frame was to start and complete this project? All the best and tons of sales. Cheers On Wed, Oct 3, 2018 at 8:07 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 10/03/2018 03:33 PM, Matthias Rebbe via use-livecode

OT our shipping software is finally finished

2018-10-03 Thread Matthias Rebbe via use-livecode
Hi, with a little proud i am happy to say that after many weeks of "blood, sweat and tears" i´ve finally finished our Windows software for DHL and Trans-o-flex shipments. This software is used by our own and replaces a 3rd party software. There are several reasons, why we decided to replace

Re: Thanks to Hermann Hoch...

2018-10-03 Thread Brian Milby via use-livecode
Couldn’t agree more. Lots of useful stacks and widgets that push the envelope of what is possible. Thanks, Brian On Oct 3, 2018, 6:43 AM -0400, Michael Kristensen via use-livecode , wrote: > …for all the wonderful and wellcraftet stacks you share so generously with us! > > Michael >

Writing a UTF8 text file to server.

2018-10-03 Thread Tim Selander via use-livecode
I am using Livecode Server on Livecode's hosting plan. Taking my first stab at a web response form. I am getting the data from $_POST fine, and when I simply do something like: put $_POST[firstname] the UTF8/Kanji word shows up fine in the webpage. But I am unable to save the data to a file

Re: OT our shipping software is finally finished

2018-10-03 Thread J. Landman Gay via use-livecode
Congratulations! That's an impressive project and speaks well for both you and LiveCode. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 3, 2018 5:35:48 PM Matthias Rebbe via use-livecode wrote: Hi, with a little proud i

Re: Stacks whose names start with "rev"

2018-10-03 Thread J. Landman Gay via use-livecode
I won't be able to check it for a few days. The problem isn't so much that I couldn't change the stack but how it got assigned as mode two in the first place. It was a regular topstack when it was created back in LC 8. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |