Re: Datagrid error...

2018-12-18 Thread Bob Sneidar via use-livecode
Whoops! Not true. Just disable the datagrid group. Bob S > On Dec 18, 2018, at 16:34 , Bob Sneidar via use-livecode > wrote: > > There is a dgProp to disable interaction with the datagrid. > > Bob S > > >> On Dec 18, 2018, at 14:11 , Trevor DeVore via use-livecode >> wrote: >> >> On

Re: Datagrid error...

2018-12-18 Thread Bob Sneidar via use-livecode
There is a dgProp to disable interaction with the datagrid. Bob S > On Dec 18, 2018, at 14:11 , Trevor DeVore via use-livecode > wrote: > > On Tue, Dec 18, 2018 at 3:11 PM Paul Dupuis via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> >> Does the idea to close the report

Re: Can't Submit App to iTunes

2018-12-18 Thread Colin Holgate via use-livecode
iPhone 5 support requires default-5...@2x.png. It is a portrait image (640x1136), but it’s needed for landscape apps too. It’s what Apple uses to decide that you want to use the extra space, as opposed to having an iPhone 4 app that is centered with black borders. For a landscape app it would

Re: Map Widget with Custom Marker

2018-12-18 Thread hh via use-livecode
> Brian M. wrote: > Try this one (similar concept) > http://forums.livecode.com/viewtopic.php?p=173867#p173867 This will not work. I just tried: The map widget updates in short intervals like a movie. Even a native button disappears. So the overlaying native object should also use a fast update

Re: Map Widget with Custom Marker

2018-12-18 Thread Brian Milby via use-livecode
Strange.  Try this one (similar concept) http://forums.livecode.com/viewtopic.php?p=173867#p173867 Thanks, Brian On Dec 18, 2018, 4:15 PM -0600, Scott Rossi via use-livecode , wrote: > Thank you for the response, but getting a forum error 172729 doesn't > exist(?). > > On Tue, Dec 18, 2018 at

Re: Datagrid error...

2018-12-18 Thread Paul Dupuis via use-livecode
On 12/18/2018 5:11 PM, Trevor DeVore via use-livecode wrote: On Tue, Dec 18, 2018 at 3:11 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: Does the idea to close the report display window if and when the datagrid is being updated make sense as a precaution? We can always

Re: Map Widget with Custom Marker

2018-12-18 Thread Scott Rossi via use-livecode
Thank you for the response, but getting a forum error 172729 doesn't exist(?). On Tue, Dec 18, 2018 at 2:09 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > It is a native layer so it the only LC object that would work would be > another browser widget. There was a demo

Re: Datagrid error...

2018-12-18 Thread Trevor DeVore via use-livecode
On Tue, Dec 18, 2018 at 3:11 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > > Does the idea to close the report display window if and when the > datagrid is being updated make sense as a precaution? We can always lock > the screen, close the window, update the datagrid

Re: Map Widget with Custom Marker

2018-12-18 Thread Brian Milby via use-livecode
It is a native layer so it the only LC object that would work would be another browser widget.  There was a demo a while back of doing that. http://forums.livecode.com/viewtopic.php?p=172729#p172729 Thanks, Brian On Dec 18, 2018, 3:52 PM -0600, Scott Rossi via use-livecode , wrote: > Hi All: >

Map Widget with Custom Marker

2018-12-18 Thread Scott Rossi via use-livecode
Hi All: Wondering if it's possible to use a custom marker with the map widget. I want to continuously track and show the user's location with a custom icon, but can't find any way to overlay an image on the widget, as it seems to be the equivalent of a web view. Thanks for any suggestions.

BrowserSnapshot_v015

2018-12-18 Thread hh via use-livecode
BrowserSnapshot updated to v015: • Removed a bug. • Added also scrolling snapshots when the viewport is horizontally clipping. • There is also an example for how to hide overlays (menu, chat, campaign) in pages like livecode.com (test livecode.com after the page is fully loaded). **This is now

Re: Datagrid error...

2018-12-18 Thread Paul Dupuis via use-livecode
On 12/18/2018 11:16 AM, Trevor DeVore via use-livecode wrote: Now, all of this leads me to the following questions – 1) Are you modifying the columns displayed in this Data Grid through code? 2) If so, is it possible that you are updating the columns in the Data Grid while the user is

Re: Datagrid error...

2018-12-18 Thread JJS via use-livecode
ok thanks. Op 18-12-2018 om 20:33 schreef Trevor DeVore via use-livecode: On Tue, Dec 18, 2018 at 12:16 PM JJS via use-livecode < use-livecode@lists.runrev.com> wrote: quote" A `_ScrollListV` request sent in time might be able to create such a scenario." end quote Trevore is what you say

Re: Can't Submit App to iTunes

2018-12-18 Thread Dan Friedman via use-livecode
Panos, Yes, but I don't think it's all of them. Here's what's there: _CodeSignature appicon60...@3x.png AppIcon83.5x83.5@2x~ipad.png Assets.car ca-bundle.crt default-3...@3x.png default-4...@3x.png default-ipadprolandsc...@2x.png Default-Landscape.png myApp embedded.mobileprovision Info.plist

Re: Can't Submit App to iTunes

2018-12-18 Thread panagiotis merakos via use-livecode
Hello Dan, If you right click on the .app bundle and choose "Show Package Contents", are the image files there? Best Regards Panos -- On Tue, Dec 18, 2018 at 10:41 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Greetings! > > I've never had this problem before… When

Can't Submit App to iTunes

2018-12-18 Thread Dan Friedman via use-livecode
Greetings! I've never had this problem before… When I attempt to upload my app via the Application Loader, I get a number of errors: ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must

Re: DataGrid in v9: DragImage broken on Windows?

2018-12-18 Thread panagiotis merakos via use-livecode
Hello Richard, This looks like this bug: https://quality.livecode.com/show_bug.cgi?id=21562 Kind regards, Panos -- On Tue, Dec 18, 2018 at 10:21 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > The following relates to Windows only; things are working well on

DataGrid in v9: DragImage broken on Windows?

2018-12-18 Thread Richard Gaskin via use-livecode
The following relates to Windows only; things are working well on macOS. I have this code in a DataGrid in an older project: on dragstart if the dgDataControl of the target <> "" then put the dgIndex of the dgDataControl of the target into theIndex set the dgDragImageIndex of me to

Re: Datagrid error...

2018-12-18 Thread Trevor DeVore via use-livecode
On Tue, Dec 18, 2018 at 12:16 PM JJS via use-livecode < use-livecode@lists.runrev.com> wrote: > quote" > > A `_ScrollListV` request sent in time might be > able to create such a scenario." end quote > > Trevore is what you say not the same as what is written here: > >

problem with revZipOpenArchive in a Mac app bundle?

2018-12-18 Thread Curt Ford via use-livecode
I'm working on updating a client's project for 64bit compatibility on the Mac side. The project is a menu app that downloads and unzips a number of modules from a server. The previous version, done in LiveCode 7, saved & unzipped the modules in the app bundle, at

Re: Datagrid error...

2018-12-18 Thread JJS via use-livecode
quote" A `_ScrollListV` request sent in time might be able to create such a scenario." end quote Trevore is what you say not the same as what is written here: https://forums.livecode.com/viewtopic.php?f=104=172021=73fc5b60aaa154dfddc7c723b563a370#p172019 although you figured it out

Re: Stumped on Datagrid Problem

2018-12-18 Thread Bob Sneidar via use-livecode
I think we already did test this, and the upshot if I recall was that once you get beyond 2 or 3 recursive queries, the memory DB is much faster. I think I put up a demo stack demonstrating this on Livecode Share if you want to have a look. Bob S > On Dec 17, 2018, at 18:09 , Tom Glod via

Re: Datagrid error...

2018-12-18 Thread Trevor DeVore via use-livecode
On Tue, Dec 18, 2018 at 9:31 AM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > > built under LiveCode 6.7.11. We are readying a new version built under > LC9.0.1, but without a recipe for the error, I have no way of testing > whether the new engine (and newer Datagrid)

[ANN] bnGuides alignment tool on ivecodeshare

2018-12-18 Thread Niggemann, Bernd via use-livecode
I have put a stack "bnGuides" on livecodeshare (or access it from "Sample Stacks" from within LC). It is best used as a plugin. http://livecodeshare.runrev.com/stack/918/BnGuides It helps with visual guides to align objects. It complements the build-in alignment tool. Feedback welcome. Kind

Re: Datagrid error...

2018-12-18 Thread Paul Dupuis via use-livecode
On 12/18/2018 10:19 AM, Trevor DeVore via use-livecode wrote: On Mon, Dec 17, 2018 at 1:47 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: I have a a few customers reporting the error below, and yet, none of them have provided information on what exactly they were doing

Re: Datagrid error...

2018-12-18 Thread Trevor DeVore via use-livecode
On Mon, Dec 17, 2018 at 1:47 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a a few customers reporting the error below, and yet, none of > them have provided information on what exactly they were doing that > resulted in the error below. I have no recipe to

Android Text-To-Speech?

2018-12-18 Thread Peter Reid via use-livecode
Has anyone got a way of doing text-to-speech for Android? We have revSpeak for desktop/laptop but not for Android deployment. Any solutions please? Peter -- Peter Reid Loughborough, UK ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Datagrid error...

2018-12-18 Thread Curry Kenworthy via use-livecode
> I really do wish someone would deliver a really reliable table object I'm always game as you know, and would enjoy such a project. Reliable is not a problem - simply proper methods to ensure proper results. :) But when it comes to efficiency, LiveCode itself is lately a getting bit

Re: Datagrid error...

2018-12-18 Thread Paul Dupuis via use-livecode
On 12/18/2018 8:03 AM, Curry Kenworthy via use-livecode wrote: A lot of pain can be avoided, and more responsive interfaces achieved, by using data grids ONLY when necessary. Sometimes they are necessary...but usually not. True. In this case, I need a table view of a bunch of data. The

Re: Datagrid error...

2018-12-18 Thread Curry Kenworthy via use-livecode
A lot of pain can be avoided, and more responsive interfaces achieved, by using data grids ONLY when necessary. Sometimes they are necessary...but usually not. Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and Consulting

Re: BrowserSnapshot_v001

2018-12-18 Thread Lagi Pittas via use-livecode
Hermann, I have no use for this presently but I KINOW I will learn a lot just by looking at your code. Thanks for all your brilliant stuff - oh and if I don't thank you for future stuff (life gets in the way of living) take that as a thank you as well - I'll be the first to tell you when your