Re: Uploading a file using FTP

2017-06-18 Thread Terry Vogelaar via use-livecode
ot;& fld "ftp_file") into pDat Now the variable name corresponds with the one used in line 36 and it works like a breeze. Thank you With kind regards, Terry Vogelaar > Terry, > are you using a commercial license of LC 8 / 9, Indy or business? > > If so, you could

Uploading a file using FTP

2017-06-17 Thread Terry Vogelaar via use-livecode
: error. No indication on what the error might be. How should I figure out what went wrong, without sharing my FTP credentials with the list? With kind regards, Terry Vogelaar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Detect scroll activity (when LC is not frontmost)

2016-12-25 Thread Terry Vogelaar
with 10.12 with typing. I am on 10.12.2, so maybe it has already been fixed. This is a priceless Christmas gift to me. Wow! With kind regards, Terry Vogelaar > Op 25 dec. 2016, om 18:19 heeft use-livecode-requ...@lists.runrev.com het > volgende geschreven: > > I have an answ

Re: Detect scroll activity (when LC is not frontmost)

2016-12-25 Thread Terry Vogelaar
do what I want. Although I hope to be wrong about that. With kind regards, Terry Vogelaar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://li

Re: Detect scroll activity (when LC is not frontmost)

2016-12-23 Thread Terry Vogelaar
for a rawkeysdown function sounds like a good idea. Maybe there is something to the idea of hooking in to the system timer. Although I wouldn’t know how to do that either. With kind regards, Terry Vogelaar > Op 23 dec. 2016, om 12:00 heeft use-livecode-requ...@lists.runrev.com het > vo

Detect scroll activity (when LC is not frontmost)

2016-12-21 Thread Terry Vogelaar
ouse movement to that (the screenMouseLoc). But how do I catch usage of the mouse scroll wheel? There is a lot of scrolling (and not much else) going on when viewing a website like Facebook or Twitter. So my app would consider that to be a ‘pause’. With kind regards, Terry Voge

Re: My own productivity app

2016-11-30 Thread Terry Vogelaar
d the MacBreakZ-functionality, and let (hey)Focus do the site/app blocking. Heck, key logging, site blocking, disabling of other apps… It sounds like I'm brewing up something evil. (But I'm not.) Thanks for the help. With kind regards, Terry Vogelaar > The only way I know of to mon

My own productivity app

2016-11-28 Thread Terry Vogelaar
ion that MacBreakZ has and the distraction-restriction (hey)Focus offers. Would an app made in LiveCode be able to do that? If so, how? With kind regards, Terry Vogelaar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: use-livecode Digest, Vol 146, Issue 26

2015-11-16 Thread Terry Vogelaar
LiveCode to match it. It worked like a breeze and it solved my problem. With kind regards, Terry Vogelaar > From: stephen barncard > To: How to use LiveCode > Subject: Re: Converting HTML to Jade? > > On Fri, Nov 13, 2015 at 10:35 AM, Terry Vogelaar > wrote: > >>

Re: Converting HTML to Jade?

2015-11-13 Thread Terry Vogelaar
at am I doing wrong? With kind regards, Terry Vogelaar > Date: Fri, 13 Nov 2015 01:44:38 +0100 > From: Lyn Teyla > > Terry Vogelaar wrote: > >> Does anyone know if there is an easy way to convert HTML to Jade from within >> a LiveCode script? > > I use the h

Converting HTML to Jade?

2015-11-12 Thread Terry Vogelaar
k. I suspect there is a better, more automated solution I am not aware of. With kind regards, Terry Vogelaar ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefe

Import SVG (was: Re: Print margins)

2014-03-28 Thread Terry Vogelaar
kind regards, Terry Vogelaar Op 28 mrt. 2014, om 12:00 heeft use-livecode-requ...@lists.runrev.com het volgende geschreven: > Date: Thu, 27 Mar 2014 14:34:35 + > From: Terence Heaford > > Have a look at printMargins in the Language Dictionary > > From: Mark Schonew

Print margins

2014-03-27 Thread Terry Vogelaar
I want to make software to generate a printed newsletter. First I did the page layout in HTML so I could use revBrowserPrint to print it. But to my amazement it didn't fill the whole A4 sheet. The layout was scaled down to 16 cm wide (instead of 21). So I did the math and scaled up the entire la

Re: Support for Mac OSX 10.5

2014-02-25 Thread Terry Vogelaar
f it does, we got to move on. Terry Vogelaar ___ 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: Regular expressions

2013-07-02 Thread Terry Vogelaar
e response. With kind regards, Terry Vogelaar Op 2 jul. 2013, om 16:31 heeft Jan Schenkel het volgende geschreven: > Hi Terry, > > Maybe the 'matchChunk' function can help you achieve your goal? > From its dictionary entry: > > Syntax: > matchChunk(s

Regular expressions

2013-07-02 Thread Terry Vogelaar
GREP saved my bacon in several occasions. And the regular expressions in LC are somewhat similar to GREP, but not quite. In GREP I can do this: stringToChange: Block of text matchExpression: [^<]+ replacementString: ? result: Block of text The question-mark fills in everything that matches the

What has Cocoa to do wit Windows RT?

2013-02-27 Thread Terry Vogelaar
I am so excited that ALL the stretch goals are reached, and that they still have an extra dime to get some candy. But I was wondering about what this could mean: "So many people have asked for Windows Mobile support since RT was launched! Doing the Cocoa layer first brings this within reach." An

[kind of OT] Robots

2012-12-13 Thread Terry Vogelaar
I remember I have seen a video where Kevin Miller and someone else demonstrate a home made robot that is programmable using LiveCode. But I cannot find that video. I would be very interested in such a robot. Where can I find the parts/software? With kind regards, Terry Vogelaar

Uploading to Dropbox

2011-10-18 Thread Terry Vogelaar
How can I upload a file from my LiveCode iOS app to my Dropbox folder? Dropbox accepts files sent via an HTTP POST submission. So the question could also be: How can I send a file via an HTTP POST submission? It is a very small plain .txt file (sub 100kB); no package or other weirdness. Regard

Can I skin a scrollbar?

2011-09-20 Thread Terry Vogelaar
Is there a way to give a custom look to a scrollbar object (progress bar)? How do I avoid the ugly Motif look & feel for these on iOS? Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Lion & Xcode 3.2.6

2011-07-20 Thread Terry Vogelaar
Hi there, Is anyone experiencing this same problem with Lion? I cannot save a stack as a standalone for iOS anymore since upgrading to Lion. When I go to the preferences and go under Mobile Support and choose 'Location of developer root for iOS 3.2 and above', it says '/Developer' like it shoul

Linking step of external object build failed

2011-07-07 Thread Terry Vogelaar
I tried to get started building an external for iOS. So I tried to follow along with the video on http://www.youtube.com/watch?v=lqduyQkhigg step by step. It worked fine a few days ago, but it stopped working. The only change I can think of is upgrading to 10.6.8. Actually, the build succeeded,

Objective C iOS external example

2011-06-30 Thread Terry Vogelaar
I want to learn how to make an iOS external and I spent some time looking at the tutorial and the example projects. These are either in C++ or in Objective-C++. However, all the Xcode documentation and examples I have, are in Objective-C. I am not very good in either of them, but I want to conti

iOS SDK config problems

2011-06-25 Thread Terry Vogelaar
I was delighted to see the LiveCode iOS externals SDK ship, and to see an instruction video on the RunRev channel to help me get started. I expected to run into problems with starting to write my own Objective C code, but I actually ran into problems much sooner. So I might need some help. What

Re: Wondering about LC and HTML5

2011-06-21 Thread Terry Vogelaar
Hi Chipp, This sheds some other light upon this topic. I think the reason why it is such a torture to work with HTML5 is the lack of a good RAD tool. The guy who figures out how to do that, is a soon to be rich guy. A development environment with the ease of use LiveCode offers, that makes behi

Re: Wondering about LC and HTML5

2011-06-20 Thread Terry Vogelaar
Hi Chipp, You bring up some interesting points. But still, in my opinion, HTML5 is (as of now) too limited. In spite of everything Apple is trying to say about it, it is not a standard. And considering the approach it is taking, it never will be. What I mean is that there is still room to add f

[OT] MultiMailer software

2011-06-18 Thread Terry Vogelaar
Does anyone of you have experience with software to send newsletters to a list of 1000+ email addresses? I tried to write something myself, but I'm afraid servers will falsely recognize me as a spammer if I make my own software for this. Any recommendations? Terry _

Will iOS 5 Beta break usage of LiveCode App testing?

2011-06-07 Thread Terry Vogelaar
Hi all, I would like to try iOS 5 beta on my iPod Touch, and I can because I am a registered iOS developer. But I also use the iPod for testing apps I make in LiveCode. So I wonder, will installation break that ability? Terry ___ use-livecode mailing

Re: OT] how to update 2 values in each of 3000 records in MySQL

2011-05-17 Thread Terry Vogelaar
Hi Matthias, I don't think you should call this OT; sounds on topic to me. Of course it is hard to come up with a solution when we know so little about this particular database and the goal you try to accomplish with it. But you might reconsider the architecture of the database. If the 3000 re

Re: Unexpected behavior in iOS app

2011-05-11 Thread Terry Vogelaar
J. Landman Gay het volgende geschreven: > On 5/11/11 1:17 AM, Terry Vogelaar wrote: >> I'm running into a few problems building an iOS app. >> >> The most important one is this one. I want it to retrieve data from an 18MB >> text file, because I want it to wo

Unexpected behavior in iOS app

2011-05-10 Thread Terry Vogelaar
I'm running into a few problems building an iOS app. The most important one is this one. I want it to retrieve data from an 18MB text file, because I want it to work when the device is not connected to the internet. So I tried this: on preopenstack put "file:" & specialFolderPath("documents")

How to toggle play/pause the music in iOS?

2011-05-05 Thread Terry Vogelaar
Is there a way to pause the standard music player from a LiveCode app on iOS? I mean, lots of audio-playing apps need to make sure the (other) music pauses, right? So there should be a way to mute the iPod when my app starts to make its own sounds. Terry

Re: OT: are 72dpi still state of the art for screen design?

2011-05-02 Thread Terry Vogelaar
Hi Tiemo, I like to supplement to what Colin is saying, that as long as we talk about screens, there is practically no way to tell how large a pixel is. So you can fill in whatever measure suits you. On screens, the only 'true' measurement is pixels. Currently I have an external screen attache

iOS External Extensions?

2011-04-30 Thread Terry Vogelaar
In the keynote, our dearest Kevin said that iOS External Extensions are in 4.6.1, and that Mark Waddingham did a talk about it on April 27th. But unfortunately the talk is not available on the simulcast. I've been waiting on this for quite some time. So, where can I download the new ExternalsE

Currently playing song on iPod Touch

2011-04-01 Thread Terry Vogelaar
I want to make an app that uses data from the currently playing song on my iPod Touch, like song title, artist, comments, etc. Is there a way to see data like that in a LiveCode app? Probably not 'out of the box'. Is there a workaround? I know Xcode can do it. So is there someone who can make a

Re: ADD-On a subdomain

2011-02-07 Thread Terry Vogelaar
Similar experience here, when using Safari. No matter how complex I made the password, it still wasn't secure enough to be accepted. So it is not just cosmetic; some things definitely don't work. There are a lot of those little incompatibilities between cPanel and Safari. The trick is to use Fi