Re: Getting Orientation Enforced on Phone

2018-04-13 Thread Sannyasin Brahmanathaswami via use-livecode
Monte: "there is a God in LC Universe!" 9.0.1 I can live with that.. hopefully sooner than later. If you don’t there soon I will be forced to a horrible notice "Please turn phone" and end of change of stacks. Like Ralph said "using wait is madness" (but using wait is for a different pur

Anyone have an open source or else a gratis stop watch app

2018-04-13 Thread Mark Rauterkus via use-livecode
Hi, A swim coach friend was talking about a stopwatch app. Anyone have one in LIVECODE already done? Wondering. Mark Rauterkus -- -- Ta. Mark Rauterkus m...@rauterkus.com Executive Director of SKWIM USA, a 501(c)(3) PPS Summer Dreamers' Swim & Water Polo Camp Executive Coach Middle Sc

Re: Getting Orientation Enforced on Phone

2018-04-13 Thread Brian Milby via use-livecode
In my MobileProfile demo app it seems to respect the lock properly on iPhone (can only user lock to portrait). Sounds like something that would be good to do additional testing on. Is there any way to test pre-release engine changes on iOS? On Fri, Apr 13, 2018 at 8:54 PM Monte Goulding via use-liv

Re: Getting Orientation Enforced on Phone

2018-04-13 Thread Monte Goulding via use-livecode
> On 14 Apr 2018, at 10:45 am, Ralph DiMola via use-livecode > wrote: > > To fix this right we need: > 1) mobileSetAllowedOrientations should be just that. This should be a end > user rotation permissions. I have had a brief look at this worked out what needs to be done. Hopefully we can do

RE: Getting Orientation Enforced on Phone

2018-04-13 Thread Ralph DiMola via use-livecode
BR, I've tried everything. It's gets even more bizarre. The last time I tested this is what I got: iOS: LC respects the device's orientation lock. Android: LC does NOT respect the device's orientation lock. iOS: If the LC app is in portrait, iPhone/iPod will change orientation without rotating th

Where does TSNet go on Windows standalone?

2018-04-13 Thread Graham Samuel via use-livecode
I’ve created an installer for my desktop app using InnoSetup. I need tsNet, and it’s checked in the Standalone settings in LC 9. When I do the install, somehow the actual tsNet DLL finds itself in a folder called ‘Externals’ within the app’s folder, which itself is within the Windows Program dir

Re: DataGrid Column Labels

2018-04-13 Thread Bob Sneidar via use-livecode
I had a similar issue. Labels would not appear. I got the dgprop ["column labels"] of the datagrid and they were all correct! That made me think there is something wrong with the behavior, but other datagrids were working fine! What I did to fix it is I got the behavior of another datagrid that

Re: How to properly mount your home folder in VMWare Fusion for doing development work

2018-04-13 Thread Bob Sneidar via use-livecode
I have an issue with Parallels and their folder sharing feature. I *think* they are using a kind of folder redirection. It takes forever to do anything in a Windows app in the VM. It runs much better on a real workstation, although I must say not as fast as on MacOS. Not sure why the engine is s

DataGrid Column Labels

2018-04-13 Thread Terence Heaford via use-livecode
I have just started having an issue with the Column Labels on some newly created tables. Basically they do not show unless I press “Refresh Data Grid" in the Property Inspector. If I then shut down LiveCode and relaunch it they have gone missing again. I am using the community edition of LC9 i

Re: How to properly mount your home folder in VMWare Fusion for doing development work

2018-04-13 Thread Mark Talluto via use-livecode
> On Apr 13, 2018, at 9:48 AM, Trevor DeVore via use-livecode > wrote: > > On Fri, Apr 13, 2018 at 11:32 AM, Mark Talluto via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> >> Did they say untying about fixing the shared folders feature? Or is this >> intended behavior? This use

Re: How to properly mount your home folder in VMWare Fusion for doing development work

2018-04-13 Thread Trevor DeVore via use-livecode
On Fri, Apr 13, 2018 at 11:32 AM, Mark Talluto via use-livecode < use-livecode@lists.runrev.com> wrote: > > Did they say untying about fixing the shared folders feature? Or is this > intended behavior? This used to work years ago. > The person I worked with had personally talked to the person res

Re: How to properly mount your home folder in VMWare Fusion for doing development work

2018-04-13 Thread Mark Talluto via use-livecode
> On Apr 13, 2018, at 9:20 AM, Trevor DeVore via use-livecode > wrote: > > I’m posting this in case it helps anyone else facing a similar issue. > > Yesterday I finally contact VMWare support about an issue I’ve been having > for quite a while now. During development I work on Mac and perform s

How to properly mount your home folder in VMWare Fusion for doing development work

2018-04-13 Thread Trevor DeVore via use-livecode
I’m posting this in case it helps anyone else facing a similar issue. Yesterday I finally contact VMWare support about an issue I’ve been having for quite a while now. During development I work on Mac and perform sanity checks on Windows running in VMWare Fusion. When I find an issue on Windows I

Re: name resolution stinker

2018-04-13 Thread Bob Sneidar via use-livecode
Thanks Mark. I came to the same conclusion. For my purposes the first method is the best. I start with the short name of a datagrid, then tried to build the long name knowing the long id of the owning card. Instead it's easier to say: there is a group of Bob S > On Apr 12, 2018, at 05:14 ,

Re: how to print a csv as formatted table?

2018-04-13 Thread Bob Sneidar via use-livecode
I played around a bit with Quartum PDF Library, and actually got a decent looking header working and a table for my data. It's not that difficult except that you have to grasp the concept that the x and y coordinate variables have to be set each time you want to draw something, so you have to ke

Re: Mobile Native Essentials Widget Pack

2018-04-13 Thread Bob Sneidar via use-livecode
> On Apr 11, 2018, at 20:05 , Trevor DeVore via use-livecode > wrote: > >> On 04/11/2018 07:10 PM, Trevor DeVore via use-livecode wrote: >>> Use the Extension Manager which is accessed from the Tools menu. There is >>> "+" button. Click it and select the .lce file. >> >> Oh, sure, if you want

Re: Mobile Native Essentials Widget Pack

2018-04-13 Thread Bob Sneidar via use-livecode
🤪 > On Apr 11, 2018, at 19:54 , Mark Wieder via use-livecode > wrote: > > On 04/11/2018 07:10 PM, Trevor DeVore via use-livecode wrote: >> Use the Extension Manager which is accessed from the Tools menu. There is >> "+" button. Click it and select the .lce file. > > Oh, sure, if you want to s

Re: LCB Woes

2018-04-13 Thread Mark Wieder via use-livecode
On 04/12/2018 07:37 PM, Pi Digital via use-livecode wrote: Why on earth would you have to type them? Why not for loop them or copy-paste or get LC to give you a 1024 char string of them you can copy-paste in? Odd. Well, yeah, obviously it would be a cut and paste thing. But even so, when deali