LC7 & Unicode

2015-03-12 Thread Terence Heaford
I do not know much, if anything about the LC implementation of Unicode or Unicode itself but I have been wondering. LC 7.0.3 performance without doubt (to my eyes) seems to be less than LC 6.7.3 and from my reading of posts on this list it seems to be due to LC 7.0.3 implementing Unicode? So,

Fast-tracking LiveCode for beginners

2015-03-12 Thread FlexibleLearning.com
I am looking for a means to fast-track a client into the world of LiveCode programming. Am considering Devin's "LiveCode University" course, and delivering it myself over a concentrated one week period for him in person. Any comments or other suggestions? Hugh Senior FLCo _

Re: If you don't read the forums

2015-03-12 Thread Richard Gaskin
Chris Sheffield wrote: > Thanks for the heads up. Would have never known about it otherwise… You probably would once the basics were sorted out. As with the introduction of byteToNum, trueWord, and other changes to the engine, since the engine has gone open source RunRev has a good track reco

Re: If you don't read the forums

2015-03-12 Thread Colin Holgate
I’ll have to work out my forum login, it’s not working right now. But on the topic in question, here are a couple of examples from the history of Flash, that might help: When Flash 9 came out Adobe introduced ActionScript 3. It was radically different than ActionScript 2, and some of the ways y

Re: If you don't read the forums

2015-03-12 Thread William Prothero
Folks: When Director added new code styles, it used a property called “scriptExecutionStyle” which you could set to maintain some older statements. One of the problems with just using older versions is that there may be critical unfixed bugs and the dev team wouldn’t want to be required to spend

Re: Managing Sizes - Images in Mobile (was Mobile Template)

2015-03-12 Thread Devin Asay
Are you guys talking about the automatic Density Mapped Images feature that was introduced in 6.5? You just provide image assets at various resolutions with standard resolution tags appended to the filenames, and LiveCode automatically chooses the best resolution based on the resolution of the d

Re: Release 6.7.4 RC 1 / 7.0.4 RC 1

2015-03-12 Thread Dave Kilroy
I guess the server RunRev uses for licence activations has bugged out - has anyone managed to activate 6.7.4 or 7.0.4? - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.co

Release 6.7.4 RC 1 / 7.0.4 RC 1

2015-03-12 Thread sebastien
Dear List Members, We're pleased to announce the release of LiveCode 6.7.4 RC 1 and 7.0.4 RC 1. This release is a maintenance release that contains bug fixes for both versions. The list of bug fixed can be found in the Release Notes. *Getting the Release* To get the release please select "che

Re: Printing in LC 7.0.3

2015-03-12 Thread Richard Gaskin
Terence Heaford wrote: > On 10 Mar 2015, at 13:57, Richard Gaskin wrote: >> >> On 5 March Paul Hibbert wrote: >> >> > This bug is reported now: >> > >> > http://quality.runrev.com/show_bug.cgi?id=14814 >> >> Thanks again for reporting this, Paul. >> >> I just got notice from the bug DB this morni

Re: Printing in LC 7.0.3

2015-03-12 Thread Terence Heaford
> On 11 Mar 2015, at 18:32, Richard Gaskin wrote: > > The report's status is "awaiting merge", and that was just yesterday. Given > the time required for both the merge and build processes, it may be that this > item is outside the scope of this morning's 7.0.4rc1, likely in the build > after

[OT] Unconference in NYC

2015-03-12 Thread PystCat
Is anyone on this list going tomorrow to the un-conference..? I see that there are 54 people who have signed up. What I want to know is if there is any parking over there…? I used Google maps to check it out but don’t see anything. I live in the city, and just like the Seinfeld episode, if s

Re: [OT] Unconference in NYC

2015-03-12 Thread J. Landman Gay
A question about the time. The US is on daylight savings time now, the announcement says 5 PM GMT, which isn't daylight savings. So what time is the presentation in the US? If it is at 1 PM EDT then it isn't at 5 PM GMT. If it is at 1 PM EST then it is clock-time at 2 PM EDT. -- Jacqueline L

Re: Release 6.7.4 RC 1 / 7.0.4 RC 1

2015-03-12 Thread Dave Kilroy
Well no wonder I couldn't activate the new releases! http://livecode.com is currently down - http://sorry.livecode.com - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.co

Re: Datagrid Help

2015-03-12 Thread Sri
1. Load data from the database into tArray. 2. Set the dgData of the data grid to tArray to display the data. Make a back up of the initial data to tBackupArray. 3. After the user edits the data in the data grid, say, he clicks a button "Save" Write the dgData of the data grid to the database. 4

64-bit

2015-03-12 Thread Alain Vezina
Hi all, If I am right, LC 7.0.3 it’s a 64-bit standalone maker. Does it contain also a 32-bit? If not, can we run a 64-bit app on an iPad of first generation (iOS 5.1.1) ? Regards Alain Vezina Directeur, Logilangue ___ use-livecode mailing list use-li

Re: 64-bit

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 13:41, Alain Vezina wrote: > > If I am right, LC 7.0.3 it’s a 64-bit standalone maker. > Does it contain also a 32-bit? If not, can we run a 64-bit app on an iPad of > first generation (iOS 5.1.1) ? The standalones produced for iOS should have both 32-bit and 64-bit “slices

Re: 64-bit

2015-03-12 Thread Chris Sheffield
Alain, Currently an app built with 64-bit support *does not* install/run on an iPad 1. I’ve been dealing with this myself. It’s not anything specific to LiveCode, however. For example, apps built with Xcode have the same issue. I don’t know if there’s a way to “force” it to work, or not. I have

Re: LC7 & Unicode

2015-03-12 Thread Richard Gaskin
stephen barncard wrote: > On Wed, Mar 11, 2015 at 10:27 PM, Richard Gaskin wrote: > >> Is that on Dreamhost, or have you been able to reproduce it on >> another shared host? > > I have a "standby" shared account at Intersever.. thanks to your > suggestion. > I am pretty sure I did a test but

Re: LC7 & Unicode

2015-03-12 Thread stephen barncard
On Thu, Mar 12, 2015 at 9:16 AM, Richard Gaskin wrote: > I'll keep you posted with any definitive news from them. > thanks, Richard -- Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words ___ use-livecode mailing list use-livecode@lists.runrev.com

Saving Objects

2015-03-12 Thread Eric Corbett
Any way to save an object or a group of objects without having to save the stack? I would like to create a group, save the group, then be able to add that group to a stack. I am currently: 1. Creating a group on a blank stack; 2. Saving the stack binary; 3. Downloading the stack binary when ne

Re: 64-bit

2015-03-12 Thread Alain Vezina
Thanks a lot to you two. I will make a test with my smallest app and let you know if it works. Alain Le 2015-03-12 à 10:52, Chris Sheffield a écrit : > Alain, > > Currently an app built with 64-bit support *does not* install/run on an iPad > 1. I’ve been dealing with this myself. It’s not an

SQLite Problem

2015-03-12 Thread Peter Haworth
Just came across an SQLite problem. I issued the following statement in a revQueryDatabase command SELECT Date,printf('%6.2f',Value) FROM Transactions No errors on that. Subsequently I use revDatabaseColumnNames to get the column names followed by a loop using revDatabaseColumnNamed to get the

Re: Saving Objects

2015-03-12 Thread Peter Haworth
I think the following would work. First highlight the group then: copy put the clipboarddata["objects"] into URL "binfile:". To get it back: set the clipboarddata["Objects"] to URL "binfile:" paste --will paste onto the top card. On Thu, Mar 12, 2015 at 9:58 AM Eric Corbett wrote: > Any way

v8 and Widgets

2015-03-12 Thread Andrew Kluthe
For the first time in a while, I'm pretty enthusiastic about what I'll be able to do with livecode in the future. The performance of the rotation demo on that clock was impressive. I've already started going through all of the .lcb files up on github. Previously, I wasn't getting my hopes up due

Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
Dear list members, *** Warning: this is an alpha release *** We are pleased to announce the release of LiveCode 8.0 DP 1. This release brings a number of new features to the LiveCode platform: - A new language (LiveCode Builder) for extending LiveCode with new widgets and engine-level commands

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
On 12/03/15 20:16, Fraser Gordon wrote: Dear list members, *** Warning: this is an alpha release *** We are pleased to announce the release of LiveCode 8.0 DP 1. This release brings a number of new features to the LiveCode platform: - A new language (LiveCode Builder) for extending LiveCode w

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
Sorry, but where is the download location? Richmond. ___ 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-liv

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 18:20, Richmond wrote: > Sorry, but where is the download location? My bad. http://downloads.livecode.com/livecode/ it should be listed at the top. The auto-updater should also have it. Regards, Fraser ___ use-livecode mailing

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
On 12/03/15 20:22, Fraser Gordon wrote: On 12 Mar 2015, at 18:20, Richmond wrote: Sorry, but where is the download location? My bad. http://downloads.livecode.com/livecode/ it should be listed at the top. The auto-updater should also have it. Regards, Fraser Unfortunately it isn't list

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
On 12/03/15 20:25, Colin Holgate wrote: i emailed Ben a screenshot of how the tool palette looks. It only has the two run mode arrows. No widgets, no classic controls. Jolly-Dee; but where does one get hold of the thing? Richmond. On Mar 12, 2015, at 2:22 PM, Fraser Gordon wrote: On 1

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Colin Holgate
i emailed Ben a screenshot of how the tool palette looks. It only has the two run mode arrows. No widgets, no classic controls. > On Mar 12, 2015, at 2:22 PM, Fraser Gordon wrote: > > > On 12 Mar 2015, at 18:20, Richmond wrote: > >> Sorry, but where is the download location? > > My bad. >

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Mark Laffoon
All of the "old" plugins (chart maker, scrapbook, etc.) are no longer available on the Livecode store... Is this feature discontinued? On Thu, Mar 12, 2015 at 12:25 PM, Colin Holgate wrote: > i emailed Ben a screenshot of how the tool palette looks. It only has the > two run mode arrows. No widg

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
Aha! 8 has just appeared. Thank you very much. Richmond. ___ 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/us

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Roger Eller
http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Windows.exe http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Mac.dmg http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Linux.x86 On Thu, Mar 12

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 18:25, Colin Holgate wrote: > i emailed Ben a screenshot of how the tool palette looks. It only has the two > run mode arrows. No widgets, no classic controls. > Hi Colin, We’ve noticed that issue a couple of times but haven’t been able to track down the cause yet. It onl

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Chris Sheffield
Looks like there’s no commercial edition available. Is this community-only for now? > On Mar 12, 2015, at 12:16 PM, Fraser Gordon > wrote: > > Dear list members, > > *** Warning: this is an alpha release *** > > We are pleased to announce the release of LiveCode 8.0 DP 1. This release > bri

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 18:23, Richmond wrote: > On 12/03/15 20:22, Fraser Gordon wrote: >> On 12 Mar 2015, at 18:20, Richmond wrote: >> >>> Sorry, but where is the download location? >> My bad. >> >> http://downloads.livecode.com/livecode/ >> >> it should be listed at the top. The auto-updater s

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
Interested to know why there is no longer a 32 bit version for Linux . . . . . . or, put another way: I'm going to have to spend all of next weekend reinstalling my Linux box with a 64 bit version and really wonder whether it is justified. Richmond. ___

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Matthias Rebbe | M-R-D
> Am 12.03.2015 um 19:30 schrieb Roger Eller : > > http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Windows.exe > > http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Mac.dmg > > http://downloads.livecode.com/livecode/8_0_0/Live

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
On 12/03/15 20:30, Roger Eller wrote: http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Windows.exe http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Mac.dmg http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Matthias Rebbe | M-R-D
Downloaded and installed the community version now. But it crashes immediately after showing the LC ide. Anything i can do except deleting all Lc preferences? Matthias > Am 12.03.2015 um 19:27 schrieb Matthias Rebbe | M-R-D > : > > Auto updater in LC commercial Mac shows here an available do

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
On 12/03/15 20:33, Matthias Rebbe | M-R-D wrote: Am 12.03.2015 um 19:30 schrieb Roger Eller : http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Windows.exe http://downloads.livecode.com/livecode/8_0_0/LiveCodeCommunityInstaller-8_0_0_dp_1-Mac.dmg http://downl

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Roger Eller
I meant to change the link to x64 after I figured out the x86 (32-bit) one was missing. In the excitement of the moment, I clicked send. On Thu, Mar 12, 2015 at 2:33 PM, Matthias Rebbe | M-R-D < matthias_livecode_150...@m-r-d.de> wrote: > > > > Am 12.03.2015 um 19:30 schrieb Roger Eller >: >

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Colin Holgate
The download page is updated now. I’m redownloading in case the tool palette issue was fixed in a later DMG. > On Mar 12, 2015, at 2:38 PM, Roger Eller wrote: > > I meant to change the link to x64 after I figured out the x86 (32-bit) one > was missing. In the excitement of the moment, I click

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 18:30, Chris Sheffield wrote: > Looks like there’s no commercial edition available. Is this community-only > for now? For the initial DP releases, yes. There are a few more things to get sorted out with regards to commercial widgets before providing commercial builds. As R

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
Hi Matthias, On 12 Mar 2015, at 18:34, Matthias Rebbe | M-R-D wrote: > Downloaded and installed the community version now. But it crashes > immediately after showing the LC ide. > > Anything i can do except deleting all Lc preferences? > > Matthias What platform are you running on? Does i

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Colin Holgate
Good news, a fresh download and install fixed the tool palette issue. ___ 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/l

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
Is there any point trying to build a 32 bit Linux version from Git Hub at the moment? Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Kevin Miller
They will still be available after a short delay - we're doing some work on the website. Sent from my iPhone > On 12 Mar 2015, at 14:28, Mark Laffoon wrote: > > All of the "old" plugins (chart maker, scrapbook, etc.) are no longer > available on the Livecode store... Is this feature discontin

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 18:45, Richmond wrote: > Is there any point trying to build a 32 bit Linux version from Git Hub at the > moment? If you’re able to build LiveCode for Linux normally, it should work. You might have to do an initial step of make bootstrap before “make all” to ensure that th

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Matthias Rebbe | M-R-D
Fraser, It was my „My livecode“ folder, i think the plugins. I renamed it and i was able to successfully start LC 8. But, as i need my plugins for my older LC versions, is there a way to tell LC to use its on „my livecode“ folder? Or do i really have to switch the prefs every time i switch the

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 18:53, Matthias Rebbe | M-R-D wrote: > Fraser, > > It was my „My livecode“ folder, i think the plugins. I renamed it and i was > able to successfully start LC 8. Thanks for tracking that down. We’ll investigate why that might be happening. Could you either submit a bugzil

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Fraser Gordon
On 12 Mar 2015, at 18:45, Richmond wrote: > Is there any point trying to build a 32 bit Linux version from Git Hub at the > moment? Just for you Richmond: http://downloads.livecode.com/fraser/LiveCodeCommunityInstaller-8_0_0_dp_1-Linux_NO_BROWSER.x86 The dictionary won’t work (you’ll get a b

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
On 12/03/15 21:04, Fraser Gordon wrote: On 12 Mar 2015, at 18:45, Richmond wrote: Is there any point trying to build a 32 bit Linux version from Git Hub at the moment? Just for you Richmond: http://downloads.livecode.com/fraser/LiveCodeCommunityInstaller-8_0_0_dp_1-Linux_NO_BROWSER.x86 The

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
The one thing that really catches my eye is the "extension manager": Menubar/Tools/Extension Manager Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Ludovic THEBAULT
> Le 12 mars 2015 à 19:40, Fraser Gordon a écrit : > > Hi Matthias, > > On 12 Mar 2015, at 18:34, Matthias Rebbe | M-R-D > wrote: > >> Downloaded and installed the community version now. But it crashes >> immediately after showing the LC ide. >> >> Anything i can do except deleting all Lc

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Andrew Kluthe
Download crawling along for anyone else? On Thu, Mar 12, 2015 at 2:38 PM, Ludovic THEBAULT < ludovic.theba...@laposte.net> wrote: > > > Le 12 mars 2015 à 19:40, Fraser Gordon a > écrit : > > > > Hi Matthias, > > > > On 12 Mar 2015, at 18:34, Matthias Rebbe | M-R-D < > matthias_livecode_150...@m-

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Andrew Kluthe
Restarted it a few times and now its going right. A couple of times there it said it was going to take 6 hours to download. On Thu, Mar 12, 2015 at 2:54 PM, Andrew Kluthe wrote: > Download crawling along for anyone else? > > On Thu, Mar 12, 2015 at 2:38 PM, Ludovic THEBAULT < > ludovic.theba...@

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Colin Holgate
I expect a lot of people are downloading it. I downloaded it twice early, and it didn’t take too long. > On Mar 12, 2015, at 3:54 PM, Andrew Kluthe wrote: > > >Download crawling along for anyone else? ___ use-livecode mailing list use-livecode@lists

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Richmond
On 12/03/15 21:04, Fraser Gordon wrote: On 12 Mar 2015, at 18:45, Richmond wrote: Is there any point trying to build a 32 bit Linux version from Git Hub at the moment? Just for you Richmond: http://downloads.livecode.com/fraser/LiveCodeCommunityInstaller-8_0_0_dp_1-Linux_NO_BROWSER.x86 The

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Magicgate Software - Skip Kimpel
Seems to take two launches of the executable to get the palette to load properly. On Thu, Mar 12, 2015 at 4:44 PM, Richmond wrote: > On 12/03/15 21:04, Fraser Gordon wrote: > >> On 12 Mar 2015, at 18:45, Richmond wrote: >> >> Is there any point trying to build a 32 bit Linux version from Git H

Re: Datagrid Help

2015-03-12 Thread Jim Schaubeck
Sri, Thank you for the response and I wish I would have explained a bit more. I need to update the database one cell at a time preferably on some sort of "closeField" type of message. I have multiple users updating the same payroll grid at the same time. If I save the entire grid at once, I woul

Re: Datagrid Help

2015-03-12 Thread Peter Haworth
Hi Jim, It's pretty complicated to explain on the list but you can certainly do that. Take a look at the Datagrid Manual section titled "How Do I Open A Table Cell For Editing". It tells how how to grab the data after the user has finished editing a cell and do whatever you need to do with it. On

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread zryip theSlug
For DGH users, Matthias reported me DGH is crashing LiveCode 8.0.0. After a quick investigation of the crash report, it seems LC is failing in rendering the graphics of the DGH stack. Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 ??? 0xa08d7cc9 -[PAStacks

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Mike Kerner
All this activity, and all this excitement, for one wee little new version, lol On Thu, Mar 12, 2015 at 8:30 PM, zryip theSlug wrote: > For DGH users, > > Matthias reported me DGH is crashing LiveCode 8.0.0. > > After a quick investigation of the crash report, it seems LC is > failing in renderi

Re: Datagrid Help

2015-03-12 Thread Sri
As Peter points out http://lessons.runrev.com/m/datagrid/l/7337-how-do-i-save-changes-the-user-makes-in-an-editor-field-to-an-external-data-source explains how you can i) override EditFieldText with only one parameter, in which case it won't automatically save and refresh the data grid, but you'll

Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Mark Wieder
Richmond- Thursday, March 12, 2015, 11:32:49 AM, you wrote: > . . . or, put another way: I'm going to have to spend all of next > weekend reinstalling my > Linux box with a 64 bit version and really wonder whether it is justified. Just do it. You'll thank yourself later. The 64-bit version of LC

No tools on Tools Palette (was Re: Release: LiveCode 8.0.0 DP 1)

2015-03-12 Thread James Hale
I was just going through the bug database to see if this had been reported when I decided to uncheck the paint tools from the Tools menu. The Tools palette redrew and no included most of the expected items. Reselecting the show paint tools did just that. Perhaps it just needs a kick to get it to

Re: No tools on Tools Palette (was Re: Release: LiveCode 8.0.0 DP 1)

2015-03-12 Thread Colin Holgate
It has been talked about a lot here. Just quit LiveCode and reopen it. > On Mar 12, 2015, at 10:21 PM, James Hale wrote: > > I was just going through the bug database to see if this had been reported > when I decided to uncheck the paint tools from the Tools menu. The Tools > palette redrew a

Re: No tools on Tools Palette (was Re: Release: LiveCode 8.0.0 DP 1)

2015-03-12 Thread James Hale
Colin wrote: > It has been talked about a lot here. Just quit LiveCode and reopen it. Sorry if I wasn't clear. Just forcing the redraw (but adding/subtracting the paint tools) fixes it, no restart required. As for being talked about a lot, that's one downside with only getting the digest of the

LC 8.0

2015-03-12 Thread stephen barncard
The new widgets are AWESOME. HOLY SMOKES... Great coding, team... wow -- Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and mana

Keynote

2015-03-12 Thread Marc at Home
Hi, Does anyone know if where I can get hold of the Kevin's keynote. I missed it :) Regards, Marc ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: ht