Re: [OT] Database Engine Comparison
> on the SQLite mailing list, I came across this comment by Dr Richard Hipp For reference, I found the comment at http://readlist.com/lists/sqlite.org/sqlite-users/12/60699.html -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-Database-Engine-Comparison-tp4656716p4679865.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
What versions of OS X, Xcode, iOS SDK to build externals?
I’ve posted this to the forums as well, but I know that the mailing list has a slightly different audience. I’m trying my hand at building some simple externals, but I can't even seem to make one attempt to build. Xcode is telling me that my project has "0 targets, missing base SDK". I think it may be due to using too recent version of Xcode (and thus missing older iOS SDKs). Currently I am on OS X Yosemite 10.10.1, Xcode 6.1.1 (which lets me target iOS 6.0 to 8.1), with the LiveCode iOS externals R14 SDK Support. Are there any tricks to build an external with the most recent tools? If not, what is the most recent combination of OS X and Xcode that is known to work for building iOS externals? I can build a virtual machine if needed. Any advice in getting started building externals would be greatly appreciated. Thanks, Robert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Getting LC 8
Graham: Is this with the “commercial” version of LC? If so, I’ve experienced this too. There is no commercial version 8 DP yet, only the community edition. I think it has to do with the way they autoupdater checks to see if something newer is available. It sees a newer version, but the check isn’t edition specific (from whatI can tell). When you try to update, it fails because there really isn’t a file to download. R/ Robert On 4/3/15, 3:21 AM, "Graham Samuel" wrote: >I keep getting offered a version of LC 8 by the automatic update process >when I open LC 7.0.4 (rc 2), but the update always fails. This happens on >two different Macs. > >Is it just me, or should I report it? > >Graham >___ >use-livecode mailing list >use-livecode@lists.runrev.com >Please visit this url to subscribe, unsubscribe and manage your >subscription preferences: >http://lists.runrev.com/mailman/listinfo/use-livecode ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Inter process communication
Greetings Has anyone done any work on inter process communications between two livecode instances. Specifically, I would like to be able to have a client instance (eg iPhone LC app) make native LC commands calls to a remote instance (eg UNIX LC server) while masking / embedding all of the plumbing (eg pipe establishment, authentication, session encryption, etc). This idealized two tier architecture would seperate the solution (application) developer logic from the administrative logic. Hopefully isolating the configuration details outside of the application into a configuration manifest / file which could then be runtime manipulated / selected based upon conditions at that time. Yes, one could accomplish this through a combination of LC, JSON, SQL, etc. I am hoping to achieve an end to end LC solution. One could then easily leverage server based resources in a n-tier distributed compute architecture while maintaining the benefits a high level language to deliver a flexible elegant solution Thanks in advanceEthan et...@lish.net 240.876.1389 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: Defaults for groups
I thought you should be able to set the templateGroup properties, maybe using a plugin that opens on LC startup, so I tried a test stack and found that the templateGroup props don’t apply to a new group (at least not the margins and borderWidth), the dictionary suggests this should work, so I tried it in LC 7 - no luck, then LC 5 - still no luck! so I guess this is a long standing bug that doesn’t affect anyone… I’d be happy to bug report it with my test stack, but I don’t want to tread on any toes! Paul > On May 13, 2016, at 8:12 PM, Sannyasin Brahmanathaswami > wrote: > > Am I the only one wishing that when we create a group the defaults should be > no border, no border width assign and margins 0? > > This keeps biting me as the dimensions of group and what appears on screen > don't match and movement of objects in the group displace the group in ways > that are off by a few pixels. One gets a 2 pixel blank area inside the > group. If you set the bottom of the gropu to the bottom o the card… you still > get a 2 pixel transparent area underneath the group… Setting a background > object like a graphic to the exact same dimensions and rect of the group… > they don't match. > > But then if you turn off the border, explicitly set line width to 0 and > margins to 0, the dimensions and what you see and the relation between > objects in the group in terms of their coordinates… all work as expected. > > Proposed: > > the default for a new group be "clean and unadorned"… without any GUI > attributes other than the objects that comprise the group. > > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode