Re: Fields Have Labels

2015-01-12 Thread Peter Haworth
Creation time is certainly one of the points where separate controls for a field and it's label is somewhat inconvenient. As you mentioned, there are tools out there that help alleviate the problem including Richard's. I think I probably complicated the issue by saying we needed a new property so

Re: [OT] Print to PDF

2015-01-12 Thread Paul Hibbert
Maybe this could help… http://www.howtogeek.com/150891/how-to-print-to-pdf-in-windows-4-tips-and-tricks/ Paul > On Jan 12, 2015, at 3:53 PM, Kay C Lan wrote: > > This is not LC related but as you are the largest group of varied OS users > I thought I'd ask. I've just discovered that the very b

Re: Long IDE pauses?

2015-01-12 Thread Bernard Devlin
I believe I encountered this (slow-stepping through debugger). As one of the things I am working on requires something which is 10x to 20x slower in 7.0.1, I've gone back to using an earlier version. Bernard On Mon, Jan 12, 2015 at 1:29 AM, Dr. Hawkins wrote: > Are other people seeing *really*

Re: Fields Have Labels

2015-01-12 Thread Jim Lambert
Following the logic that it’s more better to have separate fields for labels would dictate that the existing built-in labels for buttons and groups should be deprecated! What’s good for the goose is good for the gander. ;) JimL ___ use-livecode ma

Re: mergExt & 64bit

2015-01-12 Thread Mark Talluto
On Jan 12, 2015, at 4:27 PM, Monte Goulding wrote: > Hi LiveCoders > > Just to preempt some of the emails and support queries I'll get over the next > week I will be providing 64 bit builds as soon as possible but until then you > will get errors when building against 6.7.2. I have had an open

mergExt & 64bit

2015-01-12 Thread Monte Goulding
Hi LiveCoders Just to preempt some of the emails and support queries I'll get over the next week I will be providing 64 bit builds as soon as possible but until then you will get errors when building against 6.7.2. I have had an open bug report open with RunRev for a while now about 64 bit supp

[OT] Print to PDF

2015-01-12 Thread Kay C Lan
This is not LC related but as you are the largest group of varied OS users I thought I'd ask. I've just discovered that the very basic OS feature of being able to 'Print to PDF' may not be available on all OSs. On OS X it's a feature I use daily. Particularly in your web browser, if you choose Pri

Re: Livecode and internet login

2015-01-12 Thread Matthias Rebbe | M-R-D
Hi Peter, if the webserver is using „Basic http authentication“ for the login then you can just add the username and password to the url. The syntax is as follows: http://yourusername:yourpassw...@yourserver.com“ HTH Matthias > Am 12.01.2015 um 23:23 schrieb Peter Olivieri : > > I use Livec

Re: Crash when revCloseBrowser

2015-01-12 Thread William Prothero
Folks: After messing with this all day, I now know that it’s not the browser that’s crashing my app. My app works fine in IDE, but crashes in standalone, on the PC. So, I’ve got more work to do to ferret out the problem. The last time I had this kind of problem, I submitted the entire app to th

POST & Url Encoding

2015-01-12 Thread AndyP
I've been doing a lot of work recently involving using POST & Url Encoding in LiveCode and had to look at a lot of different sources of information to sort out some of the problems I had encountered along the way. So I've created the first in a series of blog posts on the subject to help others wi

Re: Livecode and internet login

2015-01-12 Thread Rick Harrison
Hi Peter, A long time ago, I used LiveCode to write some easy web robots to help me automate some of my own web routines. It worked great, so I think it should be possible to figure out a way to do it. If I think of any thing more I’ll let you know. Good luck, Rick > On Jan 12, 2015, at 5:23

Re: Fake typing?

2015-01-12 Thread Mike Bonner
If you can determine which map file is used, then you could maybe parse the file and figure things out that way. On Mon, Jan 12, 2015 at 3:27 PM, Mike Bonner wrote: > Interesting.. Correct me if i'm wrong though. (which is likely) a Q is a Q > is a Q, which is why it would still be 81, even thou

Re: Fake typing?

2015-01-12 Thread Mike Bonner
Interesting.. Correct me if i'm wrong though. (which is likely) a Q is a Q is a Q, which is why it would still be 81, even though the keyboard scan code would be different, but then mapped to "Q" based on the layout. (meaning pressing the right key for Q on the keyboard would be mapped to 81) If

Livecode and internet login

2015-01-12 Thread Peter Olivieri
I use Livecode's launch URL to launch a web page. The web page requires my username and password. Can I have Livecode automatically enter these two items? Thanks in advance for any help. Peter ___ use-livecode mailing list use-livecode@lists.runrev.co

Re: Fake typing?

2015-01-12 Thread Richmond
On 12/01/15 23:42, Richmond wrote: On 12/01/15 23:19, Richmond wrote: On 12/01/15 23:00, Richmond wrote: On 12/01/15 22:40, Mike Bonner wrote: Would the type command do what you want? From the dictionary: Note: As the type command is designed to emulate exactly what happens when a user type

Re: Fake typing?

2015-01-12 Thread Richmond
On 12/01/15 23:19, Richmond wrote: On 12/01/15 23:00, Richmond wrote: On 12/01/15 22:40, Mike Bonner wrote: Would the type command do what you want? From the dictionary: Note: As the type command is designed to emulate exactly what happens when a user types a key on the keyboard, the rawKeyD

Re: Fake typing?

2015-01-12 Thread Richmond
On 12/01/15 23:00, Richmond wrote: On 12/01/15 22:40, Mike Bonner wrote: Would the type command do what you want? From the dictionary: Note: As the type command is designed to emulate exactly what happens when a user types a key on the keyboard, the rawKeyDown, keyDown, rawKeyUp and keyUp me

Re: Fake typing?

2015-01-12 Thread Richmond
On 12/01/15 22:40, Mike Bonner wrote: Would the type command do what you want? From the dictionary: Note: As the type command is designed to emulate exactly what happens when a user types a key on the keyboard, the rawKeyDown, keyDown, rawKeyUp and keyUp messages are sent by the command. If the

Re: Fake typing?

2015-01-12 Thread Mike Bonner
Would the type command do what you want? >From the dictionary: Note: As the type command is designed to emulate exactly what happens when a user types a key on the keyboard, the rawKeyDown, keyDown, rawKeyUp and keyUp messages are sent by the command. If these messages are blocked, the text will n

Fake typing?

2015-01-12 Thread Richmond
I can do this sort of thing: send "mouseUp" to btn "BONKERS" it would be lovely if one could also do this sort of thing: send "keyUp" to rawKey ID 113 [ oddly enough the scriptEditor doesn't find any errors in that: it is only on attempted operation that the IDE throws a "bluey" ] this coul

OT: Tacoma

2015-01-12 Thread Mike Bonner
I'm going to be in Tacoma for a few days, is there anyone in the area that might want to meet for a beer? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Fields Have Labels

2015-01-12 Thread J. Landman Gay
On 1/12/2015 12:32 PM, Richard Gaskin wrote: I believe the attraction to auto-created labels is the time savings at the moment of creation. To me this seems more of an opportunity for a creation tool than the need to modify the innards of the engine to invent a new class of sub-objects. I have

Re: Fields Have Labels

2015-01-12 Thread stephen barncard
shoulda thought of v8 *--* *Stephen Barncard - San Francisco Ca. USA - Deeds Not Words* On Mon, Jan 12, 2015 at 11:02 AM, Phil Davis wrote: > I like the sound... "v8". Can you 'rev' it up? Maybe add some speed > equipment? > > :-) > Phil > > > > On 1/12/15 10:32 AM, Richard Gaskin wrote: > >> R

Re: Fields Have Labels

2015-01-12 Thread Peter Haworth
On Mon, Jan 12, 2015 at 10:32 AM, Richard Gaskin wrote: > So we could invent a new syntax for this sub-object, so that we could have > sufficient control over it - but once we have that, would this: > >set the textStyle of the label of fld "Name" to "Bold" > > ...be any simpler than: > >s

Re: Fields Have Labels

2015-01-12 Thread Phil Davis
I like the sound... "v8". Can you 'rev' it up? Maybe add some speed equipment? :-) Phil On 1/12/15 10:32 AM, Richard Gaskin wrote: Rather than a request for the RQCC, why not just build it as a v8 widget? -- Phil Davis ___ use-livecode mailing

Re: Fields Have Labels

2015-01-12 Thread Richard Gaskin
It may be helpful to have a label property for fields, but should the label have a fixed location or be settable? Should it always use the font face and style of the field, or be independently settable? What of its opaque, borderwidth, and other properties? So we could invent a new syntax fo

Re: Crash when revCloseBrowser

2015-01-12 Thread Mike Bonner
Its not the issue, but wanted to point out that you can simplify your browser closing handler slightly. on closeBrowser put revBrowserInstances() into tInstances repeat for each item tInst in tInstances if tInstances is not empty then -- don't need this revBrowserClose tInst

Re: Fields Have Labels

2015-01-12 Thread Peter Haworth
Sounds like time to add an enhancement request to the QCC. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Mon, Jan 12, 2015 at 9:16 AM, Jim Lambert wrote: > Craig wrote: > >

Re: RELEASE LiveCode 6.7.2 RC1 (Benjamin Beaumont)

2015-01-12 Thread Jim Lambert
Ben wrote: > > *Getting the Release* > To get the release please select "check for updates" from the "help” menu ‘Check for updates' doesn’t seem to work from 6.7.1 or 7.0.1 on OS X. JimL ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: replaceText problem

2015-01-12 Thread Peter Haworth
I found the problem. This was during the course of updating the RegEx Builder stack and there was code in there to put "(" before the regex if it didn't start with "(" and also to put ")" after the regex if it wasn't already there. In the above regex, that resulted in putting "(" before the regex

Re: Fields Have Labels

2015-01-12 Thread Jim Lambert
Craig wrote: > Ah. > I see what you might mean. In a group the label appears as a, er, label in > the upper left corner. Exactly. You’ve got it! The label should be just that - a text area that is part of the control and optionally visible to identify the control to the end user. In LC only gr

Re: Crash when revCloseBrowser

2015-01-12 Thread Earthednet-wp
Dixie, That's what I see. It works fine on osx but crashes on windows standalones. Works ok in windows IDE. Bill William Prothero http://es.earthednet.org > On Jan 11, 2015, at 11:42 PM, John Dixon wrote: > > > Bill... > > I'm not too sure about your closeCard handler... I am not seeing cras

Re: RELEASE LiveCode 6.7.2 RC1

2015-01-12 Thread Richmond
On 12/01/15 13:18, Richmond wrote: Install "You Only" appears to work on Ubuntu 14.10, but, subsequently, the app cannot be found in the drop-done menu or when attempting to make a panel launcher. Richmond. Strike that! Install worked on third attempt: no rhyme, no reason :)

64 Bit support

2015-01-12 Thread Frans Schoffelen
On 12.01.2015, at 12:00, use-livecode-requ...@lists.runrev.com wrote: > *LiveCode 7.0.2* > In the next few days we'll be releasing RC1 of 7.0.2 which will contain the > above fixes as well as iOS 64 bit support. Cool! I was hoping it might be in time for our next release. We were grappling to g

Re: RELEASE LiveCode 6.7.2 RC1

2015-01-12 Thread Richmond
Install "You Only" appears to work on Ubuntu 14.10, but, subsequently, the app cannot be found in the drop-done menu or when attempting to make a panel launcher. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur

RELEASE LiveCode 6.7.2 RC1

2015-01-12 Thread Benjamin Beaumont
Dear List Members, We're pleased to announce the release of LiveCode 6.7.2 RC1. This is a maintenance release focusing on product robustness and quality. We've also added support for iOS 64 bit apps. *Release Contents* This release contains 9 bug fixes: - 14308 - Answer color returns the wron

Re: Can't Move Backward

2015-01-12 Thread Kay C Lan
Will not solve Ray's problem but may help him and others in the future from being bitten. What with the consistent flow of updates (thank you), flavours of LC to test (depending if Cocoa or Unicode is your top priority) or if you are just testing verses in production; I was sick and tied of openin