Hi Graham,
> On 5 Mar 2018, at 11:04 pm, Graham Samuel via use-livecode
> wrote:
>
> Another dumb question, I’m afraid. The dictionary says I can do
>
> put tdata into URL [some url]
>
> well, I want to put a file on my server (in this example, it’s a text file)
> to replace one of the same
When using
load font file "nameofyourfont.ttf"
the result contains
Handler: can't find handler (file)
It looks like "load" is accepted only in the form "load URL"...
On Mon, March 5, 2018 9:28 pm, Mike Bonner via use-livecode wrote:
> Hmm. Not sure what to do about loading a fontfile then. O
Hi Mike,
The 'put into field instructions2' was in there to check what was going on.
It works now the way I like it.
Thanks again!
greetings,
William
2018-03-05 21:37 GMT+01:00 Mike Bonner via use-livecode <
use-livecode@lists.runrev.com>:
> Hmm. In this case, you know the condition of fail
Just wanted to delete all the appended quotes!
___
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
My apologies.. Had a brain fritz, it should be "start using font file.."
load url would just load whatever url into cache and not font it up.
On Tue, Mar 6, 2018 at 1:07 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> When using
> load font file "nameofyourfont.ttf"
> the res
"start using font file.." is the first option that I tried, but
unfortunately it returns "can't load font file"...
The ttf file is on the server next to my script, and I have also
tried with the full absolute path for that ttf file.
Could you please make a test on your own on-rev account with any
t
Sure, i'll dig up a font file and try.
On Tue, Mar 6, 2018 at 7:37 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> "start using font file.." is the first option that I tried, but
> unfortunately it returns "can't load font file"...
> The ttf file is on the server next to my scr
Hi Charles - thanks for your help. I immediately tried your modification (use
‘put’ and avoid the variable ‘it’) but it made no difference. However, I think
I have solved the problem:
I was relying on the Standalone Application Settings option ’search for
required inclusions’. This did however
More wisdom from Charles, sincere thanks!
However, I don’t seem to be able to mimic what my FTP software (Transmit on the
Mac, or FileZilla) can do, which is to easily delete a file on a server - the
file in question is part of a web site hosted by DreamHost. I just want to use
the URL functio
Graham Samuel wrote:
> However, I don’t seem to be able to mimic what my FTP software
> (Transmit on the Mac, or FileZilla) can do, which is to easily delete
> a file on a server - the file in question is part of a web site
> hosted by DreamHost. I just want to use the URL functionality to do
>
Well, it looks like fontconfig is installed in on-rev, but neither
/home//.fonts or /home//.local/share/fonts are being updated
automatically. I tried to run fc-cache -f -v /home//.fonts and the
font is indeed found, but I don't think I have all the required support
directories, so there is no wri
The specific lesson for lc server file uploads is here:
http://lessons.livecode.com/m/4070/l/40708-how-to-upload-a-file-with-livecode-server
but as mentioned, setup https first!
On Tue, Mar 6, 2018 at 9:33 AM, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Graham Samue
On 3/6/18 8:56 AM, Graham Samuel via use-livecode wrote:
I was relying on the Standalone Application Settings option ’search for
required inclusions’.
I always use manual inclusions for that reason. As soon as I add a
feature to a project I also add it to the inclusions so I won't forget.
T
Thanks Jacque - since TSNet is an enforced presence on all commercial versions
of LC, I wonder why libURL isn’t automatically included even in apps that don’t
appear to be using internet access. It’s a gotcha that is likely to bother
people apart from me, IMHO. Maybe ‘search for inclusions’ shou
OK, I’ll be looking at it: I was not planning to use LiveCode server for this
task, although as a matter of fact I do have a copy on the site in question for
other purposes.
Thanks to you and to Richard G. I’ll report back when I’ve sorted it out.
Graham
> On 6 Mar 2018, at 17:38, Mike Bonner
On 3/6/18 4:08 PM, Graham Samuel via use-livecode wrote:
since TSNet is an enforced presence on all commercial versions of LC, I wonder
why libURL isn’t automatically included even in apps that don’t appear to be
using internet access.
That seems entirely reasonable, you might want to write t
I am about to embark a mission to solve a design problem in Livecode
The model is Spotify. The channels or collections, a single screen with
1) Scrolling labels - not scrolling left with right, maintenance fixed position
(left to right) but scrolling top to bottom.
2) "Collections" consisting s
In case anyone was holding their breath, I have just realised that the data I
wanted to store on the server can be stored elsewhere (in the application data
area, as a property of a stack). So I won’t be in such a hurry to learn this
stuff, though I know its value and will do so eventually.
Gra
Is there a way to force the IDE to look for attached mobile devices
without restarting LiveCode?
Typically I have half a dozen scripts open and I'm doing multiple test
builds to a cabled phone. I edit some scripts and during that time the
phone goes into low-power mode (not asleep or locked.)
Netflix is probably another example of something like this. On the home
screen there are sections (categories) that scroll vertically and when
stopped each row of movies will scroll horizontally. You can even move
multiple rows at the same time.
On Tue, Mar 6, 2018 at 5:12 PM Sannyasin Brahmanathas
The links that you provided don't seem to work. I get a 404 error
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
panagiotis merakos via use-livecode
Sent: Friday, March 02, 2018 4:03 AM
To: How to use LiveCode
Cc: panagiotis merakos
Sub
Hi,
> Graham Samuel wrote:
>
>> However, I don’t seem to be able to mimic what my FTP software
>> (Transmit on the Mac, or FileZilla) can do, which is to easily delete
>> a file on a server - the file in question is part of a web site
>> hosted by DreamHost. I just want to use the URL functional
I am getting the impression that any calls to network functions in your app
will cause tsNet to be included (assuming you have auto detect on). I could be
wrong.
> On Mar 5, 2018, at 02:18 , Graham Samuel via use-livecode
> wrote:
>
> [This message was identified as a phishing scam. Learn ab
The mark of a good IT staff. :-)
Bob S
> On Mar 5, 2018, at 08:49 , Mark Wieder via use-livecode
> wrote:
>
> Slashdot was having some hiccups transferring to new servers.
> They seem to have recovered nicely now.
>
> --
> Mark Wieder
> ahsoftw...@gmail.com
Lately I've found that to be iffy. I just manually select what I know I need.
Bob S
> On Mar 6, 2018, at 06:56 , Graham Samuel via use-livecode
> wrote:
>
> Hi Charles - thanks for your help. I immediately tried your modification (use
> ‘put’ and avoid the variable ‘it’) but it made no diff
if there is a file?
Bob S
> On Mar 5, 2018, at 05:04 , Graham Samuel via use-livecode
> wrote:
>
> How can I grow my own, by detecting the existing file and then overwriting it
> anyway?
___
use-livecode mailing list
use-livecode@lists.runrev.co
Oh, by server, you mean WEB server. NVM.
Bob S
> On Mar 6, 2018, at 19:42 , Bob Sneidar via use-livecode
> wrote:
>
> [This message was identified as a phishing scam. Learn about phishing at
> http://aka.ms/LearnAboutPhishing]
>
> if there is a file?
>
> Bob S
>
>
>> On Mar 5, 2018, at 0
27 matches
Mail list logo