[OT] upgrading Linux to 64 bit

2015-04-27 Thread Richmond
I have been running an Ubuntu derivative 32 bit distro for some years now, and should like to upgrade to a 64 bit version. My hard drive is partitioned so that my /Home stuff is on a different partition to the Boot folder and so on. Can I "just" install a 64 bit version via the "something els

Re: Enabling/Disabling MenuItems in LC

2015-04-27 Thread Terence Heaford
No need to answer, got it now. Thanks Terry > On 28 Apr 2015, at 07:42, Terence Heaford wrote: > > So, this begs the question. Trying to think of a situation….. > > When is there a need to use the menubar script? > > on mouseDown tMenu > if tMenu = 1 then > — your code > end if > e

LC Builder for sleepy types?

2015-04-27 Thread Richmond
Like me! Is there any way to convert small LC scripts into the LC Builder language? While the LC 8 DPs provide "a first look at LiveCode’s new “LiveCode Builder” language", there is no comprehensive guide to LC Builder . . . . . . is there something like this lurking on a computer up at the

Re: Enabling/Disabling MenuItems in LC

2015-04-27 Thread Terence Heaford
> On 28 Apr 2015, at 02:26, J. Landman Gay wrote: > > LC menus are just buttons in a group and they follow the normal message > hierarchy. So the menuPick in the button will trigger first, and if not > handled, is passed to the menu group. I was trying to use LC’s Menu system in the way Apple

[ANN] "Self-tailoring" Unicode Chooser Widgets

2015-04-27 Thread Bob Warren
Now 100% UTF-8 Unicode (no more HTML for file I-O). Multiple file selection. Better navigation. Much easier to employ in your app. Links (info, and single file download): http://www.howsoft.com/runrev/ulinchoosers/ (Linux) http://www.howsoft.com/runrev/uwinchoosers/ (Windows)

Re: Image IDs

2015-04-27 Thread J. Landman Gay
On 4/27/2015 4:56 PM, Peter Haworth wrote: I'm still left with the questions of is it possible that an image ID in the 200,000-299,999 range in a plugin rather than a standalone could exist in another developer's plugin and be used instead of mine. I guess the answer to that is yes since the las

Re: Enabling/Disabling MenuItems in LC

2015-04-27 Thread J. Landman Gay
On 4/27/2015 3:43 PM, Terence Heaford wrote: When selecting menuItem 3 of menu "File" — close I call a tidy up routine called “closeDB” which closes the DB and carries out some other tidying up including setting the uDBOpen of stack “TH” to false. This is called from the “File” menu script me

Re: invalid entitlements

2015-04-27 Thread William Prothero
Answered my own question. Bill https://developer.apple.com/library/ios/qa/qa1878/_index.html > On Apr 27, 2015, at 5:12 PM, William Prothero wrote: > > Folks: > I’m trying to load my sound app onto an iPad to test it. I get the mes

invalid entitlements

2015-04-27 Thread William Prothero
Folks: I’m trying to load my sound app onto an iPad to test it. I get the message “The executable was signed with invalid entitlements”. Another app I created and loaded, worked fine. I use the same provisioning profile. Where should I look to sort this out? Thanks for any advice. Regards, Bill

Re: Need Help With FTP

2015-04-27 Thread Richard Gaskin
Dr. Hawkins wrote: > On Mon, Apr 27, 2015 at 1:28 PM, Richard Gaskin wrote: > >> > But does it support ftp protocol? I though it needed ssh access. >> >> It does require SSH, and moreover if used within LiveCode requires >> shared SSH keys to avoid the password prompt, which is why I'd >> provid

Re: struggling with player

2015-04-27 Thread William Prothero
Richard: I have it working in the simulator now, EXCEPT for the volume setting. The volume doesn’t have any effect. So, I guess I should load it onto my iPad and see if it works? iPhoneSetSoundChannelVolume "background1",tVol Bill > On Apr 27, 2015, at 3:14 PM, Richard Gaskin > wrote: >

Re: Circle Progress Extension

2015-04-27 Thread PystCat
THIS. IS. SO. COOL. I think I'm going to like these new extensions. Thanks Trevor... I'm playing with it now. Paul > On Apr 27, 2015, at 1:23 PM, Trevor DeVore wrote: > > Hi all, > > The Extension Store tab in the Extensions Manager in LiveCode 8 seems a > little sparse so I've added the fir

Re: Need Help With FTP

2015-04-27 Thread Dr. Hawkins
On Mon, Apr 27, 2015 at 1:28 PM, Richard Gaskin wrote: > > But does it support ftp protocol? I though it needed ssh access. > > It does require SSH, and moreover if used within LiveCode requires shared > SSH keys to avoid the password prompt, which is why I'd provided the link > to the tutorial

Re: struggling with player

2015-04-27 Thread Richard Gaskin
William Prothero wrote: I’m going by the lesson at: http://lessons.runrev.com/m/4069/l/12353-how-do-i-play-sounds-on-an-ios-device to get sound files to play on the iPhone. However, I get no sound in the simulator.

Re: struggling with player

2015-04-27 Thread William Prothero
Ignore last post. Sorry. Seems that just after I post a question, I see where my error was. So, thanks for being there, but I solved the problem. The syntax for the mobile player is slightly different from that in the development environment. Bill > On Apr 27, 2015, at 3:06 PM, William Prother

Re: struggling with player

2015-04-27 Thread William Prothero
I’m going by the lesson at: http://lessons.runrev.com/m/4069/l/12353-how-do-i-play-sounds-on-an-ios-device to get sound files to play on the iPhone. However, I get no sound in the simulator. It finds the sound files

Re: Image IDs

2015-04-27 Thread Peter Haworth
On Mon, Apr 27, 2015 at 1:14 PM, J. Landman Gay wrote: > And yes, this could use a rewrite. It reads like some engineer wrote it > while looking at the code. :) Thanks Jacque, your explanation is much clearer. Somehow, sentences with more than one possessive in them (like C above) go right ove

Re: Enabling/Disabling MenuItems in LC

2015-04-27 Thread Terence Heaford
> On 27 Apr 2015, at 18:58, J. Landman Gay wrote: > > If you haven't solved this yet, can you post the text of those menu buttons? > There may be a misconfiguration somewhere. Thank you for your interest. When selecting menuItem 3 of menu "File" — close I call a tidy up routine called “clo

Re: Need Help With FTP

2015-04-27 Thread Richard Gaskin
Dr. Hawkins wrote: > On Mon, Apr 27, 2015 at 11:38 AM, Richard Gaskin wrote: > >> I most commonly use the "-avz" options when transferring outside my >> local network (just "-av" for local, since the compression isn't as >> useful over Gb ethernet): > > I use -auvz by finger memory. The u skips

Re: Image IDs

2015-04-27 Thread J. Landman Gay
On 4/27/2015 12:56 PM, Peter Haworth wrote: My fist confusion comes from the dictionary entry for the ID property. It lists ranges of image IDs that are reserved for specific purposes. The range 200,000-299,999 is described as "reserved for application use" What does that mean exactly? For exa

Re: Need Help With FTP

2015-04-27 Thread Dr. Hawkins
On Mon, Apr 27, 2015 at 11:38 AM, Richard Gaskin wrote: > I most commonly use the "-avz" options when transferring outside my local > network (just "-av" for local, since the compression isn't as useful over > Gb ethernet): > I use -auvz by finger memory. The u skips files that are newer on the

Re: Image IDs

2015-04-27 Thread Peter Haworth
Thanks Rick. Problem is, if I want to define an icon for a button, for example, I can only use a simple image ID. For a time I was setting the button icons to the name of an image on startup as you suggested but there's still confusion in my mind as to whether the resulting image ID might resolve

Re: Image IDs

2015-04-27 Thread Rick Harrison
Hi Pete, Why don’t you create your own names for referring to your images. You can call them something like PeteImage123001 - PeteImage88999. Then you don’t have to concern yourself with image ID’s. You can do the same with the button you create as well. I hope that works for you so you don’t h

Re: Need Help With FTP

2015-04-27 Thread Richard Gaskin
Dr. Hawkins wrote: > On Fri, Apr 24, 2015 at 5:43 AM, Gregory Lypny wrote: > >> Thanks for the detailed handler! I’ll give it a whirl. Blocking is >> not really the problem for me; it’s the session timeouts or dropped >> connection when downloading many files in a loop > > Unless you're using win

Re: struggling with player

2015-04-27 Thread William Prothero
Richard: It appears that I was confused. The lesson I referred to was using the newer AVFoundation player. So, I apologize if anybody was confused by it. Anyway, one of the reason that I was confused was that the lesson was so brief and there wasn’t enough information to make the lesson really u

Re: Need Help With FTP

2015-04-27 Thread Dr. Hawkins
On Fri, Apr 24, 2015 at 5:43 AM, Gregory Lypny wrote: > > Thanks for the detailed handler! I’ll give it a whirl. Blocking is not > really the problem for me; it’s the session timeouts or dropped connection > when downloading many files in a loop Unless you're using windows look at the command l

Re: Enabling/Disabling MenuItems in LC

2015-04-27 Thread J. Landman Gay
On 4/26/2015 1:23 PM, Terence Heaford wrote: The shortcut keys I have set do not work for these items. menuItem 3 of menu "File" — close menuItem 1 of menu "Actions" — Categories menuItem 2 of menu "Actions" — Find If you haven't solved this yet, can you post the text of those menu

Image IDs

2015-04-27 Thread Peter Haworth
I'm trying to wrap my head around how LC resolves references to image IDs when used as button icons or in the imageSource property. My fist confusion comes from the dictionary entry for the ID property. It lists ranges of image IDs that are reserved for specific purposes. The range 200,000-299,9

Circle Progress Extension

2015-04-27 Thread Trevor DeVore
Hi all, The Extension Store tab in the Extensions Manager in LiveCode 8 seems a little sparse so I've added the first 3rd party extension to it. It is called "Circle Progress" and shows progress by filling in a circle. It doesn't seem that you can update extensions yet so if you find anything wro

Re: Need Help With FTP

2015-04-27 Thread Richard Gaskin
Gregory Lypny wrote: Richard, yes, put url works well. I too keep it simply. I’m not familiar with shared SSH keys, but I’ll look into it. Thanks. It's a game-changer. Once you have that set up you can use scp, rsync, and many other shell commands from LiveCode, easily and securely. There

Re: Need Help With FTP

2015-04-27 Thread Mark Talluto
On Apr 27, 2015, at 8:52 AM, Gregory Lypny wrote: > Robert, thanks for the tip. I’ll give it a try. This may be the problem as I > was able to download 60,000 of 130,000 files without a problem until it > stopped. When I restarted the loop, it stopped roughly every 200. You are going to want g

Re: Need Help With FTP

2015-04-27 Thread Gregory Lypny
Hi Robert and Richard, Robert, thanks for the tip. I’ll give it a try. This may be the problem as I was able to download 60,000 of 130,000 files without a problem until it stopped. When I restarted the loop, it stopped roughly every 200. > On Sat, Apr 25, 2015, at 4:44 AM,Robert Brenstein wrote

Re: struggling with player

2015-04-27 Thread Earthednet-wp
Richard, I have been using Google to find docs on livecode. I wonder if there was an old, unlinked lesson that Google found. I'll try to find it and make a comment. I think it was titled something like "including media". Thanks, Bill William Prothero http://es.earthednet.org > On Apr 27, 2015,

Re: struggling with player

2015-04-27 Thread Earthednet-wp
Thanks, Dave! That's very helpful. Best regards, Bill William Prothero http://es.earthednet.org > On Apr 27, 2015, at 1:59 AM, Dave Kilroy wrote: > > Hi Bill > > Just for your interest, I used mobilePlaySoundOnChannel on an iOS app a > couple of years ago and was able to play several audio fi

Re: struggling with player

2015-04-27 Thread Richard Gaskin
Tom Bodine wrote: It would be really helpful if the LESSONS part of the Livecode site gave the correct info for the player. Agreed! As a relative newcomer to LC, the two biggest obstacles I found to learning it are out-of-date online lessons and the spotty indexing of the Dictionary. Maybe when

RE: where does revsecurity.dll comes from?

2015-04-27 Thread Ralph DiMola
I think you might need revsecurity.dll if you open a database with SSL. I know on mobile you need to include the encryption external if you open a database with SSL. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [ma

Re: struggling with player

2015-04-27 Thread tbodine
It would be really helpful if the LESSONS part of the Livecode site gave the correct info for the player. Agreed! As a relative newcomer to LC, the two biggest obstacles I found to learning it are out-of-date online lessons and the spotty indexing of the Dictionary. Maybe when the dust settles f

AW: where does revsecurity.dll comes from?

2015-04-27 Thread Tiemo Hollmann TB
Thanks Mark and the others, Good to know, but funny I don't use either encrypt functions, nore https in this stack. I have no idea, what the standalone builder found to have it included. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Au

Re: struggling with player

2015-04-27 Thread Dave Kilroy
Hi Bill Just for your interest, I used mobilePlaySoundOnChannel on an iOS app a couple of years ago and was able to play several audio files at the same time and change their volume while they all continued to play without pausing... put "word" into tChannelName put "now" into tType if