Thanks, but ... it's for a library that I wrote totally in Livecode (/so ..
can run on any platform/) and I would like to avoid the use externals or
other tricks ... ;)
If I understand correctly, currently, in Livecode we have ONLY the "load"
(HTTP GET), and nothing else ... right ?
Thanks,
Gugl
slylabs13 wrote
>
> The way others have proposed this in the past is to have an agent of some
> sort, a web agent or else a standalone app do the work for you, while your
> app periodically checks the status of the transfer in some way. I don't
> think that would work for iOS though.
>
> Bob
>
As I know, is possible to transfer a file using the URL in a non-blocking way
only for the HTTP GET (put URL "...myURL..." into myVAR) using the "load"
command, but ... there is a way to have a non-blocking transfer also for the
HTTP PUT (put myVAR into URL "...myURL") and HTTP POST (post myData to
paolomazza wrote
>
> Hi all,
> how to use an iPhone App as a remote control for an iPad app ?
> I am wondering if I can set any communication between two iOS apps
> (besides internet connection) ?
> Bluetooth ? Set a wifi intranet ? Socket communications?
> Is there any external to do this?
>
Graham Samuel-4 wrote
>
> I'm using 'export image' to put an image into a file without invoking a
> 'save' dialog - this is what my user wants. However, I can't see any
> obvious way of knowing that the new image has the same name has an
> existing one and would therefore overwrite it. I set up a
Bryan McCormick wrote
>
> JB, Guglielmo
>
> This appears to work for my purposes and is pretty speedy. See anything
> that might break?
>
> ---
>
> function convertTextToBinary varText
> repeat with n = 1 to the number of chars of varText
>put c
Bryan McCormick wrote
>
> I have seen a number of sites that use a text to binary digits converter
> for simple encryption. Such that "this is my text" would be written as
> "01110100011011101001011100110010011010010111001100100110110100010010011101000110010101110100
Interesting ...
... if I enclose the Test directory (the one containing Win/OSX/Linux app)
on a .rar file and I transfer the .rar file using the same shared volume ...
the Test.App no longer works !!!
So ...
... transferring directly the directory through the share, *work fine*
... transferring a
Levi Kendall wrote
>
> Hi All,
> I'm having a bit of a problem making a standalone application for OS-X
> from a Windows machine. Actually making it is not the problem really,
> running it is. The save to standalone works fine and I end up with what I
> am assuming is the executeable in a str
Gregory Lypny wrote
>
> Hi Guglielmo,
>
> Thank you for your response. I will do what you say while revising my
> app, but does it mean that the standalone will not be affected?
>
> Gregory
>
No, fortunately the standalone applications seem to work normally (/...
tried on OS X 10.6.8 and Win
Gregory Lypny wrote
>
> The following two lines used to work fine in a startup script.
>
>libURLSetLogField the long id of fld “Connection Log" of card
> "Connection" of stack “Headquarters"
>libURLSetFTPListCommand “NLST”
>
> Today I upgraded to version 5.02 of LiveCode and I get the f
11 matches
Mail list logo