Hello,
Great to see all of you in San Diego! Hope you are all enjoying a warm
night or safely returning home.
Question for the list: In 6.5.2 it was possible to set the pixelScale
property on MacOS, but it looks like that is not possible in 6.7. I am
getting a "Can't set this property on this pla
On Sat, Sep 6, 2014 at 6:00 AM, wrote:
>
> I need to copy some files from one folder to another in Windows.
>
> I have searched the dictionary and cannot figure it out.
I opened the Dictonary, typed 'move' into the search field and found
'revMoveFolder'. Reading that entry, at the bottom is a Us
Yes. You split pData, which will alter the original table, and you don't
restore it. Don't reference the parameter.
Still great, however!!
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
On Sep 5, 2014, at 2:37 PM, Michael Doub wrote:
> just to complete your library,
All 3 of you have posted some fantastic code!
Thank you, Hugh, Peter and Mike. I can use it
to solve some problems.
John Balgenorth
On Sep 5, 2014, at 4:09 PM, Peter M. Brigham wrote:
> Great!
>
> -- Peter
>
> Peter M. Brigham
> pmb...@gmail.com
> http://home.comcast.net/~pmbrig
>
> On S
Yes. You split pData, which will alter the original table, and you don't
restore it. Don't reference the parameter.
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
On Sep 5, 2014, at 6:02 PM, Chris Heidecker wrote:
> I think you should not use @pData, just pData shou
Great and greater!
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
On Sep 5, 2014, at 2:37 PM, Michael Doub wrote:
> just to complete your library, here is a function that will extract the
> listed column in the order that you
> specify but it does not modify the or
Hi
I'm getting this error as well.
Double checked for any quicktime references and have none.
Tried uploading version created with 6.7RC1 without success.
The only other thing that I suspect may be causing an issue is mergAV or
mergMicrophone, both of which I use in the app.
Monte?
regards
Great!
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
On Sep 5, 2014, at 1:51 PM, Michael Doub wrote:
> Here is an even more general version:
>
> function deleteColumns pData,pColsToDelete,pDelim
> -- delete specified columns from a table
> -- Syntax: deleteColu
It sounds like Apples new programming language
Swift is going to be used in LiveCode. Swift looks
similar to a scripting language.
Does anyone know when the official release of Swift
is and will it be possible to incorporate it into older
versions like Revolution? It looks like Swift would be
a
Hi Larry,
You could use revCopyFile or e.g. put URL x into URL y.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Installer Maker for LiveCode:
http://qery.us/468
I think you should not use @pData, just pData should be enough.
You’re not using it to return the data but are modifying by splitting but not
combining the data.
regards,
Chris Heidecker
Op 5 sep. 2014, om 20:37 heeft Michael Doub het volgende
geschreven:
> just to complete your library, here
Hello All,
I need to copy some files from one folder to another in Windows.
I have searched the dictionary and cannot figure it out.
Is there a way to have "thisFile.txt" in one folder and copy the file to
another folder?
TIA
Larry
___
use-livecode m
Just got bit by this. Thought I’d throw out the warning just in case.
I installed OS X Yosemite yesterday to give it a go. I fired up LC today and
tried to create an app build (iOS) only to discover that the process failed. I
went into the Mobile Support prefs, and the entire iOS SDKs pane was d
Make sure you’re on the RC1 from a week ago:
http://downloads.livecode.com/livecode/
On Sep 5, 2014, at 12:35 PM, Chris Sheffield wrote:
> No, but that’s a good idea. Hadn’t thought of it. Only bad thing is, my app
> shows some strange bugs when built with LC 6.7. But it might be worth a try
No, but that’s a good idea. Hadn’t thought of it. Only bad thing is, my app
shows some strange bugs when built with LC 6.7. But it might be worth a try
just to see if it’ll upload to Apple.
Thanks.
> On Sep 5, 2014, at 1:31 PM, Colin Holgate wrote:
>
> I wonder if iOS also doesn’t like QuickT
I wonder if iOS also doesn’t like QuickTime references now? Have you tried
using LiveCode 6.7, to see if you still get the error?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
Has anyone experienced this before?
I wanted to try out the new TestFlight stuff through Apple today, so I tried to
upload an app build but am receiving the following error from Application
Loader:
Your app contains non-public API usage. Please review the errors, correct them,
and resubmit you
Opps, I left off the getItem function. Here it is again for completeness:
> just to complete your library, here is a function that will extract the
> listed columns in the order that you
> specify but it does not modify the original data.
>
> -= Mike
>
function extractColumns @pData,pColsT
just to complete your library, here is a function that will extract the listed
column in the order that you
specify but it does not modify the original data.
-= Mike
function extractColumns @pData,pColsToReturn,pDelim
-- Extract specified columns from a table in order
-- Syntax: extract
My presentation files on the USB stick was corrupt. I reuploaded the zip file
to the thumb drives. Heather has confirmed the files are OK. See Heather or
email me to obtain this material.
Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net
_
Here is an even more general version:
function deleteColumns pData,pColsToDelete,pDelim
-- delete specified columns from a table
-- Syntax: deleteColumns ,[,]
-- data: Specifies the data to parse.
-- cols: A comma separated list of columns or column ranges to be
removed,
--
Sorry, left out a crucial line:
put empty into pColsToDelete
before the repeat.
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
--
function deleteColumns pData,pColsToDelete,pDelim
-- delete specified columns from a table
-- Syntax: deleteColumns ,[,]
On Sep 5, 2014, at 7:59 AM, FlexibleLearning.com wrote:
> The routine lets you specify any number of columns to delete. You do not
> have to use it on each column. If you have 11 columns, simply specify which
> ones you do not want. If you have comma-separated data, you need to specify
> the colum
On Fri, Sep 5, 2014 at 6:56 AM, Malte Brill wrote:
> ok, this will be fun to debug :-(
> What I found out is that the registry is used to make the machines aware
> of using the proxy.
>
> HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Internet
> Settings
>
> This has two keys, o
Hugh,
I noticed that you did not create this as a function. Can you explain your
rational? I am always debating this with myself.
Regards,
Mike
On Sep 5, 2014, at 7:59 AM, FlexibleLearning.com
wrote:
> Hi John
>
> The routine lets you specify any number of columns to delete. You do no
Hi John
The routine lets you specify any number of columns to delete. You do not
have to use it on each column. If you have 11 columns, simply specify which
ones you do not want. If you have comma-separated data, you need to specify
the columnDelimiter. This includes that option...
on mouseUp
-
Hi,
ok, this will be fun to debug :-(
What I found out is that the registry is used to make the machines aware of
using the proxy.
HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Internet
Settings
This has two keys, one for the proxy and one for the exceptions. In the
except
Colin, thanks for the insights :)
> -Ursprüngliche Nachricht-
> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
Auftrag
> von Colin Holgate
> Gesendet: Freitag, 5. September 2014 00:51
> An: How to use LiveCode
> Betreff: couple of photospheres...
>
> From the confere
Hi,
I have a splash stack with some checking things etc. At the end I call my
main program and hide the main stack, because of the need of some scripts of
the splash stack:
go stack foo
hide me
This looks very easy and works since years. Now with LC 6.6.2 on Win 7 I am
experiencing a very stran
29 matches
Mail list logo