Re: User friendly functions to replace MySQL queries?

2017-05-07 Thread Kaveh Bazargan via use-livecode
That's the one. :-) Sorry for the confusion and thanks... On 7 May 2017 at 22:57, Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > If it's a user-friendly way to call SQL, I don't think you want revSpark, > you want his DBLib. > > I think the current / latest is at > > http

Re: User friendly functions to replace MySQL queries?

2017-05-07 Thread Alex Tweedly via use-livecode
If it's a user-friendly way to call SQL, I don't think you want revSpark, you want his DBLib. I think the current / latest is at https://github.com/Himalayan-Academy/Siva-Siva-App/wiki/aagDBLib -- Alex. On 07/05/2017 21:55, Kaveh Bazargan via use-livecode wrote: Hi all Writing MySQL queries

Re: User friendly functions to replace MySQL queries?

2017-05-07 Thread Matthias Rebbe via use-livecode
you find revspark now here https://bitbucket.org/andregarzia/revspark > Am 07.05.2017 um 22:55 schrieb Kaveh Bazargan via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hi all > > Writing MySQL queries using LiveCode is a bit painful,

User friendly functions to replace MySQL queries?

2017-05-07 Thread Kaveh Bazargan via use-livecode
Hi all Writing MySQL queries using LiveCode is a bit painful, so I thought of writing some higher level functions to produce the queries, a bit like these from Ken Ray: http://www.sonsothunder.com/devres/livecode/tips/data005.htm But before I start I wonder if anyone else has done these. I know

Re: grabbing an SVG?

2017-05-07 Thread Richmond Mathewson via use-livecode
My remarks were only about SVG images. Richmond. On May 7, 2017 11:30 PM, "hh via use-livecode" < use-livecode@lists.runrev.com> wrote: > Sorry, the link was wrong, here the correct link: > > 'handling of mouse messages in widgets' > http://forums.livecode.com/viewtopic.php?p=126054#p126054

Re: grabbing an SVG?

2017-05-07 Thread hh via use-livecode
Sorry, the link was wrong, here the correct link: 'handling of mouse messages in widgets' http://forums.livecode.com/viewtopic.php?p=126054#p126054 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: grabbing an SVG?

2017-05-07 Thread hh via use-livecode
Sadly grouping doesn't work with all widgets, e.g. try the clock widget. Essentially the widget author has to program the mouseEvents, at least he/she has to pass them. For the problems behind mouseEvents and widgets please read http://forums.livecode.com/posting.php?mode=reply&f=93&t=24369 especi

Re: grabbing an SVG?

2017-05-07 Thread Richmond Mathewson via use-livecode
I'm probably (not for the first time) being naive, BUT . . . I want to import SVG images and have them behave exactly like other imported IMAGES with the +++ of scalability and the non-fuzzy-edged rotations, rather than "a whole different species". Richmond. On 5/7/17 9:29 pm, Klaus major-k

Re: grabbing an SVG?

2017-05-07 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 07.05.2017 um 20:24 schrieb Richmond Mathewson via use-livecode > : > > Oh, look, just for a change I am replying to my own message: > > On 5/7/17 9:15 pm, Richmond Mathewson wrote: >> If I import an image into a stack and give it this script: >> >> on mouseDown >> grab me >

Re: grabbing an SVG?

2017-05-07 Thread Richmond Mathewson via use-livecode
Oh, look, just for a change I am replying to my own message: On 5/7/17 9:15 pm, Richmond Mathewson wrote: If I import an image into a stack and give it this script: on mouseDown grab me end mouseDown it works superbly: I can grab the image with my mouse and take it for a walk round the stac

grabbing an SVG?

2017-05-07 Thread Richmond Mathewson via use-livecode
If I import an image into a stack and give it this script: on mouseDown grab me end mouseDown it works superbly: I can grab the image with my mouse and take it for a walk round the stack, and when I release the mouse button I drop the image. If I do that with an SVG widget things don't beha

Re: mySQL connection fine in LiveCode but error in standalone

2017-05-07 Thread Kaveh Bazargan via use-livecode
It worked!!! Thank you so much Matthias and Mike. :-) On 7 May 2017 at 17:57, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Kaveh, > > by any chance, are you using LC9 DP6? > I noticed exactly this in DP6 and went back to DP5. > > It seems to be a regression bug in

Re: mySQL connection fine in LiveCode but error in standalone

2017-05-07 Thread Matthias Rebbe via use-livecode
Hi Kaveh, by any chance, are you using LC9 DP6? I noticed exactly this in DP6 and went back to DP5. It seems to be a regression bug in DP6. See http://quality.livecode.com/show_bug.cgi?id=19429 Regards, Matthias Matthias Rebbe Bramkampsie

Re: mySQL connection fine in LiveCode but error in standalone

2017-05-07 Thread Kaveh Bazargan via use-livecode
Hi Mike Thanks for the reply there is indeed a dbmysql.bundle included in the package. should that not be there? The database should be connecting on openstack. But there is also a separate button that should connect, but that is giving the same error. On 7 May 2017 at 00:56, Mike Bonner via u

Re: Escape From Script In Use Blocking?

2017-05-07 Thread J. Landman Gay via use-livecode
Sometimes a hard coded breakpoint command works. But it's easier to click the Messages button in the toolbar before going to the card so that no messages are sent at all. Note that in LC 9 dp6 I've had occasional lockups when using the Messages button so save the stack first. The team couldn't

Re: Relayering Controls in 9 dp5 problematic?

2017-05-07 Thread panagiotis merakos via use-livecode
Hi all, This is the bug: http://quality.livecode.com/show_bug.cgi?id=19349 which will be fixed in LC 9 DP7. Best, Panos -- On Sun, May 7, 2017 at 12:36 PM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > I think there was a bug in dp5 with respect to relayering... I

Re: Relayering Controls in 9 dp5 problematic?

2017-05-07 Thread Mark Waddingham via use-livecode
I think there was a bug in dp5 with respect to relayering... It was either fixed in dp6 or will be in dp7 (when that finally appears!). Mark. Sent from my iPhone > On 7 May 2017, at 03:43, Sannyasin Brahmanathaswami via use-livecode > wrote: > > layout card > make some controls > click on pr