Re: [ANN] Facebook Lib

2014-05-02 Thread Richmond

On 02/05/14 00:49, Andre Garzia wrote:

auhahuahuahuahuauhauha

Its very good to be back my friends!

Hey Jacqu :D





Hey Ho!

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-livecode


Re: The parlous state of Rounded Rectangular buttons - Found word(s) list error in the Text body

2014-05-02 Thread Terence Heaford
I don’t believe so, controls will still be emulated.

Read this.

http://forums.runrev.com/viewtopic.php?f=66&t=18504

Here is a reply to some questions I raised. The reply is from runrevmark.

All the best

Terry


"Hopefully I can answer your questions...

The 'port to Cocoa' is the transition of the engine from the old Carbon/Classic 
APIs to the Cocoa API. Graphics will still be done using our cross-platform 
graphics library and abstractions, and controls will still be emulated - the 
code we are replacing is the interface between the high-level control set the 
engine already has, and the platform-specific aspects such as window management 
and event handling.

The main goal of the Cocoa port is three-fold:
[list=]
[*]To enable embedding of NSView's in LiveCode's windows (this is something you 
cannot do in the Carbon version - which is why revBrowser is an 'ugly hack' on 
Mac at the moment).
[*]To enable submission of LiveCode apps to the Mac AppStore (there are certain 
elements of sandboxing which do not work if you try and use Carbon due to bugs 
in the OS - in particular file dialogs and menus).
[*]To enable a 64-bit version of the engine (most Carbon APIs are unavailable 
in 64-bit).
[/list]

The first goal will be to get to (1) - i.e. we have an engine that works 
exactly as before, but uses Cocoa versions of windows, file dialogs, menus and 
event handling. At this point, it will be easy enough for externals to do what 
revBrowser now does in this version - embed an NSView inside a LiveCode window 
and have things work as expected. i.e. In the first instance, it should be more 
than feasible for externals to leverage native Cocoa controls.

There is a little more work to do to get to (2) although the majority is 
covered by (1). As Apple now seem to be rejecting any apps using the QuickTime 
or QTKit frameworks in the Mac AppStore we need to add a version of the player 
which uses AVKit on 10.7+ and above. The internals of the player have already 
been abstracted as part of (1), this shouldn't be too hard to do. It should be 
noted that the QuickTime usage will be factored out in such a way that Mac 
AppStore submission should work fine at point (1) - as long as you don't use 
QuickTime related features (player, sound recording, QT effects).

Finally, getting to (3) will require rewriting some other parts of the Mac 
specific part of the engine to fully eliminate Carbon/Classic calls. There are 
still a couple of areas which work fine in a mixed Carbon/Cocoa app - in 
particular, AppleScript and AppleEvent related code - so they remain untouched 
at present.

In terms of timescale - phase (1) is the priority as this is the majority of 
the work needed. We're hoping to have a DP of a version with this work 
completed coming out quite soon. I'm hoping we'll also get a port to AVKit in 
that DP cycle too - although it depends on how many issues crop up with the 
change from Carbon to Cocoa in people's app. Getting to (3) will probably take 
a while beyond an initial Cocoa release depending on resources and how long it 
takes to get the initial version of the Cocoa port to stability."



On 1 May 2014, at 19:55, Bob Sneidar  wrote:

> Isn’t Native Controls what version 7 is going to give us?
> 
> Bob
> 
> On Apr 29, 2014, at 16:02 , Mark Wieder 
> mailto:mwie...@ahsoftware.net>> wrote:
> 
> ...and I'll third it. I'd love to have native controls for whatever
> platform, but I'm not holding my breath for that. I just usually end
> up using images for buttons. No, they don't scale, but they look a
> whole lot better than those flat rounded things.
> 
> ___
> 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

___
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


Re: [ANN] Facebook Lib

2014-05-02 Thread Andre Garzia
Hey Man! :D


On Fri, May 2, 2014 at 4:08 AM, Richmond wrote:

> On 02/05/14 00:49, Andre Garzia wrote:
>
>> auhahuahuahuahuauhauha
>>
>> Its very good to be back my friends!
>>
>> Hey Jacqu :D
>>
>>
>>
>>
> Hey Ho!
>
> 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-livecode
>



-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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


Re: Sexy Hexxy?

2014-05-02 Thread Peter W A Wood
Richmond

Try this in your message box - put numToCodepoint(0x1D11E) - and smile.

Then take a look at numToCodePoint in the dictionary:

Examples: 
numToCodepoint(0x41) -- returns "A"
put numToCodepoint(0x20) is space -- returns true

and smile again!

Regards

Peter


On 1 May 2014, at 01:55, Richmond wrote:
 -
> Have I been hallucinating, or did I see a post, somewhere, the other day
> where Unicode addresses were entered in their original Hexadecimal?
> 
> It certainly would save an awful lot of time spent converting from Hex to 
> Decimal.
> 
> 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-livecode


___
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


iOS App Crash

2014-05-02 Thread Dan Friedman
I have an iOS app that is in the app store.  It's been working great and I have 
uploaded several updates since it's first release.  No problems.  However, the 
last update I submitted to Apple was approved and released in the app store, 
but it crashes when you launch the app.

I checked the app in LC... no problem.  Checked it again in the simulator... no 
problem.  Built a new standalone and tried it on the iPhone... no problem.  It 
obviously didn't crash when Apple got it or it wouldn't have passed the review 
process.

Is it possible that Apple messed something up between the review process and 
posting it to the store?  Anyone heard of such a thing?  And, if so, what does 
one do about it?

Thank you in advance,
-Dan
___
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


Re: iOS App Crash

2014-05-02 Thread Colin Holgate
How much free storage is left on your phone? Are you reading or writing any 
local data?
___
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


Re: iOS App Crash

2014-05-02 Thread Dan Friedman
Colin,

Lot's of free space.  I've tried it on two phones and I've already received one 
eMail from a user of the app reporting the crash.  I am reading/writing local 
data, but it's really nothing - some plain text files for preferences, some 
cached webpages, etc.

Any other thoughts?

-Dan


> How much free storage is left on your phone? Are you reading or writing any 
> local data?

>> I have an iOS app that is in the app store.  It's been working great and I 
>> have uploaded several updates since it's first release.  No problems.  
>> However, the last update I submitted to Apple was approved and released in 
>> the app store, but it crashes when you launch the app.
>> 
>> I checked the app in LC... no problem.  Checked it again in the simulator... 
>> no problem.  Built a new standalone and tried it on the iPhone... no 
>> problem.  It obviously didn't crash when Apple got it or it wouldn't have 
>> passed the review process.
>> 
>> Is it possible that Apple messed something up between the review process and 
>> posting it to the store?  Anyone heard of such a thing?  And, if so, what 
>> does one do about it?
>> 
>> Thank you in advance,
>> -Dan

___
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


Re: iOS App Crash

2014-05-02 Thread William de Smet
Hi Dan,

Which LC version did you use?
And for which iOS version did you build?

greetings,

William


2014-05-02 16:43 GMT+02:00 Dan Friedman :

> Colin,
>
> Lot's of free space.  I've tried it on two phones and I've already
> received one eMail from a user of the app reporting the crash.  I am
> reading/writing local data, but it's really nothing - some plain text files
> for preferences, some cached webpages, etc.
>
> Any other thoughts?
>
> -Dan
>
>
> > How much free storage is left on your phone? Are you reading or writing
> any local data?
>
> >> I have an iOS app that is in the app store.  It's been working great
> and I have uploaded several updates since it's first release.  No problems.
>  However, the last update I submitted to Apple was approved and released in
> the app store, but it crashes when you launch the app.
> >>
> >> I checked the app in LC... no problem.  Checked it again in the
> simulator... no problem.  Built a new standalone and tried it on the
> iPhone... no problem.  It obviously didn't crash when Apple got it or it
> wouldn't have passed the review process.
> >>
> >> Is it possible that Apple messed something up between the review
> process and posting it to the store?  Anyone heard of such a thing?  And,
> if so, what does one do about it?
> >>
> >> Thank you in advance,
> >> -Dan
>
> ___
> 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
>
___
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


Re: iOS App Crash

2014-05-02 Thread Colin Holgate
There is an issue in iOS where if there is less than 400MB of storage the OS 
won’t let you read or write files. I’m guessing that by “lots” you mean more 
than 400MB. But in any case, it may be worth checking your reading and writing 
code, to see what would happen if that failed.

I don’t think Apple do anything to the app that would introduce an issue like 
this.
___
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


Re: iOS App Crash

2014-05-02 Thread Dan Friedman
William,

LC 6.6.1
Build for 5.0 or later
XCode 5.1.1

Which LC version did you use?
And for which iOS version did you build?

___
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


Re: iOS App Crash

2014-05-02 Thread Dan Friedman
Colin,

I rebuilt the app this morning (after the issue was reported) and installed it 
on the same phone.  It it was a storage issue, would the app still fail?  
Regardless, I have 5.2 GB available on my phone.

I am stumped!

-Dan

> There is an issue in iOS where if there is less than 400MB of storage the OS 
> won’t let you read or write files. I’m guessing that by “lots” you mean more 
> than 400MB. But in any case, it may be worth checking your reading and 
> writing code, to see what would happen if that failed.
> 
> I don’t think Apple do anything to the app that would introduce an issue like 
> this.

___
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


Re: iOS App Crash

2014-05-02 Thread Colin Holgate
The difference between a fresh test now and an update form the store is that 
the update has to cope with reading old data.
___
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


Re: iOS App Crash

2014-05-02 Thread Dan Friedman
Colin,

The last update I made to this app was purely cosmetic.  So, it's can't be some 
file it's reading.  But, just to make sure, I uninstalled the app on a 
non-testing phone, and downloaded the app again.  Now, with a clean install, 
the app still crashes.

> The difference between a fresh test now and an update form the store is that 
> the update has to cope with reading old data.

___
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


Re: iOS App Crash

2014-05-02 Thread Neil Roger

Hi Dan,

If possible, could you submit a report on this issue to our QC team as 
this will allow us to investigate the issue further. If your app is a 
paid for app, it would assist greatly if you could provide some promo 
codes to allow us to test downloading from the App store directly.


http://quality.runrev.com

Kind Regards,


Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——

On 02/05/2014 16:08, Dan Friedman wrote:

Colin,

The last update I made to this app was purely cosmetic.  So, it's can't be some 
file it's reading.  But, just to make sure, I uninstalled the app on a 
non-testing phone, and downloaded the app again.  Now, with a clean install, 
the app still crashes.


The difference between a fresh test now and an update form the store is that 
the update has to cope with reading old data.

___
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



___
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

Re: [OT] free personality portraits

2014-05-02 Thread Robert Brenstein

On 29.04.2014 at 22:10 Uhr -0700 Alejandro Tejada apparently wrote:

Robert Brenstein wrote

 [snip]
 Anybody that completes the first questionnaire can get a short
 personality portrait emailed to them.
 [snip]


When?

I completed the first questionnaire weeks ago.
Do not have received this short personality
portrait from them.



I just got the word from the mother ship that they are starting to 
generate Research Spark Portraits. The research people have obviously 
a less stringent view of deadlines. Over the next few days, you 
should get two emails, one with information how to fetch the PDF file 
and another with the password required to do so.


The mail will be coming from nore...@luminalearning.com email and may 
end up in your junk mailbox. If you don't get such an email within 
the next 3-4 days, please get in touch with me directly.


RObert

___
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


RELEASE LiveCode 6.6.2 RC3

2014-05-02 Thread Benjamin Beaumont
Dear List Members.

We are pleased to announce the release of LiveCode 6.6.1 RC3.

This is a maintenance release for the 6.6 series and contain 52 bug fixes.
Many of the visual glitches on high resolution screens have been resolved
and a number of other general fixes have been applied.

*Release Contents*
52 bug fixes:

   - *11748 - Crash when putting an empty string into an XML node using
   PutIntoXMLNode.*
   - *12210 - revBrowserSnapshot not working on Windows with IE9+*
   - *12350 - The fontStyles is incorrect on iOS*
   - *12265 - Rounded rects are drawn incorrectly when using the image
   editing tools with a linesize 1*
   - *12294 - Crash and flaky behavior at certain points.*
   - *12173 - Styling does not work for certain iOS fonts*
   - 12286 - Maximizing a window where only the title-bar is on-screen
   causes a crash on Mac.
   - 12239 - Magnification window shows corrupted image.
   - 12237 - Attempt to attach to the launching console on Windows (if any)
   in standalones.
   - 12236 - Dropdown menus are clipped on Windows when text scale > 100%
   - 12235 - Tooltips clipped on Windows when text scaling > 100%
   - 12227 - When Windows screen display is set to 125% popups sometimes
   break
   - 12223 - Windows backdrop doesn't cover the full desktop area when
   displayed on a high-dpi screen.
   - 12206 - Buttons of menu type can\'t be inspected if first created
   object
   - 12200 - Some filesystem entries in the root of a volume on Mac report
   as files when they are really folders.
   - 12185 - Standalone engine crashes when -ui specified on Linux.
   - 12183 - Clicking in the scrollbar well doesn't work if the click is
   too short.
   - 12182 - 'the pageRanges' doesn't work on fields with more than 64K
   chars.
   - 12175 - Setting the usePixelScaling property doesn\'t update all
   windows on Mac.
   - 12170 - Non-existant command line parameter variables ($) behave
   strangely with split.
   - 12146 - setting tabstops to 2 equal numbers and then turning vGrid on
   hangs LC
   - 12125 - put the executionContexts crashes LiveCode server
   - 12107 - exit causes livecode server to crash
   - 12105 - Livecode server crashed if you call paramCount()
   - 12101 - Graphics missing from imported Hypercard stack
   - 12099 - On awakening Android device from sleep, part of app is blacked
   out
   - 12088 - The script editor doesn't scroll horizontally as text is
   entered
   - 12058 - The backdrop on Windows is always black
   - 12044 - Opaque groups do not completely draw their backgrounds when
   acceleratedRendering is enabled
   - 12037 - Slow-down in setting contents of fields on Windows since 6.1.3.
   - 12027 - On Retina Mac\'s scrollbars with small thumbs render smaller
   than they should.
   - 12020 - Caret is too thin on Retina displays.
   - 12010 - Windows engine hangs after multiple stack redraws.
   - 12008 - import screen snapshot on iOS creates image of incorrect size.
   - 12006 - HTTP (HTML) URLs encoded with anything other than a native
   character set are retunred incorrectly
   - 11975 - "import snapshot from rect .." only imports part of the screen
   on Windows
   - 11964 - Spacing is incorrect for Windows scaled text
   - 11933 - effective textColor returns empty value for styled text
   - 11920 - Memory leak in bitmap effects with spread of non-zero radius
   (e.g. spread 100%, radius 1; spread 50%, radius 2).
   - 11904 - Italic characters with underhang are clipped on windows
   - 11884 - Stoked graphics clipped when printed
   - 11860 - uuid and randomBytes functions don\'t work on iOS when
   Encryption support is not included
   - 11708 - Anroid apps only partially drawn after rotating device during
   lock sreen
   - 11690 - Once large scripts start scrolling the script editor, it
   won\'t stop for a long time on Windows.
   - 11689 - ResizeControl is not sent when resizing images
   - 11662 - Round buttons are drawn incorrectly
   - 11603 - Backdrop not displayed on Linux
   - 11370 - Anti-aliasing inconsistent for 1 pixel lines and curves
   - 11072 - magnify and edit image crashes LC
   - 8041 - Only allow interaction with scrollbars on groups in browse mode.
   - 6400 - On Mac, a tab button with a single item does not draw correctly.
   - 2627 - The machine() function returns "unknown" under Mac OSX

*Getting this release*
To upgrade to this release please select "check for updates" from the help
menu in LiveCode or download the installers directly at:
http://downloads.livecode.com/livecode/

*Reporting Bugs*
If you encounter an issue with this release please submit a bug report to
our quality centre: http://quality.runrev.com/enter_bug.cgi

Warm regards,

The LiveCode Team
___
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


Re: Sexy Hexxy?

2014-05-02 Thread Richmond

On 02/05/14 16:47, Peter W A Wood wrote:

Richmond

Try this in your message box - put numToCodepoint(0x1D11E) - and smile.

Then take a look at numToCodePoint in the dictionary:

Examples:
numToCodepoint(0x41) -- returns "A"
put numToCodepoint(0x20) is space -- returns true

and smile again!

Regards

Peter





That's really super!

I'm smiling.

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-livecode


Re: RELEASE LiveCode 6.6.2 RC3

2014-05-02 Thread Richmond

On 02/05/14 18:51, Benjamin Beaumont wrote:

Dear List Members.

We are pleased to announce the release of LiveCode 6.6.1 RC3.


Benjamin! You owe me a banana!

That is "6.6.2 RC3".

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-livecode


Re: Sexy Hexxy?

2014-05-02 Thread Dar Scott
Now that’s thinking outside the BMP!

Now my question is whether it is worth it to ask for this shorthand:

put `U+01D11E

And maybe, so you don’t have to type it again in the comment:

put `MUSICAL_SYMBOL_G_CLEF

But we can always do this:

put “𝄞"

Well, if we can figure out how to type it.

Dar


On May 2, 2014, at 7:47 AM, Peter W A Wood  wrote:

> Richmond
> 
> Try this in your message box - put numToCodepoint(0x1D11E) - and smile.
> 
> Then take a look at numToCodePoint in the dictionary:
> 
>   Examples: 
>   numToCodepoint(0x41) -- returns "A"
>   put numToCodepoint(0x20) is space -- returns true
> 
> and smile again!
> 
> Regards
> 
> Peter
> 
> 
> On 1 May 2014, at 01:55, Richmond wrote:
> -
>> Have I been hallucinating, or did I see a post, somewhere, the other day
>> where Unicode addresses were entered in their original Hexadecimal?
>> 
>> It certainly would save an awful lot of time spent converting from Hex to 
>> Decimal.
>> 
>> 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-livecode
> 
> 
> ___
> 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


___
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

Re: [ANN] Facebook Lib

2014-05-02 Thread Gerry Orkin
Got mine - works so well and I can't wait till the mobile version. 

Gerry

> On 2 May 2014, at 8:18 am, Andre Garzia  wrote:
> 
> Hey Folks,
> 
> I've issued free orders to all those that contributed back then. Please
> send feedback once you receive yours.
> 
> Cheers
> 
> 
>> On Thu, May 1, 2014 at 6:49 PM, Andre Garzia  wrote:
>> 
>> auhahuahuahuahuauhauha
>> 
>> Its very good to be back my friends!
>> 
>> Hey Jacqu :D
>> 
>> 
>> On Thu, May 1, 2014 at 6:09 PM, Scott Rossi wrote:
>> 
>>> http://i-view.net/stuff/welcome_back.jpg
>>> 
>>> 
>>> :-)
>>> 
>>> Regards,
>>> 
>>> Scott Rossi
>>> Creative Director
>>> Tactile Media, UX/UI Design
>>> 
>>> 
>>> 
>>> 
 On 5/1/14 11:51 AM, "Andre Garzia"  wrote:
 
 As said in the popular Sega Genesis game Altered Beast: "RISE FROM YOUR
 GRAVE!"
 
 Hey Folks,
 
 Long time no see! I missed you all and this is my "I am back" email. For
 the past year and a half I've been heavily involved with Mozilla, HTML5
 and
 Firefox OS but I never forgot LiveCode or how much I love you all. I've
 been showing LiveCode to people all over the past year, everyone is
>>> always
 impressed.
 
 Well, back to business, there will be time for small talk later! I've
 managed to build a simple Facebook Library for LiveCode. Finally! And it
 works.
 
 You can learn more about it at:
 
 http://andregarzia.com/pages/en/facebooklib/
 
 Basically it allows you to post and get stuff from Facebook. Right now it
 relies on RevBrowser so its available only for Mac OS X and Windows. I
 will
 sort mobile shortly but since I knew that some people here needed this I
 decided to start selling it with the Desktop platform only. Call it an
 MVP.
 
 The library is there along with a sample stack that is able to post text
 and photos to a user wall.
 
 I've also made new bundles of DB Lib, AAG Tools and Facebook Lib
 available.
 
 Check them out and send any feedback my way.
 
 Cheers
 Andre
 
 --
 http://www.andregarzia.com -- All We Do Is Code.
 http://fon.nu -- minimalist url shortening service.
 
 
 --
 http://www.andregarzia.com -- All We Do Is Code.
 http://fon.nu -- minimalist url shortening service.
 ___
 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
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> 
>> --
>> http://www.andregarzia.com -- All We Do Is Code.
>> http://fon.nu -- minimalist url shortening service.
> 
> 
> 
> -- 
> http://www.andregarzia.com -- All We Do Is Code.
> http://fon.nu -- minimalist url shortening service.
> ___
> 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

___
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


Call for testing with 6.6.2 RC3

2014-05-02 Thread Richard Gaskin
We all want LiveCode to be stable for the work we rely on it to do, so 
this is our chance:


The dev team has posted 6.6.2 RC3 today, and as you know "RC" means 
"Release Candidate".


This being the third RC means we're very close to seeing a release, but 
of course we'll want to catch any issues with it BEFORE release, not 
after, so


Please download v6.6.2 RC3 today and test with it over the weekend:
http://downloads.livecode.com/livecode/

It's always good to back up your files anyway, so run your backup, 
install the new build, and test away!


If you find any bugs you know where to file 'em:
http://quality.runrev.com/enter_bug.cgi

Thanks in advance for your efforts to help ensure this new build will 
perform perfectly for the projects you're working on.


If you find your testing with 6.6.2 RC3 is going well and you have extra 
time to test, 6.7 DP3 is also available on the Download page and could 
benefit from more testing as well.


--
 Richard Gaskin
 LiveCode Community Manager
 rich...@livecode.com

___
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


Re: [ANN] Looking for Proof Reader

2014-05-02 Thread William Humphrey
For you interested teachers out there a CS teacher is a computer science 
teacher (I had to google it).

Brevity and errors in this email probably the result of being sent by a mobile 
device. 

> On May 1, 2014, at 9:22 AM, Mark Schonewille 
>  wrote:
> 
> Andrew,
> 
> I can't say anything about that yet. I can't even say what will be in the 
> book, at this point.
> 
> --
> 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
> 
> Buy my new book "Programming LiveCode for the Real Beginner" 
> http://qery.us/3fi
> 
> LiveCode on Facebook:
> https://www.facebook.com/groups/runrev/
> 
>> On 5/1/2014 15:14, Andrew Kluthe wrote:
>> Are we going to be able to get digital copies of this one?
>> 
>> 
>> On Thu, May 1, 2014 at 6:57 AM, Mark Schonewille <
>> m.schonewi...@economy-x-talk.com> wrote:
>> 
>>> VOLUNTEER WANTED
>>> 
>>> I'm writing a new book about LiveCode, to be released in a few months. I'm
>>> looking for a volunteer who wants to proof read the book. The book is in
>>> English and you need to be a CS teacher. Currently, one person is proof
>>> reading and I think there should be another one to make sure that all
>>> mistakes are found.
>>> 
>>> What you get:
>>> - You get to read the book before (almost) anyone else;
>>> - Evidently, you get a free copy of the book;
>>> - You help to decide what students will learn in class (very useful if
>>> you're using LiveCode as a teacher);
>>> - Your name will be mentioned in the book and you can put that on your
>>> resume if you want.
>>> 
>>> What I'm looking for:
>>> - You need to have fluent English skills;
>>> - You need to be a CS teacher;
>>> - it isn't required to be familiar with LiveCode;
>>> - you need to have loads of spare time during the next 3 months.
>>> 
>>> Just send me a message if you're interested.
>>> 
>>> Feel free to forward this message to anyone who might be interested.
>>> 
>>> --
>>> 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
>>> 
>>> Buy my new book "Programming LiveCode for the Real Beginner"
>>> http://qery.us/3fi
>>> 
>>> LiveCode on Facebook:
>>> https://www.facebook.com/groups/runrev/
> 
> 
> ___
> 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

___
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


Installing 6.6.1 Community on Windows 8

2014-05-02 Thread Dar Scott
Hi!

I have a Windows 8 Parallels machine I hardly use.  I have installed 5.5.4 
Commercial in the past.  I’m trying to install LiveCode 6.6.1 Community.

I run the installer as administrator.  But, every time I get this:

Could not launch installer slave.

What am I doing wrong?

Dar



___
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


Re: Installing 6.6.1 Community on Windows 8

2014-05-02 Thread Richard Gaskin

Dar Scott wrote:

> I have a Windows 8 Parallels machine I hardly use.  I have installed
> 5.5.4 Commercial in the past.  I’m trying to install LiveCode 6.6.1
> Community.
>
> I run the installer as administrator.  But, every time I get this:
>
>Could not launch installer slave.
>
> What am I doing wrong?

Do you get the same behavior with 6.6.2 RC3?

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys


___
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


Re: Installing 6.6.1 Community on Windows 8

2014-05-02 Thread Dar Scott
Yep.

6.6.0, 6.6.1 and 6.6.2 RC3 all have the same problem.  Well, I mean I have the 
same problem with all 3.  I’m sure i’m doing something goofy.

This is not from a network drive.  This is right from the downloads folder.

Do I need to change some security settings?

Dar


On May 2, 2014, at 6:31 PM, Richard Gaskin  wrote:

> Dar Scott wrote:
> 
> > I have a Windows 8 Parallels machine I hardly use.  I have installed
> > 5.5.4 Commercial in the past.  I’m trying to install LiveCode 6.6.1
> > Community.
> >
> > I run the installer as administrator.  But, every time I get this:
> >
> > Could not launch installer slave.
> >
> > What am I doing wrong?
> 
> Do you get the same behavior with 6.6.2 RC3?
> 
> --
> Richard Gaskin
> Fourth World
> LiveCode training and consulting: http://www.fourthworld.com
> Webzine for LiveCode developers: http://www.LiveCodeJournal.com
> Follow me on Twitter:  http://twitter.com/FourthWorldSys
> 
> 
> ___
> 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


___
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


LiveCode Books

2014-05-02 Thread RunRevPlanet
Simon, thanks for the purchase and positive comment.

Dar, I guess it depends on what the company is doing.

I may also do a more "serious" LiveCode eBook in the future, but I can't reveal
the theme yet.

Cheers,
--
Scott McDonald
"Components, Controls, Tools and Resources for LiveCode"
www.runrevplanet.com

___
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


snapshot acting funny in 6.6.2 (rc 3)

2014-05-02 Thread proth...@earthednet.org
My application scrolls and resizes a large map for plotting data. The view 
rectangle shows only a portion of it. I make a copy of the visible part using 
snapshot. That way I can put symbols on the viewable part of the large map 
without having to reload it when it is erased. The command is:

—do some stuff
wait for 0 seconds with messages
export snapshot from rect  snapRect to image  “mapSnap”
—do more stuff

In LC 6.6, all works fine. I have to put the wait command prior to the snapshot 
command.
wait 0 seconds with messages. 

When I tried the project in version 6.6.2 (rc3), the snapshot command stopped 
working. If I put a breakpoint to stop the script at the snapshot command, it 
works. So what I’m wondering is if I’ve done something wrong, and 6.6.2 has 
different timing, or what I might do to make this work in 6.6.2. Or, could it 
be a bug? I set the wait time prior to doing the snapshot to 1 second, and it 
made no difference.

Best,
Bill

proth...@earthednet.org
http://es.earthednet.org

___
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


Re: LiveCode Books

2014-05-02 Thread Dar Scott
I think the important thing is effective self study and acceptance.  The exec 
would want to suggest to a scientist, “Spend a day with LiveCode,” and not have 
the scientist quit.

Dar Scott
Programmer’s Programmer

On May 2, 2014, at 7:41 PM, RunRevPlanet  wrote:

> Simon, thanks for the purchase and positive comment.
> 
> Dar, I guess it depends on what the company is doing.
> 
> I may also do a more "serious" LiveCode eBook in the future, but I can't 
> reveal
> the theme yet.
> 
> Cheers,
> --
> Scott McDonald
> "Components, Controls, Tools and Resources for LiveCode"
> www.runrevplanet.com
> 
> ___
> 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


___
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


Re: Installing 6.6.1 Community on Windows 8

2014-05-02 Thread Dar Scott
Has anybody successfully installed these versions on Windows 8?  Surely someone 
has.  Was it a real machine?  Parallels?  

Dar

On May 2, 2014, at 6:51 PM, Dar Scott  wrote:

> Yep.
> 
> 6.6.0, 6.6.1 and 6.6.2 RC3 all have the same problem.  Well, I mean I have 
> the same problem with all 3.  I’m sure i’m doing something goofy.
> 
> This is not from a network drive.  This is right from the downloads folder.
> 
> Do I need to change some security settings?
> 
> Dar
> 
> 
> On May 2, 2014, at 6:31 PM, Richard Gaskin  wrote:
> 
>> Dar Scott wrote:
>> 
>>> I have a Windows 8 Parallels machine I hardly use.  I have installed
>>> 5.5.4 Commercial in the past.  I’m trying to install LiveCode 6.6.1
>>> Community.
>>> 
>>> I run the installer as administrator.  But, every time I get this:
>>> 
>>> Could not launch installer slave.
>>> 
>>> What am I doing wrong?
>> 
>> Do you get the same behavior with 6.6.2 RC3?
>> 
>> --
>> Richard Gaskin
>> Fourth World
>> LiveCode training and consulting: http://www.fourthworld.com
>> Webzine for LiveCode developers: http://www.LiveCodeJournal.com
>> Follow me on Twitter:  http://twitter.com/FourthWorldSys
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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


Re: Installing 6.6.1 Community on Windows 8

2014-05-02 Thread Dar Scott
I tried several things and then remembered something one of the grandkids said.

I installed for “only you”.  It worked.

Dar

On May 2, 2014, at 9:33 PM, Dar Scott  wrote:

> Has anybody successfully installed these versions on Windows 8?  Surely 
> someone has.  Was it a real machine?  Parallels?  
> 
> Dar
> 
> On May 2, 2014, at 6:51 PM, Dar Scott  wrote:
> 
>> Yep.
>> 
>> 6.6.0, 6.6.1 and 6.6.2 RC3 all have the same problem.  Well, I mean I have 
>> the same problem with all 3.  I’m sure i’m doing something goofy.
>> 
>> This is not from a network drive.  This is right from the downloads folder.
>> 
>> Do I need to change some security settings?
>> 
>> Dar
>> 
>> 
>> On May 2, 2014, at 6:31 PM, Richard Gaskin  
>> wrote:
>> 
>>> Dar Scott wrote:
>>> 
 I have a Windows 8 Parallels machine I hardly use.  I have installed
 5.5.4 Commercial in the past.  I’m trying to install LiveCode 6.6.1
 Community.
 
 I run the installer as administrator.  But, every time I get this:
 
Could not launch installer slave.
 
 What am I doing wrong?
>>> 
>>> Do you get the same behavior with 6.6.2 RC3?
>>> 
>>> --
>>> Richard Gaskin
>>> Fourth World
>>> LiveCode training and consulting: http://www.fourthworld.com
>>> Webzine for LiveCode developers: http://www.LiveCodeJournal.com
>>> Follow me on Twitter:  http://twitter.com/FourthWorldSys
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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
> 
> 
> ___
> 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


___
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


Re: Installing 6.6.1 Community on Windows 8

2014-05-02 Thread Richard Gaskin

Dar Scott wrote:


I tried several things and then remembered something one of the grandkids said.

I installed for “only you”.  It worked.


Does your account have administrator privileges?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for Desktop, Mobile, and Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
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


Re: Revsecurity.dll

2014-05-02 Thread As_Simon
Hi Jacque,
I've been hiding the revsecurity.dll and it's predecessor for years.
No reported problems.

Simon



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Revsecurity-dll-tp4678926p4678972.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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


Re: Installing 6.6.1 Community on Windows 8

2014-05-02 Thread Dar Scott
I think so, since I just clicked a button when I did some privileged things 
(run as admin, OK some I/O).  That is, I didn’t have to type in a password.

However, this is Windows 8 and I haven’t learned how to get to the control 
panel yet.

Dar

On May 2, 2014, at 11:00 PM, Richard Gaskin  wrote:

> Dar Scott wrote:
> 
>> I tried several things and then remembered something one of the grandkids 
>> said.
>> 
>> I installed for “only you”.  It worked.
> 
> Does your account have administrator privileges?
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for Desktop, Mobile, and Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> 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


___
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