Quitting a Standalone Problem

2014-03-26 Thread Charles Szasz
Is there a standard script for quitting windows standalones? I have run into this problem on Windows XP, Windows 7 and 8. The Rev Archives indicate that there was a bug In quitting standalones. Was this bug resolved in LC 5.5.5? A link to a solution in the archives is no longer active. Sent

Re: [ANN] User Group Meeting in the Netherlands

2014-03-26 Thread Mark Schonewille
Hallo allemaal, Afgelopen zaterdag, 22 maart, organiseerde eHUG weer een bijeenkomst. Hoewel we met een kleine groep waren, was het een genoegen om over allerlei onderwerpen te praten in café-restaurant Winkel van Sinkel in Utrecht. Natuurlijk besteedden we veel aandacht aan LiveCode 7 en af

Re: HTTPS Proxy and PAC files

2014-03-26 Thread J. Landman Gay
On 3/26/14, 4:55 PM, Nakia Brewer wrote: It seems this configuration is the same option that the browser sets so its one in the same. Ah well, was worth a shot Nakia, did you report this yet? I don't see it in the bug database. I started to do it myself but realized I just don't have eno

Re: best/fastest way to tell if a field contains unicode text?

2014-03-26 Thread Geoff Canyon
On Wed, Mar 26, 2014 at 12:03 PM, Fraser Gordon wrote: > On 26 Mar 2014, at 15:37, Geoff Canyon wrote: > > > > > "somebody, somewhere, might be depending on the fact that it interprets > the > > number modulo 256" > > We've already had a bug report against 7.0 because it wasn't doing that in > ce

Re: Livecode membership

2014-03-26 Thread Pradeep Saxena
So the only two things missing from my account are 1. livecode.org email adress 2. forum badge Please confirm. Best, Pradeep From: Heather Laine To: How to use LiveCode Sent: Tuesday, March 25, 2014 7:30 AM Subject: Re: Livecode membership The LiveCode

RE: HTTPS Proxy and PAC files

2014-03-26 Thread Nakia Brewer
It seems this configuration is the same option that the browser sets so its one in the same. Ah well, was worth a shot Nakia Brewer | Technology & Solutions Manager | Equipment Management Solutions t: (02) 49645051 | m: 0458 713 547 | i: www.westrac.com.au   ACN 009 342 572 -Original

Re: HTTPS Proxy and PAC files

2014-03-26 Thread Matthias Rebbe | M-R-D
Am 26.03.2014 um 22:05 schrieb Nakia Brewer : > > Noting above, this probably only sets the Browser to know the location of the > PAC file and not the OS so is there somewhere in the OS > (windows 7 enterprise) that I might set the location of the Proxy PAC file? > http://answers.oreilly.com/t

RE: HTTPS Proxy and PAC files

2014-03-26 Thread Nakia Brewer
Noting I have tried setting LiveCodes HTTP Proxy in the Preferences to the PAC File URL which didn't work. Nakia Brewer | Technology & Solutions Manager | Equipment Management Solutions t: (02) 49645051 | m: 0458 713 547 | i: www.westrac.com.au   ACN 009 342 572 -Original Message- Fro

Re: Rotated Text?

2014-03-26 Thread proth...@earthednet.org
Richmond: Thanks! I'm using 14pt fonts, so that is pretty important. Best, Bill proth...@earthednet.org http://es.earthednet.org On Mar 26, 2014, at 11:04 AM, Richmond wrote: > http://forums.runrev.com/viewtopic.php?f=6&t=19764 > > I prefer getting my hands dirty :) > > Download my 'stuff' at

RE: HTTPS Proxy and PAC files

2014-03-26 Thread Nakia Brewer
Hi Trevor, Our web browsers here are configured with 'Use a configuration script" checked and the URL to the PAC file. I can open the PAC file URL in a browser and clearly read its content, seems very basic. Noting above, this probably only sets the Browser to know the location of the PAC file

Re: Rotated Text?

2014-03-26 Thread Richmond
On 26/03/14 20:04, Richmond wrote: http://forums.runrev.com/viewtopic.php?f=6&t=19764 I prefer getting my hands dirty :) Download my 'stuff' at the URL above. Richmond. Um: First of all, I should like to withdraw my comment that an image that is rotated using "set the angle" is better than

Re: set stack rect in startup handler

2014-03-26 Thread Martin Baxter
On 26/03/14 16:55, Robert Brenstein wrote: > On 24.03.2014 at 18:13 Uhr + Martin Baxter apparently wrote: >> Turns out that, when startup is run in the IDE, setting the stack rect >> works as I would expect, the size and position are modified correctly. >> But in a standalone, the stack size is

Re: Rotated Text?

2014-03-26 Thread Richmond
http://forums.runrev.com/viewtopic.php?f=6&t=19764 I prefer getting my hands dirty :) Download my 'stuff' at the URL above. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and mana

Re: Rotated Text?

2014-03-26 Thread proth...@earthednet.org
Thanks, Klaus. I'll do that. Bill proth...@earthednet.org http://es.earthednet.org On Mar 26, 2014, at 10:41 AM, Klaus major-k wrote: > Hi Bill, > > Am 26.03.2014 um 17:58 schrieb proth...@earthednet.org: > >> Scott: >> I'm not sure how to approach this. Should I use a separate, offscreen wind

Re: Rotated Text?

2014-03-26 Thread Klaus major-k
Hi Bill, Am 26.03.2014 um 17:58 schrieb proth...@earthednet.org: > Scott: > I'm not sure how to approach this. Should I use a separate, offscreen window > to put the field in, and to get the snapshot? you can use a hidden field on the same card, if you like! > Also, is it possible to create th

Re: set stack rect in startup handler

2014-03-26 Thread Robert Brenstein
On 24.03.2014 at 18:13 Uhr + Martin Baxter apparently wrote: Turns out that, when startup is run in the IDE, setting the stack rect works as I would expect, the size and position are modified correctly. But in a standalone, the stack size is set but not its position. So the startup handler ob

Re: best/fastest way to tell if a field contains unicode text?

2014-03-26 Thread Fraser Gordon
On 26 Mar 2014, at 15:37, Geoff Canyon wrote: > > "somebody, somewhere, might be depending on the fact that it interprets the > number modulo 256" We've already had a bug report against 7.0 because it wasn't doing that in certain cases. The problem with making non-compatible changes to exist

Re: Rotated Text?

2014-03-26 Thread proth...@earthednet.org
Scott: I'm not sure how to approach this. Should I use a separate, offscreen window to put the field in, and to get the snapshot? Also, is it possible to create the image with the background transparent, so I can put the image where I want and see only the text? Bill proth...@earthednet.org htt

Re: best/fastest way to tell if a field contains unicode text?

2014-03-26 Thread Geoff Canyon
Sorry for the delayed response. My point wasn't to start an Apple vs. MS war, it was simply to illustrate a clear ill that plagues MS non-stop: overwhelming backwards compatibility. Specifically: "somebody, somewhere, might be depending on the fact that it interprets the number modulo 256" My poi

Re: mobile ads

2014-03-26 Thread Neil Roger
Hi John, If you are looking to see the specific revenue for an inneractive ad that you have placed in your application then you will be able to use the inneractive advertising dashboard, that is part of your LiveCode store account, for this purpose. If you are looking for more specifics on t

Re: iOS dev on older Mac?

2014-03-26 Thread Richmond
On 26/03/14 13:04, jacques CLAVEL wrote: Richmond, "Après moi le déluge". Jacques Clavel Thank you very much indeed for correcting my bad French. Richmond. 2014-03-26 7:49 GMT+01:00 Richmond : On 03/25/2014 11:26 PM, stephen barncard wrote: On Tue, Mar 25, 2014 at 2:21 PM, J. Landman

Re: HTTPS Proxy and PAC files

2014-03-26 Thread Trevor DeVore
On Tue, Mar 25, 2014 at 6:36 PM, Nakia Brewer wrote: > > I see in the release notes for LC6.6 that HTTPS Through proxy is now > supported so I thought I would give it a try. > > The network I want to test it on runs PAC files for proxy assignment and I > can't find anywhere in livecode to set th

Re: iOS dev on older Mac?

2014-03-26 Thread jacques CLAVEL
Richmond, "Après moi le déluge". Jacques Clavel 2014-03-26 7:49 GMT+01:00 Richmond : > > On 03/25/2014 11:26 PM, stephen barncard wrote: > >> On Tue, Mar 25, 2014 at 2:21 PM, J. Landman Gay > >wrote: >> >> You'll need Mavericks and XCode 5.1 to submit to the App Store. iOS 7 >>> requires it.

Re: LiveCode 6.6 very slow on Retina MacBookPro

2014-03-26 Thread Kay C Lan
On Wed, Mar 26, 2014 at 5:35 PM, Neil Roger wrote: > Once you set a resolution from this app, you should notice a significant > performance increase in 6.6 > Brilliant! Rolf's stack now tracks very smoothly AND I get even more screen real estate. Seems like you are definitely on the right track

Re: LiveCode 6.6 very slow on Retina MacBookPro

2014-03-26 Thread Neil Roger
Hi All, Thank you for all of your feedback in regards to LiveCode 6.6 and retina displays. We are aware of the performance hit our retina users are experiencing and are working fast on implementing various optimizations. There is a workaround that you may be interested in that I discovered w

Re: Rotated Text?

2014-03-26 Thread Richmond
On 26/03/14 09:31, Terence Heaford wrote: Hi, I have tried this before in another scripting environment and if you intend to print the graph you may notice a difference in quality between the rendering of the text and the rendering of the image. I don’t know of a solution to this. The solut

Re: Rotated Text?

2014-03-26 Thread Terence Heaford
Hi, I have tried this before in another scripting environment and if you intend to print the graph you may notice a difference in quality between the rendering of the text and the rendering of the image. I don’t know of a solution to this. All the best Terry On 26 Mar 2014, at 02:33, Scott