Re: Backgroundcolor of a line in a scrolling list

2013-01-08 Thread BNig
Kay, that is a very neat trick. I played with it and it turns out you don't have to add the extra lines. If you set the margins of the scrolling list field to 0,8,0,8 and the firstindent to 8 and the borderWidth to 1 you can set the backgroundcolor of one/multiple lines to what you want and

Re: iOS standalone - what to do about code signing failures?

2013-01-08 Thread Graham Samuel
No: in the iOS Provisioning Portal, if I select 'Provisioning' on the left hand sidebar and then click the 'Distribution' tab, I see my (only) Distribution Provisioning Profile, which an Ad Hoc one. If I double-click on its name, I see various details (App ID, Certificates, Devices) - and all

Re: iOS standalone - what to do about code signing failures?

2013-01-08 Thread Roger Guay
Yes, thanks to you and Colin, I'm clear on that now! Roger On Jan 8, 2013, at 8:04 AM, Graham Samuel livf...@mac.com wrote: No: in the iOS Provisioning Portal, if I select 'Provisioning' on the left hand sidebar and then click the 'Distribution' tab, I see my (only) Distribution

Re: Sending an email on Windows 8

2013-01-08 Thread Mark Stuart
Wow! I guess no one is using Windows 8. - Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Sending-an-email-on-Windows-8-tp4658707p4658741.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: iOS standalone - what to do about code signing failures?

2013-01-08 Thread Roger Guay
Hi Colin, I think this is hinting at my problem and its solution. Where does one get to select the certificates for their provisioning profiles? Mine seem to come up or appear automatically when I create a provisioning profile. In my case, where I'm working on a SETI Team, where do

getting URL data from website when proxy required

2013-01-08 Thread Mark Stuart
Hi, I'm trying to download a web page content, and it looks like I have to use the httpProxy setting. This is done from a corporate office, in a Windows OS environment. I see that IE Internet options Connections tab LAN settings, the Use a proxy server is checked and the Address and Port are

Re: iOS standalone - what to do about code signing failures?

2013-01-08 Thread Colin Holgate
When you make a developer provisioning profile you are asked for the certificate to use. If you're making a distribution profile it should pick up on your current distribution certificate, but if you have changed that recently the provisioning profile won't be connected to the right

Re: Sending an email on Windows 8

2013-01-08 Thread Robert Sneidar
I'm going to venture an educated guess. From all I have heard, Win8 is really optimized for touch interfaces. While you CAN use it on a desktop system, there do not seem to be any compelling reasons for doing so, over Win7. Steve Jobs had it right. Use a touch based OS on a desktop for just an

Re: getting URL data from website when proxy required

2013-01-08 Thread Mark Stuart
Michael, Yes, no problem. Sorry, forgot to mention that. - Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/getting-URL-data-from-website-when-proxy-required-tp4658744p4658748.html Sent from the Revolution - User mailing list archive at

Re: Sending an email on Windows 8

2013-01-08 Thread Mark Stuart
Robert, And I'll up your 2¢ with my 2¢ by submitting this as a tech support question to RR. :) When I hear from them, I'll let you know. - Regards, Mark Stuart --- LC: 4.6.4 WinXP/7/8 32bit and 64bit -- View this message in context:

Shell into Powershell?

2013-01-08 Thread Robert Sneidar
Just out of curiosity, can LC shell into Windows Powershell? I suppose you could just use low level file commands to create a powershell file then launch it, but then you would have to pipe output somehow. Not sure, and it isn't important, just curious. Bob

Re: iOS standalone - what to do about code signing failures?

2013-01-08 Thread Roger Guay
Thanks for this in-depth response,Colin. I need to digest this and see if it solves my codesign verification failure problem. Thanks again, Roger On Jan 8, 2013, at 9:44 AM, Colin Holgate co...@verizon.net wrote: When you make a developer provisioning profile you are asked for the

Re: Sending an email on Windows 8

2013-01-08 Thread Peter Haworth
Bob, Is your judgement because you have sat down with a Windows 8 touch screen computer for an hour? I'm curious because I'm very interested in buying a small Window 8 laptop (11 screen). I've only played on it for perhaps 10 minutes in the store but I didn't really notice any problems using the

Re: Sending an email on Windows 8

2013-01-08 Thread Paul Looney
HP tried touch screens decades ago (in the '80s). Finger prints were a major problem - and I don't believe that problem has gone away. It is one thing to wipe a phone or tablet on you sleeve vs cleaning a large monitor. Paul Looney On Jan 8, 2013, at 12:27 PM, Peter Haworth wrote: Bob, Is

Re: Sending an email on Windows 8

2013-01-08 Thread Scott Rossi
See Gorilla Arm: http://en.wikipedia.org/wiki/Gorilla_arm#.22Gorilla_arm.22 Regards, Scott Rossi Creative Director Tactile Media, UX Design On 1/8/13 12:27 PM, Peter Haworth p...@lcsql.com wrote: Bob, Is your judgement because you have sat down with a Windows 8 touch screen computer for an

Re: Sending an email on Windows 8

2013-01-08 Thread Peter Haworth
Yeah, I remember those HP touch screens. Pretty revolutionary at the time! Pete lcSQL Software http://www.lcsql.com On Tue, Jan 8, 2013 at 12:39 PM, Paul Looney simpl...@aol.com wrote: HP tried touch screens decades ago (in the '80s). Finger prints were a major problem - and I don't believe

Re: Sending an email on Windows 8

2013-01-08 Thread Mark Wieder
Mark Stuart mfstuart@... writes: Wow! I guess no one is using Windows 8. My developer preview in a VM expires on the 15th. I won't miss it. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com

Selecting text in the Ask dialog box

2013-01-08 Thread Howard Bornstein
In LC (5.5.1), when you use the Ask command with a default response, the default response is placed in the dialog box and the text is *selected*. However, under IOS, the text is not selected. Is there any way to have the default response when using Ask under IOS to appear selected so that if a

Re: Shell into Powershell?

2013-01-08 Thread Mike Bonner
You might try open process for update then feed it whatever commands with write, and read the results. Works for a regular old command prompt so will probably work with powershell too. On Tue, Jan 8, 2013 at 12:16 PM, Robert Sneidar slylab...@me.com wrote: Just out of curiosity, can LC shell

Re: Backgroundcolor of a line in a scrolling list

2013-01-08 Thread Kay C Lan
On Tue, Jan 8, 2013 at 6:17 PM, BNig niggem...@uni-wh.de wrote: If you set the margins of the scrolling list field to 0,8,0,8 Nice! Peter should be very happy with that. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Selecting text in the Ask dialog box

2013-01-08 Thread Gerry Orkin
Also, the manual selection of text in ask dialogs on iOS is flakey. I can usually only select the visible text - anything beyond the visible text is unreachable when I try to move the selection control points. Gerry On 09/01/2013, at 8:51 AM, Howard Bornstein bornst...@designeq.com wrote:

Re: Backgroundcolor of a line in a scrolling list

2013-01-08 Thread Peter Haworth
Yep, I wasn't looking forward to keeping track of real/junk lines! I haven't had a chance to try this yet but will later today. Another thought - is it possible there might be a way to do this using the htmlText of the field? Pete lcSQL Software http://www.lcsql.com On Tue, Jan 8, 2013 at

Datagrid form selection

2013-01-08 Thread Gerry Orkin
Hi all I know how to tell which line in a datagrid form has been click on when the auto highlight property for the datagrid is true (by using dgHilitedLines )...but how do I get the line number a user has clicked on when the setting is false? Cheers Gerry

Color names vs hex codes

2013-01-08 Thread Peter Haworth
I have a need to convert a color name form LC's colornames property to its equivalent hex value, or rgb value. Can that be done in LC? Pete lcSQL Software http://www.lcsql.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Sending an email on Windows 8

2013-01-08 Thread Mark Laffoon
Your syntax was just missing a question mark prior to the ampersand: put mailto:myem...@gmail.com?subject=; tSubject into tMessage revGoURL tMessage On Tue, Jan 8, 2013 at 12:30 PM, Mark Wieder mwie...@ahsoftware.net wrote: Mark Stuart mfstuart@... writes: Wow! I guess no one is

Re: Color names vs hex codes

2013-01-08 Thread Howard Bornstein
This is what I use: *function* RGBFromColorName theColor *if* theColor is not a color *then* *return* Error: not a color *-- create a temporary object for the color transformation:* *create* invisible button *if* the result is not empty *then* *return* Error *set* the

Re: Color names vs hex codes

2013-01-08 Thread Jan Schenkel
Hi Peter, Here's the one-liner if you use Quartam Color Library for LiveCode: ## put qrtColor_RGBToHex(qrtColor_NameToRGB(AliceBlue)) into tHexColor ## Quartam Color Library is free / open source software under the commercial-friendly LGPL license. You can download it here:

RE: Re: Color names vs hex codes

2013-01-08 Thread J. Landman Gay
That's what I use too. Credit to Ken Ray. :) Howard Bornstein bornst...@designeq.com wrote:This is what I use: *function* RGBFromColorName theColor   *if* theColor is not a color *then* *return* Error: not a color   *-- create a temporary object for the color transformation:*   *create*