Re: Taking quotes on building LC external for RethinkDB

2017-08-04 Thread Tom Glod via use-livecode
Thats definately an option. I'm actually kind of clueless about what the price will be I literally don't have any idea, but the specs don't look that complicated. So i'm optimistic that its semi straight forward. I've made up my mind on this pretty much. Its getting done, no matter what.

Re: menuHistory & menuPick

2017-08-04 Thread Craig Newman via use-livecode
Hi. No LC to play with at the moment, but since setting the menuHistory is setting a property, might fiddling with setProp possibly be a way to subvert the sending of the message? Craig Newman -Original Message- From: jbv via use-livecode To: How to

Re: Taking quotes on building LC external for RethinkDB

2017-08-04 Thread Alex Tweedly via use-livecode
I have to admit that rethinkdb sounds really interesting - I hadn't heard of it until your posting. Might be worth a crowdfunding / donation request to spread the cost; while I don't have a *need* for it, it might be a worthy target for (a small amount) of my optional spending of my 'pocket

Re: menuHistory & menuPick

2017-08-04 Thread Bob Sneidar via use-livecode
Hi JB. To set the menu display value without triggering menuPick, set the label of the menu button. In order to trigger the menuPick handler when changing the value, use menuHistory. No need to suspend messages or anything fancy like that. Bob S > On Aug 4, 2017, at 11:04 , jbv via

Re: Taking quotes on building LC external for RethinkDB

2017-08-04 Thread Tom Glod via use-livecode
Thanks Charles. I did hear back from Livecode and they are preparing a quote for me. I will keep you in mind if anything doesn't work there. On Fri, Aug 4, 2017 at 4:12 PM, Tom Glod wrote: > nahI need the driver for many reasons. I do plan to donate the > driver to

Re: Taking quotes on building LC external for RethinkDB

2017-08-04 Thread Tom Glod via use-livecode
nahI need the driver for many reasons. I do plan to donate the driver to the open-source community version once its completed. I don't have any reason why not, I really just need the driver, its an investment for my company for many years to come. On Fri, Aug 4, 2017 at 8:29 AM, Mike

Re: Help needed with a nasty bug

2017-08-04 Thread Mike Kerner via use-livecode
Can we have more info on the configurations of the folks seeing this? Win version Machine config VM - Y/N, brand, version ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: menuHistory & menuPick

2017-08-04 Thread Klaus major-k via use-livecode
> Am 04.08.2017 um 20:35 schrieb jbv via use-livecode > : > > Hi Klaus > Thanks for the reply. > Actually that option crossed my mind, but what if other useful messages > need to be sent in the meantime, or if there are any pending messages ? Then the world, as

Re: menuHistory & menuPick

2017-08-04 Thread jbv via use-livecode
Hi Klaus Thanks for the reply. Actually that option crossed my mind, but what if other useful messages need to be sent in the meantime, or if there are any pending messages ? What gets blocked actually ? Thanks jbv On Fri, August 4, 2017 8:07 pm, Klaus major-k via use-livecode wrote: > Hi jbv, >

Re: menuHistory & menuPick

2017-08-04 Thread Klaus major-k via use-livecode
Hi jbv, > Am 04.08.2017 um 20:04 schrieb jbv via use-livecode > : > > Hi > According to the doc, when you set the menuHistory property, a menuPick > message is sent to the button. > I managed to block the menupick message with a boolean variable, but is > there an

menuHistory & menuPick

2017-08-04 Thread jbv via use-livecode
Hi According to the doc, when you set the menuHistory property, a menuPick message is sent to the button. I managed to block the menupick message with a boolean variable, but is there an easier/more elegant way to momentary block that message when setting menuhistory ? Thanks in advance. jbv

Re: [OT-ish] Updating MacBook from El Capitan to Sierra to install Xcode 8.3+

2017-08-04 Thread Bob Sneidar via use-livecode
I am using Sierra, but I am noticing that sometimes I will click a button (not in LC I mean in ANY OS doalig) and then have to click it again to complete the click. I know I clicked it the first time because I get visual feedback like the button getting darket after the first click. Bob S >

Help needed with a nasty bug

2017-08-04 Thread panagiotis merakos via use-livecode
Hi all, At least 3 users have reported a strange bug on Windows with any version of LC 8, which unfortunately we are unable to reproduce (and thus unable to fix, so far). The fact that it affects only 3 users and this happens in *every* LC 8 version, suggests that the problem is caused by a

Re: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread Trevor DeVore via use-livecode
On Fri, Aug 4, 2017 at 4:41 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > you are right: > > MS Paint (old version): No > Adobe Photoshop: No > Adobe InDesign: No > MS Paint 3D (new Windows 10): Yes (this was my first test) > MS Word: Yes > MS

Re: Taking quotes on building LC external for RethinkDB

2017-08-04 Thread Mike Kerner via use-livecode
I don't know the first thing about Rethink, but have you thought about using odbc? On Fri, Aug 4, 2017 at 6:02 AM, Thierry Douez via use-livecode < use-livecode@lists.runrev.com> wrote: > 2017-08-03 17:00 GMT+02:00 Bob Sneidar: > > I poked around on their web site. > > What is the advantage of

Re: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread panagiotis merakos via use-livecode
Thanks for the info, Tiemo. Ok, I'll mark your report as a duplicate of Trevor's report, and add a note that the same issue affects pasting to Adobe Photoshop. Have a good weekend, Panos -- On Fri, Aug 4, 2017 at 12:41 PM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com>

AW: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread Tiemo Hollmann TB via use-livecode
Hi Panos, you are right: MS Paint (old version): No Adobe Photoshop: No Adobe InDesign: No MS Paint 3D (new Windows 10): Yes (this was my first test) MS Word: Yes MS Excel: Yes Have a nice WE Tiemo -Ursprüngliche Nachricht- Von: use-livecode

Re: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread panagiotis merakos via use-livecode
Thanks Tiemo. Could you please double-check if your original code works with pasting to MS Paint? The issue you are having looks like this bug: http://quality.livecode.com/show_bug.cgi?id=19713 but this report mentions inability of pasting into MS Paint Best, Panos -- On Fri, Aug 4, 2017 at

AW: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread Tiemo Hollmann TB via use-livecode
Hi Panos, same: Word: Yes, Photoshop: No Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von panagiotis merakos via use-livecode Gesendet: Freitag, 4. August 2017 11:31 An: How to use LiveCode

Re: Taking quotes on building LC external for RethinkDB

2017-08-04 Thread Thierry Douez via use-livecode
2017-08-03 17:00 GMT+02:00 Bob Sneidar: I poked around on their web site. What is the advantage of this db over other SQL db's? Price? Speed? Ease of > config? > > ​Hi Bob, Here is 1 minute of rethinkDB​... https://www.youtube.com/watch?v=qKPKsBNw604 Regards, Thierry > > On Aug 2,

Re: set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread panagiotis merakos via use-livecode
Hi Tiemo, What happens if you do: export snapshot from grp "ScreenShot" to tScreenshot as JPEG lock the clipboard set the fullclipboarddata["image"] to tScreenshot unlock the clipboard Best, Panos -- On Fri, Aug 4, 2017 at 10:25 AM, Tiemo Hollmann TB via use-livecode <

set the clipboarddata["image"] not compatible with Adobe Photoshop

2017-08-04 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.5, Windows 10 export snapshot from grp "ScreenShot" to tScreenshot as JPEG set the clipboarddata["image"] to tScreenshot The following paste command works in most programs, like MS Paint, MS Word, but not with Adobe Photoshop. Here the past menu is greyed out, so that there is