Re: anyone else having trouble to get to livecode.com?

2015-07-23 Thread Pascal Lehner
Hi Works for me from Switzerland. Best, Pascal 2015-07-23 9:52 GMT+02:00 Malte Brill : > Hi, > > when I try to access livecode.com I am getting a > „too many redirects“ error. Is it just me or is it a general problem? > > Best, > > malte > > >

Re: Database Input Validation

2015-07-08 Thread Pascal Lehner
ar > as part of the Create It With Livecode program that included information > about this. You can get the presentation slides at my web site > www.lcsql.com on the Free Stuff page. > > On Tue, Jul 7, 2015 at 1:20 AM Pascal Lehner wrote: > > > Hi Peter and Bob, > > &

Re: Database Input Validation

2015-07-07 Thread Pascal Lehner
lves using placeholders in your SQL statements and > loading the values for those placeholders into separate variables or a > numerically keyed array. > > On Mon, Jul 6, 2015 at 1:20 AM Pascal Lehner wrote: > > > Hi all, > > > > I am working on a desktop app that i

Database Input Validation

2015-07-06 Thread Pascal Lehner
Hi all, I am working on a desktop app that is running a SQLite database and might well end up as a HTML5 server version with MySQL in the not-so-far future. For this I want to have some sort of input validation to avoid security and XSS incidents. Does anyone have a library or function to "saniti

Re: Keynote

2015-03-13 Thread Pascal Lehner
Hi Simon If LiveCode Ltd. (the company formerly known as RunRev) agrees I'd be happy to host the file as a download on my SpiderOak account or maybe you can even put it on youtube for everyone to watch? Since I watched the keynote live yesterday I do not have a copy of your catch it as yet. Best

Re: Use MenuPick properly

2015-02-07 Thread Pascal Lehner
ory to access the cKeys cprop > >put pitemname into field xyx >put line the menuHistory of me of the cKeys of me into field abc > > end menuPick > > Pete > lcSQL Software > On Feb 7, 2015 7:18 AM, "Pascal Lehner" wrote: > > > Hi all, > &g

Use MenuPick properly

2015-02-07 Thread Pascal Lehner
Hi all, I use menuPick to have a button with a drop down menu. The menu items are loaded from a database and the users selection needs to be stored back there too. the dropdown list looks as following (id, name) 1, full 2, half full 3, empty I save the users selection in two fields on the card i

Re: 21 seconds to go

2014-07-31 Thread Pascal Lehner
I even made it down to 0 seconds, then up to 54, then 3121, and now 45 minutes. Are we moving back in time? let's see what happens in 45 minutes. I guess it's sorted now since the campaign was always supposed to close in 45 minutes can't work anymore anyway.. Pascal 2014-07-31 17:11 GMT+02:00 R

Re: 21 seconds to go

2014-07-31 Thread Pascal Lehner
You have another 50-odd minutes to go, there was a bug with the timer ;-) there is still time.. Cheers, Pascal 2014-07-31 17:06 GMT+02:00 Richmond : > I am, unfortunately, quite unable to donate this time round. > > And I see that the goal will not be reached, so the question is whether > RunRe

Re: One day left

2014-07-31 Thread Pascal Lehner
same here, same here.. as exciting as worldcup finals ;-) 2014-07-31 16:52 GMT+02:00 Dave Kilroy : > I find myself checking http://livecode.com/livecode-to-html5/ every > chance I > get and am only getting productive work done through force of will - but > I'll give up work for the final minute

Re: Just one app in an Android tablet

2014-07-18 Thread Pascal Lehner
Hi Possibly there is some Kiosk mode in Android directly - or there is at least an app for that: https://play.google.com/store/apps/details?id=com.telelogos.standalonekiosk or http://appcrawlr.com/android-apps/best-apps-kiosk-mode I'm sure you can implement something similar directly in your app t

Re: XML Handling

2014-05-23 Thread Pascal Lehner
Hi Peter, I'm on the road right now so I cannot post much. However, I did some XML last year. You can find all Informationen in stack script on my bitbucket repository, just download the. livecode file. https://bitbucket.org/tate83/t8converter Hth Greez pascal Am 23.05.2014 15:42 schrieb "Peter H

Re: Fade effect for a Field

2014-05-16 Thread Pascal Lehner
kprogrammer > KvK: 50277553 > > Installer Maker for LiveCode: > http://qery.us/468 > > Buy my new book "Programming LiveCode for the Real Beginner" > http://qery.us/3fi > > LiveCode on Facebook: > https://www.facebook.com/groups/runrev/ > > > On 5/16/2014 14:

Fade effect for a Field

2014-05-16 Thread Pascal Lehner
Hi all, I want to make a field displaying some status text ("Record saved") that fades from invisible to visible, stays for a few seconds and then fades out again. I have seen that there seems to be a way to do this with groups, but could I also do it with a single field? Thanks, Pascal ___

Re: OT: how to restore my Mac?

2014-02-19 Thread Pascal Lehner
Hi Tiemo, I don't have my Mac in front of me right now but as far as I remember it does offer a reset permissions function. Just found this, which should work: http://macs.about.com/od/Troubleshooting/qt/Mac-Troubleshooting-Reset-User-Account-Permissions.htm or, as I do, you can give ONYX a chanc

[OT] Bitbucket Livecode Language Support

2013-09-06 Thread Pascal Lehner
splay binary file". Here is the ticket: https://bitbucket.org/site/master/issue/8046/please-add-livecode-language-support Have a nice weekend, Pascal -- Pascal Lehner ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: Deleting certain fields behaves strangely

2013-09-02 Thread Pascal Lehner
uot; > has become "field 1" > > Try doing your loop as >repeat with tField = the number of fields *on* card targetCard down to 1 > > -- Alex. > > > On 02/09/2013 12:59, Pascal Lehner wrote: > >> Hi all >> >> I have a script that creates

Deleting certain fields behaves strangely

2013-09-02 Thread Pascal Lehner
Hi all I have a script that creates fields named "Point1", "Point2" ... describing certain data points on a graph. This works fine. However, when the number of Points on the new graphic is smaller than on the old, I have old "PointX" that remain from the previous graphc. Thus I want to implement a

Re: Datagrid: Edit row, save to database

2013-08-29 Thread Pascal Lehner
> http://lessons.runrev.com/s/lessons/m/datagrid/l/7337-how-do-i-save-changes-the-user-makes-in-an-editor-field-to-an-external-data-source > > On 28.08.2013, at 13:53, Pascal Lehner wrote: > > > Hi all, > > > > Sitting in the Indian sun and writing on my hobby project. (

Datagrid: Edit row, save to database

2013-08-28 Thread Pascal Lehner
Hi all, Sitting in the Indian sun and writing on my hobby project. (Sorry for that.. ;-) Couldn't be better if there wasn't that one thing I cannot figure out just now. I load data from several tables (main table: ingredients) from a a SQLite database into a data grid. Now I wan't to provide an

Re: Where to store database ID

2013-07-25 Thread Pascal Lehner
property, a global, some array, or anything else, because the > function/handler will be the only place that needs it. > > > On Thu, Jul 25, 2013 at 10:56 AM, Pascal Lehner wrote: > > > Hi all, > > > > I am working on a project with a SQLite DB and I'm wo

Where to store database ID

2013-07-25 Thread Pascal Lehner
Hi all, I am working on a project with a SQLite DB and I'm wondering if there is an improvement to the following: On preOpenStack I connect to the database and store the connection ID in a custom property on the main stack. In whatever command I write or execute where I use any sql command to r

Re: [OT] Skydrive

2013-07-18 Thread Pascal Lehner
Hi Pete, I also used Google Drive for a while, but when starting to scan all my stuff I actually switched to Wuala about 2 years ago (http://www.wuala.com/en/) - I only have one small paper-based folder with diplomas and stuff by now. Wuala offers about the same features including team options as

Valentina DB, SQLite and DBLib

2013-07-02 Thread Pascal Lehner
Hi everyone, Another rather n00b-ish question ;-) I have a SQLite database with about 15 tables. Some of them are obviously relational. Some of the tables will have a row added every 15 or 30 minutes, but only with 4-5 columns each, the others will be much smaller. I started to write my app usin

Re: revsecurity.dll appearing for (nearly) no reason

2013-06-27 Thread Pascal Lehner
L, XYZ, H.Lab and other colour > spaces. http://www.color-converter.com > > Buy my new book "Programming LiveCode for the Real Beginner" > http://qery.us/3fi > > Fill out this survey please > http://livecodebeginner.**economy-x-talk.com/survey/<http://livecodebeginner.economy-x

revsecurity.dll appearing for (nearly) no reason

2013-06-27 Thread Pascal Lehner
Hi everyone, I just found out that when buidling for Windows, revsecurity.dll is automatically included as well to support https. However, my stack does not use https at all except for one link in the comments! Now I wanted to ask you how you usually handle such things - should I file that as a b

Re: XML and Unicode

2013-06-13 Thread Pascal Lehner
Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour > spaces. http://www.color-converter.com > > We have time for new software development projects. Contact me for a quote. > > > > > > > On 13 jun 2013, at 14:54, Pascal Lehner wrote: > > > Hi e

XML and Unicode

2013-06-13 Thread Pascal Lehner
will need them in a html file in the end. I guess that's some Unicode issue but I am somehow lost when and how to best change the strings.. Thanks a lot :-) Pascal -- Pascal Lehner 147/1 St Leonards Street Edinburgh EH8 9RB United Kingdom __

Re: LiveCode and Linux

2013-06-06 Thread Pascal Lehner
Hi Joe, I think there is a bug with sdk paths in 6.0.1. Afaik it was fixed in 6.0.2, probably worth giving that a try. Best, Pascal On 6 Jun 2013 22:48, "Joe Klemmer" wrote: > Very new to LiveCode but not Linux or programming in general. I have > LiveCode Community 6.0.1 installed on my Fedora

Re: DB Lib goes dual license with GPL and Commercial License

2013-05-22 Thread Pascal Lehner
Hi Andre, Thanks very much for that! I just watched your video, you will save me a lot of SQL :-) Just one quick question I could not find on the website and which is probably obvious for the more advanced people here: How do I install DBLib? Copy to the plugins folder in my documents? Greetz fro

Mobile Bandwith and Battery Optimization

2013-05-21 Thread Pascal Lehner
om the Radio Up: Battery, Latency and Bandwidth Optimization: http://www.youtube.com/watch?v=dASOm88Wh8g&feature=player_embedded Greetz from a very sunny Edinburgh (that's day 2 of 2 from this years summer..), Pascal -- Pascal Lehner 147/1 St Leonards Street Edinburgh EH8 9RB United Ki

Android Push Notifications

2013-05-15 Thread Pascal Lehner
g the stack AndroidPushTest_new from the HowTo, I get a "error: communication failed" in the stack. Could someone else with a working set up give this stack a try? Thanks! Pascal Pascal Lehner 147/1 St Leonards Street Edinburgh EH8 9RB United Kingdom

Re: Conference get-together

2013-05-15 Thread Pascal Lehner
Was great to meet some of this list at the conference. I can't make it tonight, but will see you all (I hope) at the cocktails tomorrow evening.. Best, Pascal 2013/5/15 Ian Wood > By the way, the food servings are massive! > > Ian > > On 15 May 2013, at 20:02, Ian Wood wrote: > > > There's s

Re: US at conference?

2013-05-12 Thread Pascal Lehner
Welcome to the island :-) and since its not raining right now, I'd even consider it good weather.. Just in case you want to go to the castle and there is a big crowd trying to get tix - just buy them beforehand online. you get a code which you then can use to print the tix right at the castle entr

Re: [ANN] Book. Programming LiveCode for the Real Beginner

2013-04-26 Thread Pascal Lehner
A ebook would be cool in addition to the paperback as a reference to easily carry around. However, for that type of books I prefer "real" books with the possibilty to make easy notes, and the possibility to make an index (and frustrated throwing around with a kindle isn't that fun either ). Thanks

Re: [ANN] Book. Programming LiveCode for the Real Beginner

2013-04-26 Thread Pascal Lehner
Hi Mark I also ordered one of the books, it does look great and will glow in the shelf ;-) If there is a way to pick it up in Edinburgh that would be great. Since there is no student package available I won't be able to attend the conference but I am living here.. Regards, Pascal 2013/4/26 Dav

Re: [OT] Clarify on Macheist

2013-04-17 Thread Pascal Lehner
Very nice deal, thanks for the hint. CleanMyMac is worth the bucks alone.. best, Pascal 2013/4/17 Trevor DeVore > Clarify (created with LiveCode) is part of the new MacHeist deal that is > running for $10. Among other apps, the bundle also includes xScope and > potentially Path Finder. I use x